/* Global */
body, html {
	height: 100%;
	margin: 0;
	background: url(images/background.gif);
}
body, td {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}
img {
	border: none;
}
input, textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}
p, h1, h2 {
	margin: 0;
}
p {
	margin: 20px 0;
}
h1 {
	color: #ef3d32;
	font-weight: bold;
	font-size: 17px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ef3d32;
}
a:link, a:visited {
	text-decoration: none;
	color: #ef3d32;
}
a:hover {
	text-decoration: underline;
}
body.editor {
	background: #fff;
}
ul {
	margin: 20px 0;
	padding: 0 20px;
}
div.rpc {
	margin: 10px 0 0 0;
}


/* Body */
div#wrapper {
	z-index: 2;
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 730px;
	min-height: 100%;
	background: #fff url(images/background_body.gif) repeat-y;
}
div#header {
	height: 257px;
	margin: 0 auto;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 41px;
}
div#body div#left, div#body div#right {
	float: left;
}
div#body div#left {
	width: 225px;
}
div#body div#right {
	width: 445px;
	padding: 20px 30px;
	position: relative;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 41px;
	background: #f8f8f8 url(images/background_footer.gif) repeat-x;
}
div.clear_float {
	clear: both;
}
div#bg_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 257px;
	background: #868686;
	filter: alpha(opacity=35);
	opacity: 0.35;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
}

/* Snelkoppelingen */
div#shortcuts {
	background: #f8f8f8 url(images/background_shortcuts.gif) repeat-x;
	height: 21px;
	width: 690px;
	padding: 10px 20px;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}
div#shortcuts a:link, div#shortcuts a:visited {
	color: #6c6c6c;
	font-size: 12px;
	margin-right: 10px;
}
div#shortcuts a:hover {
	color: #222;
	text-decoration: none;
}
div#shortcuts a.shortcut:link, div#shortcuts a.shortcut:visited  {
	color: #b61718;
	font-weight: bold;
}
div#shortcuts a.shortcut:hover {
	color: #222;
	text-decoration: none;
}

/* Trace */
div#trace {
	font-size: 11px;
	color: #969696;
}
div#trace a:link, div#trace a:visited {
	font-size: 11px;
	color: #969696;
}
div#trace a:hover {
	color: #666;
	text-decoration: none;
}

/* Logo en banner */
div#banner, div#logo {
	float: left;
}
div#logo {
	width: 225px;
}
div#banner {
	width: 505px;
}
div#imageContainerr {
	height: 215px;
	padding: 0;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 42px;
	left: 225px;
	overflow: hidden;
}

/* Inhoud rechts */
div#body div#right div#top_left, div#body div#right div#top_right {
	float: left;
}
div#body div#right div#top_left {
	width: 345px;
}
div#body div#right div#top_right {
	width: 100px;
	text-align: right;
}
div#body div#right div#top_right p {
	float: right;
	margin: 0 0 0 10px;
}
div#body div#right div#top_right p img {
	margin: 0 5px 0 0;
	width: 13px;
	height: 11px;
}
div#body div#right div#top_right p a:link, div#body div#right div#top_right p a:visited {
	font-size: 11px;
	color: #909090;
}
div#body div#right div#top_right p a:hover {
	color: #ef3d32;
	text-decoration: none;
}

/* Hoofdnavigatie */
ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navigation li a:link, ul#navigation li a:visited {
	display: block;
	padding: 5px 20px 0 20px;
	height: 25px;
	background: #eee;
	border-bottom: 1px solid #dedddd;
	border-top: 1px solid #fff;
	font-weight: bold;
	color: #4e4e4e;
	font-size: 12px;
}
ul#navigation li a:hover {
	background: #f3f3f3;
	text-decoration: none;
}
ul#navigation ul.subelements {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#navigation ul.subelements li  a:link, ul#navigation ul.subelements li  a:visited {
	background: #f3f3f3;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 30px 0 30px;
}
ul#navigation ul.subelements li  a:hover {
	background: #f7f7f7;
}

