/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
}

#menu {
	position: absolute;
	width: 210px;
	left: 2px;
	top: 9px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#menu a:link {
	color: #ac3f2b;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited {
	color: #ac3f2b;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #00983e;
	text-decoration: underline;
	font-weight: bold;
}

#menu a:active {
	color: #00983e;
	text-decoration: underline;
	font-weight: bold;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link, a:visited {
	color: #ac3f2b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00983e;
	text-decoration: underline;
}

.groen {
	color: #00983e;
	font-weight: bold;
}

.rood {
	color: #ac3f2b;
	font-weight: bold;
}

.blauw {
	color: #30227a;
	font-weight: bold;
}

.geel {
	color: #edca64;
	font-weight: bold;
}
