/* Algemeen deel stylen */
	body {
	margin: 0px;
	padding: 0px;
	} 

/* CONTAINERS */
	#container { 
	margin: auto;
	width: 960px;
	background-color: #ffffcc;
	}		

/* HEADER */
	#header {
	float: left;
	background-image: url(image/header.jpg);
	width: 960px;
	height: 169px;
	text-align: right;
	}

/* MENU */
	#menu {
	float: left;
	background-color: #ffffcc;
	width: 960px;
	}
	
	.home {
	margin-left: 25px;
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_home.jpg);
	}
	
	.historie {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_historie.jpg);
	}
	
	.deelnemers {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_deelnemers.jpg);
	}
	
	.activiteiten {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_activiteiten.jpg);
	}
	
	.fotos {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_fotos.jpg);
	}
	
	.nieuws {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_nieuws.jpg);
	}	
	
	.arrangementen {
	float: left;
	width: 106px;
	height: 30px;
	background-image: url(image/knop_arrangementen.jpg);
	}	
			
			
/* INHOUD */
	#inhoud { 
	padding: 25px;
	float: left;
	width: 500px;
	height: auto;
	background-color: #ffffcc;

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	}
	
	#inhoud h1 { font-size: 22px; color: #006633; font-weight: bold; line-height: 20px; margin: 0.85em 0; }
	#inhoud h2 { font-size: 16px; color: #006633; font-style: italic; font-weight: lighter; margin: 0.85em 0; }
	#inhoud h3 { font-size: 14px; font-weight: bold; margin: 0.85em 0; }


/* FOTO */
	#img { 
	padding-top: 25px;
	float: left;
	width: 400px;
	height: auto;	
	text-align: right;
	background-color: #ffffcc;
	}
				
/* FOOTER */
	#footer {
	width: 960px;
	height: 33px;
	background-image: url(image/footer.jpg);
	float: left;
	}
	
/* EINDE CONTAINER */