body {
	margin-bottom: 15px;
}
body, input, table, td {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #fff;
}
h1, h2, h3, p {
	margin: 20px 0;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}
div#links h2 {
	font-size: 24px;
	line-height: 30px;
	color: #90b73d;
	margin-bottom: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}
ul, ol {
	margin: 20px 30px;
	padding: 0;
}
a:link, a:visited {
	color: #e2e31c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
div.clear_float {
	clear: both;
}
body.editor,
body.editor h1,
body.editor h2,
body.editor h3,
body.editor table {
	color: #444;
}

div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #679f1a url(images/body.jpg) 0 0 no-repeat;
}
div#header {
	height: 198px;
}
div#navigatie_top {
	height: 30px;
	border-top: 1px solid #fff;
}
div#navigatie_bottom {
	height: 56px;
}
div#links {
	float: left;
	width: 265px;
	margin: 0 20px 17px 0;
	padding-left: 15px;
}
div#rechts {
	float: left;
	width: 430px;
	padding-left: 20px;
	min-height: 300px;
	_height: 300px;
	padding-bottom: 20px;
}
div#footer {
	border-top: 1px solid #fff;
	padding: 3px 10px;
}

/* Zoeken */
form#zoeken {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	height: 28px;
	width: 320px;
}
form#zoeken input.tekst {
	width: 204px;
	border: none;
	background: #fff;
	color: #90b73d;
	padding: 1px 3px;
	line-height: normal;
	margin: 0 0 0 7px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd;
	font-size: 11px;
	color: #999;
}
form#zoeken input.submit {
	margin: 1px 0 0 5px;
	padding: 0;
	width: 72px;
	cursor: pointer;
	line-height: normal;
	background: none;
	color: #83bc35;
	font-weight: bold;
	border: none;
}

/* Pagina */
div#pagina {
	float: left;
	width: 74px;
	height: 30px;
}

/* Trace */
div#trace {
	float: left;
	width: 674px;
	height: 27px;
	margin: 3px 0 0 0;
	font-size: 11px;
	color: #778065;
	letter-spacing: 1px;
}
div#trace a:link, div#trace a:visited {
	display: block;
	height: 29px;
	padding-top: 1px;
	color: #778065;
	font-weight: bold;
	text-decoration: none;
}
div#trace a:hover {
	color: #666;
}
div#trace div.element {
	float: left;
}
div#trace div.element a:link, div#trace div.element a:visited {
	display: block;
	float: left;
	padding-top: 1px;
	height: 29px;
	color: #778065;
}
div#trace div.element span.seperator {
	display: block;
	float: left;
	padding: 1px 7px 4px 7px;
}

/* Logo */
div#logo {
	float: left;
	width: 226px;
	height: 56px;
	background: #90b73d;
}

/* Snelkoppelingen */
div#snelkoppelingen {
	float: left;
	width: 74px;
	height: 56px;
}
div#snelkoppelingen ul {
	float: left;
	margin: 0;
	list-style: none;
}
div#snelkoppelingen ul li a:link, div#snelkoppelingen ul li a:visited {
	display: block;
	width: 74px;
	padding-top: 1px;
	height: 27px;
	font-weight: bold;
	text-align: center;
	color: #90b73d;
	text-decoration: none;
}
div#snelkoppelingen ul li a:hover {
	text-decoration: underline;
}

/* Banner */
div#banner {
	position: relative;
	width: 1000px;
	height: 198px;
	z-index: 1;
}
div#bannerContainer {
	width: 1000px;
	height: 198px;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* Banners klein */
div#bannersklein {
	position: relative;
	width: 226px;
	height: 56px;
	z-index: 1;
}
div#kleinebannerContainer {
	width: 226px;
	height: 56px;
}
div.kleineimageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* Navigatie */
ul#navigatie {
	float: left;
	width: 680px;
	padding-left: 20px;
	height: 56px;
	margin: 0;
	color: #90b73d;
	font-weight: bold;
	letter-spacing: 1px;
}
ul#navigatie li {
	float: left;
	list-style: none;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 3px;
	height: 26px;
	cursor: pointer;
}
ul#navigatie li a:link, ul#navigatie li a:visited {
	color: #90b73d;
	text-decoration: none;
}
ul#navigatie li a:hover {
	color: #5f8939;
}
ul#navigatie li a.active {
	font-weight: normal;
}

/* Footsteps */
div#footsteps {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #bee277;
}
div#footsteps, div#footsteps a:link, div#footsteps a:visited {
	font-weight: normal;
	color: #bee277;
}

/* Nieuws links */
div#nieuws {}
div#nieuws div#updateDate {
	display: none;
	color: #444;
	font-size: 11px;
}
div#nieuws div#updateDate p {
	margin-top: 0;
	margin-bottom: 5px;
}
div#nieuws div.element {
	font-size: 11px;
	line-height: 17px;
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
}
div#nieuws div.element h3 {
	font-size: 12px;
	line-height: 15px;
}
div#nieuws div.element h3,
div#nieuws div.element p {
	margin: 10px 0;
	color: #444;
	width: 180px;
}
div#nieuws div.element img {
	float: right;
	margin-left: 10px;
	width: 50px;
	border: 1px solid #888;
}
div#nieuws div.element p.news_view_desc {
	margin-bottom: 5px;
}
div#nieuws div.element p.lees_meer {
	margin-top: 5px;
}
div#nieuws div.element a:link, div#nieuws div.element a:visited {
	color: #444;
}

