/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body, div, td {
	font: 11px/20px Arial, sans-serif;
	color: #555555;
}
input, textarea {
	font: 11px Arial, sans-serif;
	color: #555555;
}

img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
p {
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 20px;
	font-size: 18px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: normal;
}
form  {
	padding: 0;
	margin: 0;
}
ul {
	margin: 20px 0;
	padding: 0 15px;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* button in de tekst */
div#left input {
	padding: 4px 8px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-image: url(images/bg_button.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: pointer;
	margin-bottom: 5px;
}

div#left input.text {
	background: #fff;
}

div#left input:hover {
	background-image: url(images/bg_button_hover.png);
}

/* Body */
div#wrapper {
	position: relative;
	margin: -140px auto 0 auto;
	_height: 100%;
	width: 980px;
	min-height: 100%;
	z-index: 2;
}
div#header {
	height: 140px;
	margin: 0 auto;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#body div#left, div#body div#middle, div#body div#right {
	float: left;
	margin-top: 10px;
}
div#body div#left {
	width: 470px;
	padding-right: 20px;
}
div#body div#middle {
	width: 245px;
}
div#body div#right {
	padding-left: 20px;
	width: 225px;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #efefef;
}
div.clear_float {
	clear: both;
}

/* Achtergronden */
div#top_background {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 79px;
}
div#navigation_background {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 15px;
	padding-top: 15px;
	margin-bottom: 1px;
}
div#subnavigation_background {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 15px;
	padding-top: 15px;
}
div#footer_background {
	background: #efefef;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: 30px;
	margin-top: -30px;
}
div.inner_schaduw {
	height: 15px;
	background: #000;
	filter: alpha(opacity=5);
	opacity: 0.05;
	-moz-opacity: 0.05;
	-khtml-opacity: 0.05;
}

/* Header */
div#header_left, div#header_right {
	width: 490px;
	float: left;
	height: 79px;
}
div#header_left {
	position: relative;
}
/* Header left en logo */
div#logo {
	cursor: pointer;
	margin-top: 10px;
}
div#logo a:link, div#logo a:visited {
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
}
div#header_left div.flashmovie {
	position: absolute;
	height: 59px;
	width: 490px;
	padding: 10px 0;
	border: none;
	margin: 0;
	display: block;
}
/* Header right, zoeken en snelkoppelingen */
div#header_right {}
div#search {
	text-align: right;
	margin: 20px 0 5px 0;
}
div#search input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
div#search input#text {
	background: #fff;
	width: 160px;
	margin-right: 10px;
	color: #666;
	padding: 2px 3px;
}
div#search input#text:focus {}

div#shortcuts {
	text-align: right;
}
div#shortcuts a:link, div#shortcuts a:visited {
	text-decoration: none;
	margin-left: 10px;
}
div#shortcuts a:hover {}

/* Hoofdnavigatie */
ul#navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 980px;
	height: 60px;
}
ul#navigation li {
	float: left;
}
ul#navigation li a:link, ul#navigation li  a:visited, ul#navigation li a.active:link, ul#navigation li  a.active:visited {
	float: left;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
ul#navigation li  a:hover, ul#navigation li a.active:link, ul#navigation li  a.active:visited {}
ul#navigation li ul.subnavigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	top: 30px;
	width: 980px;
	height: 30px;
}
ul#navigation li ul.subnavigation li {}
ul#navigation li ul.subnavigation li a:link, ul#navigation li ul.subnavigation li a:visited, ul#navigation li ul.subnavigation li a.active:link, ul#navigation li ul.subnavigation li a.active:visited {
	float: left;
	display: block;
	padding: 5px 10px;
	text-decoration: underline;
}
ul#navigation li ul.subnavigation li a:hover {
	background: none;
}
ul#navigation li ul.subnavigation li a.active:link, ul#navigation li ul.subnavigation li a.active:visited {
	text-decoration: none;
	font-weight: bold;
	background: none;
}

