* { 
 margin: 0; 
 padding: 0; 
}
 
body {  
 font-family: "Tahoma";
 color: black;
 background-color: #b1b3b4;
 font-size: 95%;
}

#kop { 
 width: 1024px;
 height: 106px;
 margin: 0 auto;
 background-color: #ffffff;
 background-image: url(logo.bmp);
 background-repeat: no-repeat;
 background-position: left bottom;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 }

#kop p  { 
 color: white;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 font-size: 44px;
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
 padding-left: 20px;
 padding-top: 48px;
 }

#midden { 
 width: 1024px;
 margin: 0 auto;
 border-left: 1px solid black;
 border-right: 1px solid black;
 overflow: hidden;
 }
  
#menu { 
 height: 26px;
 width: 1024px; 
 margin: 0 auto;
 border-top: 1px solid black;
 border-right: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 background-color: #013888;
 }

#menu ul { 
 list-style-type: none; 
 }

#menu ul li { 
 float: left;
 width: 128px;
 position: relative;
 }
 
#menu li a:link, #menu li a:visited { 
 display: block;
 width: 127px;
 height: 22px;
 border-right: 1px solid black;
 padding-top: 4px;
 text-align: center;
 font-size: 14px;
 text-decoration: none;
 text-transform: uppercase;
 color: white;
 font-weight: bold;
 }

#menu li a:hover, #menu li li a.sub:hover {
 background-color: #ffffff;
 color: #013888;
 }

#menu li ul { 
 width: 128px; 
 border-top: 1px solid black;
 position: absolute; 
 left: -10000px;
 top: 1px; 
 font-size: 14px;
 }

#menu li li a:link, #menu li li a:visited { 
 display: block;
 width: 121px;
 height: 22px;
 background-color: #013888;
 border-right: 0;
 padding-left: 8px;
 padding-top: 4px; 
 text-align: left;
 text-decoration: none;
 text-transform: none;
 color: white; 
 font-size: 14px;
 }

#menu li:hover ul {
 display: block; 
 left: -1px;
 top: 26px;
 }

#hoofdvak { 
 clear: both;
 float: left;
 width: 778px;
 padding-left: 18px;
 padding-right: 18px;
 padding-top: 28px;
 padding-bottom: 32000px;
 margin-bottom: -32000px; 
 background-color: white;
 }

#hoofdvak p { 
 font-size: 85%;
 margin-bottom: 18px;
 }

#hoofdvak ul, #hoofdvak ol { 
 font-size: 85%;
 margin-bottom: 18px;
 margin-left: 18px;
 }

#hoofdvak img { 
 margin: 18px;
 }

#hoofdvak h1 { 
 font-size: 120%;
 font-weight: bold;
 color: #013888;
 margin-bottom: 6px;
 }

a:link, a:visited; a:active{
color: #013888;
text-decoration: none;
}

a:hover, {
color: #013888;
text-decoration: underline;
}
 
#hoofdvak h2 { 
 font-size: 100%;
 font-weight: bold;
 color: #013888;
 margin-bottom: 6px;
 }
 
#kolomrechts h2 { 
 font-size: 100%;
 font-weight: bold;
 color: #013888;
 margin-bottom: 6px;
 }

#hoofdvak form { 
 margin-bottom: 26px;
 }

.invulveld { 
 font-family: "Courier New", Courier, monospace;
 font-size: 95%;
 color: #013888;
 }
 
#kolomrechts { 
 width: 197px;
 float: left;
 background-color: white;
 border-left: 1px solid black;
 padding-right: 4px;
 padding-left: 8px;
 padding-top: 28px;
 padding-bottom: 32000px;
 margin-bottom: -32000px; 
 text-align: left;
 }

#kolomrechts p { 
 font-size: 85%;
 color: #000000; 
 margin-bottom: 24px; }


#voet { 
 clear: both;
 width: 890px;
 margin: 0 auto;
 padding-top: 6px;
 padding-right: 6px;
 padding-bottom: 6px;
 border-top: 1px solid black;
 font-size: 60%;
 text-align: right;
 color: firebrick;
 }
 
#voet a:link, #voet a:visited { 
 text-decoration: none;
 color: firebrick;
 }
 
#voet a:hover  { 
 text-decoration: none;
 color: darkslateblue;
 }


