@charset "UTF-8";
/* CSS Document */

a:visited {
	color: #8CD8E6;
}
a:link {
	color: #FFF;
}

.ondertekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #2D6B75;
	text-align: right;
	margin-right: 10px;
	clip: rect(auto,auto,auto,auto);
}
a.ondertekst:link { /* Link in speciale style */
	color:#2D6B75;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
a.ondertekst:hover { /* Met de muis over de link in speciale style */
	color:#2D6B75;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 0em;
	line-height: 16px;
}
body {
	background-image: url(afbeeldingen/background.jpg);
	background-repeat: repeat-y;
	background-color:#003341;
}
h1 {
	font-size: 17px;
	color: #8CD8E6;
	padding-top: 5px;
	
}
.subkopje {
	font-size: 14px;
	color: #8CD8E6;
}
a.ondertekst:visited {
	color:#2D6B75;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:underline;
}

