/* CSS RESET STIJLEN (zie o.a. http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

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, 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;
	vertical-align: baseline;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

:focus {
	outline: 0;
}

/* tabellen hebben nog wel cellspacing="0" nodig in de HTML code */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

acronym {
	font-style: normal;
	border-bottom: dotted 0.0625em #006987;
	cursor: help;
}

.hide {
	display: none;
}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	font: 115% monospace;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;
} 

sup, sub {
	line-height: 0;
}

hr {
	background: #ccc;
	color: #ccc;
	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	margin: 0 0 1.45em;
	border: none;
}

/* hyperlinks */

a {
	color: #fe8a1d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #fc4c0c;
	text-decoration: underline;
}

/* BODY */

body {
	background: #e1ce9d url(../gfx/main_bg.png) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Tahoma, clean, sans-serif;
	font-size: 16px; /* browser default */
	line-height: 1.125em; /* 16x1.125=18px */
	padding: 0 0 20px 0;
}

#main {
	margin: 0 auto;
	position: relative;
	width: 956px;
	overflow: hidden;
}

/* LOGO EN SLOGAN */

#header {
	position: relative;
	height: 144px;
	overflow: hidden;
	background: #e1ce9d url(../gfx/main_bg.png) repeat-x;
}

#header h1 {
	padding-top: 35px;
	font-size: 35px;
	line-height: 44px;
	padding-left: 44px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #a47e4c;
}

#header h1 em {
	font-style: normal;
	color: #5c260c;
}

#header h1 img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#header h1 a {
	background: transparent url(../gfx/header.png) no-repeat;
	display: block;
	width: 956px;
	height: 144px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

#header h2 {
	font-size: 15px;
	line-height: 26px;
	padding-left: 46px;
	font-weight: bold;
	color: #a47e4c;
}

/* LINKERKOLOM */

#linkerkolom {
	float: left;
	display: inline;
	width: 265px;
	margin: 0 0 0 28px;
	text-align: left;
	overflow: hidden;
}

#linkerkolom p {
	margin: 0 0 12px 0;
	padding: 0;
	color: #fff;
	font-size: 0.8125em;
	line-height: 1.5em;
}

/*  uitschuifbaar menu in linkerkolom */

#menu-container {
	background: #fff url(../gfx/linkermenu.png) no-repeat;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
}

#menu {
	background: #fff url(../gfx/linkermenu.png) no-repeat left bottom;
	padding: 10px 0 30px 0;
}

#menu h3 {
	font-size: 0.875em;
	line-height: 1.125em;
	color: #5c260c;
	font-weight: bold;
	cursor: hand;
	padding: 8px 0 3px 20px;
	cursor: pointer;
}

#menu h3 a {
	color: #5c260c;
	display: block;
	padding: 0 20px 0 0;
	font-weight: bold;
}

#menu h3 a:hover {
	color: #5c260c;
}

#menu ul {
	list-style-type: none;
	padding: 0;
}

#menu ul li {
	font-size: 0.8125em;
	line-height: 1.3077em;
	margin:  2px 0 4px 0;
}

#menu ul li a,
#menu ul li a:hover {
	color: #a47e4c;
	display: block;
	padding: 1px 20px;
	font-weight: bold;
}

#menu ul ul {
	margin: 6px 10px 2px 25px;
	padding: 0;
}

#menu ul ul li {
	color: #a47e4c;
	background: url(../gfx/bullet.png) no-repeat 0 0.77em;
	font-size: 0.8125em;
	line-height: 1.5385em;
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
}

#menu ul ul li a,
#menu ul ul li a:hover {
	color: #a47e4c;
	display: block;
	padding: 1px 10px 1px 0;
	font-weight: bold;
}

#menu a.active,
#menu li.active a,
#menu h3.active a {
	color: #fc4c0c;
}

#menu h3#menuhome a {
	background: transparent;
}

/* CONTENTVLAK */

#middencontent-container {
	float: right;
	display: inline;
	width: 618px;
	margin: 0 27px 0 0;
	text-align: left;
	overflow: hidden;
}

#middencontent-top {
	background: #fff url(../gfx/middencontent.png) no-repeat;
	padding: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}

#middencontent-top p {
	font-size: 0.75em;
	line-height: 2em;
	color: #a89078;
}

#middencontent-top p a,
#middencontent-top p a:hover {
	color: #a89078;
	font-weight: normal;
}

/* print-icoon */

