* {
	margin: 0;
	padding: 0;

}


body{
	background-color: #83c6ff;
	text-align:center;
	position: center;
	height: 100%;
	margin:0;
	padding:0;
}



html {
	overflow-y: scroll;
	/** -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical; **/
	height:100%;
	background-color: #83c6ff;
	} 
	
#backheader {
	border: none;
	background:url(bilder/background_oben.png);
	background-repeat: repeat-x;
	position: left;
	height: 100%;
}

#container {
	border: none;
	background:url(bilder/background_oben.png);
	background-repeat: repeat-x;
	position: relative;
	height:100%;
	min-height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#container { 	
height:auto !important;
	}
}

h1{
	border: none;
	font-family: Calibri, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size:25pt;
}

h2{
	border: none;
	font-family: Calibri, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size:20pt;
}

h4{
	border: none;
	font-family:Calibri;
	margin: 0;
	padding: 0;
}

fontsize{
	border: none;
	font-family:Calibri, sans-serif;
	margin: 0;
	padding: 0;
}

h6{
	border: none;
	font-family:Calibri;
	margin: 0;
	padding: 0;
}


#ueberschrift {
	width:500px;
	height:150px;
	position: absolute;
	top:100px;
	left:100px;
	}

#seite { 	
 	width:961px;	
	margin:0 auto -30px auto;
 	background-color: #a7d7ff;
	font-family: Calibri, Arial, sans-serif;	
	position: center;
	text-align:left;
	height: auto;
	min-height: 100%;
	

	}
	
	* html #seite {
	margin:0 auto;
	
}


#banner {
	width:961px; 
	height:105px; 
	background: #3f3f3f;
}


#leiste {
	width:961px; 
	height:7px; 
	
	}
	

#menu {
	width:961px;
	height:47px;
	background: #000000;
	text-align:left;
	padding:0;
	margin:0;
	}
	
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
	
	}
	
#menu li {
	float:left;
	text-align:center;
	font-size:16px;
	font-family:AgencyFB, Tahoma;
	color:#000000;
	background:url(bilder/button.png) no-repeat;
	width:191px;
	height:39px;
	margin: 7px 0 0 1px;
	text-align:center;
	}
	
#menu li a {
	float:left;
	text-align:center;
	font-size:16px;
	font-family:AgencyFB, Tahoma;
	color:#ffffff;
	width:191px;
	height:28px;
	margin:0 0 0 -1px;
	padding: 11px 0 0 0;
	text-align:center;
	}


#content {
	width:961px;
	height: auto;
	background:url(bilder/inhalt.png) repeat-y;
	margin-bottom: 75px;  
	/** Abstand zwischen Footer und Text **/
padding-bottom:30px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#content { 	
padding-bottom:60px;
	}
}
#push {
	height:100%;
	padding: 0 0 -30px;
}
#mitarbeitertext {
	height:auto;
}

#bild {
	padding:8 8 8 8px;
	/**	width: 900px;  **/
	} 
	

#bild img{
	/** padding-left:10px; **/
		border: solid #000000 1px;
			margin-right: 10px;
			margin-left: 10px;
		
	}

/** #footer {
	width:auto; 
	height:30px; 
	background:url(bilder/footer.png) repeat-x;
	position: relative;
	margin: 0;
	clear: both;
	/** margin-top: 30px; **/

	
#footer {
	width:961px; 
	height:30px; 
	background-color: #858585;
	bottom:0;
	left:21.2%;
	color:#ffffff;
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0){
	#footer { 	
	position: absolute;
	}
}
* html #footer {
	position: absolute;
}

a:link {
color:#004d95;
text-decoration:none;
font-family:Calibri;
	}

a:visited {
color:#565656; 
text-decoration:none;
font-family:Calibri;
	}

a:hover {
color:#001e39; 
text-decoration:none;
font-family:Calibri;
}


/** lavalamp override  **/


#menu li.backLava {
background: url("bilder/led.png") no-repeat;
margin-top: -6px;
margin-left: 0;
/** background-color: #990000; **/

}

#menu .selectedLava {
	background: url("bilder/button_a.png") no-repeat;
}

.image-row { 
	height: 130px;
}
	
.pass-image {
	height: 170px;	
}

th{
	font-style:normal;
	font-variant:normal
	font-family:Calibri;
}

textarea {
		resize: none;
		min-width: 100%;
}