/*** DEFAULT STYLESHEET ***/

/******************************************************************************** GENERAL ELEMENTS ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Browser default is 16px. */
	line-height: 0.94em; /* This is based on the above font size of 16px and results in about 15px. */
	color: #262324;
}

h1, h2, h3, h4, h5, h6 {
	color: #5f6062;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

h1,
h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #9fa1a4;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

img {
	border: none;
}

hr {
	height: 0;
	color: #cccccc;
	border: none;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(/siteimg/icon_listmarker.png) no-repeat left 0.3em;
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 3em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}



/******************************************************************************** BASIC CLASSES ***/

.clear {
	clear: both !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.center {
	text-align: center !important;
}

/* Use the noprint class for elements which aren't allowed to be printed. */
.noprint {
	display: block !important;
}

/* Use the printonly class for elements visible only while printing a webpage. */
.printonly {
	display: none !important;
}



/******************************************************************************** BASIC FORM ***/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
}

form fieldset.labels_right {
	text-align: right;/**/ /* Activate this for aligning the labels to the right. */
}

form fieldset br {
	clear: both;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0.5em 0;
}

form fieldset label span,
form fieldset p.label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset p.filled_out {
	float: left;
	background: #ffffff;
	width: 200px;
	margin: 0 0 0.5em 0;
	border: 1px solid #cccccc;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1em;
}

form fieldset input {
	height: 20px;
}

form fieldset input {
	height: 20px;
	padding: 2px 3px 0;
}

form fieldset textarea {
	width: 203px; /* Standard input width + 3px. */
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 209px; /* Standard input width + 9px. */
	height: 24px;
	padding: 0;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset p.filled_out {
	background: none;
	border: none;
	text-align: left;
}

form fieldset label,
form fieldset p.label,
form fieldset p.filled_out {
	padding: 0.1em 0 0;
}

form fieldset .field_half {
	width: 100px !important;
}

form fieldset .field_quart {
	width: 50px !important;
}

form fieldset .field_eighth {
	width: 25px !important;
}

form fieldset div.inputgroup input,
form fieldset div.inputgroup label {
	float: left;
	width: auto;
}

form fieldset div.inputgroup input {
	background: none;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 1em 0 0;
	text-align: left;
}

form fieldset div.inputgroup.error {
	background: none;
	border: none;
}


/*form fieldset div.inputgroup.error p.label,*/
form fieldset div.inputgroup.error label {
	color: #ff3333;
}

form fieldset div.inputgroup div.inputlist {
	float: left;
	margin: 0 0 0.5em;
}

form fieldset div.inputgroup div.inputlist label {
	clear: both;
	width: 200px;
	height: auto;
	margin: 0;
}

form fieldset div.inputgroup p.hint {
	margin: 0;
	text-align: left;
	font-size: 0.8em;
}

form fieldset div.textfields label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0 0;
}

form fieldset.labels_right div.textfields label {
	text-align: right;
}

form fieldset div.textfields label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset div.textfields input {
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
}

form fieldset input.button,
form fieldset input.submit {
	background: #000000;
	width: 5em;
	height: 2em;
	margin: 1em 0 1em 17em;
	padding: 0 0 0.5em;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

form fieldset input.button:hover,
form fieldset input.submit:hover {
	background: #333333;
}

form fieldset .error {
	background: #ffdddd;
	border: 1px solid #ff3333;
}

form fieldset p.required_fields {
	clear: both;
	margin: 0 0 0 17em;
	text-align: left;
}

form fieldset p.required_fields span {
	font-size: 0.8em;
}

form fieldset div.form_error_report {
	clear: both;
	background: #ffdddd;
	margin: 0 0 1em;
	padding: 0.5em 1em 1em;
	border: 1px solid #ff0000;
	text-align: left;
}

form fieldset div.form_error_report p.form_error_head {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em;
	color: #990000;
}

form fieldset div.form_error_report p {
	margin: 0;
	color: #ff0000;
}



/******************************************************************************** GENERAL LAYOUT ***/

div#header,
div#content,
div#bottom,
div#footer {
	width: 935px;
	margin: 0 auto;
	font-size: 0.75em; /* This is based on the browser default of 16px and results in 12px. */
	z-index: 1;
}

div#content h1,
div#content h2 {
	background: url(/siteimg/icon_head.png) no-repeat 0 0.2em;
	margin: 0 0 0.5em;
	padding: 0 0 0.35em 0.75em;
	border-bottom: 1px solid #b2b2b2;
	line-height: 1.1em;
	font-weight: normal;
}

