@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;
	background-color:#717171;
	}
	
#hoofdcontainer{
	margin:0 auto;
	padding:0px;
	background-color:#717171;
	width:960px;
	height:742px;
	position:relative;
	float:center;
	}
	
#top{
	width:960px;
	height:226px;
	background-image:url(images/top.jpg);
	position:relative;
	float:left;
	}
	
#titeltop{
	width:960px;
	height:25px;
	background-image:url(images/titeltop.jpg);
	position:relative;
	float:left;
	}
	
#links{
	width:86px;
	height:330px;
	background-image:url(images/links.jpg);
	position:relative;
	float:left;
	}
	
#content{
	width:781px;
	height:330px;
	background-image:url(images/content.jpg);
	position:relative;
	float:left;
	}
	
#nji{
	width:781px;
	height:330px;
	background-image:url(images/nji.jpg);
	position:relative;
	float:left;
	}

	
#rechts{
	width:92px;
	height:330px;
	background-image:url(images/rechts.jpg);
	position:relative;
	float:right;
	}
	

	
#rechtsonder{
	width:93px;
	height:98px;
	background-image:url(images/rechtsonder.jpg);
	position:relative;
	float:right;
	}
	
	
#linksonder{
	width:86px;
	height:98px;
	background-image:url(images/linksonder.jpg);
	position:relative;
	float:left;
	}
	
#menu{
	width:781px;
	height:98px;
	background-image:url(images/menu.jpg);
	background-color:#b8df2a;
	position:relative;
	float:left;
	}
	
#onderkant{
	width:960px;
	height:66px;
	background-image:url(images/onderkant.jpg);
	position:relative;
	float:left;
	}
	
#tekstvak{
	width:600px;
	height:300px;
	position:relative;
	float:left;
	margin-left:63px;
	margin-top:30px;
	}
	

	
