div#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

div#header{
	width: 900px;
	height:91px;
	background-color: white;
	background-image : url(../img/top.jpg);	
}

div#adres{
	float: left;
	font-size: 9px;
	color: white;
	margin-top: 35px;
	margin-left: 270px;
}

	
div#navigatie-bar {
	float: left; /*bepaalt marge???*/
	width: 100%;
	height:20px;
	background-color: #0064a4;
	background-image : url(../img/topnav.gif);
}
 
 div#nieuwscontainer{
 	float:left;
 	width: 264px;
 	height: 232px;
	background-color: white;
	background-image : url(../img/nieuws.gif);
	/*background-color: #ff9900;*/
}

div#nieuws{
	float:left;
	text-align: left;
	margin: 20px 20px 20px 20px;
}

div#foto-home{
	float: left;
}


div#navigatie-bar-sub{
	float: left;
	height: 20px;
	width: 100%;
	background-color: #008B98; 
}

div#navigatie-bar-sub-titel{
	float: left;
	height: 20px;
	width: 280px;
	Margin: 0px 0px 0px 15px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

/*om eventueel tekst bovenaan te zetten*/
div#content-placer{
	position: absolute;
	top: 353px;
}

div#bg{
float: left;
width: 900px;
	background-image : url(../img/bg-content-home.gif);
}

div#home-tekst{
	float: left;
	width:900px;
	background-image : url(../img/bg_content_home.jpg);
	background-repeat : no-repeat;
}


div#home-tekst-content{
	float: left;
	min-height: 300px;
	width: 280px;
	float: left;
	Margin: 10px 0px 15px 15px;
	padding-bottom: 10px;
	text-align: left;
}

div#navigatie-bar-bottom{
	clear: left;
	height: 20px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	background-image : url(../img/bottom_nav.gif);
}

/*Subpagina's ----------------------------------------------------------------------------------*/
div#header-sub{
	width: 900px;
	height:91px;
	background-color: white;
	background-image : url(../img/top_2.jpg);	
}

div#foto-b{
	float: left;
	width: 100%;
	height: 28px;
	background-image : url(../img/foto_sub_2.jpg);
}

div#container-sub{
	width: 900px;
	min-height: 520px;
	float: left;
	background-image : url(../img/bg_sub.gif);
}

div#sub-navigatie{
	float:left;
	width:200px;
}

div#contents{
	float: left;
	width: 635px;
	min-height: 502px;

	margin: 15px 15px 15px 15px;
	padding-bottom: 15px;
	text-align: left;
	color: teal;
}


div#foto-c{
	float: left;
	width: 35px;
	height: 472px;
	background-image : url(../img/foto_sub_3.jpg);
}



