.container 
	{
	position:relative; 
	width:1000px; 
	margin-left:auto;
	margin-right:auto; 
	margin-top:0px;
	top:0px;
	text-align:left;
	}

.top_algemeen
	{
	width:1000px;
	height:170px;
	position:relative;
	left:0px;
	top:0px;
	}
	
.contentblok 
	{
	background-image:url(../images/content/content.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:170px;
	left:0px;
	width:1000px;
	color:#000000;
	}

.menu 
	{
	width:965px;
	height:30px;
	margin-left:20px;
	margin-top:5px;
	}
	
/*3 colls*/

#colEen
	{
	float:left;
	width:200px;
	height:530px;
	background-image:url(../images/content/left.jpg);
	background-repeat:no-repeat;
	margin-left:18px;
	display:inline;
	}

#colTwee
	{
	padding-left:10px;	
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	width:500px;
	display:inline;
	}

#colDrie
	{
	float:left;
	width:220px;
	height:440px;
	margin-left:5px;
	padding:10px;
	display:inline;
	}
	
#content
	{
	width: 495px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:30px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	height:470px;
	_height:470px;
	overflow:auto;
	}
