body, html {
	background-color: #808000;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family : verdana, Times, serif;
	font-size:0.8em;
}

td {
	font-family : verdana, Times, serif;
	font-size:0.8em;	
}


form {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: white;
}

#breadcrumb {
	position: absolute;
	left:212px;
	top: 152px;
	width: 689px;
	height:20px;
	border-bottom: 1px solid black;
	font-weight:normal;	
	font-size:1.2em;
}

.watermark {
	background-image: url(../images/watermark.gif);
/*	background-attachment: fixed; */
	background-position: top center;
	background-repeat: no-repeat;

}

.titel {
	font-weight: bold;
	color: black;
	padding:0px;
	margin: 0px;
}

.titelGroen {
	font-weight: bold;
	color: #808000;
	padding:0px;
	margin: 0px;
}

a {
	color : #808000;
	text-decoration : none;	
}

a:hover {
	color : #808000;
	text-decoration : underline;	
}

a.inactief {
/*	font-weight: bold;*/
	color : black;
	text-decoration : none;
}

a.inactief:HOVER {
/*	font-weight: bold;*/
	color: #808000;
	text-decoration : underline;
}

a.actief {
	font-weight: bold;
	color : #808000;
	text-decoration : none;
}

a.actief:HOVER {
	font-weight: bold;
	color: #808000;
	text-decoration : underline;
}

a.bc {
	color: black;
	text-decoration: none;
}

a.bc_actief {
	color: #808000;
	text-decoration: none;
}