div#content h1.head_top,
div#content h2.head_top {
	margin: 0;
}

div#content h2 a.link_rss {
	background:url("/siteimg/icon_rss.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:right;
	height:18px;
	text-indent:-9999px;
	width:18px;
}

div#content h1 a.link_rss {
	float: right;
	display: block;
	background: url(/siteimg/icon_rss.png) no-repeat;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}
.col_center h2 {
	font-size: 13px;
	font-weight: bold !important;
	color: black !important;
	line-height: 20px;
	text-decoration: none !important;
	border: 0 !important;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

div#content h1 a.link_print {
	float: right;
	display: block;
	background: url(/siteimg/icon_print.png) no-repeat;
	width: 24px;
	height: 22px;
	text-indent: -9999px;
}

div#content h3 {
	font-weight: normal;
}

div#content a.link {
	background: url(/siteimg/icon_link.png) no-repeat 0 0.4em;
	padding-left: 0.75em;
}

div#content a.link:hover {
	text-decoration: underline;
	color: #333333;
}

div.alsosee {
	padding: 0 12px 0.5em;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 1.5em;
}

div.alsosee p {
	font-size: 0.9em;
}



/******************************************************************************** HEADER ***/

div#headerwrapper,
div#header {
	height: 313px;
}

div#headerwrapper {
	background: url(/siteimg/bg_header.png) repeat-x top;
}

div#header {
	position: relative;	
}

div#header a#logo {
	position: absolute;
	top: 24px;
	left: 20px;
}

div#header img#printlogo {
	display: none;
}

div#header p.date {
	position: absolute;
	top: 6px;
	right: 0;
	float: right;
	color: #ffffff;
}

div#header p.ipadres {
	position: absolute;
	top: 6px;
	right: 0;
	float: right;
	color: #ffffff;
}

div#header ul.main_nav {
	position: absolute;
	top: 101px;
	left: 0;
	z-index: 20;
	margin: 1px 0 0;
}

div#header ul.main_nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

div#header ul.main_nav li a {
	display: -moz-inline-box;
	display: inline-block;
	background: url(/siteimg/bg_main_nav.png) repeat-x;
	height: 15px; /* 39px */
	padding: 12px 22px;
	border-left: 1px solid #505052;
	border-right: 1px solid #7e7f80;
	text-transform: uppercase;
	font-size: 1.25em;
	color: #ffffff;
}

div#header ul.main_nav li a span {
	display: inline-block;
	background: url(/siteimg/icon_main_nav.png) no-repeat;
	width: 7px;
	height: 11px;
	margin: 0 8px 0 0;
	line-height: 0.7em;
}

div#header ul.main_nav li a:hover,
div#header ul.main_nav li:hover a,
div#header ul.main_nav li.hover a {
	background: url(/siteimg/bg_main_nav_hover.png) repeat-x;
	text-decoration: none;
}

div#header ul.main_nav li a:hover span,
div#header ul.main_nav li:hover a span,
div#header ul.main_nav li.hover a span {
	background: url(/siteimg/icon_main_nav_hover.png) no-repeat;
}

div#header ul.main_nav li.active a,
div#header ul.main_nav li.active a:hover {
	background: url(/siteimg/bg_main_nav_active.png) repeat-x;
}

div#header ul.main_nav li.active a span,
div#header ul.main_nav li.active a:hover span {
	background: url(/siteimg/icon_main_nav_active.png) no-repeat;
}

div#header ul.main_nav li ul {
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 40;
	margin: 0;
	border-top: 1px solid #ffffff;
	visibility: hidden;
}

div#header ul.main_nav li:hover ul,
div#header ul.main_nav li.hover ul {
	visibility: visible;
}

div#header ul.main_nav li ul li {
	position: relative;
	float: left;
	clear: both;
}

div#header ul.main_nav ul li a,
div#header ul.main_nav li.active ul li a,
div#header ul.main_nav li:hover ul li a,
div#header ul.main_nav li.hover ul li a {
	background: #7e8083;
	height: auto;
	padding: 10px 22px;
	border: 1px solid #ffffff;
	border-top: none;
	text-transform: none;
	white-space: nowrap;
}

div#header ul.main_nav ul li a:hover,
div#header ul.main_nav li.active ul li a:hover,
div#header ul.main_nav li ul li.active a,
div#header ul.main_nav li:hover ul li a:hover,
div#header ul.main_nav li:hover ul li.active a,
div#header ul.main_nav li.hover ul li a:hover,
div#header ul.main_nav li.hover ul li.active a {
	background: #ffc423;
}