#middencontent-top p#print {
	float: right;
	text-align: right;
	display: inline;
	width: 100px;
	margin: 0 20px 0 0;
}

#middencontent-top p#print a {
	padding: 2px 0 2px 21px;
	background: url(../gfx/icoon_printen.png) no-repeat left center;
}

/* inhoudsopgave */

#toc {
	padding: 0 0 0 10px;
}

#toc_header {
	background: #666;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding-left: 10px;
}

#toc_content {
	display: none;
}

#toc_content a {
	display: list-item;
	font-size: 0.8125em;
	line-height: 1.75em;
}

#toc_content a.indent {
	list-style-type: circle;
}

.toc_top {
	float: right;
}

.toc_top a {
}

/* overig middencontent */

#middencontent {
	position: relative;
	overflow: hidden;
	min-height: 521px;
	margin: 0;
	padding: 0 43px 33px 43px;
	background: #fff url(../gfx/middencontent.png) no-repeat left bottom;
}

#middencontent h1 {
	color: #5c260c;
	font-size: 1.5em;
	line-height: 1.3125em;
	font-weight: normal;
	margin: 0 0 10px -1px;
}

#middencontent h1 a,
#middencontent h1 a:hover {
	font-weight: normal;
	color: #5c260c;
}

#middencontent h2 {
	color: #986f41;
	font-size: 1em;
	line-height: 1.3125em;
	font-weight: bold;
	margin: 15px 0 8px 0;
}

#middencontent h3 {
	color: #986f41;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

#middencontent h3 span {
	font-weight: normal;
}

#middencontent h4 {
	color: #a47e4c;
	font-size: 0.8125em;
	line-height: 1.6154em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#middencontent p {
	color: #a47e4c;
	font-size: 0.8125em;
	line-height: 1.75em;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#middencontent p.citaat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 1em 0.5em 1em;
}

#middencontent table,
#middencontent td {
	padding: 4px;
	border: 0;
	color: #a47e4c;
	background: #fff;
}

#middencontent table {
	margin: 12px 0;
}

#middencontent td {
	vertical-align: top;
	font-size: 0.8125em;
}

#middencontent table.overzicht td {
	text-align: center;
	font-weight: bold;
	width: 25%;
	font-size: 0.75em;
}

#middencontent form#link2map24 table {
	margin: 0;
	padding: 0;
}

#middencontent th {
	padding: 6px;
	border-collapse: collapse;
	font-size: 0.8125em;
	font-weight: bold;
	background: #a47e4c;
	color: #fff;
	text-align: left;
	vertical-align: middle;
}

#middencontent th a,
#middencontent th a:hover {
	color: #fff;
}

#middencontent td p {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#middencontent ul {
	margin: 6px 10px 12px 29px;
	padding: 0;
}

#middencontent ul ul {
	margin-left: 24px;
}

#middencontent ul ol {
	margin-left: 27px;
}

#middencontent ul li {
	padding: 0 0 0 6px;
	margin: 0 0 6px 0;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #a47e4c;
}

#middencontent ul li li {
	font-size: 1em;
	list-style-type: circle;
}

#middencontent ol {
	margin: 6px 10px 12px 33px;
	padding: 0;
}

#middencontent ol ol {
	margin-left: 27px;
}

#middencontent ol ul {
	margin-left: 24px;

}

#middencontent ol li {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 0.8125em;
	line-height: 1.5em;
	color: #a47e4c;
}

#middencontent ol li li {
	font-size: 1em;
}

#middencontent dl {
	color: #a47e4c;
	margin: 0 0 12px 0;
	padding: 0;
}

#middencontent dt {
	color: #a47e4c;
	font-size: 0.814em;
	line-height: 1.5385em;
	font-weight: bold;
	margin: 4px 0 0 0;
	padding: 0;
}

#middencontent dd {
	color: #a47e4c;
	font-size: 0.8125em;
	line-height: 1.6667em;
	margin: 0;
	padding: 0 0 0 20px;
}


#middencontent img {
	border: 2px solid #a47e4c;
	padding: 0;
	margin: 0 10px 5px 0;
	display: inline;
	background: transparent;
}

#middencontent a:hover img {
	border: 5px solid #d3a219;
}

#middencontent img[align="left"] {
	margin: 5px 5px 5px 0;
}

#middencontent img[align="right"] {
	margin: 5px 0 5px 5px;
}

#middencontent img.geenrand {
	border: 0;
}

#middencontent th img,
#middencontent td img {
	margin: 0;
}

/* fotogalerij */

