html,body {
	background-image: url(../images/background_logo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000000;
	}
	
#main{
	width:955px;
	background-color:#FFFFCD;
	border:solid 1px #000000;
	border-top:none;
	padding:2px;
	text-align:left;
	position:relative;
	z-index:1;
	}
	
#banner {
	/*background-image: url(../images/banner.jpg);*/
	position: relative;
	background-color:#FFFFFF;
	width:953px;
	height:90px;
	border:solid 1px #000000;
	margin:0px;
	padding:0px;
	z-index:2;
	text-align:left;
	}	
	
#titel {
	margin:6px;
	}

#logo{
	background-image:url(../images/logo.gif);
	width:140px;
	height:110px;
	border:solid 1px #000000;
	left:10px;
	top:10px;
	z-index:3;
	position:absolute;
	}
	
#fout {
	color:#FF3300;
	font-size:10px;
}
	
#main_nav {
	font-size:14px;
	font-weight: bold;
	height:20px;
	width:799px;
	top:101px;
	left:158px;
	z-index:4;
	position:absolute;
	border-bottom:solid 1px #000000;
	}
	
#nav {
	font-size:12px;
	text-align:left;
	margin-top:18px;
	margin-bottom:-4px;
	}

a:link {
	color: #009966;
	text-decoration:none;
		}
a:visited {
	color: #009966;
	text-decoration:none;
	}
a:hover {
	color: #000000;
	text-decoration:none;
	}
a:active {
	color: #009966;
	text-decoration:none;
	}

#left {
	width:137px;
	min-height:100%;
	margin-top:35px;
	padding:2px;
	border-right:solid 1px #000000;
	float:left;
	border-left: solid 8px #FFFFCD; /* in plaats van linker margin, die pakt die niet :S */
	}
	
#kop_left { 
	font-size:16px;
	text-align:center;
	font-weight:bold;
	width:100%;
	border-bottom:dotted 1px #000000;
	}

#nav_left {
	line-height: 22px;
	min-height:300px;
	}

/* for Internet Explorer */
* html #nav_left {
	height: 300px;
	}

#links_left {
min-height:300px;
}
	
/* for Internet Explorer */
* html #links_left {
	height: 300px;
	}

#adres {
	border-top:dotted 1px #000000;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	font-size:12px;
	}	
	
#content{
	text-align:left;
	width:797px;
	float:right;
	margin-top:36px;
	margin-right:0px;
	min-height:332px;
	}

/* for Internet Explorer */
* html #content {
	height: 332px;
	}

#kop { 
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
	}
	
#inleiding {
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	}
	
#tekst {
	font-size:12px;
	}
	
#footer {
	width:954px;
	height:14px;
	margin-top:6px;
	text-align:right;
	vertical-align:middle;
	font-size:10px;
	border-top:solid 1px #000000;
	float:left;
	}
	
#datum {
	font-size:10px;
	}
	
#img_small {
	width:150px;
	height:100px;
	border:solid 1px #000000;
	margin-right:6px;
	}


#afbeeldingen {
	float:right;
	text-align:left;
	right:0px;
	margin-right:0px;
	width:790px;
	height:auto;
	
	}
#img_large {
	width:250px;
	border:solid 1px #000000;
	margin:5px;
	margin-right:6px;
	margin-top: 0px;
	margin-bottom:2px;
	float:right;
	}

#img_icon {
	z-index:3;
	position:absolute;
	right:7px;
	top:130px;
	font-size:10px;
	}

#img_bewerk {
	font-size:10px;
	width:152px;
	margin-right:6px;
	text-align:left;
	margin-bottom:3px;
	float:left;
	}

#small {
	 font-size:10px;
	 text-align:right;
	 margin-right:4px;
 	}
	
hr {
height: 1px;
border: dotted 1px #009966;
width:100%;
text-align:left;
margin:2px;
margin-right:6px;
padding-right:6px;
}

img {
margin:0px;
}

.form {
	text-align : left;
	font-size : 11px;
	color : #000000;
	}
	
input {
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid  #000000; 
	vertical-align: baseline;
	font-size : 11px;
	color : #009966;
	}

#input {
	border: 1px solid  #000000; 
	padding:2px;
	vertical-align: baseline;
	font-size : 11px;
	color : #009966;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#button {
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid  #000000; 
	vertical-align: baseline;
	font-size : 11px;
	color : #ffffff;
	background-color: #009966;
}

#border {
	border:0px;
}

