/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body, td {
	font: 11px/22px Arial, Helvetica, sans-serif;
	color: #6c6c6c;
}
input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #6c6c6c;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
p {
	margin: 0 0 22px 0;
}
h1 {
	font: 20px "Lucida Sans Unicode", sans-serif;
	display: none;
}
h2, div#news_message h3 {
	font: 13px "Lucida Sans Unicode", sans-serif;
	margin-bottom: 5px;
	color: #52baba;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	color: #0a85b1;
	text-decoration: underline;
}
a:hover {
	color: #52baba;
}
ul, ol {
	margin: 0 0 22px 0;
	padding: 0 22px;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 960px;
	min-height: 100%;
}
div#header {
	height: 75px;
	margin: 0 auto;
	position: relative;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 92px;
}
div#body div#left, div#body div#middle, div#body div#right {
	float: left;
	width: 225px;
}
div#body div#left {}
div#body div#middle {
	width: 470px;
	margin: 0 20px;
	_margin: 0 0 0 20px; /* IE 6*/
}
div#body div#right {}
div.clear_float,
.clear {
	clear: both;
}

/* Footer */
div#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 55px;
	border-top: 1px solid #dadada;
	text-align: center;
	padding-top: 15px;
	color: #b0b0b0;
	margin-top: -70px;
	z-index: 2;
}
div#footer p {
	margin: 0;
}
div#footer a {
	color: #b0b0b0;
	text-decoration: none;
}
div#footer a:hover {
	color: #52baba;
}

/* Logo */
div#logo {
	position: absolute;
	top: 20px;
	left: 0;
}
div#logo p {
	margin: 0;
}
div#logo a:focus {
	outline: none;
}

/* Hoofdnavigatie */
ul#navigation {
	list-style-type: none;
	padding: 0;
	margin: 22px 0 30px 0;
	background: url(images/background_navigation.jpg) repeat-x;
	height: 28px;
	width: 100%;
	border-bottom: 1px solid #000;
	position: relative;
}
ul#navigation li.firstElement {
	display: none;
	visibility: hidden;
}
ul#navigation li {
	float: left;
	border-right: 1px solid #9b9b9b;
	height: 28px;
}
ul#navigation li a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	height: 25px;
	border-right: 1px solid #353535;
}
ul#navigation li a:hover, ul#navigation li a.active {
	background: url(images/background_heading_turquoise.jpg) repeat-x;
}
ul#navigation li ul#subelements {
	position: absolute;
	top: 29px;
	left: 0;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navigation li ul#subelements li {
	float: left;
	border: none;
	height: 28px;
}
ul#navigation li ul#subelements li a {
	display: block;
	float: left;
	color: #9c9c9c;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	background: none;
	border: none;
	height: 25px;
}
ul#navigation li ul#subelements li a:hover, ul#navigation li ul#subelements li a.active {
	color: #52baba;
}

/* Nieuws view */
div#news_view {
	margin-bottom: 22px;
}
div#news_view h2 {
	color: #fff;
	background: url(images/background_heading_blauw.jpg) no-repeat;
	height: 24px;
	padding: 2px 10px 4px 10px;
	margin-bottom: 11px;
	overflow: hidden;
	line-height: 24px;
}
div#news_view div.highlight {
	margin-bottom: 22px;
	height: 120px;
	overflow: hidden;
}
div#news_view div.highlight p {
	margin: 0;
}
div#news_view div.highlight div.image {
	border: 1px solid #dadada;
	background: #fff url(images/footsteps.jpg) no-repeat;
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 94px;
	height: 104px;
}
div#news_view div.highlight div.article {
	float: left;
	width: 360px;
}
div#news_view div.highlight div.article div.details {
	background: #f5f5f5;
	border-top: 1px solid #dadada;
	padding: 3px 10px;
	cursor: pointer;
}
div#news_view div.highlight h3 a {
	color: #6c6c6c;
	text-decoration: none;
}
div#news_view div.highlight h3 a:hover {
	color: #52baba;
}
div#news_view div.highlight p.date, div#news_view div.days p.date, div#news_message p.date, div#news_page p.date {
	color: #a5a5a5;
	margin: 0;
}
div#news_view div.highlight p.desc {
	margin: 0 10px;
}
div#news_view div.days {
	border-top: 1px solid #dadada;
	padding-top: 22px;
	margin-top: 22px;
}
div#news_view div.days p.date, div#news_page p.date {
	margin: 11px 0 0 0;
}
div#news_view div.days ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#news_view div.days ul li {
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
}
div#news_view div.days ul li a {
	color: #6c6c6c;
	text-decoration: none;
}
div#news_view div.days ul li a:hover {
	color: #52baba;
}

