#navigatie {
	float: left;
	position: relative;
	bottom: 0;
	left: 50%;
	margin-left: -114px;
	height: 25px;
	width: 230px;
	float: left;
	border: 1px solid #F2F2F2;
}
#navigatie a,
#navigatie span {
	float: left;	
	margin-right: 6px;
	width: 70px;
	height: 24px;
	text-align: center;
	background: #FFF;
	color: #B81124;
	line-height: 190%;
}
#navigatie #index {
	background: #FFF url(img/index.gif) top center no-repeat;
}
#navigatie #vorige {
	background: #FFF url(img/vorige.gif) top left no-repeat;
}
#navigatie #volgende {
	background: #FFF url(img/volgende.gif) top right no-repeat;
}
#navigatie a#volgende:hover,
#navigatie a#vorige:hover,
#navigatie a:hover {
	font-weight: bold;
	text-decoration: none;
}
#navigatie span {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}