body {background-color: #C0DFFD;
font: 9pt/1.4em verdana, sans serif;
color:#000000;
}

#kopf1 {
	background-color: #3366cc;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	z-index:1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}


 #kopf2 {
	position:absolute;
	left:0px;
	top:131px;
	width:100%;
	height:25px;
	z-index:2;
	background-color: #ccff99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#navi3 {
	position:absolute;
	left:0px;
	top:158px;
	width:175px;
	height:330px;
	z-index:3;
	background-color: #ffffff;}
	
#inhalt_layer {
	position:absolute;
	left:188px;
	top:175px;
	width:655px;
	height:400px;
	z-index:4;
	background-color: #C0DFFD;
}


#logo_layer {
	position:absolute;
	width:132px;
	height:121px;
	left: 20px;
	z-index:5;
	top: 3px;
}

#logotext {
	position:absolute;
	width:347px;
	height:75px;
	z-index:5;
	left: 218px;
	top: 37px;
	color:#000000;
	font: 18pt verdana, sans-serif;
	letter-spacing:3pt;}

	
#logo_kontaktlayer {
	position:absolute;
	width:229px;
	height:62px;
	left: 625px;
	top: 43px;
	z-index:5;
	color:#fff;
}		

	
/*hier folgen die stylesheets für das hauptmenü*/
ul#hauptnav li{list-style:none;
			margin:0;
			padding-left:0px;
			border-top:1px solid #C0DFFD;}

	
ul#hauptnav  li a:link, ul#hauptnav  li a:visited 
{				padding:3px;
				font: bold 8pt verdana, sans-serif;
				color:#3366cc;
				line-height: 21pt;
				text-decoration:none;}

ul#hauptnav  li a:hover {color:#ff6600;
						text-decoration:none;}

a:link, a:visited
{	font: bold 8pt verdana, sans-serif;
	color:#3366cc;
	text-decoration:none;}
				
a:hover {color:#ff6600;
		 text-decoration:none;}
/*Textformatiereungen*/
h3 {color:#FF6600;
	font:13pt;}
	

	
.block {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
}
.fehler{
	margin: 4px;
	padding: 4px;
	background-color: #FC6;
}