/* Nieuws pagina */
div#news_page {}
div#news_page p#heading {
	color: #fff;
	background: url(images/background_heading_blauw.jpg) no-repeat;
	font: 13px "Lucida Sans Unicode", sans-serif;
	margin-bottom: 11px;
	height: 24px;
	padding: 2px 10px 4px 10px;
	overflow: hidden;
	line-height: 24px;
}
div#news_page div.highlight {
	margin-bottom: 22px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
div#news_page div.highlight p {
	margin: 0;
}
div#news_page div.highlight div.image {
	border: 1px solid #dadada;
	background: #fff url(images/footsteps.jpg) no-repeat;
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 94px;
	height: 104px;
}
div#news_page div.highlight div.article {
	float: left;
	width: 360px;
	position: relative;
}
div#news_page div.highlight div.article div.details {
	background: #f5f5f5;
	border-top: 1px solid #dadada;
	padding: 3px 10px;
	cursor: pointer;
	min-height: 40px;
}
div#news_page div.highlight h2 {
	margin: 0;
}
div#news_page div.highlight h2 a {
	color: #6c6c6c;
	text-decoration: none;
	font: 11px/22px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div#news_page div.highlight h2 a:hover {
	color: #52baba;
}
div#news_page div.days {
	border-top: 1px solid #dadada;
	padding-top: 22px;
	margin-top: 22px;
}
div#news_page div.days ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#news_page div.days ul li {
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
}
div#news_page div.days ul li a {
	color: #6c6c6c;
	text-decoration: none;
}
div#news_page div.days ul li a:hover {
	color: #52baba;
}
/* Nieuws message */
div#news_message {
	position: relative;
}
div#news_message h2 {
	color: #fff;
	background: url(images/background_heading_blauw.jpg) no-repeat;
	height: 24px;
	padding: 2px 10px 4px 10px;
	margin: 0;
	overflow: hidden;
	line-height: 24px;
}
div#news_message p.date {
	margin: 11px 0;
}
div#news_message div.image {
	border: 1px solid #dadada;
	background: #fff url(images/footsteps.jpg) no-repeat;
	padding: 2px;
	float: left;
	margin-right: 10px;
	width: 94px;
	height: 104px;
}
div#news_message div.main_details {
	min-height: 110px;
	margin-bottom: 22px;
}
div#news_message div.details {
	float: left;
	background: #f5f5f5;
	border-top: 1px solid #dadada;
	padding: 3px 10px;
	width: 340px;
	min-height: 103px;
}
div#news_message div.details p {
	margin: 0;
}
div#news_message p.back {
	margin: 22px 0;
}
div#news_message div.sharing {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Menu blokken voor provincies etc. */
div.menu_block {
	margin: 0 0 22px 0;
}
div.menu_block h2, .wz-heading {
	color: #fff;
	height: 24px;
	padding: 2px 10px 4px 10px;
	margin: 0;
	overflow: hidden;
	line-height: 24px;
}
div.menu_block h2 a {
	color: #fff;
	text-decoration: none;
}
div.menu_block div.default  h2 {
	font: 13px "Lucida Sans Unicode", sans-serif;
	margin-bottom: 5px;
	color: #52baba;
	height: auto;
	padding: 0;
	overflow: none;
	line-height: 22px;
}
div.menu_block div.default {
	margin-top: 11px;
}
div.menu_block div.list {
	background: #f5f5f5;
	padding: 10px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div.menu_block div.list p {
	margin: 11px 0 0 0;
}
div.menu_block div.list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.menu_block div.list ul li {
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
}
div.menu_block div.list ul li.tip {
	background: 0 6px url(images/star.gif) no-repeat;
	padding-left: 13px;
}
div.menu_block div.list ul li em {
	font-size: 10px;
}
div.menu_block div.list ul li em a {
	color: #a5a5a5;
}
div.menu_block div.list ul li a {
	color: #6c6c6c;
	text-decoration: none;
}
div.menu_block div.list ul li a:hover {
	color: #52baba;
}
div.menu_block .bold {
	font-weight: bold;
}
/* Heading turquoise */
div.menu_block h2.turquoise {
	background: #1da5a5 url(images/background_heading_turquoise.jpg) no-repeat;
}
div.menu_block h2.groen {
	background: #9dc329 url(images/background_heading_groen.jpg) no-repeat;
}
div.menu_block h2.geel {
	background: #e6d11e url(images/background_heading_geel.jpg) no-repeat;
}
div.menu_block h2.oranje {
	background: url(images/background_heading_oranje.jpg) no-repeat;
}
div.menu_block h2.rood {
	background: #e01919 url(images/background_heading_rood.jpg) no-repeat;
}
div.menu_block h2.roze {
	background: #da2096 url(images/background_heading_roze.jpg) no-repeat;
}
div.menu_block h2.blauw, .wz-heading {
	background: #0b86bf url(images/background_heading_blauw.jpg) no-repeat;
}
div.menu_block .image {
	float: left;
	margin-right: 10px;
}
/* Menu blokken midden */
div#body div#middle div#detailed_view p {
	clear: both;
}
div#body div#middle div#detailed_view ul {}
div#body div#middle div#detailed_view ul li {
	float: left;
	width: 200px;
	margin-right: 10px;
}
/* Plaatsoverzicht midden */
div#body div#middle div#plaatsoverzicht p {
	clear: both;
}
div#body div#middle div#plaatsoverzicht ul {}
div#body div#middle div#plaatsoverzicht ul li {
	float: left;
	width: 129px;
	margin-right: 10px;
}
/* Midden onder */
div#middle_under {
	overflow: hidden;
	width: 490px;
	position: relative;
}
div#middle_under div.menu_block {
	width: 225px;
	float: left;
	margin-right: 20px;
}
div#middle_under div#news_view {
	width: 470px;
}

