* {
	margin: 0;
	padding: 0;
	outline: none;
	}

html, body {
	height: 100%;
	}
body {
	text-align: center; 
	background-image: url(img/bg.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	height:100%;
	color: #000000;
	font-family:verdana;
	font-size:12px;
	background-color:#9aa620;
	} 

/* ----------- BODY -------------------- */

#wrap {
	background-color:#FFFFFF;
	position: relative; 
	height: 100%; 
	width: 878px; 
	margin: 0 auto; 
	text-align: left; 
	bottom:0;
	}

#middle {
	position: relative;
	background-image:url(img/content_bg.jpg);
	background-repeat:repeat-y;
	height: auto;
	min-height: 100%;
	margin-bottom: -2em; 
	width: 878px;
	}

#middle:after { 
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden; 
    clear: both; 
    visibility: hidden; 
    } 

* html #wrap, * html #middle {
	height: 100%; 
	}





#header {
	background-image:url(img/header.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 223px ;
	width: 878px;
	overflow: hidden;
	z-index: 3;
	}
	
#header img{
	margin-left:241px;
	margin-top:14px;
	float:left;
	}

#footer {
	background-color:#ddddd4;
	clear: both;  
	position: relative;
	width: 100%;
	height: 2em;
	}


#main {
	position: relative; 
	float: left;
	width: 878px;
	padding-bottom: 3em;
	padding-top:222px; 
	}

*html #content{
	margin-right:20px;
	padding-top:3px;
	}

#content {
	background-color:#fff;
	position: relative;
	width: 600px; 
	float:right;
	margin-right:45px;
	color:#444444;
	font-size:11px;
}

*html #nav{
	margin-left:4px;
	}

#nav{
	position: relative;
	height:100%;
	width:200px;
	float:left;
	margin-left:8px;
	padding-left:8px;
	}
	
#nav ul{
	list-style:none;
	}
	
#nav li{
	margin-top:-2px;
	}

#adres{
	text-align:right;
	color:#fff;
	padding-top:50px;
	padding-right:30px;
	font-size:11px;
	float:right;
	z-index:100;
	}

#adres a{
	color:#fff;
	}

#adres a:hover{
	color:#CCCCCC;
	}
h1 { 
	font-size: 2em; 
	margin: .5em 15px; 
	}
#footer a{
	color:#7b7b79;
	}

#footer p {
	color:#7b7b79;
	text-align: right;
	padding-top: 0.5em;
	margin-top: 0; 
	font-size:11px;
	}

p{
	margin: 1em 15px;
	}

/*
h2{
	background-image:url(img/h2_BG.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffc600;
	margin-left: 15px;
	padding-left:8px;
	padding-bottom:3px;
	text-transform: uppercase;
	font-size:18px;
	font-weight:100;
	}
*/


h2{
	margin-left: 10px;
	padding-left:8px;
	padding-bottom:3px;
	}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999997;
	margin-left: 15px;
	text-transform: uppercase;
	margin-top:-3px;
	font-size:13px;
	font-weight:100;
	}
	
#content a{
	color:#009ada;
	}
	
#content a:hover{
	color:#004460;
	}

.nieuws{
background-color:#edede3;
border:1px solid #dbdbd2;
margin-left:10px;
}

.nieuws p{
margin-left:8px;
}


.nieuws h1{
	font-size:12px;
	margin-left:8px;
	text-transform: uppercase;
	font-weight: normal;
}

#gallery{
	padding-left:15px;
	}