/* CSS Document */
body {
  font-family:"Times New Roman", Times, serif;
  background-color:#AAAAAA;
  margin:auto auto;/*voor centrering site*/
  font-size:12pt;
  padding-left:50%;/*voor centrering site*/  
}
#hoofdkader{
  position:relative; 
  margin:0 ;
  left:-475px;/*voor centrering site*/
  top:0px;
  width:950px;
  z-index:0;
}
#banner {
 background-image:url(css_afbeeldingen/mastercars.jpg); 
 width:950px;
 height:360px;
 z-index:3;
}
#rest {
  position:relative;
  width:950px;
  height:620px;
  padding:0px 0px 0px 0px;
  z-index:1;
  
}
#menubalk_vert{
position:absolute;
left:0px;
top:0px;
height:600px;
width:138px;
padding-top:20px;
padding-left:-2px;
margin-left:0px;

z-index:2;
}
#inhoud_bij_menubalk_vert {
position:absolute;
left:120px;
top:0px;

width:790px;
padding-left:20px;
margin-left : 10px;
margin-right:10px;

z-index:0;
overflow:auto;
}
#menubalk_hor{
position:absolute;
left:0px;
top:325px;
padding-left:20px;
height:31px;
line-height:31px;
width:930px;
z-index:11;
}
#inhoud_bij_menubalk_hor {
position:absolute;
left:0px;
top:35px;
height:750px;
width:950px;
padding-left:0px;
overflow:auto;
z-index:-8;
}
#inhoud_links {
  background-color:#FFFFFF;
  left:0px; top:0px;
  width:340px;
  height:590px;
  padding:10px 10px 10px 10px; 
  z-index:10;
  overflow:auto;
}
#inhoud_rechts {
  background-color:#EEEEEE;
  left:360px; top:0px;
  width:570px;
  height:590px;
  padding:10px 10px 10px 10px;  
  z-index:10;
}
#inhoud_boven {
  position:relative;
  text-align:left;
  width:930px;
  padding:10px 10px 10px 10px; 
  z-index:10;
}
#inhoud_onder {
  position:relative;
 
  width:930px;
  height:600px;
  padding:10px 10px 0px 10px;
  z-index:10;
}
#inhoud_fotos {
position:relative;
text-align:center;  
  width:930px;
  padding:10px 10px 10px 10px; 
  z-index:10;
  height:590px;
}
#copyright { 
  position:relative;
  float:left;
  padding-top:10px; 
  background-color:#FFFFFF;
  width:750px;
  height:40px;  
}
/*.deelinhoud {
padding-top:0px;
padding-bottom:10px;
text-align:left;
}*/
#rechterbalk {
  background-color:#DFDFDF;
  position:absolute;
  left:670px; top:20px;
  width:150px;
  height:560px;
  padding-left:5px;
  padding-top:20px;
  margin-left:0px;
}