/* Nieuws links alternatief */
div#nieuws_alternatief {}
div#nieuws_alternatief div#updateDate {
	display: none;
	color: #444;
	font-size: 11px;
}
div#nieuws_alternatief div#updateDate p {
	margin-top: 0;
	margin-bottom: 5px;
}
div#nieuws_alternatief div.element {
	font-size: 11px;
	line-height: 17px;
	border-bottom: 1px solid #80af47;
	padding: 5px 0;
}
div#nieuws_alternatief div.element h3 {
	font-size: 12px;
	line-height: 15px;
}
div#nieuws_alternatief div.element h3,
div#nieuws_alternatief div.element p {
	margin: 10px 0;
	color: #444;
}
div#nieuws_alternatief div.element img {
	float: right;
	margin-left: 10px;
	border: 1px solid #888;
}
div#nieuws_alternatief div.element p.news_view_desc {
	margin-bottom: 5px;
}
div#nieuws_alternatief div.element p.lees_meer {
	margin-top: 5px;
}
div#nieuws_alternatief div.element a:link,
div#nieuws_alternatief div.element a:visited {
	color: #444;
}


/* Nieuws links alternatief 2 */
div.nieuws_alternatief {
	margin: 10px 0 10px -15px;
	padding-top: 10px;
}
div.nieuws_alternatief div.element {
	font-size: 11px;
	line-height: 17px;
}
div.nieuws_alternatief div.element h3 {
	font-size: 12px;
	line-height: 15px;
}
div.nieuws_alternatief div.element h3,
div.nieuws_alternatief div.element p {
	margin: 10px 0;
	padding: 0 10px;
	color: #444;
}
div.nieuws_alternatief div.element img {
	float: right;
	margin-left: 10px;
	border: 1px solid #888;
}
div.nieuws_alternatief div.element p.news_view_desc {
	margin-bottom: 5px;
}
div.nieuws_alternatief div.element p.lees_meer {
	margin-top: 5px;
}
div.nieuws_alternatief div.element a:link,
div.nieuws_alternatief div.element a:visited {
	color: #444;
}

/* Nieuws links oud */
div#news_view {}
div#news_view div.element {
	font-size: 11px;
	line-height: 17px;
	border-bottom: 1px dotted #eee;
	height:30px;
	overflow:hidden;
}
div#news_view div.element h3 {
	font-size: 12px;
	line-height: 15px;
}
div#news_view div.element h3,
div#news_view div.element p {
	margin: 10px 0;
	color: #444;
}
div#news_view div.element img {
	float: right;
	margin-left: 10px;
	border: 1px solid #888;
	width: 50px;
	height: 50px;
}
div#news_view div.element p.news_view_desc {
	margin-bottom: 5px;
}
div#news_view div.element p.lees_meer {
	margin-top: 5px;
}
div#news_view div.element a:link, div#news_view div.element a:visited {
	color: #444;
}

/* Nieuwspagina */
div#news_page {}
div#news_page h2#days_title {
	margin-bottom: 5px;
}
div#news_page ul#days {
	margin-top: 5px;
}
div#news_page ul#days h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

/* Zoekpagina */
div#search_page input.tekst {
	width: 200px;
	border: none;
	background: #fff;
	color: #444;
	padding: 2px 3px;
	line-height: normal;
	margin: 0 4px 0 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd;
}
div#search_page input.submit {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: capitalize;
}
div#search_page div.element {
	padding-bottom: 8px;
	border-bottom: 1px dotted #eee;
}
div#search_page div.element h2 {
	font-size: 16px;
}
div#search_page div.element h2,
div#search_page div.element p {
	margin: 10px 0;
}
div#search_page div#nav {
	margin: 20px 0;
	text-transform: capitalize;
}
div#search_page div#nav div#prev {
	float: left;
}
div#search_page div#nav div#next {
	float: right;
}

/* Logos onderaan */
div#logos {
	background: #fff;
	text-align: right;
	padding-top: 10px;
}
div#logos img {
	margin-left: 10px;
}
div#logos img.link {
	cursor: pointer;
}


/* Plattegrond */
div#image_map_container {
	position: relative;
	width: 680px;
	height: 420px;
	margin: 10px 0;
	z-index: 1;
}
div#image_map_container img {
	display: none;
}

/* Plattegrond tooltip */
div#image_tooltip {
	position: absolute;	
	z-index:100;
	background-color:#679f1a;
	width:150px;
	overflow: auto;
	display:none;
	padding:5px;
	color: #fff;
}

/* Plattegrond overlay */
div.image_map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 420px;
	z-index: 10;
	background: #fff;
	opacity: 0.7;
}
div.image_map_text {
	position: absolute;
	top: 25px;
	left: 25px;
	font-weight: bold;
	background: #679f1a;
	border: 1px solid #568515;
	padding: 10px 15px;
	color: #fff;
	width: 220px;
	font-size: 13px;
	line-height: 17px;
	z-index: 10;
}