
	body, html { width:100%; }

	div#header {
		width:100%;
		height:292px; 
		background-image:url(../images/home-header-bg.jpg);
	}
	
	div#subheader {
		width:100%;
		height:200px; 
		background-image:url(../images/sub-header-bg.jpg);
	}
		
		div#header-container{
			display:block;
			width:1025px;
			margin:auto;
		}
		
		ul#navigatie{
			position:absolute;
			margin-left:25px;
			top:25px;
		}
		
	 	h1{
			position:absolute;
			margin-left:25px;
			top:75px;
		}
		
		p#slogan{
			position:absolute;
			margin-left:25px;
			top:135px;
			width:375px;
		}
		
		div#header ul#action{
			position:absolute;
			margin-left:10px;
			top:243px;			
		}
		
		div#subheader ul#action{
			position:absolute;
			margin-left:10px;
			top:151px;			
		}		
		
		div#header img#home-visual{
			position:absolute;
			margin-left:630px;
			top:52px;			
		}
		
	 	img#sub-visual{
			position:absolute;
			margin-left:510px;
			top:54px;			
		}		
		
		img#logo { 
			position:absolute;
			margin-left:875px;
			top:15px;
		}
	
	div#content {  
		display:block;
		width:1025px;
		margin:auto;	
		margin-top:50px;	
	}
	
	div#sidebar{ 
		display:block;
		width:350px;
		float:left;
		border-right:1px solid #cccccc;
		margin-right:25px;
		padding-bottom:100px;
	}
	
	div#inhoud{ 
		display:block;
		width:550px;
		float:left;
		margin-left:25px;
		
	}
	
		
	