html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ------- TEKST OPMAAK ----------*/	
body	{
		background: #4A3333;
		font: 12px Arial, Verdana, Helvetica, sans-serif;
		color: #333333;
		line-height: 130%;
		}
	
a:link	{
		color: #000000;
		text-decoration: underline;
		}
a:visited	{
			color: #000000;
			text-decoration: underline;
			}
a:hover	{
		color: #63801E;
		text-decoration: underline;
		}
a:active	{
			color: #63801E;
			text-decoration: underline;
			}

a.expo:link	{
		color: #000000;
		font-weight:bold;
		text-decoration: none;
		}
a.expo:visited	{
			color: #000000;
		font-weight:bold;
			text-decoration: none;
			}
a.expo:hover	{
		color: #63801E;
		font-weight:bold;
		text-decoration: none;
		}
a.expo:active	{
			color: #63801E;
			font-weight:bold;
			text-decoration: none;
			}
			
h1 	{
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #63801E;
	line-height:150%;
	}
h2 	{
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	color: #4A3333;
	line-height:150%;
	}
h3 	{
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #63801E;
	line-height:150%;
	}
h4 	{
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #4A3333;
	line-height:150%;
	}
h5 	{
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #63801E;
	line-height:150%;
	}
h6 	{
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
	color: #4A3333;
	line-height:150%;
	}
.normaal	{
			font: 12px Arial, Verdana, Helvetica, sans-serif;
			color: #000000;
			line-height: 130%;
			}
img	{
	border: none;
	}	
ul, ol	{
		padding-left:16px;
		}
	
/* OPBOUW */
#wrap	{
		width:800px;
		margin:auto;
		background-color:#FFFFFF;
		}
#header	{
		width:800px;
		height:220px;
		background:url(/images/site/header.jpg) left top no-repeat;
		}
#menu	{
		width:881px;
		padding:0px 0px 25px 19px;
		}
#content	{
			width:757px;
			padding:15px 20px 30px 23px;
			min-height:400px;
			}
#footer	{
		width:800px;
		height:50px;
		padding:0px 0px 0px 0px;
		background:url(/images/site/footer.jpg) no-repeat;
		}
#ally	{
		width:800px;
		margin:auto;
		padding:2px;
		text-align:right;
		}

.groen	{
		color:#63801E;
		}
.opmerking	{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#666666;
			font-style:italic;
			}
