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

img
{
	border: none;
}
#body {
	background-position: center top;
	background-attachment: fixed;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width:960px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
}
#header {
	width: 960px;
	height:170px;
}
#navigatie1 {
	height:20px;
	width:750px;
	float: right;
	text-align:right;
}
#logo {
	width: 205px;
	height: 137px;
	float: left;
	padding-left: 5px;
	padding-top:20px;
	padding-bottom:13px;
}
#navigatie2 {
	width:750px;
	float:right;
	text-align:center;
}
#content {
	width:960px;
}
#kolom1 {
	width:205px;
	height:510px;
	float:left;
	margin-left:5px;
	margin-top: 10px;
	background-repeat:no-repeat;
}
#kolom2 {
	width: 430px;
	float:left;
	padding-left:30px;
	padding-top:60px;
}
#kolom3 {
	width: 270px;
	padding-right:4px;
	float:right;
	margin-top: 90px;
}
#kolom3a {
	width: 270px;
	float:right;
}
#footer {
	width: 960px;
	height: 20px;
	float: right;
	text-align:right;
}
h1 {
	font-size:18px;
	font-weight:300;
	color:#336600;
}
h2 {
	font-size:16px;
	font-weight:300;
	color:#336600;
}
h3 {
	font-size:16px;
	font-weight:300;
	font-style:italic;
	color:#336600;
}
a:link {
	text-decoration:none;
	color:#336600;
}
a:hover {
	text-decoration:none;
	color:#336600;
	border:none;
}
a:visited {
	text-decoration:none;
	color:#336600;
	border:none;
}
a:active {
	text-decoration:none;
	color:#336600;
	border:none;
}
a.wit:link {
	text-decoration:none;
	color:#FFFFFF;
}
a.wit:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.wit:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a.wit:active {
	text-decoration:none;
	color:#FFFFFF;
}
.groen {
	color:#336600;
}
ul {
	list-style:none;
	line-height:23px;
}
.ulsitemap {
	list-style:none;
	line-height:18px;
}
.inline
{
	display: inline;
}