/* News view */
div#news_view div.article p {
	font-size: 11px;
	margin: 0;
}
div#news_view div.article h2 {
	margin: 0 0 10px 0;
	font-size: 11px;
}
div#news_view div.article div.image {
	border: 1px solid #e7e7e7;
	float: left;
	margin-right: 10px;
	width: 155px;
	height: 155px;
	padding: 5px;
	cursor: pointer;
}
div#news_view div.article div.image img {
	width: 155px;
	height: 155px;
}
div#news_view ul.days {
	margin: 10px 0 20px 176px;
	padding: 0;
	list-style-type: none;
}
div#news_view ul.days li {
	background: 1px 9px url(images/arrow.gif) no-repeat;
	padding: 0 0 0 15px;
}
div#news_view ul.days li h2 {
	font-size: 11px;
}
div#news_view ul.days li h2 a:link, div#news_view ul.days li h2 a:visited {
	font-weight: normal;
}
div#news_view ul.days li h2 a:hover {}

/* Footer, copyright en credits */
div#footer div#credits, div#footer div#copyright {
	font-size: 11px;
	color: #a3a3a3;
}
div#footer a:link, div#footer a:visited {
	font-size: 11px;
	color: #a3a3a3;
}
div#footer a:hover {
	color: #777;
	text-decoration: none;
}
div#footer div#credits {
	padding: 10px 20px;
}
div#footer div#copyright {
	float: left;
	width: 325px;
	text-align: right;
	padding: 10px 20px;
}

/* News page */
div#news_page {
	margin: 20px 0 0 0;
}
div#news_page div.highlight {
	margin: 0 0 20px 0;
	font-size: 11px;
}
div#news_page div.highlight p {
	margin: 0;
}
div#news_page div.highlight h2 {
	font-size: 11px;
}
div#news_page div.highlight div.image {
	border: 1px solid #e7e7e7;
	float: right;
	margin-left: 10px;
	width: 155px;
	height: 155px;
	padding: 5px;
	cursor: pointer;
}
div#news_page div.highlight div.image img {
	width: 155px;
	height: 155px;
}
div#news_page ul.days {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
div#news_page ul.days li {
	background: 1px 9px url(images/arrow.gif) no-repeat;
	padding: 0 0 0 15px;
}
div#news_page ul.days li h2 {
	font-size: 11px;
}
div#news_page ul.days li h2 a:link, div#news_page ul.days li h2 a:visited {
	font-weight: normal;
}
div#news_page ul.days li h2 a:hover {}

/* News page fixes */
h1.titel {
	position: absolute;
	background: #fff;
	z-index: 100;
	top: 20px;
	left: 30px;
	width: 345px;
	margin: 0;
	overflow: hidden;
	height: 20px;
	padding: 0;
}
div#news_message {
	width: 445px;
	margin: 20px 0 0 0;
}
div#news_message div.image {
	border: 1px solid #e7e7e7;
	float: right;
	width: 155px;
	height: 155px;
	padding: 5px;
	margin-left: 10px;
}
div#news_message p.desc {
	margin: 0 0 20px 0;
}
div#news_message div.image img {
	width: 155px;
	height: 155px;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext div.message {
	cursor: pointer;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 1px solid #ef3d32;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 1px solid #a7a7a7;
	background: #eee;
	padding: 3px;
	width: 140px;
}
div.mailer_ext input:focus, div.mailer_ext textarea:focus {
	background: #f2f2f2;
}
div.mailer_ext textarea {
	padding: 3px;
	width: 235px;
	border: 1px solid #a7a7a7;
	background: #eee;
	width: 250px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	background: #55841c;
	width: auto;
	border: 1px solid #8cb650;
	color: #fff;
	cursor: pointer;
}