/* Algemene link stijlen voor middle */
div#middle a:link, div#middle a:visited {}
div#middle div.news_view li h3 a:link, div#middle div.news_view li h3 a:visited {
	color: #555;
}

/* Nieuws view */
div.news_view {
	padding: 20px;
	background: bottom left url(images/spacer_middle.gif) repeat-x;
}
div.news_view ul {
	margin: 0;
}
div.news_view ul  li {
	padding: 3px 0;
}
div.news_view ul  li h3 {}
div.news_view li h3 a:link, div.news_view li h3 a:visited /* Let op deze komen ook specifiek bij middle terug */{
	color: #555;
	line-height: 14px;
}
div.news_view h3 a:hover {}
div#right div.news_view {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}

/* Nieuws links */
div#nieuws_links {}
div#nieuws_links div.spacer {
	clear: both;
	background: bottom left url(images/spacer_left.gif) repeat-x;
	margin-bottom: 20px;
}
div#nieuws_links div.article {
	width: 230px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#nieuws_links div.article div.text {
	height: 100px;
	overflow: hidden;
}
div#nieuws_links div.article h2, div#nieuws_links div.article p {
	margin: 0;
}
div#nieuws_links div.article img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	height: 96px;
	width: 96px;
	border: 1px solid #dfdfdf;
}

/* Nieuws midden */
div.nieuws_midden {}
div.nieuws_midden div.article {
	background: bottom left url(images/spacer_middle.gif) repeat-x;
	padding: 20px 0;
}
div.nieuws_midden div.article h2 {
	padding: 0 20px;
}
div.nieuws_midden div.article p {
	margin: 0;
	height: 60px;
	overflow: hidden;
	padding: 0 20px;
}

/* Nieuws rechts */
div.nieuws_rechts {
	background: top left url(images/spacer_middle.gif) repeat-x;
	padding-top: 20px;
	margin-top: 10px;
}
div.nieuws_rechts div.article {
	margin-bottom: 20px;
}
div.nieuws_rechts div.article img {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	height: 96px;
	width: 96px;
	border: 1px solid #dfdfdf;
}
div.nieuws_rechts div.text {
	float: left;
	height: 100px;
	overflow: hidden;
}
div.nieuws_rechts div.article h2, div.nieuws_rechts div.article p {
	margin: 0;
}

/* Selectie dropdown menu */
div.select {
	padding-bottom: 10px;
}
div.select select {
	width: 100%;
	border: 1px solid #abadb3;
	padding: 2px 3px;
	font: 11px/20px Arial, sans-serif;
	color: #555555;
}
div.select select option {}

/* Tekstveld midden, editor middle */
div.editor_middle {
	padding: 20px;
}
div.editor_middle p {
	margin: 0;
}

/* Copyright en credits */
div#footer a:link, div#footer a:visited {
	color: #ababab;
	text-decoration: none;
}
div#footer a:hover {
	color: #8c8c8c;
}
div#copyright, div#credits {
	float: left;
	margin-top: 6px;
	color: #ababab;
}
div#copyright {
	width: 800px;
}
div#credits {
	width: 180px;
	text-align: right;
}

/* Contactformulier */
div.mailer_ext {
	position: relative;
}

div#left div.mailer_ext div.message {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: -5px;
	width: 170px;
	font: 11px/20px Arial, sans-serif;
	color: #555555;
}
div.mailer_ext div.message ul {
	margin: 20px 0 0 0;
}
div.mailer_ext div.message ul li {
	margin-top: -20px;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}

div#left div.mailer_ext input {
	background: none;
	cursor: auto;
	margin-bottom: 3px;
	width: 160px;
	color: #abadb3;
	padding: 2px 3px;
	border: 1px solid #abadb3;
}

div#left div.mailer_ext input.radio {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

div#left div.mailer_ext input.versturen {
	background: #888;
	color: #fff;

}

