body { 
	text-align: center; 
	font-family: verdana, sans-serif;
	background-color: #000000;
}


#top { 
  width: 1200px; 
	height: 200px; 
	margin: 0 auto 0 auto; 
	padding: 0; 
	background : url(images/unicorn.jpg) no-repeat center top;  
	border-bottom: 8px solid #71838e;
}			 

#kop { 
  width: 635px; 
	height: 200px; 
	margin: 0 auto 0 auto; 
	padding: 50px 0 0 0;
}

#koptekst { 
  font-family: verdana, sans-serif;
	font-size: 32pt; 
	font-weight: bold;
	text-align: center;
	color: #effbde;
}

#huls { 
  width: 1200px; 
	margin: 0 auto 6px auto; 
	padding: 0; 
	border: 0;
	text-align: center;
	background: lightgrey; 
	overflow: auto;
	border-bottom: 12px solid #71838e; 
}

#kolomlinks { 
  width: 165px; 
	margin: 0; 
	padding: 60px 0 0 16px; 
	border: 0;
	float: left;
	background : url(images/Vertical.jpg) no-repeat center top;
}

#hoofdvak { 
  width: 1200px; 
	margin: 0; 
	padding: 0; 
	border: 0;
	background-color: #f4fff5; 
	border-left: 1px solid #71838e; 
	border-right: 1px solid #71838e; 
}

#kolomrechts { 
  width: 235px; 
	margin: 0; 
	padding: 20px 0 0 0; 
	border: 0;
	float: left;
	font-size: 10pt;
	text-align: center;
}

#kolomrechts p {  
	color: black; 
 	font-size: 10pt; 
	line-height: 140%; 
	text-align: center; 
	padding: 6px 0px 6px 8px; 
}
	
h1 { 
  color: #660033; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: left; 
	margin: 0; 
	padding: 28px 16px 6px 28px;
}

h2 { 
  color: midnightblue; 
	font-size: 9pt;
	font-weight: bold; 
	text-align: center; 
	padding: 6px 6px 0 24px;
}

p { 
  color: black; 
  font-size: 10pt; 
	line-height: 140%; 
	text-align: left; 
	padding: 6px 16px 6px 28px; 
}

div { 
  color: black; 
  font-size: 10pt; 
	line-height: 140%; 
	text-align: center; 
	padding: 6px 6px 6px 8p;
} 

#menu {  
	text-align: left;
 	font-size: 10pt;
}

#menu ul { 
  list-style-type: none;
  margin: 0; 
  padding: 0;
}

#menu ul li { 
}

#menu ul li a {  
  display: block;
  width: 175px;
	font-size: 1em;
	color: #660033;
	text-decoration: none;
	text-align: left; 
	padding: 6px 0 6px 9px;
}

#menu ul li a:hover {  
	font: 1em verdana, serif;
	color: purple;
	text-decoration: none;
	background-color: #71838e;
}

#voet { 
  clear: both; 
  width: 1000px; 
 	font-size: 8pt; 
	color: white; 
	text-align: center; 
	margin: 0 auto 0 auto; 
	padding: 2px 0 0 0;
}

#voet a { 
 text-decoration: none;
 color: white;
 }
 
 A:visited { 
color : #effbde; 
} 
A:hover { 
color : #d0cfff; 
} 
A:active { 
color : #effbde; 
} 
A:link { 
color : #effbde; 
} 