	* {
		margin: 0; 
		padding: 0;
		border: 0;
	} 
	
	body
	{
		font-family: arial, helvetica, sans-serif;
		color: #000000;
		background-color: #16682B;
		background-image: url(background.gif);
		
	}
	div#header{
		width: 1000px;
		height: 100px;
		background: url(header1.jpg) no-repeat 0px 0px;
	}
	div#container{
		float: left;
		width: 1000px;
		background-image: url(containerbackground.gif);
	}
	
	div#menu{
		width:150px;
		height: 360px;
		float: left;
		background: url(menubackground.jpg)  0px 0px;
	}
	
	div#menu ul{
		margin-left: 25px;
		margin-top: 2em;
		list-style: none;
	}
	
	div#menu li{
		display: inline;
	}
	
	div#menu a{
		font-size: 0.75em;
		font-weight: bold;
		color: #1628BF;
		text-decoration: none;
		display: block;
		margin-top: 0.5em;
		padding-left: 25px;
	}

	div#menu a.menupassive:hover{
		color: #16D9F3;
	}

	div#menu a.menuactive{
		color: #00E61C;
	}
	
	div#textcontainer{
		width: 850px;
		margin-left: 150px;
		margin-bottom: 2em;
		background: url(contentbackground.jpg) repeat top left;
	}
	
	/* Kleine aanpassing voor IE, omdat anders de "Three Pixel Gap"-fout van IE fouten in de weergave oplevert*/
	* html div#textcontainer {position:relative;left:-3px;}
	
	div#content{
		padding-top: 2em;
		margin-left:15px;
		margin-right:40px;
		
	}
	
	/* vanaf hier definities voor de content*/
	div#content h1{
		color:#1628BF;
		font-size: 0.85em;
		font-weight: bold;
		margin-bottom: 1.0em;
	}
	
	div#content h2{
		color:#FFFFFF;
		font-size: 0.80em;
		font-weight: bold;
		margin-top: 0.5em;
		margin-bottom: 0.35em;
	}
	
	div#content h3{
		color:#FFFFFF;
		font-size: 0.75em;
		font-weight: bold;
		margin-top: 0.35em;
		margin-bottom: 0.35em;
	}
	
	div#content p{
		text-align: justify;
		color:#1628BF;
		font-size: 0.75em;
		margin-bottom: 0.25em;
	}
	
	div#content a{
		border-bottom: 1px dashed #1628BF; 
		color: #1628BF;
	}

	div#content a:hover{
		color: #000000;
		background-color: #1628BF;
	}

	div#content a:visited{
		text-decoration: none;
		border-bottom: 1px dashed #1628BF; 
		color: #1628BF;
	}
	
	div#content fieldset{
		border: 1px solid #1628BF;
		padding-top: 1.5em;
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 0.5em;
		color: #1628BF;
		font-weight: bold;
	}	
	
	div#content form{
		color:#000000;
		font-size: 0.75em;
		margin-bottom: 1.5em;
	}
		
	div#content label.formleft{
   		float: left;
   		text-align: right;
   		width: 140px;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
 	
	div#content input, select{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 300px;
   	}
	
	div#content textarea{
   		border: 1px solid #1628BF;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 620px;
		height: 150px;
   	}
	img.w3cinfo{
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		margin-right: 0.5em;
	}
	
	div#footer{
		width: 1000px;
		clear: both;
		height: 50px;
		background: url(footer.jpg) no-repeat 0px 0px;
	}
	div#footer p{
		text-align: right;
		color: #C3D4F8;
		padding-top: 25px;
		padding-right: 50px;
		font-size: 0.65em;
	}
	
	div#footer a,a:link,a:visited,a:active{
		text-decoration: none; 
		color: #C3D4F8;
	}

	div#footer a:hover{
		text-decoration: underline; 
		
}
	
	
	

