body {
	font-family: Verdana,Tahoma;
	font-size: 10pt;
	color: #000000;
	background-color:#296B01;
	margin:0 0 0 0;
}

img {
	border: 0px;
}

a:active.mjdesign,a:visited.mjdesign,a:link.mjdesign {
	text-decoration:none;
	font-family:Verdana,Tahoma;
	font-size:8pt;
	color:#81A14F;
}

a:hover.mjdesign {
	text-decoration:underline;
	font-family:Verdana,Tahoma;
	font-size:8pt;
	color:#373737;
}

a:active.navigatie,a:visited.navigatie,a:link.navigatie {
	text-decoration:none;
	font-family:Verdana,Tahoma;
	font-size:10pt;
	color:#205500;
}

a:hover.navigatie {
	text-decoration:underline;
	font-family:Verdana,Tahoma;
	font-size:10pt;
	color:#373737;
}
a:active,a:visited,a:link {
	text-decoration:none;
	font-family:Verdana,Tahoma;
	font-size:10pt;
	color:#205500;
}

a:hover {
	text-decoration:underline;
	font-family:Verdana,Tahoma;
	font-size:10pt;
	color:#373737;
}

.balk {
	background-color:#000000;
}

.inhoud {
	background-color:#81A14F;
}

.links {
	background-image:url('../images/linksinhoud.jpg');
}

.rechts {
	background-image:url('../images/rechtsinhoud.jpg');
}

#onder {
	background-image:url('../images/onder.jpg');
	text-align:right;
	padding-right:52px;
}
.title {
	border-bottom:1px #373737 solid;
	text-align:right;
}

.navigatiebalk {
	background-color:#81A14F;
	border:1px #373737 solid;
	text-align:center;
	margin:4px;
}

.error {
	font-style:italic;
	color:red;
	padding-bottom:5px;
}

/* forms */
.button {
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	border-style:solid;
	border-width: 1px;
	border-color:#373737;
	border-collapse:collapse;
	background-color:#373737;
	}

.txtbox {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	border: 1px #373737 solid;
	border-collapse:collapse;
	background-color:white;
	}

.txtarea {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	border-style:solid;
	border-width: 1px;
	border-color:#373737;
	border-collapse:collapse;
	background-color:white;
	width:358px;
	}


