body {
	background-color:#dceab1;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

	#container {
		display:block;
		background-image:url(../images/container_bg.jpg);
		background-position:center center;
		background-repeat:repeat-y;
		width:900px;
		height:auto;
		margin:0 auto;
		text-align:left;
	}

	#header {
		display:block;
		background-image:url(../images/body_bg.jpg);
		background-repeat:repeat-x;
		background-position:top left;
		width:900px;
		height:109px;
	}
		#header #overlay {
			display:block;
			background-image:url(../images/header_default.jpg);
			background-repeat:no-repeat;
			background-position:top left;
			height:109px;
			width:455px;
			float:left;
		}
		#header #contact {
			display:block;
			height:59px;
			width:315px;
			float:right;
			margin: 40px 10px 0 0;
			text-align:right;
			padding:0px;
			padding-right:0px;
			
		}
		

	#content, #content0 {
		display:block;
		background-image:url(../images/beelden.jpg); /*photo1.jpg);*/
		background-position:20px bottom;
		background-repeat:no-repeat;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
	#content1 {
		display:block;
		background-image:url(../images/beelden2.jpg); /*foto1.jpg);*/
		background-position:20px bottom;
		background-repeat:no-repeat;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
	#content2 {
		display:block;
		background-image:url(../images/beelden3.jpg); /*foto2.jpg);*/
		background-position:20px bottom;
		background-repeat:no-repeat;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
	#content3 {
		display:block;
		background-image:url(../images/beelden.jpg); /*foto3.jpg);*/
		background-position:20px bottom;
		background-repeat:no-repeat;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
	#content4 {
		display:block;
		background-image:url(../images/beelden4.jpg); /*foto4.jpg);*/
		background-position:20px bottom;
		background-repeat:no-repeat;
		width:900px;
		margin:0 auto;
		text-align:left;
	}
	
		#content_left {
			display:block;
			width:280px;
			background-image:url(../images/content_left_bg.jpg);
			background-position:top left;
			background-repeat:no-repeat;
			padding-left:20px;
			font-size:14px;
			line-height:22px;
			float:left;
		}
			#menu_bg {
				display:block;
				background-image:url(../images/menu_bg_repeat.jpg);
				background-position:top right;
				background-repeat:repeat-y;
				width:280px;
				/*margin-top:22px;*/
			}
				#menu {
					display:block;
					background-image:url(../images/menu_bg_right.jpg);
					background-position:bottom right;
					background-repeat:no-repeat;
					width:280px;
					padding-bottom:20px;
					padding-top:41px;
				}
				#menu ul { margin:0; padding:0;  }
				#menu ul li { display:inline; list-style:none none; }
				#menu a { 
					 display:block;
					 width:249px; 
					 height:25px;
					 background-image:url(../images/menu_a_bg.jpg);
					 background-position:0 0;
					 background-repeat:no-repeat; 
					 color:#76961a; 
					 font-size:13px; 
					 line-height:19px; 
					 text-align:right; 
					 padding:5px 30px 0 0; 
				}
				#menu a:hover { color:#39490b; background:url(../images/menu_a_bg.jpg) -281px 0 no-repeat; text-decoration:none; }
				#menu a#currentPage { color:#39490b; background:url(../images/menu_a_bg.jpg) -281px 0 no-repeat; text-decoration:none; }
			
			#zoekveld {
				display: block;
				padding-bottom: 20px;
				text-align: right;
				background-color: #FFFFFF;
			}
			
				#zoekveld form { margin-right: 7px; }
			
		#content_right {
			display:block;
			width:580px;
			background-image:url(../images/content_right_bg.jpg);
			background-position:top left;
			background-repeat:no-repeat;
			padding-right:20px;
			text-align:left;
			float:right;
		}
		.padding { padding:48px 50px 50px 50px; }
		#content_right hr { border-top:double 3px #39490b; margin:10px 0 10px 0; }
		
		#footer {
			display:block;
			width:858px;
			height:30px;
			margin-left:20px;
			background-image:url(../images/footer_bg.jpg);
			background-position:0 0;
			background-repeat:repeat-x;
			text-align:center;
		 }
		 #footer p { padding:5px; margin:0; font-size:11px; }
		 #footer a {  font-size:11px; text-decoration:none; }
		 #footer a:hover { text-decoration:underline; }
		
	

