* { 
margin: 0; 
padding: 0; 
} 

body { 
background-color: silver; 
font-family: Tahoma; 
font-size: 100%; 
color: black; 
} 

#kop { 
width: 898px; 
height: 160px;
border-left: 1px solid black; 
border-right: 1px solid black;  
margin: 0 auto; 
background-color: dimgray; 
background-image: url(basis_logo.jpg);
background-repeat: no-repeat;
background-position: center;
} 

#kop p { 
font-family: Tahoma; 
font-size: 40px; 
font-weight: bold; 
color: white; 
font-variant: small-caps; 
padding-left: 20px; 
padding-top: 16px;
} 

#midden { 
width: 898px; 
border-left: 1px solid black; 
border-right: 1px solid black; 
margin: 0 auto; 
overflow: hidden; 
} 

#menu { 
height: 26px; 
width: 898px; 
margin: 0 auto; 
border: 1px solid black; 
background-color: #902222; 
} 

#menu ul { 
list-style-type: none; 
} 

#menu li { 
float: left; 
width: 224px; 
} 

#menu li a { 
display: block; 
width: 224px; 
height: 22px; 
border-right: 1px solid black;
border-left: 1px solid black;
padding-top: 4px; 
text-align: center; 
font-size: 14px; 
text-decoration: none; 
color: cornsilk; 
font-weight: bold; 
} 

#menu li a:hover { 
background-color: midnightblue; 
} 

#hoofdvak { 
float: left; 
width: 864px; 
padding-left: 18px; 
padding-right: 18px; 
padding-top: 28px; 
background-color: cornsilk; 
padding-bottom: 32000px; 
margin-bottom: -32000px; 
} 

#hoofdvak p { 
font-size: 95%; 
margin-bottom: 8px;
line-height: 150%; 
} 

#hoofdvak ul, #hoofdvak ol { 
font-size: 100%; 
margin-bottom: 18px; 
margin-left: 18px; 
line-height: 200%; 
} 

#hoofdvak h1 { 
font-size: 120%; 
font-weight: bold; 
color: #902222; 
margin-bottom: 6px; 
} 

#hoofdvak h2 { 
font-size: 95%; 
font-weight: bold; 
color: midnightblue; 
margin-bottom: 6px; 
} 

#hoofdvak h3 { 
font-size: 95%; 
text-decoration: underline; 
color: #902222; 
margin-bottom: 6px;
text-align: center;
} 

#voet { 
clear: both; 
width: 892px; 
border-left: 1px solid black; 
border-right: 1px solid black;
border-top: 1px solid black; 
border-bottom: 1px solid black; 
margin: 0 auto; 
background-color: dimgray; 
color: cornsilk; 
font-size: 80%; 
text-align: center; 
padding-top: 6px; 
padding-right: 6px; 
padding-bottom: 6px; 
} 

a, a:active, a:visited{
color: midnightblue;
font-size: 100%;
text-decoration: none;
}

a:hover {
color: maroon;
text-decoration: underline;
}

#image {
border: 1px solid black;
}
