@charset "utf-8";
body {
	background-image:url(system/achtergrond.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#c8c8c8;
	margin-top:0px;
}

a:link {
	/* color: #0d2651; */
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}

.tekst {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.header {
	font-size:14px;
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.tekstfields {
	width: 350px;
}

.tekstveld {
	width: 350px;
}

.kleineretekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
