*{
margin:0;
padding:0;
outline:none; /* maakt de stippellijn bij klikken op links onzichtbaar */
}
html,body
{
font-family:Verdana,sans-serif;
font-size:10px;
color:#666;
text-align:left;
}
#wrapper { width:865px; /*margin: 5% auto 10% auto;*/ margin:50px auto 0 auto; }
img { border:none; } 
#header 
{
width:865px;
height:72px;
margin:0 auto;
}
#container { width:865px; margin:0 auto; }
#sitenaam
{
float:left;
height:226px;
width:226px;
margin:0 4px 4px 0;
}
#banner
{
float:left;
height:226px;
width:635px;
margin:0 0 4px 0;
}
#navigatiebox
{
float:left;
height:216px;
width:206px;
margin:0 4px 0 0;
padding:5px 10px 5px 10px;
background-image:url('../Graphics/Bg_grijs.jpg');
background-repeat:repeat-x;
background-position:top left;
}
#navigatiebox ul
{
margin:0 0 0 10px;
padding:0;
list-style-image:url('../Graphics/List_arrow.jpg');
}
#navigatiebox ul li
{
line-height:30px;
background-image:url('../Graphics/List_divider.jpg');
background-repeat:repeat-x;
background-position:bottom center;
}
#navigatiebox ul li a:link, #navigatiebox ul li a:visited,#navigatiebox ul li a:hover,#navigatiebox ul li a:active
{
color:#fff;
text-decoration:none;
}
#navigatiebox ul li a:hover { padding-left:5px; }
#navbox
{
float:left;
height:226px;
width:226px;
margin:0 4px 0 0;
}
#contentright
{
float:left;
width:635px;
}
#footer
{
clear:both;
width:865px;
height:50px;
margin:0 auto 0 auto;
}
#footer p
{
float:left;
color:#666;
margin-top:10px;
}
#footer p a:link, #footer p a:visited
{
color:#666;
text-decoration:none;
}
#footer p a:hover
{
color:#333;
text-decoration:underline;
}
#footer p a:active
{
color:#666;
text-decoration:none;
}