/*------------  Globale reset. * zorgt ervoor dat dit gebeurt op alle selectors. ------------------------------------------------*/

* {
margin:0;
padding:0;
list-style:none;
border:0;
}

/*------------  Body/HTML  ------------------------------------------------*/

html, body {
color: #555; 
height: 100%;
font-family: Arial, Tahoma, sans-serif;
font-size: 11px;
line-height: 16px;
text-align:center;
background:url(grafix/bg.jpg) repeat-x #403F5C;
}

/*------------  Container  ------------------------------------------------*/

#container {
width: 800px;
height: 480px;
clear: both;
margin:0 auto;
text-align:left;
background:url(grafix/bg_container.jpg) no-repeat;
position: relative;
top: -200px;
/* IE4ever Hack: Hide from IE4 **/
position: static;
/** end hack */
}

#container h1 {
font-size:24px;
color:#FFF;
top:-30px;
width:300px;
height:25px;
text-indent:-9999em;
background:url(grafix/logo.png) no-repeat;
display:block;
position: relative;
}

/*------------  Header  ------------------------------------------------*/

#header {
visibility: hidden;
width: 100%;
height: 50%;                                                                     
margin-top: -210px;                                                              
float: left;
}

/*------------  Columns  ------------------------------------------------*/

#content {
width: 460px;
height:150px;
float:right;
margin-top:330px;
display:inline;
margin-right:10px;
text-align:center;
}
.caravans {
height:100px;
float:left;
width:190px;
margin-right:20px;
}
.caravans img {
float:left;
}
.campers {
height:100px;
float:left;
width:110px;
margin-right:20px;
}
.voortenten {
height:100px;
float:left;
width:110px;
}
