/*
#################
#	ALGEMEEN	#
#################
*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form { margin: 0; padding: 0; }
html { font: 62.5%/200% Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { background: #578916; font-size: 1.2em; padding-top: 21px; color: #3f3f3f; }

/* Algemene classnames
------------------------------------------------------------------*/
.nomargin, .nom { margin: 0; }
.nopadding .nop { padding: 0; }
.nomp { margin: 0; padding: 0; }

.block { display: block; }
.inline { display: inline; }

.center { display: block; margin: auto; }

.hide, .hidden { visibility: hidden; }
.invisible { display: none; }

.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.cleft { clear: left; }
.cright { clear: right; }

.tcenter { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }

.vbottom { vertical-align: bottom; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }

.absolute { position: absolute; }
.relative { position: relative; }

.bold, .b, .strong { font-weight: bold; }
.em, .italic, .i { font-style: italic; }
.normal { font-weight: normal; }
.u, .underline { text-decoration: underline; }
.small { font-size: 11px; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

.default { cursor: default; }
.pointer { cursor: pointer; }

/* Afbeeldingen
------------------------------------------------------------------*/
img { border: none; display: block; }

/* Alinea's en paragafen
------------------------------------------------------------------*/
p, div.alinea { margin-bottom: 1.2em; }
p.prijs { font-size: 1.5em; }

/* Overflow
------------------------------------------------------------------*/
.overflow { overflow: hidden; }

/* Headings
------------------------------------------------------------------*/
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

/* Hyperlinks
------------------------------------------------------------------*/
a, div#content ul li a { color: #00a8e6; text-decoration: underline; }
a:hover, a:focus, a.none, div#content ul li a:hover, div#content ul li a:focus  { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

/* Overig
------------------------------------------------------------------*/
address { font-style: normal; }

/*
################
#	LAYOUT	   #
################
*/

/* Container
------------------------------------------------------------------*/
div#container {
	background: #fff url(/img/bg-repeat.gif) repeat-y;
	margin: 0 auto;
	padding: 0 5px;
	width: 934px;
}

div#header {
	background: url(/img/header.jpg) no-repeat;
	height: 214px;
	position: relative;
	width: 934px;
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	background: url(/img/logo.png) no-repeat top left;
	height: 172px;
	overflow: hidden;
	margin-bottom: 0; 
	text-indent: -9999px;
	width: 340px;
}
p#logo a { display: block; height: 160px; }

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { border-bottom: 1px #9F9F9F solid; }
p#breadcrumbs, p#breadcrumbs a { 
	color: #808080;
	padding-bottom: 7px;
	text-decoration: none;
}
p#breadcrumbs a:hover { 
	text-decoration: underline;
}

/* Kolommen
------------------------------------------------------------------*/
div.content-wrapper {
	margin-top: 10px;
	overflow: hidden;
}
div.kolom-wrapper {
	float: left;
	overflow: hidden;
	width: 655px;
}
body#homepage div.kolom-wrapper { width: 675px; }
div.kolom-wrapper-rechts { float: right; }

div.kolom-midden {
	float: right;
	margin-top: 12px;
	padding-bottom: 14px;
	overflow: hidden;
	width: 415px;
}
div.kolom-breed {
	float: left;
	margin-top: 11px;
	padding: 14px;
}
body#homepage div.kolom-midden { margin-top: 0; width: 450px;}
div.kolom-wrapper-rechts div.kolom-midden { float: left; }
div.kolom-wrapper-rechts div.kolom-midden-breed,
div.kolom-midden-breed { float: none; width: auto; }

div.zijkolom { min-height: 10px; overflow: hidden; }
div.kolom-links {
	float: left;
	padding: 15px;
	width: 187px;
}
body#homepage div.kolom-links { width: 390px; }

div.kolom-rechts {
	float: right;
	width: 250px;
	background: #fff;
	padding: 15px 12px;
}
body#homepage div.kolom-rechts { width: 235px; }

.shift { padding-left: 10px; }

/* Headings op startpagina
------------------------------------------------------------------*/
body#homepage h1, h2, h3 { 
	border-bottom: 1px solid #00a8e6;
	margin-bottom: 12px; 
	padding-bottom: 3px; 
}
body#homepage div#content h2 { border-bottom: 1px solid #3f6310; float: left; margin: 14px; width: 413px; }
body#homepage h1, body#homepage h2 { border-bottom-color: #3f6310; font-size: 1.5em; margin-top: 15px; }