div#header ul.main_nav ul li a span,
div#header ul.main_nav li.active ul li a span,
div#header ul.main_nav li:hover ul li a span,
div#header ul.main_nav li.hover ul li a span {
	background: url(/siteimg/icon_main_nav_sub.png) no-repeat;
}

div#header ul.main_nav ul li a:hover span,
div#header ul.main_nav li.active ul li a:hover span,
div#header ul.main_nav li ul li.active a span,
div#header ul.main_nav li:hover ul li a:hover span,
div#header ul.main_nav li.hover ul li.active a span,
div#header ul.main_nav li:hover ul li a:hover span,
div#header ul.main_nav li.hover ul li.active a span {
	background: url(/siteimg/icon_main_nav_sub_hover.png) no-repeat;
}

div#header form.search {
	position: absolute;
	top: 76px;
	right: 0;
	z-index: 30;
	background: url(/siteimg/bg_header_search.png) no-repeat;
	width: 205px; /* 215px */
	height: 66px;
	padding: 5px;
}

div#header form.search fieldset legend {
	display: block !important;
	background: url(/siteimg/icon_search_head.png) no-repeat 5px 4px;
	padding: 0 0 0.6em 1.5em;
	text-transform: uppercase;
	color: #ffffff;
}

div#header form.search fieldset input {
	background: none;
	border: none;
}

div#header form.search fieldset input.searchfield {
	position: relative;
	background: url(/siteimg/bg_header_searchfield.png) no-repeat right top;
	width: 129px; /* 141px */
	height: 16px; /* 24px */
	margin: 0 6px 0 6px;
	padding: 4px 6px;
	color: #7e8083;
}

div#header form.search fieldset input.searchbutton {
	background: url(/siteimg/bg_header_searchbutton.png) no-repeat;
	width: 44px;
	height: 24px;
	padding: 1px 0 3px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

div#header div#header_slideshow {
	position: absolute;
	top: 142px;
	right: 0;
	z-index: 20;
	overflow: hidden;
	background: #5f6062;
	width: 213px;
	height: 140px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

div#header div#header_slideshow div.viewport {
	position: relative;
}

div#header div#header_slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 213px;
	height: 140px;
}

div#header div#header_slideshow div.slide img {
	position: absolute;
	top: 0;
	left: 0;
}

div#header div#header_slideshow div.slide a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #5f6062;
	width: 193px; /* 213px */
	height: 17px; /* 25px */
	padding: 4px 10px;
	color: #ffffff;
}

div#header div#header_slideshow a span {
	position: relative;
	top: 4px;
	right: -10px;
}

div#header div#header_slideshow a span span {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: url(/siteimg/icon_raquo.png) no-repeat top left;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
}

div#header div#header_visual_slideshow {
	position: absolute;
	top: 142px;
	left: 0;
	z-index: 10;
	overflow: hidden;
	background: #5f6062;
	width: 934px;
	height: 140px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

div#header div#header_visual_slideshow div.viewport {
	position: relative;
}

div#header div#header_visual_slideshow img.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 934px;
	height: 140px;
}

div#header ul.breadcrumb_path {
	position: absolute;
	bottom: 8px;
	left: 0;
	margin: 0;
}

div#header ul.breadcrumb_path li {
	float: left;
	background: none;
	margin: 0;
	padding: 0 0.75em 0 0;
}

div#header ul.breadcrumb_path li a {
	background: url(/siteimg/icon_webtrail_link.png) no-repeat 0 0.4em;
	padding: 0 0 0 0.6em;
	text-decoration: underline;
	color: #7e8083;
}

div#header ul.breadcrumb_path li a:hover {
	background: url(/siteimg/icon_webtrail_active.png) no-repeat 0 0.4em;
	text-decoration: none;
	color: #5f6062;
}

div#header ul.breadcrumb_path li span {
	background: url(/siteimg/icon_webtrail_active.png) no-repeat 0 0.4em;
	padding: 0 0 0 0.6em;
	color: #5f6062;
}



/******************************************************************************** CONTENT ***/

div#contentwrapper {
	background: #ffffff;
}

div#content {
	margin-top: 1em;
}

div.col_left,
div.col_center,
div.col_right,
div.col_left_center {
	float: left;
	margin: 0 25px 0 0;
}

div.col_left,
div.col_right {
	width: 215px;
}

div.col_center {
	width: 455px;
}

div.col_right {
	margin-right: 0;
}

div.col_left_center {
	width: 695px;
}



