/*BASIC ---------------------------*/

html {
overflow-x: hidden;
}

body {
height: 100%;
overflow: hidden;
background-color: #fff;
background-image:url('/gfx/herhaal.jpg');
background-position: center;
background-repeat: repeat-y;
}

#totaal {
position: absolute;
height: 100%;
width: 960px;
left: 50%;
top: 0px;
margin-left: -475px;
background-repeat: no-repeat;
}

#logo {
position: absolute;
width: 300px;
left: 370px;
top: 0px;
height: 95px;
}

#nav {
position: absolute;
width: 900px;
left: 80px;
top: 95px;
}

#subnav {
position: relative;
width: 200px;
left: 112px;
top: 150px;
}

#intro_foto {
position: absolute;
width: 120px;
height: 90px;
overflow: hidden;
left: 410px;
top: 160px;
}

#intro_masker {
position: absolute;
width: 120px;
height: 90px;
left: 410px;
top: 159px;
border-top: 2px solid #fff;
background-image:url('/gfx/foto_masker.png');
}

#intro_text {
position: absolute;
width: 320px;
height: 70px;
left: 550px;
top: 175px;
}

#testimonial {
position: relative;
width: 155px;
left: 140px;
top: 200px;
text-align: left;
}

#content {
position: absolute;
left: 405px;
top: 272px;
width: 440px;
padding: 30px;
text-align: justify;
background-image:url('/gfx/content.gif');
background-position: left bottom;
background-repeat: no-repeat;
}

#text {
position: relative;
left: 0px;
top: -20px;
float: left;
width: 300px;
text-align: justify;
}

#rechts {
position: relative;
float: left;
top: -15px;
width: 120px;
margin-left: 20px;
}

#footer {
position: relative;
left: 0px;
top: 30px;
clear: both;
width: 440px;
text-align: right;
margin-bottom: 15px;
}


/*HOME ---------------------------*/

#content_home {
position: absolute;
left: 112px;
top: 170px;
width: 250px;
text-align: justify;
}

#adres_home {
position: relative;
left: 80px;
top: -30px;
width: 180px;
}

#keuzes_home {
position: absolute;
left: 405px;
top: 157px;
width: 480px;
}

#hoofdkeuze1,
#hoofdkeuze2,
#hoofdkeuze3,
#hoofdkeuze4 {
position: relative;
left: 0px;
top: 0px;
width: 480px;
height: 109px;
}

.hoofdkeuze_link a {
position: relative;
display: block;
left: 0px;
top: -1px;
width: 486px;
height: 101px;
}

.hoofdkeuze_link a:hover {
background-color: #969;
filter:alpha(opacity=30);
opacity: 0.3;
-moz-opacity:0.2; 
}

.hoofdkeuze_intro_foto {
position: absolute;
width: 120px;
height: 90px;
overflow: hidden;
left: 5px;
top: 4px;
}

.hoofdkeuze_intro_masker {
position: absolute;
width: 120px;
height: 90px;
overflow: hidden;
left: 5px;
top: 4px;
background-image:url('/gfx/foto_masker.png');
}

.hoofdkeuze_intro_text {
position: absolute;
width: 320px;
height: 70px;
left: 150px;
top: 15px;
}

#footer_home {
position: absolute;
left: 445px;
top: 593px;
width: 440px;
text-align: right;
margin-bottom: 15px;
}