#container{
	width: 1000px;
	height: 700px;
	margin: 40px auto;
	padding: 0px;
	background-position: center;
	border: 4px solid #ffffff;
}

#titel{
	width: 1000px;
	height: 175px;
	float:left;
	background-image:url(../images/top.jpg);
	margin: 0px; 
	padding: 0px;
	}

#navigatie{
background-color: #1B4778;
	width: 250px;
	height: 525px;
	float:left;
	margin: 0px;
	padding: 0px;
	}


#tekst{
	background-color: #E6EFFF;
	position: relative;
	width: 750px;
	height: 525px;
	margin:0px;
	padding:0px;
	float:right;
	overflow: auto;

}
