body {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}
.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 5px;
}
.Tekst, table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 24px;

}
.Hoofdnavigatie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: underline;

	list-style-image: url('../img/pijl.gif');
}

.Subnavigatie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006600;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;

	list-style-image: none;
	list-style-type: none;

}
.Marge {
	padding-left: 7px;
}
.Sitenavigatie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.ZoekenVeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 18px;
	width: 110px;
}
.ZoekenButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #006600;
}

