/* 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:428px; 
 	width:958px;
	background-image:url(../images/header_autohaus_brust1.gif);
	background-repeat:no-repeat;
} 
#adressbox{
	float:right;
	height:130px; 
	width:255px;
	margin-top:23px;
}

#inline{
		position:absolute;
		height:307px; 
		width:656px;
		z-index:100;
} 
#animation{
	position:absolute;
	height:307px; 
	width:656px;
	margin-left:22px;
	margin-top:112px;
	overflow: auto;
}
#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;
}

#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;
}
.pic2{border:solid 1px #999999; padding:3px;}
.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;}
