body {
margin: 0;
background-color: #333333;
background-image: url('img/achtergrond.jpg');
background-position: top;
background-repeat: repeat-y;
}

#top {
background-image: url('img/layout.jpg');
background-position: top;
background-repeat: no-repeat;
text-align: center;
height: 226px;
}
#kop {
margin-top: 0;
padding-top: 0;
}

#inhoud
{
width: 836px;
margin-left: auto;
margin-right: auto;
}

#main
{
width: 836px;
}

.navigatie
{
width: 178px;
background-color: #4d5255;
background-image: url('img/navigatie_kop.jpg');
background-repeat: no-repeat;
color: #ffffff;
}

/* menu */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #CCCCCC;
font-family: verdana;
font-weight: bold;
font-size: 10pt;
background-image: url('img/knop.jpg');
background-repeat: no-repeat;
width: 152px;
margin: 0;
padding: 0px 2px 4px 24px;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #5D5C45;
background-image: url('img/knop_over.jpg');
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url('img/knop_over.jpg');
color: #FFFF00;
}
/* einde menu */

.hoofd
{
width: 658px;
border-left: solid 1px #E0E0E0;
background-image: url('img/hoofd_bg.jpg');
background-repeat: repeat-x;
background-color: #D0D0D0;
padding: 32px 20px 20px 20px;
color: #000000;
font-family: arial;
font-size: 10pt;
text-align: justify;
}

.scroll
{
height: 430px;
overflow: auto;
}

.inhoud_tekst { padding: 0 16px 0 0; }

#contact h1
{
font-size: 16pt;
font-weight: bold;
margin: 0;
padding: 0 0 10px 0;
text-align: center;
}

#contact h5
{
font-size: 10pt;
font-weight: bold;
margin: 0;
padding: 15px 0 0 0;
}

#contact ul
{
margin: 0;
padding: 5px 0 0 20px;
}

#voet {
background-image: url('img/voet.jpg');
background-position: bottom;
background-repeat: no-repeat;
text-align: center;
height: 57px;