#fotogalerij {
	float: right;
	display: inline;
	margin: 15px 0 15px 15px;
	width: 154px;
	height: 204px;
	background: #a47e4c url(../gfx/fotogalerij/01.jpg) no-repeat 2px 2px;
	overflow: hidden;
}

#fotogalerij img {
	border: 2px solid #a47e4c;
	width: 150px;
	height: 200px;
}

/* linkbutton */

#middencontent a.linkbutton {
	margin: 5px 5px 5px 0;
	padding: 3px 5px;
	background: #5c260c;
	color: #fff;
	display:-moz-inline-box;
	display: inline-block;
}

#middencontent a.linkbutton:hover {
	background: #d3a219;
	text-decoration: none;
}

/* formulieren */

#middencontent form {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: 0.8125em;
	line-height: 1.4167em;
	color: #a47e4c;
}

form br {
	clear: left;
}

#middencontent form table,
#middencontent form td {
	background: transparent;
	vertical-align: top;
	font-size: 1em;
}

#middencontent form th {
	font-size: 1em;
}

#middencontent label {
	display: inline;
	float: left;
	vertical-align: middle;
	width: 140px;
	margin: 1px 0 8px 0;
	padding: 0;
	font-size: 1em;
	height: 1.4167em;
	line-height: 1.4167em;
	font-weight: bold;
	color: #a47e4c;
}

#middencontent label.uitlegtekst {
	display: inline;
	width: 270px;
	font-size: 0.9167em;
	margin: -6px 0 5px 146px;
	font-weight: normal;
}

#middencontent td label.uitlegtekst {
	margin-left: 4px;
}

#middencontent input {
	display: inline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Tahoma, clean, sans-serif;
	overflow: auto;
	font-size: 1em;
	color: #a47e4c;
	vertical-align: middle;
	height: 1.4167em;
	line-height: 1.4167em;
	margin: 0;
}

#middencontent input.input-tekst {
	width: 270px;
	margin: 0 0 8px 0;
	padding: 0 4px;
	font-weight: normal;
	background: #fff;
	color: #a47e4c;
	border: 1px solid #A47E4C;
}

#middencontent input.input-tekst:hover,
#middencontent input.sfHover,
#middencontent input.input-tekst:focus,
#middencontent input.sfFocus {
	border: 1px solid #5C260C;
}

#middencontent textarea {
	display: inline;
	float: left;
	font-size: 1em;
	line-height: 1.4167em;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Tahoma, clean, sans-serif;
	overflow: auto;
	color: #a47e4c;
	background-color: #fff;
	width: 270px;
	margin: 0 0 8px 0;
	padding: 0 4px;
	border: 1px solid #A47E4C;
}

#middencontent textarea:hover,
#middencontent textarea.sfHover,
#middencontent textarea:focus,
#middencontent textarea.sfFocus {
	border: 1px solid #5C260C;
}

#middencontent select,
#middencontent option {
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Tahoma, clean, sans-serif;
	line-height: 1.4167em;
	color: #a47e4c;
	vertical-align: middle;
	background-color: #fff;
	width: 280px;
	margin: 0;
}

#middencontent select {
	overflow: auto;
	padding: 0;
	border: 1px solid #A47E4C;
}

#middencontent select:hover,
#middencontent select.sfHover,
#middencontent select:focus,
#middencontent select.sfFocus {
	border: 1px solid #5C260C;
}

#middencontent option {
	padding: 0 4px;
}

#middencontent button {
	display: inline;
	float: left;
	vertical-align: middle;
	overflow: visible;
	margin: 0 0 8px 140px;
	padding: 2px 3px;
	color: #fff;
	background: #A47E4C;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Tahoma, clean, sans-serif;
	border: 0;
}

#middencontent form#link2map24 button,
#middencontent form#search-form button {
	margin: 0;
}

#middencontent button:hover,
#middencontent button.sfHover,
#middencontent button:focus,
#middencontent button.sfFocus {
	background: #5C260C;
}

/* FOOTER */

#footer {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 1.25em;
	background: #e1ce98;
}

#footer ul {
	list-style-type: none;
	position: relative;
	float: left;
	display: inline;
	margin: 0 0 0 65px;
	padding: 0;
}

#footer ul li {
	font-size: 0.75em;
	color: #fff;
	padding: 0 30px;
	float: left;
	display: inline;
	text-align: center;
	line-height: 1.6667em;
}

#footer ul li a,
#footer ul li a:hover {
	color: #fff;
	font-weight: bold;
}

