@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	min-height: 100%;
	background: url(../images/body-bg.jpg) #b9d141 repeat-x;
}
body {
	background: url(../images/body-bg.jpg) #b9d141 repeat-x;
	color: #40560e;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 5px;
        font-weight: bold;
}
p {
	line-height: 150%;
	margin-bottom: 15px;
}
ul {
	list-style: none;
        margin-bottom: 15px;
}
li {
	list-style: disc inside;
}
a {
	color: #40560e;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

/* POSITIONING */

#container {
	width: 960px;
	margin: 0 auto 10px auto;
	text-align: left;
	background: #ffffff;
}
#header {
	padding: 25px 0 0 0;
}
#logo {
	width: 220px;
	margin: 60px 25px 0px 25px;
	float: left;
	text-align: center;
}
#language {
	margin: 40px auto 0px auto;
}
#language a {
	color: #40560e;
	text-decoration: none;
	text-transform: uppercase;
}
#header-img {
	float: left;
}
#content {
	margin: 0;
}
#content-left {
	width: 270px;
	float: left;
}
#nav {
	background: url(../images/nav-bg.jpg) repeat-x;
	width: 220px;
	margin: 25px;
}
#nav ul {
	list-style: none;
	margin: 5px 0 10px 0;
	display: block;
}
#nav ul li {
	list-style: none;
}
#nav ul li a {
	color: #384f07;
	border-bottom: 1px solid #a7b85b;
	width: 180px;
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	margin-left: 15px;
}
#nav ul li a:hover {
	color: #103315;
	border-bottom: 1px solid #384f07;
}
#news {
	margin: 50px 25px 25px 25px;
}
#news h2 {
	padding: 10px 0 5px 15px;
	background: #b9d141;
}
.newsitem {
	margin: 0 0 5px 15px;
}
.newsitem p {
	margin-bottom: 0;
}
.newsitem p.date {
	color: #b9d141;
	margin-bottom: 5px;
	font-size: 11px;
}
.newsitem p a {
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin
}
.newsitem p.read-more a {
	font-size: 11px;
	font-weight: normal;
	color: #b9d141;
	float: right;
}

#news p{
	margin-bottom: 0;
}

#news p a{
	font-weight: bold;
}

#news p span{
	float: left;
	display: block;
	width: 200px;
	font-size: 11px;
}

#news p.readMore{
	text-align: right;
	margin-bottom: 10px;
}

#news p.readMore a{
	font-weight: normal;
}

#content-right {
	width: 665px;
	float: left;
	margin: 0;
}
#intro {
	margin: 25px;
}
.align-r {
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
}

#content-block-waarom {
	background: url(../images/content-block-bg.jpg) repeat-x #e7f0c1;
	font-size: 12px;
	padding: 0 25px 25px 25px;
	margin-bottom: 25px;
}
#content-block-waarom h2 {
	background: url(../images/icon-home1.png) no-repeat;
	padding: 20px 0 15px 75px;
}
#content-block-waarom p {
	margin-bottom: 5px;
}
#content-block-daarom {
	padding: 0 25px 25px 25px;
}
#content-block-daarom h2 {
	background: url(../images/icon-home2.png) no-repeat;
	padding: 20px 0 15px 75px;
}

#footer {
	font-size: 12px;
        margin-bottom: 15px;
}




div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}