/* Contactformulier */
div.mailer_ext {
	margin-bottom: 22px;
	display: block;
}
div.mailer_ext h2.onderdeel {
	margin-top: 22px;
}
div.mailer_ext div.message {
	display: block;
	cursor: pointer;
}
div.mailer_ext div.message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.mailer_ext div.message ul li {
	margin-top: -20px;
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 10px;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	width: 150px;
	padding: 2px 3px;
}
div.mailer_ext textarea {
	width: 250px;
	padding: 2px 3px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
	cursor: pointer;
}
div.mailer_ext div.textarea label {
	display: block;
	width: 250px;
}
div.mailer_ext div.textarea textarea {
	width: 250px;
	margin-top: 3px;
}
div.mailer_ext div.radio_buttons {
	margin-bottom: 18px;
}
div.mailer_ext div.radio_buttons label {
	float: none;
	display: block;
	width: 250px;
	margin-bottom: 5px;
}
div.mailer_ext div.radio_buttons input {
	width: auto;
	border: none;
}
div.mailer_ext div.radio_buttons input.tekst {}
div.mailer_ext div.options, div.mailer_ext div.options_keuzevakjes {
	margin-bottom: 18px;
}
div.mailer_ext div.options label, div.mailer_ext div.options_keuzevakjes label {
	float: none;
	display: block;
	width: auto;
	margin-bottom: 5px;
	font-weight: bold;
}
div.mailer_ext div.options_keuzevakjes label {
	font-weight: normal;
}
div.mailer_ext div.options_keuzevakjes label.title {
	font-weight: bold;
}
div.mailer_ext div.options_keuzevakjes input {
	float: left;
}
div.mailer_ext div.options_keuzevakjes div.left, div.mailer_ext div.options_keuzevakjes div.right {
	float: left;
	width: 50%;
}
div.mailer_ext p.extra {
	margin: 0;
	color: #999;
	margin-top: -5px;
	margin-bottom: 5px;
	font-style: italic;
}
div.mailer_ext div.options input, div.mailer_ext div.options_keuzevakjes input {
	width: auto;
}
div.mailer_ext div.options input.tekst {}

