/* CSS Document */

#header {
	width:760px;
	height:100px;
	clear:both;
	background-color:#FF0000;	
	margin-bottom:15px;
}

#menu {
	float:left;
	width:120px;
	height:140px;
	margin:0px;
	margin-bottom:15px;
	margin-right:20px;
}

#inhoud {
	float:left;
	width:620px;
	margin:0px;		
	margin-bottom:15px;
}

#footer {
	width:760px;
	clear:both;
	height:10px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#deprof {
	width:150px;
	border:none;
	text-decoration:none;
}