/*
* Cache van main.style.css
* Created: 2010-05-28 20:51:43
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
body {line-height: 1; color: black; background: white;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: #d00437;}
ul {
	list-style: disc;
	margin: 2px 20px;
}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* Typo */
body {
	font-family: "Trebuchet MS",Arial;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
p {
	margin: 10px 0;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #036d0f;
	margin: 10px 0;
}
h2 {
	font-size: 17px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #a44c0e;
}
h4 {
	font-size: 14px;
}
.h2 {
	font-size: 17px;
	font-weight: bold;
	color: #036d0f;
}
p + p {
	margin-top: 20px;
}
.topdivider {
	border-top: 1px dotted #036d0f;
	padding-top: 5px;
}
a {
	color: #a44c0e;
	text-decoration: none;
}
a:hover {
	color: #036d0f;
	text-decoration: none;
}
/* Typo */

/* Interface */
html, body {
	height: 100%;
}
body {
	background-image: url(/images/bgbody.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #e3f0de;
}
#wrapper {
	width: 967px;
	background-image: url(/images/bginterface.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	min-height: 100%;
	margin-bottom: -21px;
}
#headerclearer {
	height: 282px;
	width: 947px;
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	background-image: url(/images/bgmenu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0 10px;
}
#header {
	width: 967px;
	height: 282px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#sitelogo a {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 185px;
	height: 56px;
	overflow: hidden;
	text-indent: -600px;
	display: block;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}
#contentcontainer {
	width: 425px;
	float: left;
	padding: 0 20px 10px 20px;
}
#footerclearer {
	height: 21px;
	width: 100%;
	clear: both;
}
#footer {
	height: 21px;
	width: 967px;
	z-index: 2;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}
.sidebar {
	float: left;
	margin-right: 10px;
	width: 215px;
	padding: 0 10px 10px 10px;
}
.sidebar-left {
	margin-left: 0;
	margin-right: 0;
	width: 235px;
}
#banner {
	position: absolute;
	top: 77px;
	left: 20px;
}
/* Interface */

/* Menu */
#mainmenu {
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 172px;
}
#mainmenu li {
	float: left;
	margin-right: 4px;
	text-transform: uppercase;
	color: #036d0f;
	font-weight: bold;
	position: relative;
}
#mainmenu a {
	color: #036d0f;
	text-decoration: none;
	display: block;
	width: auto;
	height: 26px;
}
#mainmenu a:hover, #mainmenu .current a {
	color: #a44c0e;
	text-decoration: none;
}
#mainmenu ul {
	display: none;
	background-image: url(/images/bgmenu-sub.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	padding-top: 12px;
	-webkit-box-shadow: 12px 12px 5px -12px black;
	-moz-box-shadow: 12px 12px 5px -12px black;
	box-shadow: 12px 12px 5px -12px black;
}
#mainmenu li:hover ul {
	display: block;
}
#mainmenu .hassubmenu-open {
	background-image: url(/images/bgmenu-sub.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#mainmenu .hassubmenu ul {
	background-image: none;
	padding-top: 0;
	top: 27px;
	-webkit-box-shadow: 4px 4px 5px -4px black;
	-moz-box-shadow: 4px 4px 5px -4px black;
	box-shadow: 4px 4px 5px -4px black;
}
#mainmenu ul li {
	float: none;
	margin: 0;
	list-style: none;
	text-transform: none;
	font-weight: normal;
}
#mainmenu ul a, #mainmenu .current ul a {
	background-color: #036d0f;
	border: 1px solid #036d0f;
	color: #ffffff;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#mainmenu ul a:hover {
	background-color: #e3f0de;
	color: #036d0f;
	text-decoration: none;
}
#mainmenu ul li:first-child a, #mainmenu ul {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#mainmenu ul li:last-child a, #mainmenu ul {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#breadcrumb {
	margin: 0 0 0 10px;
	list-style: none;
	width: 957px;
	height: 15px;
	background-color: #ffffff;
	padding: 2px 0;
}
#breadcrumb li {
	display: inline;
	margin-right: 1px;
	color: #036d0f;
	font-size: 12px;
	line-height: 15px;
	text-transform: lowercase;
}
#breadcrumb li.sep {
	margin-right: 5px;
}
#breadcrumb li a {
	color: #036d0f;
	text-decoration: none;
}
#breadcrumb li a:hover, #breadcrumb li.current a {
	color: #a44c0e;
}
#bannermenu {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 0px;
}
#bannermenu li {
	float: left;
	margin-left: 10px;
}
#bannermenu li a {
	display: block;
	overflow: hidden;
	text-indent: -200px;
	background-image: url(/images/banners.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 54px;
}
#bannermenu li.nieuwsbrief a {background-position: 0 0;}
#bannermenu li.bbwandeling a {background-position: -190px 0;}
#bannermenu li.nieuwsbrief a:hover {background-position: 0 -54px;}
#bannermenu li.bbwandeling a:hover {background-position: -190px -54px;}