/******************************************************************************** FOOTER ***/

div#footerwrapper {
	background: url(/siteimg/bg_footer.png) repeat-x top;
	height: 50px;
	margin: 1.5em 0 0;
	padding: 2.1em 0 0;
}

div#footer ul {
	margin: 0;
	font-weight: bold;
	font-size: 0.9em;
	color: #7e8083;
}

div#footer ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

div#footer ul li a {
	display: inline;
	color: #7e8083;
}

div#footer ul li span {
	display: inline;
	padding: 0 0.5em;
}



/******************************************************************************** COMPONENTS ***/

/*** SUB NAV ***/

ul.sub_nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #b2b2b2;
}

ul.sub_nav li {
	margin: 0;
	padding: 1px 0 0;
	background: none;
}

ul.sub_nav li a,
ul.sub_nav li.active ul li a {
	display: block;
	background: url(/siteimg/bg_sub_nav.png) repeat-x #e7e7e8;
	width: 185px; /* 215px */
	margin: 0;
	padding: 0.5em 5px 0.5em 25px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 0.95em;
	color: #5f6062;
}

ul.sub_nav li a:hover {
	text-decoration: none;
	color: #333333;
}

ul.sub_nav li a span {
	display: -moz-inline-box;
	display: inline-block;
	background: url(/siteimg/icon_sub_nav.png) no-repeat 0 3px;
	width: 7px;
	height: auto;
	margin: 0 0 0 -14px;
	padding: 0 7px 0 0;
}

ul.sub_nav li.active a,
ul.sub_nav li.active a:hover {
	background: url(/siteimg/bg_sub_nav_active.png) repeat-x #f8951e;
	color: #ffffff;
}

ul.sub_nav li.active a span {
	background: url(/siteimg/icon_main_nav_sub_hover.png) no-repeat 0 3px;
}

ul.sub_nav ul,
ul.sub_nav li.active ul {
	background: none;
	margin: 0;
	padding: 0;
	color: #5F6062;
}

ul.sub_nav ul li,
ul.sub_nav li.active ul li {
	background: none;
	margin: 0;
	padding: 1px 0 0;
}

ul.sub_nav ul li a,
ul.sub_nav li.active ul li a {
	width: 176px; /* 215px */
	margin: 0;
	padding-left: 34px;
	font-style:	italic;
}

ul.sub_nav ul li a span,
ul.sub_nav li.active ul li a span {
	display: -moz-inline-box;
	display: inline-block;
	background: url(/siteimg/icon_sub_nav_sub.png) no-repeat 0 6px;
	width: 3px;
	height: auto;
	margin: 0 0 0 -8px;
	padding: 0 5px 0 0;
}

ul.sub_nav li.active ul li a:hover {
	background: url(/siteimg/bg_sub_nav.png) repeat-x #e7e7e8;
	color: #333333;
}


/*** PAGINATOR ***/

div.col_left div.paginator_container {
	margin-top: -2px;
}

div.paginator_container {
	position: relative;
	background: url(/siteimg/bg_paginator.png) repeat-x;
	height: 33px; /* 51px */
	margin: 0 0 2em;
	padding: 18px 0 0;
}

div.paginator_container ul {
	margin: 0;
}

div.paginator_container ul li {
	display: block;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #7e8083;
}

div.paginator_container ul li a {
	margin: 0 3px;
	color: #7e8083;
	text-decoration: none;
}

div.paginator_container ul li a:hover {
	color: #5f6062;
	text-decoration: underline;
}

div.paginator_container ul li.active a {
	color: #000000;
}

div.paginator_container ul.pag_nav_left li {
	margin: 0 1em 0 0;
}

div.paginator_container ul.paginator {
	float: left;
}

div.paginator_container ul.paginator li span {
	padding: 0 0.25em;
}

div.paginator_container ul.pag_nav_left,
div.paginator_container ul.pag_nav_right {
	position: absolute;
	top: 18px;
}

div.paginator_container ul.pag_nav_left {
	left: 1em;
}

div.paginator_container ul.pag_nav_right {
	right: 1em;
}

div.paginator_container ul.pag_nav_right li {
	margin: 0 0 0 1em;
}


div.paginator_container ul.pag_nav_left li span,
div.paginator_container ul.pag_nav_right li span {
	position: relative;
	bottom: 0.1em;
} 

div.paginator_container ul li a.first {
	background: url(/siteimg/icon_paginator_first.png) no-repeat left 4px;
	padding-left: 1em;
}

