#navigatie {
	float: left;
	position: relative;
	bottom: 5px;
	left: 50%;
	margin-left: -200px;
	height: 25px;
	width: 400px;
}
#content #navigatie a,
#content #navigatie span {
	float: left;	
	margin-right: 6px;
	width: 127px;
	height: 24px;
	text-align: center;
	background: transparent url(img/navigatie-knop.jpg) no-repeat top left;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #666962;
}
#navigatie a#index:hover,
#navigatie a#volgende:hover,
#navigatie a#vorige:hover,
#navigatie a:hover {
	font-weight: bold;
	background-color: #E2E2E2;
	background-image: none;
	
}
#navigatie span {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}