.navlist {
	margin: 0;
	list-style: none;
}
.navlist a {
	color: #036d0f;
}
.navlist a:hover, .navlist .current a {
	color: #a44c0e;
}
/* Menu */

/* Footer */
#footer {
	text-align: center;
	font-size: 10px;
	line-height: 21px;
	color: #c6dcc9;
}
#footer p {
	background-color: #036d0f;
	margin: 0;
	float: left;
	text-align: center;
	width: 100%;
}
#footer a {
	color: #c6dcc9;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* Footer */

/* Foto album */
.thumbs {
	margin: 0;
	list-style: none;
}
.thumbs li {
	float: left;
	margin: 0 6px 3px 0;
}
/* Foto album */

/* Overview */
.overview {
	margin: 5px 0 0 0;
	list-style: none;
}
.overview li {
	padding: 5px;
	border-bottom: 1px dotted #036d0f;
	background-color: #eff6f0;
	margin-bottom: 20px;
}
.overview h3 {
	margin: 0;
	font-weight: bold;
}
.overview h3 a {
	color: #036d0f;
}
.overview h3 a:hover {
	color: #a44c0e;
}
.overview p {
	margin: 0;
}
.overview .date {
	line-height: 12px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
.overview img, .overview .noimage {
	float: left;
	margin: 0;
}
.overview .noimage {
	width: 100px;
	height: 1px;
}
.overview .content {
	float: left;
	width: 305px;
	padding-left: 10px;
}
.sidebar .overview li {
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	border-bottom: none;
	border-top: 1px dotted #036d0f;
}
.sidebar .overview li.first {
	border-top: none;
	padding-top: 0;
}
.sidebar .overview .date {
	line-height: 16px;
}
.sidebar .overview img {
	float: none;
	border: 1px solid #036d0f;
}
/* Overview */

/* Detail */
.images {
	margin: 5px 0 0 0;
	list-style: none;
}
.images li {
	margin: 5px 0;
}
.images img {
	border: 1px solid #036d0f;
}
/* Detail */

/* Forms */
legend {
	font-weight: bold;
	padding-top: 10px;
}
.fieldset {
	margin: 0;
	list-style: none;
}
.fieldset li {
	margin: 4px 0;
}
input.text, textarea, select, input.number {
	border: 1px solid #036d0f;
	width: 240px;
	background-color: #ffffff;
	font-family: "Courier New";
	color: #333;
	font-size: 12px;
}
input.number {
	width: 30px;
	text-align: right;
}
input.disabled {
	border: none;
}
select {
	width: 242px;
}
textarea {
	height: 100px;
	vertical-align: top;
}
label {
	display: inline-block;
	width: 120px;
}
label.radio {
	display: inline;
	width: auto;
}
fieldset .button {
	margin-left: 250px;
}
/* Forms */

/* Wandeling */
.bbwandeling th {
	padding: 3px 10px;
	background-color: #eff6f0;
	border-bottom: 1px dotted #036d0f;
	border-left: 1px solid #ffffff;
	margin: 5px 0;
}
.bbwandeling td {
	padding: 2px 5px;
}
/* Wandeling */

/* Misc */
.sidebar .aligncenter img {
	margin: 5px;
}
/* Misc */

/* Imagezoom */
div#bodyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #ffffff;
	z-index: 10;
}
div#zoomdiv {
	background-color: #eff6f0;
	display: none;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	z-index: 11;
}
div#zoomdiv a {
  background-repeat: no-repeat;
	text-decoration: none;
	color: #036d0f;
}
div#zoomdiv a.close {
	position: absolute;
	top: 7px;
	right: 20px;
	text-transform: lowercase;
	height: 18px;
	line-height: 18px;
	background-position: right center;
}
div#zoomdiv a.close:hover {
	text-decoration: underline;
}
div#zoomdiv a.previous, div#zoomdiv a.next {
	position: absolute;
	bottom: 7px;
	text-transform: lowercase;
}
div#zoomdiv a.previous {
	left: 10px;
	padding-left: 13px;
	background-position: left center;
}
div#zoomdiv a.previous:hover {
	text-decoration: underline;
}
div#zoomdiv a.next {
	right: 10px;
	padding-right: 13px;
	background-position: right center;
}
div#zoomdiv a.next:hover {
	text-decoration: underline;
}
div#zoomdiv_img {
	position: relative;
	top: 15px;
}
div#zoomdiv_img img {
	position: absolute;
}
div#zoomdiv span.info {
	display: none;
}
/* Imagezoom */

/* WYMeditor */
/* Afb: Omloop rechts */
img.floatleft /* img */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Afb: Omloop links */
img.floatright /* img */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* Tekst centreren */
p.aligncenter /* p */ {
  /* text-align: center; */
	text-align: center;
}
/* Divider */
.topdivider /* * */ {
  /* border-top: 1px dotted #036d0f; */
}
/* /WYMeditor */

