.pagination{
padding: 2px;
}
div#paginatie{
	position: relative;
	left: 120px;
	top: 15px;
	list-style-type: none;
	width: 382px;
	height: 25px;
	float: left;
	clear: both;
	padding: 2px;
	

}


.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 0.9em;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #980D10;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #FFFFFF;
	background-color: #990000;
}

.pagination a.currentpage{
	background-color: #000000;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}