	*{
	margin:0px;
	padding:0px;
	}

	body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2d4017;
	font-size:12px;
	line-height:1.4;
	background-color:#000000;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

	html {
	overflow-x: hidden;
	overflow-y: scroll;
	} 

	p{
	padding-bottom:14px;
	}
	
	h1 {
	color:#161616;
	font-size:21px;
	padding-top:30px;
	}
	
	h2 {
	color:#161616;
	font-weight:bold;
	font-size:12px;
	}
	
	a{
	color:#161616;
	font-weight:bold;
	text-decoration:none;	
	}
	
	a:hover{
	color:#2d4017;
	}
	
	input, textarea {
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	}	
	
	#ubercontainer{
	position:absolute;
	margin-left:-408px;
	left:50%;
	width:816px;
	}
	
	#container{
	width:816px;
	border: 2px solid #000000;
	float:left;
	}
	
	#top{
	width:816px;
	height:30px;
	padding-top:30px;
	overflow:hidden;	
	}
	
	#head{
	width:816px;
	height:220px;
	border-bottom: 1px solid #000000;
	overflow:hidden;	
	}
	
	#menu{
	background-image:url(../img/menubg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	width:187px;
	height:220px;
	border-right: 1px solid #000000;
	overflow:hidden;
	padding-left:13px;	
	}
	
	#foto{
	float:left;
	width:615px;
	height:220px;
	overflow:hidden;
	}
	
	#main{
	width:816px;
	background-image:url(../img/mainbg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float:left;
	padding-bottom:20px;
	}
	
	#left{
	float:left;
	width:200px;
	padding-top:24px;
	}
	
	#content{
	background-image:url(../img/contentbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	width:516px;
	padding-left:50px;
	padding-right:50px;	
	}
	
	#footer{
	height:28px;
	float:left;
	width:816px;
	background-color:#2d4017;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	border-top: 2px solid #000000;
	padding-top:12px;
	}
	
	#footer a{
	color:#FFFFFF;
	}
	
	#footer a:hover{
	color:#000000;
	}
	
	#mevers{
	width:816px;
	color:#000000;
	font-size:9px;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	font-weight:bold;
	}
	
	#mevers a{
	color: #000000;
	}
	
	#mevers a:hover{
	color:#FFFFFF;
	}
	
	.zwart{
	color:#000000;
	}
	
	.wit{
	color:#ffffff;
	}
	
	
	/* form styles */
	fieldset {
		padding:0px;
		border:none;
		padding-top:20px;
		}

	fieldset .description{
		clear:both;
		padding-bottom:0px;
		}

	fieldset label{
		padding:0px;
		margin:0px;
		width:200px;
		float:left;
		margin:2px;
		}
	
	
		
	fieldset input {
		width:200px;
		float:left;
		margin:2px;
		color:#2d4017;
		
	}
	
	fieldset .empty_input {
		float:none;
		width:auto;
		}
	fieldset textarea {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#2d4017;
		font-size:12px;
		line-height:1.4;
		width:200px;
		height:100px;
		padding:1px;
	}
	

	