* { 
 margin: 0; 
 padding: 0; 
}
 
body {  
 font-family: "Arial unicode MS", sans-serif;
 color: white;
 background-color: #000000;
 font-size: 100%;
}

#kop { 
 width: 1296px;
 height: 112px;
 margin: 0 auto;
 background-color: #FFBF00;
 background-image: url(header3.png) ;
 background-repeat: no-repeat;
 background-position: right top;
 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: 22px;
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
 padding-left: 200px;
 padding-top: 48px;
 }

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

#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: 147px;
 height: 22px;
 border-right: 1px #FFBF00;
 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: #FFBF00;
 }

#menu li ul { 
 width: 128px; 
 border-top: 1px #FFBF00;
 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: grey;
 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: 800px;
 padding-left: 18px;
 padding-right: 18px;
 padding-top: 28px;
 padding-bottom: 32000px;
 margin-bottom: -32000px; 
 background-color: #000000;
 }

#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: #FFBF00;
 margin-bottom: 10px;
 }
 
#hoofdvak h2 { 
 font-size: 100%;
 font-weight: bold;
 color: #FFBF00;
 margin-bottom: 6px;
 }

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

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

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




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