div.paginator_container ul li a.prev {
	background: url(/siteimg/icon_paginator_prev.png) no-repeat left 4px;
	padding-left: 0.8em;
}

div.paginator_container ul li a.next {
	background: url(/siteimg/icon_paginator_next.png) no-repeat right 4px;
	padding-right: 0.8em;
}

div.paginator_container ul li a.last {
	background: url(/siteimg/icon_paginator_last.png) no-repeat right 4px;
	padding-right: 1em;
}


/*** SPAM BOX ***/

div.spamday {
	background: url(/siteimg/bg_spambox.png) repeat-x top #e6e7e7;
	margin: 1px 0 2em 0;
	padding: 10px 20px 0 20px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}

div.spamday h3 {
	background: none;
	margin: 0 0 0.5em 0;	
	padding: 0;
	border: none;
	font-weight: bold !important;
	font-size: 1em;
	color: #000000;
}

div.spamday h4 {
	background: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	border: none;
	font-size: 0.9em;
	color: #000000;
}

div.spamday a.spamlink {
	display: block;
	margin: 4px 0;
}

div.spamday div.spam_grafiek {
	clear: both;
	border: 1px solid #ffffff;
	display: block;
	height: 5px;
	margin-bottom: 4px;
}

div.spamday div.spam_grafiek_totaal {
	background-color: #ffffff;
}

div.spamday hr {
	background: url(/siteimg/bg_spam_seperator.png) repeat-x bottom;
	height: 2px;
	margin: 8px 0;
}

div.spamday div.spam_lijn {
	height: 5px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

div.spamday span.perc {
	color: #5f6062;
}

div.spamday div.spam_ontvangen {
	background: url(/siteimg/bg_spam_received.png) repeat-x;
}

div.spamday div.spam_geblokkeerd {
	background: url(/siteimg/bg_spam_blocked.png) repeat-x;
}

div.spamday div.spam_virus {
	background: url(/siteimg/bg_spam_virus.png) repeat-x;
}

div.spamday div.spam_schoon {
	background: url(/siteimg/bg_spam_clean.png) repeat-x;
}


/*** QUOTE ***/

div.quote {
	margin: 0 0 1.5em;
}

div.quote q {
	padding: 0 0 1em;
	line-height: 1.65em;
	font-style: italic;
	color: #5f6062;
}

div.quote p {
	padding-top: 0.4em;
	line-height: 1.4em;
	font-size: 0.9em;
}

div.col_left div.quote {
	background: url(/siteimg/bg_border_top.png) repeat-x top #f1f1f1;
	padding: 10px;
	border-bottom: 1px solid #b2b2b2;
	margin-top: 12px;
}


/*** PARTNER SLIDESHOW ***/

div#content div.partner_slideshow {
	background: #f1f2f2;
	width: 269px;
	height: 151px;
	margin: 0 0 0em 1em;
}

div#content div.partner_slideshow div.viewport,
div#content div.partner_slideshow div.slide,
div#content div.partner_slideshow div.slide a {
	width: 269px;
	height: 151px;
	text-align: center;
}

div#content div.partner_slideshow div.viewport {
	position: relative;
	border: 1px solid #e3e4e4;
	overflow: hidden;
}

div#content div.partner_slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div#content div.partner_slideshow div.slide a {
	display: block;
}


/*** PHOTO SLIDESHOW / F9.4 ALSOSEE CARROUSEL ***/

div#content div.photo_slideshow {
	background: #ffffff;
	margin: 1px 0 2em;
}

div#content div.photo_slideshow ul.slideshow_nav {
	background: url(/siteimg/bg_slideshow_nav.png) repeat-x;
	width: 79px; /* 215px */
	height: 11px; /* 30px */
	margin: 0;
	padding: 9px 68px 10px;
}

div#content div.photo_slideshow ul.slideshow_nav li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

div#content div.photo_slideshow ul.slideshow_nav li a {
	float: left;
	display: block;
	text-indent: -9999px;
}

div#content div.photo_slideshow ul.slideshow_nav li a.prev,
div#content div.photo_slideshow ul.slideshow_nav li a.next {
	width: 8px;
	height: 8px;
	margin: 1px;
}

div#content div.photo_slideshow ul.slideshow_nav li a.prev {
	background: url(/siteimg/bg_slideshow_nav_prev.png) no-repeat;
}

div#content div.photo_slideshow ul.slideshow_nav li a.next {
	background: url(/siteimg/bg_slideshow_nav_next.png) no-repeat;
}

