    /*//////////////*/
	/*//ALGEMEEN///*/
	/*////////////*/
	
	html, body{
		height: 100%;
	}
	
	body {
		background:url(img/bg.jpg) repeat-x #ffffff;
		margin:0;
    	behavior:url("css.htc"); 
	}
	
	#overall {
		margin:0 auto;
		width:934px;
		height: auto !important;
		min-height: 91%;
		height: 100%;
		position: relative;
	}	
	
	#container {
		margin:0 auto;
		width:890px;
		float:left;
	}
	
	#header {
		background:url(img/head.png) no-repeat top;
		width:890px;
		height:140px;
	}
	
	#content {
		background:#fff;
		width:890px;
		padding:1px;
	}
	
	#footer {
		background:url(img/footer.png) repeat-x;
		background-color:#9bbcce;
		width:100%;
		height:100%;
		clear:both;
		height:77px;
		position:relative;
	} 
	
	.link {
		text-decoration:none;
		color:#00c0ff;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}	
	
	<!--[if IE 6]-->.clearfix {height: 1%; display: inline-block;}<!--[endif]-->
	<!--[if IE 7]-->.clearfix {height: 1%;}<!--[endif]-->
	
    /*//////////////*/
	/*////MENU/////*/
	/*////////////*/
	
	div#nav {
		width: 100%;
		height: 30px;
		margin: 0 auto;
		font: normal 12px/30px Arial;
		text-align: center;
		position: absolute;
		top: 0px;
	}
	
	.width {
		width:100%;
	}
	
	#hetmenu {
		width:100%;
		height:29px;
		background:#373738;
		font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
	}
	
    /*//////////////*/
	/*///CONTENT///*/
	/*////////////*/
	
	.nieuws {
		float:left;
		width:535px;
		padding-left:10px;
		padding-right:10px;
	}
	
	.image {
		background:url(img/image.png) no-repeat top;
		float:left;
		width:325px;
		height:330px;
		padding-right:10px;
	}
	
	.titel {
		border-bottom:1px #d3d3d3 solid;
		height:30px;
		font-family:'Trebuchet MS' ;
		font-size:14pt;
		color:#00c0ff;
	}
	
	.bericht {
		font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
		font-weight: normal;
		font-size:8pt;
		line-height:14pt;
		color:#606060;
	}
	
	.print {
		float:right;
	}
	
	.kop {
		margin:0;
		padding:0;
		float:left;
	}
	
	.footer_tekst {
		width:100%;
		font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS";
		font-weight: normal;
		font-size:8pt;
		color:#7a7a7a;
		padding-top:50px;
		text-align:center;
	}
	
	.schaduw_left {
		background:url(img/left.png) no-repeat;
		margin-top:140px;
		float:left;
		width:22px;
		height:180px;
	}

	.schaduw_right {
		background:url(img/right.png) no-repeat;
		margin-top:140px;
		float:left;
		width:22px;
		height:180px;
	}
