/*************************/
/* START Hoofd navigatie */
#navlist { 
	width: 200px; 
	position: absolute;
	right: 25px;
	top: 180px;
	float: left;
}

#navlist ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
text-align: center;
}

#navlist a {
display: block;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
background-color: transparent;
text-align: center;
}

#navlist a:link, #navlist a:visited {
color: #14284b;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current {
color: white;
text-decoration: none;
}

#navlist a:hover {
background-color: #abd2f5;
color: black;
}

/* EINDE Hoofd navigatie */
/*************************/