/* Contactformulier meer informatie */
div.mailer_ext_meer_info {
	position:relative;
	margin: 0;
}
div.mailer_ext_meer_info div.message {
	cursor: pointer;
	width:165px;
	height:165px;
	position:absolute;
	left:0px;
	top:-10px;
	padding: 10px;
	display:none;
	background: #fafafa;
	font-size: 11px;
	color: #969696;
}
div.mailer_ext_meer_info div.message p {
	margin: 0;
	font-size: 11px;
	color: #969696;
	padding: 0;
}
div.mailer_ext_meer_info label {
	display: block;
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 11px;
}
div.mailer_ext_meer_info input.error {
	border: 1px solid red;
}
div.mailer_ext_meer_info input {
	margin-bottom: 3px;
	border: 1px solid #a7a7a7;
	background: #eee;
	padding: 3px;
	width: 100px;
	font-size: 11px;
	float: right;
}
div.mailer_ext_meer_info select {
	margin-bottom: 3px;
	border: 1px solid #a7a7a7;
	background: #eee;
	padding: 3px;
	width: 110px;
	font-size: 11px;
	float: right;
}
div.mailer_ext_meer_info textarea {
	margin-bottom: 3px;
	border: 1px solid #a7a7a7;
	background: #eee;
	padding: 3px;
	width: 176px;
	font-size: 11px;
}
div.mailer_ext_meer_info input:focus {
	background: #f2f2f2;
}
div.mailer_ext_meer_info input.versturen {
	text-transform: capitalize;
	background: #55841c;
	width: auto;
	border: 1px solid #8cb650;
	color: #fff;
	float: right;
	cursor: pointer;
}

/* Search page */
div#search_page {
	margin-top: 20px;
}
div#search_page input {
	border: 1px solid #a7a7a7;
	background: #eee;
	padding: 3px;
	width: 140px;
}
div#search_page input:focus {
	background: #f2f2f2;
}
div#search_page input.versturen {
	text-transform: capitalize;
	background: #55841c;
	width: auto;
	border: 1px solid #8cb650;
	color: #fff;
	cursor: pointer;
}
div#search_page p#results_pages {
	text-transform: capitalize;
}
div#search_page p#previous, div#search_page p#next {
	text-transform: capitalize;
}
div#search_page p#previous {
	float: left;
	margin: 20px 0 0 0;
}
div#search_page p#next {
	float: right;
	margin: 20px 0 0 0;
}
div#search_page div.element_even {
	margin: 10px 0;
}

/* Image gallery */
div#gallery, div.preview {
	margin-top: 9px;
}
div#left div#gallery img {
	border: none;
}
div#gallery div.thumbnail, div#gallery div.thumbnail_hover {
	float: left;
	background: #fff;
	width: 100px;
	height: 100px;
}
div#gallery div.thumbnail img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtmk-opacity: 0.8;
}
div#gallery div.thumbnail_hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtmk-opacity: 1;
}
div#gallery_navigation {
	margin: 17px 0;
}
.album_link{
	width: 300px;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 100;
}
div.album_link_hover {
	width: 300px;
	background: #4c6504;
	margin: 10px 0 0 0;
	height: 50px;
}
div.album_image img{
	margin-right: 10px;
}
div.album_image {
	float: left;
	width: 60px;
}
div.album_title {
	float: left;
	width: 240px;
	line-height: 50px;

}
div.album_title a:link, div.album_title a:visited {
	line-height: 50px;
	width: 240px;
	height: 50px;
	display: block;	
}

/* Subnavigation */
div.frame_controller {
	padding: 10px 20px;

}
div.frame_controller h2 {
	margin: 10px 0 0 0;
}
div.frame_controller p {
	margin: 0;
	font-size: 11px;
	color: #969696;
	padding: 0 0 0 10px;
}
div.frame_controller h2 a:link, div.frame_controller h2 a:visited {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
div.frame_controller h2 a:hover {
	text-decoration: none;
	color: #4e4e4e;
}
div.frame_controller div.element_content {
	display: none;
	overflow: hidden;
	position:relative;
}
div.frame_controller div#frameContainer {}
div.frame_controller div#frameContainer  div.frame {}

/* Lightwindpw */
a#lightwindowTitlebarClose  {
	background: url(images/sluiten.gif) no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	width: 78px;
	height: 31px;
}
div#lightwindowTitlebar {
	color: #fff;
}