div#content div.photo_slideshow ul.slideshow_nav li a.pause,
div#content div.photo_slideshow ul.slideshow_nav li a.play {
	width: 10px;
	height: 11px;
	margin: 0 24px;
}

div#content div.photo_slideshow ul.slideshow_nav li a.pause {
	background: url(/siteimg/bg_slideshow_nav_pause.png) no-repeat;
}

div#content div.photo_slideshow ul.slideshow_nav li a.play {
	background: url(/siteimg/bg_slideshow_nav_play.png) no-repeat;
}

div#content div.photo_slideshow div.viewport,
div#content div.photo_slideshow div.slide,
div#content div.photo_slideshow div.slide a {
	width: 215px;
	height: 175px;
}

div#content div.photo_slideshow div.viewport {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #b2b2b2;
}

div#content div.photo_slideshow div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div#content div.photo_slideshow div.slide img {
	width: 215px;
	/* note: vincent gedaan: height: 127px;*/
}

div#content div.photo_slideshow div.slide p {
	display: block;
	margin: 0.5em 1em;
	font-size: 0.9em;
}



/******************************************************************************** T1 HOME ***/

.home div#headerwrapper,
.home div#header {
	height: 284px;
}

.home div#headerwrapper ul.breadcrumb_path {
	display: none;
}

div.home_col_left,
div.home_col_center,
div.home_col_right {
	float: left;
	width: 295px;
	margin: 0 25px 0 0;
}

div.home_col_right {
	margin-right: 0;
}

div.home_col_left_center {
	float: left;
	width: 640px;
}

div#content div.home_col_left_center ul.focus_list {
	margin: 0 0 2em;
}

div#content div.home_col_left_center ul.focus_list li {
	float: left;
	display: block;
	background: none;
	width: 269px; /* 295px */
	margin: 0 25px 0 0;
	padding: 1em 13px;
	border-bottom: 1px solid #b2b2b2;
}

div#content div.home_col_left_center ul.focus_list li:hover,
div#content div.home_col_left_center ul.focus_list li.hover {
	background: #f1f1f1;
}

div#content div.home_col_left_center ul.focus_list li h3 a {
	color: #5f6062;
}

div#content div.home_col_left_center ul.focus_list li a img {
	display: block;
	margin: 0.5em 0;
}

div#content div.home_col_left_center ul.focus_list li a:hover {
	text-decoration: none;
}

div#content div.home_col_left_center ul.focus_list li p {
	color: #262324
}

div#content div.home_col_left_center ul.focus_list li p a {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #7e8083;
}

div#content div.home_col_left_center ul.focus_list li p a:hover {
	background: none;
	text-decoration: underline;
	color: #5f6062;
}

div#content div.home_col_right h2 a.link_rss {
	right: 10px;
}

div#content div.home_col_right ul.news_list {
	margin: 0 0 2em;
}

div#content div.home_col_right ul.news_list li {
	background: none;
	margin: 0;
	padding: 0;
}

div#content div.home_col_right ul.news_list li a {
	display: block;
	padding: 0.5em 1em 0.7em;
	border-bottom: 1px solid #d8d8d8;
	color: #7e8083;
}

div#content div.home_col_right ul.news_list li a span.news_date {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #262324;
}

div#content div.home_col_right ul.news_list li a:hover {
	background: #f1f1f1;
	text-decoration: none;
}

div#content div.home_col_right ul.news_list li a:hover span.news_title {
	text-decoration: underline;
}

div#bottomwrapper {
	background: url(/siteimg/bg_bottom.png) repeat-x top;
	height: 159px;
	padding-top: 1em;
}

div#bottom h3 {
	font-weight: normal;
}

div#bottom img {
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #ffffff;
}

div#bottom p {
	margin: 0 0 1em;
	color: #262324;
}

div#bottom a {
	background: url(/siteimg/icon_read_more.png) no-repeat 0 3px;
	padding: 0 0 0 1em;
	color: #7e8083;
}

div#bottom a:hover {
	color: #5f6062;
}



/******************************************************************************** T2 NEWS OVERVIEW ***/

div.col_center ul.actueel_overzicht {
	background: none;
	margin: 0;
	padding: 0;
}

div.col_center ul.actueel_overzicht li {
	margin: 1px 0 0 0;
	padding: 0.75em 1em 1.4em 1em;
	background: none;
	border-bottom: 1px solid #b2b2b2;	
}

div.col_center ul.actueel_overzicht li.last {
	border: none;
}

div.col_center ul.actueel_overzicht li:hover,
div.col_center ul.actueel_overzicht li.hover {
	background: #f1f1f1;
}

