#navigatie a
{
	font-family: arial;
	font-size: 12px;
	border-bottom: 2px solid #bcd5ff;
	display: block;
	padding: 10px;
	margin: 0px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	float: none;
	clear: none;
	position: static;
	text-align: left;
	padding-left: 20px;
}

#navigatie a:hover
{
	color: #000000;
	background-color: #ff0033;
}

#navigatie a:visited
{

}

.middenvak {
	background-color:#bcd5ff;
	border: 1px solid #000000;
	border-left-width:0px;
}
.linksvak {
	background-color:#446aa7;
	border: 1px solid #000000;
	border-right-width:0px;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #314D79;
	margin-bottom: 4px;
	border-bottom-color: #97BEFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 7px;
}

