@charset "utf-8";
/* CSS Document */
div.paginateHolder {
	width: 566px;
	font-size: 11px;
	color: #01669C;
	text-align: left;
	margin-bottom: 12px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
div.paginateBack  {
	width: 77px;
	font-size: 11px;
	text-align: center;
	float: left;
	height: 19px;
	padding: 0px;
	margin: 0px;
}
div.paginateBack a:link, div.paginateBack a:visited {
	font-size: 11px;
	color: #DC9A22;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-attachment: scroll;
	background-image: url(/img/paginate/vorige.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 77px;
	display: block;
}
div.paginateBack a:hover, div.paginateBack a:active {
	color: #00679C;
	text-decoration: none;
	background-position: 0px -19px;
}


div.paginateForward {
	width: 77px;
	font-size: 11px;
	text-align: center;
	float: right;
	height: 19px;
}
div.paginateForward a:link, div.paginateForward a:visited {
	font-size: 11px;
	color: #DC9A22;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-attachment: scroll;
	background-image: url(/img/paginate/volgende.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 77px;
	display: block;
}

div.paginateForward a:hover, div.paginateForward a:active {
	color: #00679C;
	text-decoration: none;
	background-position: 0px -19px;
}
div.paginateNumbers  {
	width: 400px;
	font-size: 12px;
	color: #006633;
	text-align: center;
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 4px;
	float: left;
}
div.paginateNumbers a {
	font-size: 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
div.paginateNumbers a:hover   {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
span.number_seperator {
	color: #006633;
	font-weight: normal;
}
