	/* hide from ie on mac \*/
	html, body {
		height: 100%;
		margin:0;
		padding:0;
	}
	html *, body * {
		margin:0;
		padding:0;
		
	}


	/* end hide */
	body {
		text-align: center;
		background-color:#58595b;
		color:#58595b;
		font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
	}
	#centraal {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:790px;
		clear:left;
		background-color:#fff;
		margin-top:50px;
		padding-bottom:30px;
		padding-top:10px;
	}
	#banner {
		margin:0px 10px 30px;		
		width:770px;
		height:240px;

		background-repeat:no-repeat;
		background-image:url(../img/limoen.jpg);s
	}
	p { margin:15px 0; }
	a {	color:#b0bb04; font-weight:bold; text-decoration:none; }
	a:hover { color:#b0bb04	; text-decoration:underline; }


	#menu {
		float:left;
		font-size:14px;
		color:#58595b;
		width:200px;
		margin:0 30px 0 10px;
		line-height:30px;
		background-color:#FFCC33;
	}


	
	.clearer { height:1px; overflow:hidden; clear:both; margin-top:-1px; }
	#links { float: left; width: 380px; margin:15px 40px 5px 20px; display: inline;  /* dubbele margin IE Fix */ line-height:18px;} 
	#rechts { float: left; width: 500px; margin:0px 0px 5px 0; }
	#rechts img { float:left; margin-right:10px; margin-bottom:7px; }
	#footer {
		margin:0 auto;
		width:790px;
		text-align:left;
		color:#fff;
		font-size:10px;
		height:40px;	
		line-height:40px;
		padding-left:10px;
		margin-top:0px;
	}
		
	ol { margin-left:25px; }
	hr {
		height: 0;
		border: 0;
		border-top: 1px solid #cdc9ae;
		margin:8px 0;
	}
	h1 { 
		font-size:25px;
		line-height:25px;
		font-family:Helvetica;
		color:#cedb05;
		font-weight:normal;
		margin-bottom:10px;
	}
	h2 { 
		font-size:25px;
		line-height:25px;
		font-family:Helvetica;
		font-weight:normal;
		color:#cdc9ae;
		margin-bottom:10px;
	}
	h3 { 
		font-size:16px;
		line-height:16px;
		font-weight:normal;
		margin-bottom:10px;
	}	
	h4 { 
		font-size:11px;
		line-height:16px;
		font-weight:bold;
		margin-bottom:-15px;
	}
	h5 { 
		font-size:11px;
		line-height:16px;
		font-weight:normal;
		margin-bottom:-15px;
	}	
	
/* ********** STYLING FORM ********** */	
input { border: 1px solid #ddd; background-color:#ffffff; margin: 1px 0px 10px; display:block;}
input.nodisp { display:none;}
textarea { margin:0px 0px 10px 0px; color:#595959; border: 1px solid #ddd; font-size:11px; }
input.send { height:22px; margin-bottom:40px;}

ul { margin-left:20px; }
ul#personeellist { list-style:none; }