

body {
	background-image:url(../images/achtergrondhtml.jpg);
	background-repeat:repeat-x;
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:justify;
	line-height: 18px;
	
	
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	text-decoration:underline;
	color:#000000;
	margin:70px 0 0 22px;
}


#container {
	width: 800px;
	margin: 22px auto;
	
}

#header {
	height: 290px;
	width:800px;
	
}	
#script {
		width:800px;	

}

#logo {
	float: left;
	margin: 0 20px 0 22px;
	}
	
#titel {
	margin: 65px 0 0 0;
	}
	
#veren {
	margin: 20px 0 0 22px;
	}
	
.links {
	float:left;
	margin: 20px 0 0 0;
	border:0;
	}
	
	
	#content #left {
		width: 562px;
		margin: 0 0 0 22px;
		float: left;
	}
	
	
	#content #right {
		width: 174px;
		float: left;
		margin-left: 20px;
	}
	
#footer {
	height: 75px;
	background: green;
	clear: both;
}










