/* CSS Document */

P{
font-family: Verdana, sans-serif;
font-size:14px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.normaal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.normaalgroen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}


.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.rood {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline blink;
}

.titel {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.titelzwart {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}


.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #cccccc;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #003300;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: auto;
	background: #336600;
}

.navigationklein {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #cccccc;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #003300;
}

.navigationklein:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #336600;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #336600;
}

.navigationkleinzwart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: #cccccc;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #003300;
}

.navigationkleinzwart:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #336600;
	display: block;
	padding: 3px;
	width: auto;
	background-color: #336600
}
