midden* { 
 margin: 0; 
 padding: 0; 
}
 
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #03C;
	font-size: 100%;
}

#kop {
	width: 896px;
	height: 282px;
	background-color: blue;
	background-image: url(Foto%27s/DSC01499%20bewerkt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }

#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: 896px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	overflow: hidden;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
 }
  
#menu {
	width: 160px;
	float: left;
	background-color: #666;
	padding-bottom: 32000px;
	margin-bottom: -32000px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: black;
 }

#menu ul {
	list-style-type: none;
	padding-top: 0px;
	position: relative;
	background-color: #666;
	width: 140px;
 }

#menu ul li { 
 position: relative;
 }
 
#menu li a:link, #menu li a:visited {
	display: block;
	width: 140px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom: 1px solid black;
	color: white;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
 }

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

#menu li ul { 
 position: absolute;
 left: -10000px;
 top: 0; 
 padding-top: 0;
 }

#menu li li a:link, #menu li li a:visited { 
 text-transform: none;
 }

#menu li:hover ul {
 position: absolute;
 left: 140px;
 top: -1px;
 background-color: cornflowerblue;
 border-top: 1px solid black;
 border-right: 1px solid black;
 }

#hoofdvak {
	width: 715px;
	float: right;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 32000px;
	padding-left: 20px;
	background-color: white;
	margin-bottom: -32000px;
	height: auto;
	font-size: 20px;
 }

#hoofdvak p {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
 }

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

#hoofdvak img { 
 margin: 18px;
 }

#hoofdvak h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	position: static;
	left: 0px;
	right: 20px;
	margin: auto;
	float: none
	
	
	
 }
 
#hoofdvak h2 { 
 font-size: 100%;
 font-weight: bold;
 color: cornflowerblue;
 margin-bottom: 6px;
 }

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

.invulveld { 
 font-family: "Courier New", Courier, monospace;
 font-size: 95%;
 color: midnightblue;
 }
 
#kolomrechts {
	width: 160px;
	float: left;
	border-left: 1px solid black;
	background-color: #666;
	padding-top: 0px;
	padding-bottom: auto;
	margin-bottom: -32000px;
	text-align: left;
 }

#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 solid White;
	font-size: 60%;
	text-align: center;
	color: #FFF;
	background-color: #666;
	font-weight: normal;
 }
 
#voet a:link, #voet a:visited { 
 text-decoration: none;
 color: #666;
 }
 
#voet a:hover  { 
 text-decoration: none;
 color: darkslateblue;
 }