div.mailer_ext textarea {
	margin-bottom: 3px;
	width: 160px;
	color: #abadb3;
	padding: 2px 3px;
	border: 1px solid #abadb3;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 1px solid #ff6666;
}
div.mailer_ext input:focus, div.mailer_ext textarea:focus {
	border: 1px solid #8c8c8c;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
	color: #fff;
	cursor: pointer;
	padding: 3px 8px;
}

/* Nieuwspagina */
div#news_page {}
div#news_page ul {
	margin: 0;
}
div#news_page ul li {}
div#news_page div.article {
	margin-bottom: 20px;
}
div#news_page div.article p {
	margin: 0;
}
div#news_page div.article div.head {
	background: 0 22px url(images/spacer_left.gif) repeat-x;
	height: 23px;
	width: 470px;
	margin-bottom: 3px;
}
div#news_page div.article h2 {
	margin: 0;
	width: 400px;
	float: left;
	padding-right: 10px;
	overflow: hidden;
	height: 21px;
}
div#news_page div.article p.datum {
	color: #ababab;
	margin: 0;
	width: 60px;
	float: left;
	text-align: right;
	overflow: hidden;
	height: 21px;
}
img.news_message {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 96px;
	width: 96px;
	border: 1px solid #dfdfdf;
}
div#news_page_archive {}
div#news_page_archive h2 {
	margin-top: 20px;
}
div#news_page_archive ul {
	margin: 0;
}

/* Zoekpagina */
div#search_page {}
div#search_page form {
	float: left;
	width: 260px;
	padding-right: 10px;
}
div#search_page p.results {
	text-transform: capitalize;
	float: left;
	color: #ababab;
	text-align: right;
	width: 200px;
	margin: 0;
}
div#search_page div.buttons {
	background: top left url(images/spacer_left.gif) repeat-x;
	padding-top: 20px;
	margin-top: 20px;
}
div#search_page div.buttons a:link, div#search_page div.buttons a:visited {
	color: #ababab;
}
div#search_page div.buttons a:hover {}
div#search_page div.buttons p.previous {
	text-transform: capitalize;
	float: left;
}
div#search_page div.buttons p.next {
	float: right;
	text-transform: capitalize;
}
div#search_page input {
	padding:0;
	margin: 0;
	background: none;
	border: none;
	cursor: auto;
	}

div#search_page input.versturen {
	height: 20px;
	padding-top: 2px;
}
	
div#search_page input.text {
	background: #fff;
	width: 180px;
	margin-right: 5px;
	color: #abadb3;
	padding: 2px 3px;
	border: 1px solid #abadb3;
}
div#search_page input.text:focus {
	border: 1px solid #8c8c8c;
}
div#search_page div.element_even {
	background: top left url(images/spacer_left.gif) repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}

/* Flash movies */
div.flashmovie {
	border: 1px solid #dfdfdf;
	margin: 20px 0;
	display: inline;
	padding: 0;
}
div#middle div.flashmovie {
	margin: 20px;
}

/* iFrame editor */
#frame_editor {
	width: 470px;
}

/* Editors met stippellijnen */
div#dots_top {
	background: top left url(images/spacer_left.gif) repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}
div#dots_under {
	background: bottom left url(images/spacer_left.gif) repeat-x;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

/* Google maps */
div#google_maps {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 4px;
	cursor: pointer;
}
div#google_maps div.google_maps_container {
	width: 100%;
	height: 243px;
}
div#google_maps_navigation {
	margin: 18px 0 0 0;
}

div#google_maps input {
	padding:0;
	margin: 0;
	background: none;
	border: none;
	cursor: auto;
	}
	
	
div#google_maps_navigation input.text {
	width: 160px;
	color: #abadb3;
	padding: 2px 3px;
	border: 1px solid #abadb3;
}
div#google_maps_navigation input.google_maps_button, div#google_maps_navigation input.google_maps_button_hover {
	text-transform: capitalize;
	cursor: pointer;
	border: none;
	padding: 2px 3px;
	margin: 0 0 0 5px;
	height: 20px;
	width: auto;
	font-weight: bold;
	background: none;
	color: #fff;
}