/* Geel blok homepage
------------------------------------------------------------------*/
body#homepage div.content-wrapper { width: 934px; }

body#homepage div#content { 
	border: #b9d300 solid 1px;
	background: #e8e1b8 url(/img/actieblok_background.jpg) top repeat-x;
	width: 663px;
}

body#homepage div.blok {
	float: left;
	padding: 14px 0 0 14px;
}
body#homepage div.blok-midden,
body#homepage div.blok-rechts { color: #3f6310; width: 200px; }
body#homepage div.blok-midden { padding-top: 0; }
body#homepage div.blok-midden p,
body#homepage div.blok-rechts p { margin: 0; padding: 0; }
body#homepage div.blok-midden h3,
body#homepage div.blok-rechts h3 { font-size: 1.4em; }

body#homepage div.blok-rechts {
	float: right;
	margin-right: 20px;
	width: auto;
}
body#homepage div.rechterblok { margin-bottom: 2em; }
body#homepage div.blok-rechts a.reserveren {
	background: url(/img/direct-reserveren.png) no-repeat;
	display: block;
	height: 71px;
	text-indent: -9999px;
	width: 119px;
}
body#homepage a.meer-info {
	background: url(/img/meer-info-home.png) no-repeat;
	display: block;
	height: 48px;
	text-indent: -9999px;
	width: 184px;
}
body#homepage a.meer-info:hover { background-position: 0 -50px; }

body#homepage div.blok-rechts a.meer-infohome {
	background: url(/img/meer-info-home.png) no-repeat;
	display: block;
	height: 71px;
	margin-left:-9px;
	text-indent: -9999px;
	width: 119px;
}

body#homepage div.blok dl {
	margin: 0;
}
body#homepage div.blok dd {
	background: url(/img/bullet-groen.png) no-repeat 0 7px;
	padding-left: 15px;
}
body#homepage div.welkom_image { 
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 342px;
	margin: 52px 0 10px;
	width: 252px;
}

/* Rechter blok
------------------------------------------------------------------*/
form.aanmelden-nieuwsbrief input.text {
	border: 1px solid #d5d5d5;
	padding-top: 4px;
	margin-top: 4px;
	width: 144px;
}
form.aanmelden-nieuwsbrief input.submit {
	background: url(/img/button-grijs.png) no-repeat;
	border: none;
	color: #fff;
	height: 18px;
	width: 71px;
}

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden p { margin-bottom: 1em; }
div.kolom-midden h1 { margin-bottom: 1em; }
div.kolom-midden h2,
div.kolom-breed h2 { border: none; margin: 1.2em 0 .5em; }
div.kolom-midden h3 { font-weight: bold; font-size: 1em; }

ul.image-thumbs li { background: none; padding: 5px 5px 5px 0; float: left; }