div.col_center ul.actueel_overzicht li h3 {
	margin: 0;
}

div.col_center ul.actueel_overzicht li p {
	margin: 0 0 0.75em 0;
	position: relative;
	font-size: 0.9em;
}

div.col_center ul.actueel_overzicht li img {
	display: block;
	float: left;
	margin: 0 0.9em 0 0;
}

div.col_center ul.actueel_overzicht li a {
	color: #7e8083;
	text-decoration: none;
}

div.col_right a {
	color: #7e8083;
	text-decoration: none;
}



/******************************************************************************** T3 NEWS DETAIL ***/

div#content div.col_center span.date {
	font-weight: bold;
	font-size: 0.65em;
	color: #000000;
}

div#content div.col_center div.news_detail {
	padding: 12px;
}

div#content div.col_center div.news_detail img {
	float: left;
	margin: 0 12px 12px 0 ;
}

div#content div.col_center div.news_detail h3 {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #262324;
}

div#content div.col_center div.news_detail p {
	margin: 0 0 1em;
}

div#content div.col_center div.news_detail a {
	text-decoration: underline;
	color: #7e8083;
}

div#content div.col_center div.learn_more {
	background: url(/siteimg/bg_meerweten.png) repeat-x bottom #f1f1f1;
	margin: 1px 0 0 0;
	padding: 1em;
	border-top: 1px solid #b2b2b2;
}

div#content div.col_center div.learn_more h4 {
	margin: 0;
	font-weight: normal;
	font-size: 1.2em;
}

div#content div.col_center div.learn_more p {
	font-size: 0.9em;
}

div#content div.col_center div.learn_more a {
	text-decoration: none;
	color: #7e8083;
}



/******************************************************************************** T4 CONTACT FORM ***/

div.col_center div.form_report {
	background: #f1f1f1;
	margin: 1px 0 0 0;
	padding: 1em 1.2em;
	color: #ffffff;
}

div.col_center div.form_succes {
	background: #39b54a;	
}

div.col_center div.form_error {
	background: url(/siteimg/bg_form_error.png) no-repeat #ed0000;
}

div.col_center div.form_report p {
	font-size: 0.9em;
}

div.col_center div.form_report ul {
	margin: 0 0 0.5em;
}

div.col_center div.form_report ul li {
	background: url(/siteimg/icon_form_error_arrow.png) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 0 1em;
	font-style: italic;
	font-size: 0.9em;
}

div.col_center form.contact_form fieldset {
	margin: 1px 0 0 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 10px 0 20px 0;
	background: #f1f1f1 url(/siteimg/bg_form.png) repeat-x bottom;
}

div.col_center form.contact_form p.required {
	width: 125px;
	text-align: right;
	font-size: 0.9em;
}

div.col_center form.contact_form label,
div.col_center form.contact_form p.label {
	float: left;
	width: 125px;
	margin: 0 24px 0 0;
	padding: 0.4em 0 0 0;
	text-align: right;
	font-weight: bold;
}

div.col_center form.contact_form label span,
div.col_center form.contact_form p.label span {
	padding-top: 0.2em;
}

div.col_center form.contact_form input.error {
	background: #fff2f2;
	border: 1px solid #ff0000;
}

div.col_center form.contact_form div.inputgroup {
	margin-bottom: 1.25em;
}

div.col_center form.contact_form div.inputgroup label {
	width: auto;
	text-align: left;
	font-weight: normal;
}

div.col_center form.contact_form div.inputgroup input {
	margin: -2px 8px 5px 0;
}

div.col_center form.contact_form input.submitbutton {
	background: url(../siteimg/bg_form_btn.png) no-repeat;
	width: 90px;
	height: 24px;	
	margin: 0 0 0 145px;
	padding: 0 0 3px 0;
	font-size: 1.15em;
	color: #ffffff;
	border: none;
	cursor: pointer;
}



/******************************************************************************** T5 ROUTEPLANNER ***/

div#route_map {
	background: #3e3e3e;
	width: 455px;
	height: 425px;
	margin: 1px 0 3px;
	color: #2e2e2e;
}

form#route_form {
	background: url(/siteimg/bg_route_form.png) repeat-x;
	width: 431px; /* 455px */
	height: 35px; /* 51px */
	margin: 1px 0;
	padding: 5px 12px 11px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

form#route_form h3 {
	display: block;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #262324;
}

form#route_form label {
	float: left;
	clear: none;
	width: 207px;
	margin: 2px 0 0;
}

