body, html {
	 margin: 0px;
	 height: 100%;
     padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
body{
 	backgroundcolor: FFFFFF;
	}

  a:link{color: #000066; text-decoration: underline;  font-weight: bold;}
  a:visited{color: #000066; text-decoration: none}
  a:hover{color: #FF0000; text-decoration: red}
  a:active{color: #0099CC; text-decoration: none}
  
h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 24px;
	font-weight: bold;
}
h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 20px;
	font-weight: bold;
}
h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 14px;
	font-weight: bold;
}
	
#main_container{
	float: left;
	width: 100%;
	min-height: 100%;
	_height: 100%;
	margin: 46px 0 0 0;
	/*background: url xxxxxx*/
	}
	
#heaader_container{
	width: 100%;
	height: 450px;
	padding: 46px 0 0 0;
	/*background: url xxxxxxx*/
	}
	
#links_container{
	float:left;
	min-height: 100%;
	width: 20%;
	}
#content_container{
	margin: 0 259px 0 16px;
	}
#rechts_container{
	float: right;
	min-height:100%;
	width: 20%;
	}
#footer_container{
	clear: both;
	height: 130px;
	width: 100%;
	text-align: center;
	/*background: url xxxxxx;*/
	}
/*content boxen*/
#heather{
	width:100%;
	height: 450px;
	padding: 10px 0;
	}
#rechts, #links, #content{
	padding: 10px 10px	0	20px;
	}
#footer{
	height: 130px;
	width: 100%;
	text-align: center;
	padding: 20px 100% 0 0;
	}

/* background image boxen - goed op de maten letten en check of dit wel relevant is  
#top_left{
	position: absolute;
	width: 163px;
	height: 89px;
	top: 0;
	left: 0;
}

#top_right{
	position: absolute;
	width: 264px;
	height: 89px;
	top: 0;
	right: 1px;
}

#footer_left{
	height: 46px;
	width: 100%;
	float: left;
*/
}HTML:<div id="main_container">

