/******************************************/
/* Standard-CSS for www.automobilsalon.de */
/******************************************/

/******************************************/
/* Important colors                       */
/* orange = #CD8605                       */
/* grey = #616878                        */
/* lightblue = #F0F7FB                    */
/******************************************/

/******************************************/

/* Imports                                */

/******************************************/

@import url(contents.css);

/******************************************/
/* General definitions                    */
/******************************************/

html, body, p, h1, h2, h3, ul, ol, span, a, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background: #333;
	position: relative;
	width: 1024px;
	margin:0 auto;
}
a:link, a:visited { 
	color: #CD8605;  
	text-decoration: none;
}  
a:active, a:hover {  
	color: #CD8605;  
	text-decoration: underline;  
}  
img {  
     border: 0px;  
}
.clear {
	clear: both;
}
/******************************************/
/* END General definitions                */
/******************************************/

/******************************************/
/* Containers				               */
/******************************************/

div#box {
	position:relative;
	background: #F0F7FB url(../img/main_back.gif) repeat-x top left;
	width: 1024px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	min-height:796px;
}

*html div#box { 
   height:796px; 
}

div#keyVisual{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
	width:311px;
	height:796px;
	background: transparent url(../img/keyVisual.png) no-repeat top left;
}
*html div#keyVisual {
	background: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.automobilsalon.de/fileadmin/templates/img/keyVisual.png');  	
}


div#stoerer{
	position:absolute;
	top:480px;
	left:225px;
	z-index:30;
	width:95px;
	height:95px;
	background: transparent url(../img/stoerer.png) no-repeat top left;
}
*html div#stoerer {
	background: none;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.automobilsalon.de/fileadmin/templates/img/stoerer.png');  	
}

div#header {
	width: 745px;
	height:149px;
	margin-left:279px;
	background: transparent url(../img/headerLogo.gif) no-repeat top left;
} 

div#mainMenu {
	background: transparent url(../img/menuBg.gif) repeat-x top left;
	height: 20px;
	width: 665px;
	margin-left:279px;
	padding-left: 80px;
}

div#visual {
	width: 745px;
	height:135px;
	margin-left:269px;
}

div#level3Menu {
	width: 665px;
	height:18px;
	margin-left:279px;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-left: 80px;
	
}

div#contentHolder {
	width: 745px;
	margin-left:279px;
}

div#content {
	width: 510px;
	float:left;
	padding-left: 80px;
	margin-bottom:20px;
}

div#banner {
	width: 137px;
	float:left;
	padding-left: 18px;
	margin-bottom: 20px;
	margin-top:28px;
}

div#footer {
	clear:both;
	width: 727px;
	margin-left:279px;
	text-align:center;
	border-top: 1px solid #999;
}

/******************************************/
/* Containers	END     	               */
/******************************************/

.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 */
