* {padding: 0; margin:0px; overflow: hidden;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0;
	margin: 0;
	overflow: hidden;
	scrollbar-3dlight-color: #5093c8;
	scrollbar-arrow-color: #5093c8;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #5093c8;
	scrollbar-track-color: #ffffff;
}

/*Seiten Aufbau*/

#wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#header {
	width: 100%;
	position: absolute;
	background-image: url(../image/aufbau/bg_oben1.png);
	background-repeat: repeat-x;
}

*+html #header {background-image: url(../image/aufbau/bg_oben.png);}
* html #header {background-image: url(../image/aufbau/bg_oben.png);}

#headtable {
	width: 719px;
	background-color: #ececec;
}

#headtable td{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#logo {
	width: 187px;
	float: left;
	height: 254px;
	}
	
	
#rubrik {
 	width: 723px;
	position: absolute;
	left:187px;
}	

#nav {
	width: 187px;
	position: absolute;
	top: 284px;
}

#nav #navtab{ 
	font-size: 12px;
	} 
	
#nav #navtab .gelbl{ 
	border-left: 10px solid  #ffe047;
	}
	
#nav #navtab a{ 
	padding: 5px 0 5px 20px;
	text-decoration: none;
	color: #0065a6;
	font-weight: bold;
	display: block;
	}
	
#nav #navtab a:hover{ 
	color: #92c4e4;
}
	
.subnavi {font-weight: lighter; padding-left: 3px; font-size: 12px;}

#inhalt {
	position: absolute;
	top: 254px;
	bottom: 53px;
	left: 187px;
	/*right: 0px;*/
	overflow: auto;
	width: 739px;
	}

#text {
	width: 722px;
	float: left;
	margin: 30px 0 30px 0;
	line-height: 16px;	
}


#aktuell {
	width: 239px; 
	float: right;
	margin: 0 0 0 15px;
	font-size: 11px;
}

#aktuell .eintrag {
	height: auto;
	margin-top: 10px;
}



#footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 54px;
	background-image: url(../image/aufbau/bg_footer.png);
	font-size: 10px;
}


#fottab {
	width: 910px;
	height: 53px;
	background-color:#f7f7f7;
	margin-top:1px;
}



#fottab td{
	padding: 0 0 0 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;		
}

.line {border-top: 1px solid #ececec;}


/*Textformatierungen*/

h1 {font-weight: bold; font-size: 30px; padding: 0 0 5px 13px;}
h2 {font-weight: bold; font-size: 14px; padding-bottom: 3px;}
h3 {font-weight: bold; font-size: 12px; color: #0065a6;}
h4,h5,h6 {font-weight: bold; font-size: 12px; color: #666666;}

p {margin-bottom: 5px;}

a {text-decoration: none;  color: #0065a6;}

.unterstr {border-bottom: 1px solid #0065a6; width: 240px;}

.gelb {background-color:#ffe047; color: #f5c93b;}

.hellgelb { background-color:#fceb96; color: #efd44e;}

.hellgrau {color: #d2d2d2;}

.graubg {background-color: #ececec;}

.footgelb {background-color:#fffadd;}

.foothellgelb {background-color:#fefbec;}

.foothellgrau {background-color:#fbfbfb;}

.bold {font-weight: bold;}

.aufzah {height: 5px; width: 5px; margin: 5px 0 0 6px; background-color:#666666;}

.tab td {padding: 3px 0 3px 0;}


/*referenzen*/

.ref { width: 100%; margin-top: 10px; border-top: 1px solid #0065a6; padding-top: 10px;}

.ref .refbild {width: 240px; float: right; }

.ref li {width: 465px;}

#aktuell .bild { margin-bottom: 10px;}

.liste li {padding: 2px 0 2px 15px; list-style-type: square; list-style-position:inside;}


/*kontaktformular*/

fieldset {
	border: 1px solid #0065a6;
	padding: 0px 20px;
	width: 640px;
	margin-bottom: 20px;
	}
	
legend {padding: 0 3px; background-color:#FFFFFF; font-size: 12px; color:#0065a6; font-weight: nomal;}

label {
	width: 90px;
	float: left;
	margin: 0 0 15px 55px;
	color: #666666;
	font-weight: bolder;
	font-size: 11px;
	}
	
input {
	width: 140px;
	float: left;
	margin-bottom: 15px;
	boder: 1px solid #0065a6;
	font-size: 11px;
	color: #666666;
	}
	
form br{clear:both;}

fieldset p {margin: 15px 0 5px 0;}

textarea { 
	width: 432px; 
	height: 120px; 
	margin: 0 0 15px 0;
	boder: 1px solid #0065a6;
	font-size: 11px;
	color: #666666;
	}
	
.fieldsenden {height:60px;}

.abstand {margin-left: 60px;}

.senden {width: 70px; float: left; margin: 0 0 20px 144px; color: #333333;}

.dags {width: 85px; float:left; padding: 0 0 0 20px;}