/* Contentpage reserveren
------------------------------------------------------------------*/
div.reserveren { color: #578916; margin-top: 40px; }
div.reserveren p { margin: 0; }
div.reserveren h2 { border: none; font-size: 1.8em;}

div.reserveren a.reserveren {
	background: url(/img/direct-reserveren-groot.gif) no-repeat;
	display: block;
	height: 67px;
	text-indent: -9999px;
	width: 253px;
}
div.reserveren a.meer-info {
	background: url(/img/meer-info-breed.gif) no-repeat;
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 253px;
}
div.reserveren a.meer-info:hover {
	background-position: 0 -64px;
}
div.reserveren a.vraag {
	background: url(/img/stel-een-vraag.gif) no-repeat;
	display: block;
	height: 27px;
	text-indent: -9999px;
	width: 253px;
}
div.reserveren dl { color: #3f3f3f; padding: 15px 0 0 10px; }
div.reserveren dl dt { font-weight: bold; }
div.reserveren dl dd { background: url(/img/bullet-grijs.gif) no-repeat 0 10px; padding-left: 10px; }

/* Contentpage quote
------------------------------------------------------------------*/
div.quote { background: #daded4; padding: 15px 10px; margin-bottom: 20px; }
div.quote blockquote { padding: 0; margin: 10px 0; }

/* Submenu
------------------------------------------------------------------*/
div.kolom-links ul.submenu ul { border-bottom: 1px solid #abc48a; padding-bottom: 0; }
div.kolom-links ul.submenu li {
	background: none;
	padding: 0;
}
div.kolom-links ul.submenu ul img {
	padding: 6px 10px;
}
div.kolom-links ul.submenu h3 {
	border-bottom: 1px solid #abc48a;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
div.kolom-links ul.submenu a {
	background: url(/img/submenu.gif) no-repeat 170px 8px;
	display: block;
	height: 1%;
	width: 187px;
}

div.kolom-links ul.submenu img.submenu_item_hover { display: none; }
div.kolom-links ul.submenu a:hover img.submenu_item { display: none; }
div.kolom-links ul.submenu a:hover img.submenu_item_hover { 
	display: block; 
	padding: 6px 10px 2px;
	}


div.kolom-links ul.submenu a:hover, a:focus {
	text-decoration: none;
}
div.kolom-links ul.submenu a span { display: none; }
div.kolom-links ul.submenu a.active { 
	background: #195d00 url(/img/submenu-groen-top.gif) no-repeat;
}
div.kolom-links ul.submenu li ul li a:hover { 
	background: #195d00 url(/img/submenu-groen-top.gif) no-repeat;
}
div.kolom-links ul.submenu a.active span, div.kolom-links ul.submenu a:hover span {
	background: url(/img/submenu-groen-bottom.gif) no-repeat bottom;
	display: block;
	height: 4px; 
	line-height: 6px; 
	width: 187px;
}
div.kolom-links ul.submenu a.active img { padding: 6px 10px 2px; }



/* In- en uitklapbare blokken
------------------------------------------------------------------*/
.ingeklapt h2, .uitgeklapt h2 { cursor: pointer; }
.ingeklapt .inhoud { display: none; }
.uitgeklapt .inhoud { display: block; }

/* Illustraties
------------------------------------------------------------------*/
p.illustratie img { margin: 0 auto; }
p.illustratie span {
	display: block;
	font-size: .9em;
	font-style: italic;
	text-align: center;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
div.zijkolom img.illustratie {
	display: block;
	float: none;
	margin: 0 auto 2em;
}

/* Foto-albums
------------------------------------------------------------------*/
a.albumfoto {
	background: #fff;
	border: 1px solid #b8b8b8;
	float: left;
	margin: 0 8px 8px 0;
	padding: 6px;
	position: relative;
	text-decoration: none;
	width: 148px;
}
a.albumfoto:hover,
a.albumfoto:focus { border-color: #b8b8b8; }

a.albumfoto img { margin: 0 auto; }
a.albumfoto span { display: block; }
a.albumfoto span.aantal {
	bottom: 6px;
	position: absolute;
	right: 6px;
}

a.fotoalbum-preview { border-color: #fff; height: 148px; }
a.fotoalbum-preview:hover,
a.fotoalbum-preview:focus { border-color: #b8b8b8; }
a.fotoalbum-preview img { margin-bottom: 4px; }

/* Preview
------------------------------------------------------------------*/
div.preview { margin-bottom: 2em; }
div.preview h2 { font-size: 1.3em; }
div.preview p { margin-bottom: 0; }

/* Navigatie
------------------------------------------------------------------*/
p.navigatie { float: right; font-size: .9em; }
p.navigatie a {
	background: #58585a;
	color: #fff;
	float: left;
	line-height: 100%;
	margin-left: 4px;
	padding: .4em 0;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
p.navigatie a:hover,
p.navigatie a:focus,
p.navigatie a.active {
	background: none;
	color: #58585a;
}
p.navigatie a.active { cursor: default; }

/* Downloads
------------------------------------------------------------------*/
a.download {
	background: #fff;
	color: #292929;
	display: block;
	line-height: 100%;
	margin-bottom: 2px;
	padding: 10px;
	text-decoration: none;
}

a.download:hover,
a.download:focus { background-position: bottom left; }

a.download span { padding: 2px 0; }
a.download span.titel {
	background: url(/img/downloads/pdf.gif) no-repeat;
	float: left;
	padding-left: 28px;
}
a.download span.download { float: right; }
a.download:hover span.download,
a.download:focus span.download { text-decoration: underline; }

a.ppt span.titel { background-image: url(/img/downloads/ppt.gif); }
a.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.xls span.titel { background-image: url(/img/downloads/xls.gif); }

/* Google Maps
------------------------------------------------------------------*/
div.google-maps {
	border: 3px solid silver;
	height: 400px;
	margin: 1.2em auto;
	overflow: hidden;
}

/* Zoekresultaten
------------------------------------------------------------------*/
div.zoekresultaat { margin-bottom: 1.2em; }

/* Footer
------------------------------------------------------------------*/
div#footer { 
	background: #578916 url(/img/bg-footer.gif) repeat-x top; 
	color: #c2dd00; 
	clear: both; 
	margin: 0 auto;
	padding: 10px;
	width: 914px;
}
div#footer p { margin-bottom: 0; }
div#footer a { color: #c2dd00; }
a.footerlinks { text-decoration: none; }
a.footerlinks:hover { text-decoration: underline; }

a#iWink { text-decoration: none; }
a#iWink:hover, #iWink a:focus { text-decoration: none; }
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

/*
####################
#	LIJSTEN	   #
####################
*/

/* Algemeen
------------------------------------------------------------------*/
ul, form ol { list-style: none; }
ul { padding-bottom: 15px; }
ul li {	background: url(/img/bullet-blauw.png) no-repeat 0 8px;	padding-left: 15px; }
ul li a { color: #3f3f3f; text-decoration: none; }
ul li a:hover,
ul li a:focus { text-decoration: underline; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { 
	background: url(/img/bg-menu.gif) repeat-x;
	list-style: none;
	height: 46px;
	margin: 0 10px;
}
ul#hoofdmenu li { 
	background: url(/img/menu-bullet.gif) no-repeat 0 18px;
	padding: 2px 5px 0 10px;
	float: left;
}
ul#hoofdmenu li.first { background: none; }

ul#hoofdmenu a { display: block; padding: 10px; }

ul#hoofdmenu ul {
	background: #e6e6e6;
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	width: 200px;
}
ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { float: none; }
ul#hoofdmenu ul a { padding: 0; }

ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover { display: none; }
ul#hoofdmenu a img.non-hover { display: none; }
ul#hoofdmenu a:hover img.non-hover,
ul#hoofdmenu a:focus img.non-hover { display: block; }

/* Attentie rechts in het menu
------------------------------------------------------------------*/
p#menu-attentie {
	background: url(/img/menu-attentie.png) no-repeat;
	height: 67px;
	padding: 7px 0 0 25px;
	position: absolute;
	right: 28px;
	top: 105px;
	width: 192px;
}
p#menu-attentie img { margin-bottom: 3px; }

/* Taalmenu
------------------------------------------------------------------*/
ul#taalmenu {
	float: right;
	list-style: none;
	margin-bottom: 12px;
}
ul#taalmenu li { float: left; margin-left: 8px; }

/* Optie-menu (mail & stuur door)
------------------------------------------------------------------*/
ul#opties { float: right; list-style: none; padding: 0 10px 0 0; }
ul#opties li { background-image: none; float: left; margin-left: 14px; }
ul#opties a#print {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
	text-decoration: none;
}
ul#opties a#print:hover {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
	text-decoration: underline;
}
ul#opties a.mail { background-position: -289px .4em; }

/* Error-menu
------------------------------------------------------------------*/
ul.errors, ol.errors {
	border: 3px solid red;
	list-style: disc;
	margin: 1em 0; 
	padding: .2em 0;
}
ul.errors li, ol.errors li { 
	list-style: disc;
	margin: 0 0 0 20px;
	padding: .2em 0; 
}

/* FCK-editor-lijst
------------------------------------------------------------------*/
div.alinea ul { list-style: disc; }
div.alinea ul, div.alinea ol { margin: 1em 0 1em 16px; }
div.alinea ol { margin-left: 24px; }
div.alinea li { line-height: 125%; padding: .2em 0; }

/* Sitemap
------------------------------------------------------------------*/
ul.sitemap { list-style: disc; margin: 0 0 1em 24px; }

/* <dl>'s
------------------------------------------------------------------*/
dl dt { 
	display: block; 
}

/* <dl>'s in middenkolom
------------------------------------------------------------------*/
div.kolom-midden dl { margin: 1em 0;  }
div.kolom-midden dl ul { list-style: none; } 

/* <dl> in zijkolom
------------------------------------------------------------------*/
div.zijkolom dl { margin-bottom: 2em; }

/* Submenu (meestal in zijkolom)
------------------------------------------------------------------*/
dl.submenu ul ul { margin: 0 0 .5em 16px; }

/*
####################
#	FORMULIEREN	   #
####################
*/

/* Contactformulier
------------------------------------------------------------------*/
body#contactpagina form ul li,
body#reserveren form ul li { background: none; padding: 0; }
body#contactpagina ul,
body#reserveren ul { padding-bottom: 0; }
body#contactpagina form.webbeheer-formulier input,
body#contactpagina form.webbeheer-formulier select,
body#contactpagina form.webbeheer-formulier textarea,
body#reserveren form.webbeheer-formulier input,
body#reserveren form.webbeheer-formulier select,
body#reserveren form.webbeheer-formulier textarea { border: 1px solid #aeaeae; }
body#contactpagina form.webbeheer-formulier label,
body#reserveren form.webbeheer-formulier label { float: left; font-weight: bold; width: 143px; }
body#contactpagina form.webbeheer-formulier input.text,
body#contactpagina form.webbeheer-formulier select,
body#reserveren form.webbeheer-formulier input.text,
body#reserveren form.webbeheer-formulier select { width: 260px; }
body#contactpagina form.webbeheer-formulier textarea,
body#reserveren form.webbeheer-formulier textarea { height: 175px; width: 476px; }
body#contactpagina form.webbeheer-formulier span,
body#reserveren form.webbeheer-formulier span { display: block; float: left; margin-left: 105px; width: 350px; }
body#contactpagina form.webbeheer-formulier input#submit,
body#reserveren form.webbeheer-formulier input#submit {
	background: #929292;
	border: none;
	color: #fff;
	display: block;
	float: right;
	font-weight: bold;
	height: 27px;
	width: 145px;
}
body#contactpagina form.webbeheer-formulier input#submit:hover,
body#contactpagina form.webbeheer-formulier input#submit:focus,
body#reserveren form.webbeheer-formulier input#submit:hover,
body#reserveren form.webbeheer-formulier input#submit:focus {
	background: url(/img/verzenden.gif) no-repeat 0 -28px;
	background: #4e4e4e;
}

/* Algemeen
------------------------------------------------------------------*/
label { display: block; }
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 12px; overflow: auto; }
input.text, textarea { width: 60%; }
select { width: 62%; }
textarea { height: 80px; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; }
input.radio, input.checkbox { margin-left: 0; }
input.button, input.submit { cursor: pointer; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form li { padding: .2em 0; margin-bottom: 5px; }
form em.verplicht { margin-left: 4px; }

/* Zoekformulier
------------------------------------------------------------------*/
form#zoeken {
	position:absolute;
	top: 0;
	right:27px;
	background: url(/img/zoeken.png) no-repeat bottom;
	width: 200px;
	padding: 8px;
}
form#zoeken input { float: left; }
form#zoeken input.text { margin-right: 8px; width: 153px; border: 1px solid #00A8E6; padding: 5px 3px 6px; font-size: 12px; }
form#zoeken label { display:none; }
form#zoeken input.button {
	background: url(/img/zoek.png) no-repeat;
	width: 30px;
	height: 28px;
	border: none;
}
form#zoeken input.button:hover,form#zoeken input.button:focus { opacity: .8; }

ul.searchresults p, ul.searchresults h2 { margin: 0; }
ul.searchresults li { margin-bottom: 20px; }

span.highlighted { background: #D2ED09; color: #000; }

/* Webbeheer formulier
------------------------------------------------------------------*/
li.checkbox { position: relative; }
li.checkbox input.checkbox { left: 0; position: absolute; top: 3px; }
li.checkbox label { margin-left: 20px; }
div.webbeheer-formulier-thanks {
	border: 3px solid green;
	padding: .6em;
}
div.webbeheer-formulier-thanks p { margin-bottom: 0; }

/*
####################
#	TABELLEN	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
table.full-width { width: 100%; }
table td { padding: 3px; }
table th { text-align: left; }

/* FCK-editor-tabel
------------------------------------------------------------------*/
div.alinea table,
table.webapp-table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	color: #545454;
	width: 100%;
}

div.alinea table caption,
table.webapp-table caption {
	font-style: italic;
	margin: 1em 6px 3px;
	text-align: left;
}

div.alinea table td,
div.alinea table th,
table.webapp-table td,
table.webapp-table th {
	border: 1px solid #d8d8d8;
	padding: .2em 4px;
}

img.img_c { margin: 5px 10px; }
