/*################# TEKST, HREF ETC ######################*/
body, table {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C10435;
	text-align: left;
}

h1 {
	font-size: 15px;
	margin:0 0 15px 0;
}

a, a:visited {
	font-weight: bold;
	color: #C10435;
}

a:hover, a:active {
	color: #5467da;
}

.navigatie {
	clear 				: both;
	margin 				: 10px 0px 0px 0px;
	width 				: 460px;
	height 				: 25px;
}

.vorige {
	float 				: left;
	width 				: 90px;
	height 				: 25px;
}

.paginas {
	float 				: left;
	text-align			: center;
	width 				: 280px;
	height 				: 25px;
}

.volgende {
	float 				: left;
	text-align			: right;
	width 				: 90px;
	height 				: 25px;
}


