#wrapper {
	width: 906px;
	min-height: 100%;   
	height:auto !important; /* voor moderne browsers */  
	height:100%; /* voor IE */ 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#header{
	border-left: 3px solid black;
	border-top: 3px solid black;
	border-right: 3px solid black;
	height: 150px;
}

#logo{
	float: left;	
	width: 200px;
	background-color: #9e0053;

} 

#navigatie{ 
	position: relative;
	top: 00px;
	left: 200px;
}

#kop{
	float: left;
	top: 00px;
	left: 200px;
	width: 700px;

}

#content{
	background: transparent url("content_spacer.jpg") left top repeat-y;
	border-left: 3px solid black;
	border-right: 3px solid black;
	width: 900px;
}

#catalogus {
	float: left;
	width: 200px;

}

#main {
	float: left;
	width: 670px;
	padding: 10px;
	padding-top: 23px;
	background-color: #FFFFFF;
}



#footer {
	font-size: 10px;
	color: #333333;
	height: 30px;
	width: 900px;
	clear: both;
	text-align: center;
	background: transparent url("groen.gif") left top repeat-x;

	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}
