* { 
 margin: 0; 
 padding: 0; 
}
 
body {  
 font-family: verdana;
 color: MintCream;
 background-color: PowderBlue;
 font-size: 100%;
}

#kader {
width: 896px;
margin: 0 auto;
box-shadow: 10px 10px 5px 5px grey;
  -webkit-box-shadow: 10px 10px 5px 5px grey;
}

#kop { 
 width: 896px;
 height: 190px;
 margin: 4px auto 0 auto;
 background-color: ;
 background-image: url();
 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: ;
 font-style: normal;
 font-variant: small-caps;
 font-weight: bold;
 font-size: 48px;
 font-family: 'verdana'; 
 padding-left: 40px;
 padding-top: 102px;
 }

#midden { 
 width: 896px;
 margin: 0 auto;
 border-left: 1px solid black;
 border-right: 1px solid black;
 overflow: hidden;
 background-color: DodgerBlue;
 }
  
#menu { 
 height: 38px;
 width: 896px; 
 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:MidnightBlue ;
  }

#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: 26px;
 border-right: 1px solid black;
 padding-top: 14px;
 text-align: center;
 font-family: 'verdana';
 font-weight: bold;
 font-size: 14px;
 text-decoration: bold;
 text-transform:uppercase ;
 color: white;
 }

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

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

#menu li li a:link, #menu li li a:visited { 
 display: block;
 width: 121px;
 height: 26px;
 background-color: DodgerBlue;
 border-right: 0;
 padding-left: 8px;
 padding-top: 12px; 
 text-align: left;
 text-decoration: none;
 text-transform: none;
 color:black; 
 font-weight: bold;
 font-size: 12px;
 }

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

#hoofdvak { 
 clear: both;
 width: 840px;
 background-color:DodgerBlue;
 padding-left: 40px;
 padding-right: 18px;
 padding-top: 36px;
 padding-bottom: 32000px;
 margin-bottom: -32000px; 

 }

#hoofdvak p { 
 font-size: 80%;
 line-height: 130%;
 margin-bottom: 16px;
 }

#hoofdvak ul, #hoofdvak ol { 
 font-size: 80%;
 line-height: 130%;
 margin-bottom: 16px;
 margin-left: 18px;
 }

#hoofdvak img { 
 margin: 18px;
 }

#hoofdvak h1 { 
 font-family: 'verdana';
 font-size: 120%;
 font-weight: bold;
 color: White;
 margin-bottom: 20px;
 }
 
#hoofdvak h2 { 
 font-family: 'verdana';
 font-size: 100%;
 color: White;
 padding-top: 6px;
 margin-bottom: 6px;
  }

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

.invulveld { 
 font-family:  'verdana';
 font-size: 95%;
 color: black;
 }
 

