/*--------------------------------------------- CSS Document */
body{
background: #FCF9E9;
/* kleurcombinatie
Creme #F1F1DC,
LichtRood #D6BCAD,
Midden Rood #BD6760,
DonkerRood #560C0C */
}

/*--------------------------------------------- Divs */

div#vandungensmaincontainer {
margin: 5% auto;
width: 700px;
height: 500px;
text-align: center;
background: #F1F1DC;
background-image: url(images/islogovert.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

div#vandungensrechtsboven{
padding: 0;
float: right;
width: 554px;
height: 75px;
}

div#vandungensrechtsonder{
float: right;
position: relative;
width: 554px;
height: 424px;
margin: 0 0 0 0px;
text-align: center;
border-top: 1px solid #560C0C;
border-left: 1px solid #560C0C;
background-image: url(images/homebackimg.gif);
background-repeat: no-repeat;
background-position: 172px 214px;
}


div#welkomtekst{
position: absolute;
top: 0px;
left: 0px;
width: 258px;
height: 65px;
text-align: left;
}

div#tekst{
position: absolute;
top: 60px;
left: 18px;
width: 243px;
height: 138px;
text-align: left;
text-decoration: none;
color: #560C0C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
div#foto1groot{
position: absolute;
top: 72px;
left: 275px;
width: 239px;
height: 158px;
text-align: center;
}
div#foto2{
position: absolute;
top: 245px;
left: 18px;
width: 110px;
height: 140px;
text-align: center;
}
div#foto3{
position: absolute;
top: 245px;
left: 147px;
width: 110px;
height: 140px;
text-align: center;
}
div#foto4{
position: absolute;
top: 245px;
left: 276px;
width: 110px;
height: 140px;
text-align: center;
}
div#foto5{
position: absolute;
top: 245px;
left: 404px;
width: 110px;
height: 140px;
text-align: center;
}
div#vandungensrechtsonder img{
border: 1px solid #560C0C;
}
div#vandungensrechtsonder div#welkomtekst img{
border: none;
}

/*--------------------------------------------- Links */
ul{
position: relative;
padding: 0;
list-style: none;
text-align: right;
margin: 50px 25px 0 0;
}
li{
display: inline;
padding: 0;
margin: 0px 8px 0px 0px;
}
a:link, a:visited {
text-decoration: none;
color: #BD6760;font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 60%;
}
a:hover, a:active {
text-decoration: none;
color: #560C0C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 60%;
}