	/*color: #add41a; = groen*/
	* {
	padding: 0;
	margin: 0;
	}
	html, body {
	height: 100%;
	}
	body {
	font: 0.875em arial, helvetica, sans-serif;
	background-image: url(beeld/streep.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
	* html #container {
	height: 100%;
	}
	#container {
	min-height: 100%;
	width: 776px;
	margin: 0 auto;
	}
	p {
	color:#003300;
	padding: 2.5em 10px 0px 226px;
	line-height: 1.3em;
	}
	a {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
	}
	a:hover {
	color: #A0C216;
	}
	a.active {
	color: #A0C216;
	font-weight: bold;
	}	
	#header {
	background: url(beeld/header.jpg) no-repeat center bottom;
	height: 170px;
	}
	
	#navigation {
	float: left;
	padding-top: 2.5em;
	color: #F56901;
	width: 160px;
	}
	#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	text-align:right;
	}
	#navigation ul a {
	color: #F56901;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0.2em 1em 0 0;
	}	
	#navigation a:hover {
	color: #A0C216;
	}
	#navigation a.active {
	color: #A0C216;
	font-weight: bold;
	}	
	#navigation .sub {
	font-weight: bold;
	color:#B5B5B5;
	}
	#navigation .sub a.active {
	font-weight: bold;
	color: #A0C216;
	}
	.titel {
	color: #A0C216;
	font-weight: bold;
	}
	.subtitel {
	font-weight: bold;
	}
	.foto {
	float: right;
	font-size: x-small;
	color:#666666;	
	padding-left: 4px;
	}
	.fotobijschrift {

	font-size: x-small;
	color:#666666;
	}
	#footer {
	width: 780px;
	color: #333;
	height: 100px;
	padding-top: 10px;
	margin: -110px auto 0 auto;
	background: url(beeld/footer.jpg) no-repeat bottom center;
	}
	#footer p{
	padding: 5.5em 0 0 226px;
	color: #333333;
	}
	#footer a{
	text-decoration: none;
	color: #F56901;
	font-weight: bold;
	}
	#footer a:hover {
	color: #666666;
	}
	#footer .credit {
	padding-left: 0.7em;
	font-weight: normal;
	color: #999;
	}
	#footer .credit a{
	font-weight: normal;
	color: #999;
	}
	#footer .credit a:hover {
	color: #333;
	}
	
	#clearfooter {
	height: 110px;
	}
