/* CSS Document */

html, body{ 
	height: 100%; 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	text-align:center;
	background-color:#ffffff;
}
#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:314px; 
 	width:958px;
	background-image:url(../images/header_autohaus_brust2.gif);
	background-repeat:no-repeat;
} 
#adressbox{
	float:right;
	height:130px; 
	width:255px;
	margin-top:26px;
}

#titelbild{
	position:absolute;
	height:194px;
	width:656px;
	margin-left:22px;
	margin-top:112px;
	overflow: auto;
	top: 0px;
}
#leftcol{
 	width:232px; 
	height:400px;
 	float:left; 
 	position:relative; 
	padding-top:20px;
	}
#post{
 	width:230px; 
	height:215px;
  	position:relative;
	background-image:url(../images/post-it1.gif);
	background-repeat:no-repeat;
}
#twocols{
 width:958px; 
 float:right; 
 position:relative;
 }
#maincol{
	float:right; 
 	display:inline; 
 	position: relative; 
	margin-top:20px;
	width:655px; 
	margin-right:25px;
	border-left:1px;
	border-left-style:dotted;
	border-left-color:#999999;
	padding-left:35px;
}
#team{
	float:left; 
 	display:inline; 
 	position: relative; 
	margin-top:10px;
	width:500px; 

}
#rechts{
 	height:200px;
 	width:250px;
	float:right;
	background-image:url(../images/ansprechpartner_verkauf.gif);
	background-repeat:no-repeat;
} 
#werkstatt{
 	height:auto;
 	width:250px;
	float:right;
	} 
#adresse{
background-image:url(../images/box_adresse.gif);
background-repeat:no-repeat;
 	height:303px;
 	width:230px;
	float:right;
	padding:10px;
	} 	
#webdesign{
background-image:url(../images/webdesign.gif);
background-repeat:no-repeat;
 	height:303px;
 	width:230px;
	float:right;
	padding:10px;
	margin-top:45px;
	} 	
#historie{
 	height:auto;
 	width:250px;
	float:right;
	margin-top:330px;
	}
#historie1{
 	height:auto;
 	width:230px;
	float:right;
	margin-top:720px;
	} 
#footer{
 	height:36px; 
 	background-image:url(../images/footer_autohaus_brust1.gif);
 	background-repeat:no-repeat;
 	clear:both;
 	width:958px;
} 
#leistungen{
	margin: 0px auto;
	position: relative;
	text-align: left;
	background-image:url(../images/box_leistungen.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 455px;
	padding: 10px;
}
.pic{border:solid 1px #FEBE10; padding:2px;margin-top:20px;}
.pic1{border:solid 1px #FEBE10; padding:2px;margin-top:480px;}
.pic2{border:solid 1px #FEBE10; padding:2px;}
.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;}
#titelbild{display:none;}
#twocols, #maincol{width:100%; float:none;}
 }

