	* {
		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:500px;
		float: left;
		background: url(menubackground.jpg) no-repeat 0px 0px;
	}
	div#menu h1{
		color:#FFFFFF;
		font-size: 0.85em;
		font-weight: bold;
		margin-bottom: 1.0em;
	}
	
	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: #16E205;
		text-decoration: none;
		display: block;
		margin-top: 0.5em;
		padding-left: 25px;
	}

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

	div#menu a.menuactive{
		color: #FFFFFF;
	}
	
	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:#FFFFFF;
		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:#FFFFFF;
		font-size: 0.75em;
		margin-bottom: 0.25em;
	}
	
	div#content a{
		border-bottom: 1px dashed #16FAA9; 
		color: #16FAA9;
	}

	div#content a:hover{
		color: #000000;
		background-color: #16FAA9;
	}

	div#content a:visited{
		text-decoration: none;
		border-bottom: 1px dashed #16FAA9; 
		color: #16FAA9;
	}
	
	div#content fieldset{
		border: 1px solid #16FAA9;
		padding-top: 1.5em;
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 0.5em;
		color: #FFFFFF;
		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 tabel.one{
		border: 3px solid #FFFFFF;
		width: "100%";
   		float: left;
   		text-align: left;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
	div#content tabel.two{
		border: 3px solid #FFFFFF;
		width: "100%";
   		float: left;
   		text-align: left;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
	div#content input.registratie{
   		border: 1px solid #16FAA9;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 300px;
   	}
	div#content input.contact{
   		border: 1px solid #16FAA9;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 300px;
   	}
	div#content input.checkbox{
   		border: 1px solid #16FAA9;
   		margin-bottom: 0.3em;
   		margin-top: 0.3em;
   		width: 20px;
   	}
	div#content input.submit{
   		border: 1px solid #16FAA9;
   		float: left;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 150px;
	}
	
	div#content textarea, select{
   		border: 1px solid #16FAA9;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 620px;
		height: 150px;
   	}
	div#lijst{
		float: left;
	}
	div#lijst_links{
		width: 350px;
		float: left;
		border: 1px solid #00FF00;
		margin-bottom: 1.0em;
		padding-left:20px;
	}
	
	div#lijst_rechts{
		width: 350px;
		float: left;
		border: 1px solid #00ff00;
		margin-left: 10px;
		margin-bottom: 1.0em;
		padding-left:20px;
	}
	
	
	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; 
		
	}
	
	
	