/* Tabel opmaak, voor advertentie kosten bijvoorbeeld */
table.tabel {
	width: 100%;
	margin-bottom: 22px;
}
table.tabel th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 5px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
table.tabel td {
	vertical-align: top;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
table.tabel th.right, table.tabel td.right {
	text-align: right;
}
table.tabel th.center, table.tabel td.center {
	text-align: center;
}

/* OpenX Advertenties */
div.ads, div.ads_groot {
	border: 1px solid #dadada;
	background: #fff;
	overflow: hidden;
}
div#left div.ads, div#right div.ads, div#left div.ads_groot, div#right div.ads_groot {
	width: 223px;
	height: 140px;
	margin: 22px 0;
}
div#left div.ads_groot, div#right div.ads_groot {
	height: 360px;
}
div#header div.ads {
	position: absolute;
	right: 0;
	top: 20px;
	width: 468px;
	height: 60px;
}
div#middle_under div.ads, div#middle_under div.ads_groot {
	width: 223px;
	float: left;
	margin: 0 20px 22px 0;
}

/* Lightwindow images */
div.lightwindow_images {}
div.lightwindow_images img {
	border: 1px solid #dadada;
	background: #fff url(images/footsteps.jpg) no-repeat;
	padding: 2px;
	float: left;
	margin: 0 10px 10px 0;
	width: 94px;
	height: 104px;
}

/* PHPlist */
div#phplist h2.blauw {
	background: #0b86bf url(images/background_heading_blauw.jpg) no-repeat;
	color: #fff;
	height: 24px;
	padding: 2px 10px 4px 10px;
	margin: 0 0 11px 0;
	overflow: hidden;
	line-height: 24px;
}
div#phplist p.forgotten {
	padding-left: 120px;
	margin: 0;
}
div#phplist div.clear_float {
	height: 1px;
	margin: 0;
}
/* Form, input en label instellingen */
div#phplist div.label {
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 3px;
}
div#phplist div.input {
	width: 150px;
	padding: 2px 3px;
	float: left;
	margin-bottom: 3px;
}
div#phplist div.theading {
	display: block;
	float: left;
	width: 235px;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div#phplist div.tdivision {
	display: block;
	float: left;
	width: 235px;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
div#phplist input.versturen {
	width: auto;
	cursor: pointer;
	margin-top: 11px;
}
/* PHPlist Navigation */
div#phplist ul.navigation {
	position: absolute;
	top: 125px;
	left: 0;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#phplist ul.navigation  li {
	float: left;
	border: none;
	height: 28px;
}
div#phplist ul.navigation  li a {
	display: block;
	float: left;
	color: #9c9c9c;
	text-decoration: none;
	padding: 3px 10px 0 10px;
	background: none;
	border: none;
	height: 25px;
}
div#phplist ul.navigation  li a:hover, div#phplist ul.navigation li a.active {
	color: #52baba;
}

