/* algemeen-index pagina*/

body{
margin: 0px;
font-family:'Times New Roman';
background-color: white;
}

a { 
font: 'Times New Roman'; 
font-size:12pt; 
font-weight: bold; 
line-height:100%; 
text-decoration:none;
}

a:link { color:black; }
a:visited { color:rgb(61,65,71);}
a:active { color:red; }
a:hover { color:red; }

div#main_container{
position: relative;
margin: 0 auto 0 auto;
width: 984px;
align: left;
border: 0px solid #000000;
background-color: white;
}

ul#navigation{
list-style-type: none;
list-style-position: inside;
margin: 0;
padding: 0;
}


/* logo*/

div#header1{
float: left;
width: 293px;
height: 100px;
}

div#logo{
background: url(images/wbhlogo.jpg) no-repeat bottom left;
border: 0px;
width: 293px;
height: 27px;
margin: 65px 0 0 0;
}


/* div rechts boven*/

div#header2{
position: relative;
float: left;
width: 507px;
height: 100px;
}


/* ruimte helemaal rechts boven*/

div#header3{
background-color: white;
float: left;
width: 170px;
height: 100px;
}


/* content veld met tekst en beeld*/

div#main1{
background: url(images/main/openingsfoto.jpg) no-repeat top left;
position: relative;
float: left;
width: 800px;
height: 352px;
}

div#tekstbox{
background-color: transparant;
position: absolute;
left: 228px;
top: 210px;
padding: 0px 0 0 0;
width: 367px;
height: 257px;
text-align: center;
}

font.titelwit { 
font-size: 16pt; 
font-weight: bold;
letter-spacing: 0.04em; 
color: White; 
text-decoration:none; 
line-height:100%; 
}

font.tekstwit {
font-size: 11pt;
font-weight: bold;
letter-spacing: 0.04em; 
color: White; 
text-decoration:none; 
line-height:120%; 
}


/* huisje rechts*/

div#main2{
background: url(images/rechts1.gif) no-repeat top left;
float: left;
width: 170px;
height: 352px;
} 


/* onderste veld alles*/
div#onder1{
float: left;
width: 800px;
height: 109px;
text-align: center; 
}


/* menu midden onder index pagina*/

a.menubottom { font: 'Times New Roman'; 
font-size:12pt; 
font-weight: bold; 
line-height:100%; 
text-decoration:none;
}

div#menuonder {
position: relative;
float: left;
width: 50px;
height: 20px;
top: 4px;
left: 380px;
border: 0px solid #000000;
}

ul#navigation .left{
float: left;
display: inline;
margin: 0 10px 0 5px;
}

/* extra menu rechts onder*/

a.menuextralinks { font: 'Times New Roman'; 
font-size:9pt; 
line-height:100%; 
text-decoration:none;
}

a.menuextralinks:link {color: red; font-weight: bold;text-decoration:none;}
a.menuextralinks:active {color: red; font-weight: bold;text-decoration:none;}
a.menuextralinks:visited {color: #006666; font-weight: bold;text-decoration:none;}
a.menuextralinks:hover {color: red; font-weight: bolder; text-decoration:none;
}

div#extramenu{
position: relative;
float: right;
width: 160px;
height: 20px;
border: 0px solid #000000;
}

ul#extralinks {
list-style-type: none;
list-style-position: inside;
margin: 0px 0 0 0;
padding: 0px 0 0px 0;
}

#extralinks .right{
float: right;
display: inline;
margin: 0 0px 0 12px;
}


