body{
	background: #085D00;
}
.logo {
	position: absolute;
	width: 202px;
	height: 202px;
	display: run-in;
	z-index: 2000;
	left: 0;
	right: 0;
	margin: 200px auto;
}

ul#home {
	width: 856px;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	azimuth: behind;
}
ul#home li#bezoeker {
	width: 214px;
	height: 549px;
	display: block;
	float: left;
	background: url(../images/home_bezoeker.jpg) no-repeat;
}
ul#home li#kampeerder {
	width: 214px;
	height: 549px;
	display: block;
	float: left;
	background: url(../images/home_kampeerder.jpg) no-repeat;
}
ul#home li#medewerker {
	width: 214px;
	height: 549px;
	display: block;
	float: left;
	background: url(../images/home_medewerker.jpg) no-repeat;
}
#home li#contact {
	width: 214px;
	height: 549px;
	display: block;
	float: left;
	background: url(../images/home_contact.jpg) no-repeat;
}

ul#home li a {
	margin: 0 20px 0 0;
	padding: 490px 30px 20px 0;
	display: block;
	text-align: right;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
	
ul#home li a:hover {
	font-weight: bold;
}
	
/* footer home pagina */
#container.home #footer {
	width: 826px;
	display: block;
	margin: 100px 0px 0px 0px;
	position: relative;
}
	#container.home #footer #copyright {
		width: 600px;
		display: block;
		float: right;
	}
		#container.home #footer #copyright ul {
			margin: 0;
			padding: 0;
			display: block;
			float: right;
			list-style: none;
		}
			#container.home #footer #copyright ul li {
				height: 54px;
				padding: 0 5px;
				display: block;
				float: left;
				text-align: right;
			}
				#container.home #footer #copyright ul li span {
					margin: 30px 0 0 0;
					display: block;
				}
