body {
	font-family:sans;
	color: white;
	background-color: black;
}

a	{ text-decoration:underline; color:white; }
a:hover { text-decoration:none; color:black; background-color:white }




#heading {
	background-color: black;
	height: 100px;
	background-image:url(heading.jpg);
	background-repeat: no-repeat;
	}

#bannerout {
	height: 40px;
	background-color:white;
	background-image:url(banner_oben.jpg); 
	background-repeat: no-repeat;
	padding:0px;
	}


#bannermid {
	height: 40px;
	background-color: white;
	color: black;
	font-weight: bold;
	font-size: 13pt;
	text-align: center;
	padding:0px;
}



#bannerbuttons {
	text-align: center;
	background-color: white;
	color:black;
	font-weight: bold;
	font-size: 13pt;
	vertical-align:bottom;
	
	}


.bannerbuttons a	{ text-decoration:none; color:black; }
.bannerbuttons a:hover { text-decoration:bold; color: white; background-color: black }



#maintext {
	margin-top: 20px;
	padding-bottom: 20px;
 	padding-right: 20px;
	border-right: dotted;
	font-weight: normal;
	text-align: justify;
	font-size:14px;
	}

h1 	{
	font-size:18px;
	}

h2	{
	font-size:16px;
	}

h3	{
	}

ul	{
	margin-top: 0px;
	padding-top:0px;
	font-size:14px;
	}

#navtext {
	margin-top:50px;
	padding-left: 20px;
	font-size:14px;
	}

#disclaimtext {
	padding: 15px;
	margin-top: 10px;
	border-style: dotted;
	border-color: red;
	font-weight:normal;
	font-size:14px;
	text-align: justify;
	}

#disclaimpic {
	height:140px;
	width: 80px;
	background-image:url(explanation.gif);
	background-repeat: no-repeat;
	float: left;
}

#logo {
	background-color:black;
	height: 200px;
	background-image:url(footpix.jpg);
	background-repeat: no-repeat;
	}

#footer {
	width:100%; 
	height:40px;
	background-image:url(banner_oben.jpg);
	background-repeat: repeat-x;
	}	

#footer-text	{
 	font-size: 9pt;
	font-color:black;
	text-align: right;
		}

.clip {
font-size:9pt;
padding:4px;
border-style:dotted;

}