/* Algemeen */
	
	body {
		margin: 0;
		padding: 0;
		background-color: #EEECEC;
		}
		
	a.linkslink {
		width: 59px;
		height: 23px;
		margin: 42px 0 0 10px;
		float: left;
		background: transparent url("../links.gif") no-repeat;
		display: block;
		text-indent: -3000px;
		position: absolute;
		}	
		
	h1 {
		color: #fff;
		font-size: 22px;
		text-align: center;
		margin: 0;
		padding: 0;
		}

	h2 {
		color: #fff;
		font-size: 15px;
		padding: 2px 0 0 10px;
		margin: 0;
		}
		
	h3 {
		font-size: 15px;
		margin: 5px 0 3px 0;
		padding: 0;
		color: #DD9044;
		}
		
	h4 {
		font-size: 12px;
		padding: 10px 0 0 5px;
		margin: 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	
	
	
	/* Hoofcontainers */

	div#main-container {
		margin: auto auto;
		width: 950px;
		overflow: hidden;
		background-color: #fff;
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
		color: #000;
		margin-top: 10px;
		border: solid 1px #CDCECC;
		}
		
	div#header-container {
		width: 950px;
		height: 190px;
		background: #fff url("../images/header.jpg") no-repeat 0 top;
		}
	
	div#content-container1 {
		width: 200px;
		background-color: #fff;
		text-align: left;
		float: left;
		}
		
	div#content-container2 {
		width: 550px;
		background-color: #fff;
		text-align: left;
		float: left;
		}
	
	div#content-container3 {
		width: 200px;
		background-color: #fff;
		text-align: left;
		float: left;
		}
	
	div#footer-container {
		width: 950px;
		height: 20px;
		background-color: #A9AAA8;
		margin-top: 15px;
		float: left;
		clear: both;
		}	


/* Overige divjes */



	div#googlecode  {
		position:absolute;
		margin: 140px 0 0 736px;
		}

	div#containerleft {
		border-top: solid 1px #DD9044;
		border-bottom: solid 1px #DD9044;
		margin: 10px 0 0 7px;
		width: 185px;
		}
		
	div#containerright {
		border-top: solid 1px #DD9044;
		border-bottom: solid 1px #DD9044;
		margin: 10px 0 0 8px;
		width: 185px;
		}
		
	div#middle1 {
		width: 550px;
		height: 25px;
		margin-top: 10px;
		background-color: #DD9044;
		}
		
	div#middle2 {
		width: 550px;
		background-color: #EEECEC;
		margin-bottom: 3px;
		}
		
	div#middle3 {
		width: 550px;
		height: 145px;
		background-color: #EEECEC;
		}
		
	div#middle_detail {
		width: 550px;
		background-color: #EEECEC;
		float: left;
		}
		
	div#backbutton {
		width: 540px; 
		height: 40px; 
		text-align: right; 
		float: left; 
		background-color: #EEECEC;>
		}
		
	div#buttons {
		padding-top: 167px;
		width: 950px;
		}
		
	div#button {
		background-color: #fff;
		margin-left: 12px;
		padding: 5px 15px;
		float: left;
		}
		
	div#button2 {
		background-color: #A9A9A7;
		margin-left: 12px;
		padding: 5px 15px;
		float: left;
		}
		
	div#button1:hover {
		background-color: #6CCA07;
		padding: 5px 5px;
		width: 145px;
		}
		
	div#date {
		font-style: italic;
		margin: 10px 0 0 5px;
		}
		
	div#colorback {
		background-color: #DD9044;
		width: 930px;
		height: 30px;
		margin: 10px 0 0 10px;
		float: left;
		position: absolute;
		}
		
	div#images {
		margin: 10px 0 0 5px;
		}
		
	div#images1 {
		margin: 10px 0 0 5px;
		width: 90px;
		float: left;
		}
		
	div#images2 {
		margin: 10px 0 0 5px;
		width: 160px;
		float: left;
		}
		
	div#images3 {
		margin: 10px 0 0 5px;
		width: 276px;
		float: left;
		}
	
	
	/* Alinea's */	
			
	p.toelichting {
		margin: 5px 0 0 0;
		color: #5E5E5E;
		}
		
	p.leesmeer {
		margin: 0;
		color: #5E5E5E;
		text-align: right;
		}		
		
	p.leesmeer2 {
		margin: 0;
		padding: 5px 10px 8px 0;
		color: #5E5E5E;
		text-align: right;
		}	
		
	p.tip {
		margin: 0;
		padding: 3px 0 0 165px;
		}
		
	p.content {
		margin: 0;
		padding: 10px 10px 10px 10px;
		}
	
	
	/* Linkjes */
		
	a {
		color: #DD9044;
		font-weight: bold;
		text-decoration: none;
		}
		
	a:hover {	
		color: #5E5E5E;
		text-decoration: underline;
		}
		
	a.buttontje {
		color: #fff;
		}
		
	a.url {
		color: #fff;
		font-weight: normal;
		}
