/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	background-color: #1D1D1D;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
 } 
 
#pagewidth{ 
 width:950px;
 	background-image: url(../images/fullbg.jpg);
	background-repeat: repeat-y;  
} 
 
#header{
	position:relative;
	height:284px;
	width:100%;
	background-image: url(../images/header1-worldpfwheels.jpg);
	background-repeat: no-repeat;
} 
 
#leftcol{
	width:294px;
	float:left;
	position:auto;
  }
 
#navigation{
	width:294px;
	Height:inherit;
	position:relative;
  }
  
#navhoofdgroep{
	width:294px;
	Height:18px;
	padding-left: 100px;
	padding-top: 3px;
  }
  
#navsubgroep{
	width:294px;
	Height:18px;
	padding-left: 110px;
	padding-top: 3px;
  }
  
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:656px;
	background-image: url(../images/mainslide.jpg);
	background-repeat: repeat-y;
 }
 
#footer{
	height:202px;
	background-color:#1D1D1D;
	clear:both;
	background-image: url(../images/foote-worldpfwheels.jpg);
	background-repeat: no-repeat;
 } 
 
#maincontent{
	float: left;
	width:626px;
	padding-right: 30px;
 }
 
#navcontent_off{
	width:294px;
	Height:21px;
	background-image: url(../images/Nav-off.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 3px;
 }
#navcontent_on{
	width:294px;
	Height:21px;
	background-image: url(../images/Nav-on.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 3px;
 }
 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;} 
#twocols, #maincol{
	width:100%;
	float:none;
}
}

