/*
	Donker groen		4d5f42
	Link groen			9cb38d
	Middel groen		85b366
	Header groen		dce9d3
	Licht groen			ecf6e5
*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial;
	color: #85b366;
	background-color: #ecf6e5;
}
/* Text styles */

h1 {
	font-size: 54px;
	padding: 35px 0px 0px 0px;
	text-shadow: #2b5f1d 1px 1px 0px;
}
h2 {
	font-size: 24px;
	padding: 0px;
	text-shadow: #1d1d1d 1px 1px 0px;
	font-weight: normal;
	letter-spacing: 1px;
}
p {
	line-height: 22px;
	font-size: 14px;
	margin: 14px 0px 0px 0px;
	color: #678b4b;
}
ul li {
	margin: 4px 0px 4px 16px;
	font-size: 13px;
	color: #678b4b;
}
a {
	color: #85b366;
	text-decoration: underline;
}
a:hover {
	color: #dce9d3;
}

img {
	border: none;
}

#header_holder {
	width: 100%;
	background-color: #dce9d3;
}
#header {
	width: 715px;
	height: 150px;
	margin: 0px auto;
}
#navigation_holder, #contact_holder {
	width: 100%;
	background-color: #4d5f42;
}
#navigation {
	width: 715px;
	height: 50px;
	margin: 0px auto;
}
#navigation a {
	width: 150px;
	padding: 18px 0px;
	text-decoration: none;
	vertical-align: middle;
	font-size: 12px;
	display: block;
	float: left;
	color: #ecf6e5;
}
#navigation a.image {
	width: 49px;
	padding: 10px;
}
#navigation a:hover, #navigation a.active {
	color: #9cb38d;
}
#body {
	width: 715px;
	margin: 20px auto 30px auto;
}

#body #languages {
	width: 630px;
	margin: 20px auto;
}

#contact {
	width: 715px;
	margin: 0px auto;
	padding: 15px 0px;
}
#contact .block {
	float: left;
	width: 250px;
}
#contact h2 {
	float: left;
	width: 130px;
}
#contact p {
	color: #ecf6e5;
	margin: 6px 0px 4px 0px;
}
#body #map {
	width: 500px;
	margin: 0px auto;
	position: relative;
}
#map .flag {
	position: absolute;
}
#map .flag img {
	border: 1px solid #fff;
}
#map .flag .text {
	display: none;
}
#map #text_holder {
	display: none;
	position: absolute;
	top: 380px;
	left: -50px;
	padding: 5px;
	width: 430px;
	
	border: 1px solid #333;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
}
#map #text_holder strong {
	margin: 0px 0px 5px 0px;
	display: block;
}