/* Tools */
div.tools {
	text-align: right;
	margin: 0 20px 22px 0;
}
div.tools a, div#news_message div.sharing a {
	margin-left: 5px;
	color: #9c9c9c;
	text-decoration: none;
}
div.tools a:hover, div#news_message div.sharing a:hover {
	color: #52baba;
}
/* Tell-a-friend */
div#taf form {
	display: none;
	padding: 22px;
	width: 425px;
	background: #f5f5f5;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div#taf form p.error {
	padding: 4px 8px 4px 22px;
	background: #eee;
	margin: 22px 0;
	font-weight: bold;
}
div#taf form div.field {
	margin-bottom: 22px;
}
div#taf form div.field label {}
div#taf form div.field input,
div#taf form div.field textarea {
	padding: 2px 3px;
	margin-top: 3px;
	line-height: normal;
}
div#taf form div.field input {
	width: 180px;
}
div#taf form div.field textarea {
	width: 408px;
	padding: 2px;
}
div#taf form div#taf_sender_left {
	float: left;
}
div#taf form div#taf_sender_right {
	float: right;
}
div#taf form div#taf_recipient_left {
	float: left;
}
div#taf form div#taf_recipient_right {
	float: right;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}

/* Sales */
div#sales-wrapper div#logo {
	position: static;
	margin-bottom: 10px;
}
div#sales-wrapper {
	padding: 50px;
}
table#sales-tabel  {
	width: 100%;
}
table#sales-tabel td, table#sales-tabel th {
	text-align: left;
	padding: 5px 10px;
}
table#sales-tabel td {
	border-bottom: 1px solid #ccc;
}
table#sales-tabel th {
	border-bottom: 1px solid #999;
}

/* URL Request */
#url-request {
	padding-bottom: 20px;
}

/* Wizard */
.wz-navigation, .wzStep .message  {
	display: none;
}
.wzStep p {
	padding-top: 22px;
}
.wzStep .message {
	cursor: pointer;
}
.wzStep .message p {
	padding-top: 0;
	font-weight: bold;
}
.wzStep .message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wzStep .message ul li {
	margin-top: -20px;
	background: 0 10px url(images/arrow.gif) no-repeat;
	padding-left: 15px;
}
div.wzInput, div.wzTextArea, div.wzRadio {
	clear: both;
}
.wzSummaryStep h2 {
	margin-top: 20px;
}
.wzStep label {
	display: block;
	float: left;
	width: 110px;
}
.wzStep input {
	margin: 0 5px 5px 0;
	float: left;
	width: 250px;
	padding: 2px 3px;
}
.wzStep textarea {
	width: 360px;
	padding: 2px 3px;
	margin: 0 5px 5px 0;
	float: left;
}
.wzButtons input {
	float: none;
	width: auto;
}
.wzButtons .wzPrevious {
	float: left;
}

.wzButtons {
	margin-bottom: 22px;
}

.wzTextArea label, #wzLink label {
	float: none;
	padding-top: 11px;
	width: 100%;
}
#wzLink input {
	width: 360px;
}

.wzRadio input {
	float: left;
	width: auto;
	height: auto;
	margin: 10px 10px 0 0;
	padding: 0;
	clear: left;
}
.wzRadio label {
	display: block;
	float: left;
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
}
.wzRadio p {
	margin: 0;
	padding: 11px 0 0 0;
}
div.wzRadioOptions, p.required-heading {
	clear: both;
}
.wzRadio #wzNamelijk label, .wzRadio #wzBudget-namelijk label {
	float: left;
	margin: 5px 5px 0 0;
}

.wzStep .wzTooltip {
	float: left;
	margin: 0;
	padding: 0;
}

.wz-heading {
	margin-bottom: 22px;
} 

#wzvoorwaarden input {
	float: none;
	width: auto;
}

#wzvoorwaarden label {
	display: inline;
	float: none;
	width: auto;
}

a#lightwindowTitlebarClose {
	color: #fff;
}
