html, body{ 
	height: 100%; 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	text-align:center;
	background-color:#006EA5;
}
#content {
	 width:958px; 
	 text-align:left;  
	 margin-left:auto; 
	 margin-right:auto;
	 background-image:url(back.gif);
	 background-repeat:repeat-y; 
} 
#header{
 	position:relative; 
 	height:354px; 
 	width:958px;
	background-image:url(images/header_fahrschule.jpg);
	background-repeat:no-repeat;
} 
#leftcol{
 	width:205px; 
 	float:left; 
 	position:relative; 
 	padding-left:47px;
	margin-top:20px;
	border-right:1px;
	border-right-style:dotted;
	border-right-color:#999999;
}
#twocols{
 width:958px; 
 float:right; 
 position:relative;
 }
#maincol{
 	display:inline; 
	text-align: left;
	width:435x; 
	margin-right:300px;
	background-color:#FFFFFF;
}

#footer{
 	height:35px; 
 	background-image:url(images/footer.gif);
 	background-repeat:no-repeat;
 	clear:both;
 	width:958px;
} 
#leistungen{
	float:right; 
 	display:inline; 
	text-align: left;
	margin-top:60px;
	margin-right:5px;
	background-image:url(images/box_leistungen.jpg);
	background-repeat:no-repeat;
	width: 245px;
	height: 550px;
	padding: 10px;
} 
#team{
	float:right; 
 	display:inline; 
	text-align: left;
	margin-top:60px;
	margin-right:5px;
	background-image:url(images/box_team.gif);
	background-repeat:no-repeat;
	width: 245px;
	height: 550px;
	padding: 8px;
}
#rechts{
	float:right; 
 	display:inline; 
	text-align: left;
	margin-top:60px;
	margin-right:5px;
	width: 245px;
	height: 550px;
	padding: 10px;
}
#rechtscenter{
	float:right; 
 	display:inline; 
	text-align: center;
	margin-top:60px;
	margin-right:5px;
	width: 245px;
	height: 550px;
	padding: 10px;
}
#praxis{
	float:right; 
 	display:inline; 
	text-align: left;
	margin-top:60px;
	margin-right:5px;
	background-image:url(images/box_praxis.jpg);
	background-repeat:no-repeat;
	width: 245px;
	height: 550px;
	padding: 10px;
}
#galerie{
	float:right; 
 	display:inline; 
	text-align: left;
	margin-top:60px;
	margin-right:5px;
	background-image:url(images/galerie.gif);
	background-repeat:no-repeat;
	width: 245px;
	height: 550px;
	padding: 10px;
}
.clearfix:after {
 content: "."; 
 display: block; 
  height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}