form#route_form input#route_zip {
	float: left;
	clear: none;
	background: url(/siteimg/bg_route_field.png) no-repeat;
	width: 114px; /* 126px */
	height: 19px; /* 24px */
	margin: 0 5px 0 0;
	padding: 4px 6px;
	border: none;
	color: #7e8083;
}

form#route_form a#route_button {
	float: left;
	position: relative;
	display: block;
	background: url(/siteimg/bg_route_btn.png) no-repeat top left;
	width: 87px; /* 87px */
	height: 16px; /* 24px */
	margin: 0;
	padding: 4px 0;
	border: none;
	line-height: 16px;
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

div#route_directions {
	width: 455px;
}

div#route_directions table {
	border: none;
}

div#route_directions table th,
div#route_directions table td {
	border: none;
}



/******************************************************************************** T6 VACANCIES ***/

div.col_center p.intro {
	font-weight: bold;
}

div.col_center ul.vacancies_list {
	margin: 0;
	border-top: 1px solid #b2b2b2;
}

div.col_center ul.vacancies_list li {
	margin: 1px 0 0 0;
	padding: 12px 12px;
	background: none;
	border-bottom: 1px solid #b2b2b2;
}

div.col_center ul.vacancies_list li:hover,
div.col_center ul.vacancies_list li.hover {
	background: #f1f1f1;
}

div.col_center ul.vacancies_list li h3 {
	margin: 0 0 0.25em;
}

div.col_center ul.vacancies_list li h3 strong {
	color: #262324;
}

div.col_center ul.vacancies_list li p.date {
	margin: 0 0 2em;
	font-weight: bold;
	color: #262324;
}

div.col_center ul.vacancies_list li a.link_read_more {
	font-size: 0.9em;
}



/******************************************************************************** T7 SEARCHRESULTS ***/

div.search_results p {
	margin: 0 0 1em 1em;
}

div.search_results hr {
	border-color: #b2b2b2;
	color: #b2b2b2;
}

div#content div.search_results h2 {
	background: none;
	margin: 0 0 0 0.8em;
	padding: 0;
	border: none;
	font-size: 1.2em;
}

div.search_results ul {
	margin: 0 0 1.5em 1em;
	padding: 0;
}

div.search_results ul li {
	background: none;
	margin: 0;
	padding: 0.25em 0 0 0;
}

div.search_results ul li a {
	background: url(../siteimg/icon_webtrail_link.png) no-repeat scroll 0 0.4em;
	padding: 0 0 0 0.6em;
	color: #7e8083;
}

div.search_results ul li a:hover {
	text-decoration: underline;
	color: #5f6062;
}



/******************************************************************************** T8 REFERENCES ***/

div.col_center p.intro {
	font-weight: bold;
	margin: 1em;
}

div.col_center div.references_list_holder {
	width: 455px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}

div.col_center ul.references_list {
	width: 482px;
	margin: 0 0 0 1px;
	padding: 1.5em 0;
}

div.col_center ul.references_list li {
	float: left;
	background: none;
	margin: 0 27px 1.5em 0;
	padding: 0;
}

div.col_center ul.references_list li a {
	float: left;
	border: 1px solid #e9e9e9;
}

div.col_center ul.references_list li a img {
	display: block;
}

div#lightboxes_container {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

div.lightbox_content {
	background: #f1f2f2;
	width: 268px;
	border: 1px solid #b2b2b2;
	padding: 1px;
}

div.lightbox_content h3 {
	position: relative;
	background: url(/siteimg/bg_head_lightbox.png) repeat-x #f8951e;
	margin: 0;
	padding: 0.5em 1em;
	font-weight: normal;
	color: #ffffff;
}

div.lightbox_content h3 a.link_close {
	position: absolute;
	top: 0.65em;
	right: 1em;
	display: block;
	background: url(/siteimg/icon_close.png) no-repeat;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
}

div.lightbox_content hr.edge_line {
	background: url(/siteimg/bg_edge_line.png) repeat-x;
	height: 2px;
}

div.lightbox_content p {
	margin: 1em;
}

div.lightbox_content img {
	float: left;
}

/*
div#shadowbox_title,
div#shadowbox_info {
	display: none;
}
*/

div#shadowbox_content {
	font-size: 0.75em;
}

div#shadowbox_loading span a {
	color: #7e8083;
}

div#shadowbox_loading span a:hover {
	color: #5f6062;
}



/******************************************************************************** T9 SITEMAP ***/

ul.sitemap {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul.sitemap li {
	margin-bottom: 0.5em;
}

ul.sitemap ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}



