/*
#################
#	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: #e5e5e5; font-size: 1.2em; }

/* 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; }

/* 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 { color: #056f89; }
a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
a span { cursor: pointer; }

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

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

/* Container
------------------------------------------------------------------*/
div#bodywrapper {
	background: #fff;
	padding-bottom: 40px;
}

div#container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

/* Header
------------------------------------------------------------------*/
div#header-wrapper {
	background: url(/img/header.jpg) no-repeat center bottom;
}

div#header {
	background: url(/img/header-overlay-wit.png) no-repeat top right;	
}

/* Logo
------------------------------------------------------------------*/
p#logo {
	background: url(/img/logo.gif) no-repeat;
	float: left;
	height: 93px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 250px;
}
p#logo a { display: block; height: 93px; }

/* Intro homepage
------------------------------------------------------------------*/
body#homepage div#header div.intro {
	background: url(/img/header-overlay-blauw.png) repeat;
	color: #fff;
	float: left;
	height: 128px;
	overflow: hidden;
	padding: 26px;
	width: 297px;
}
div#header div.vragen {
	background: url(/img/vragen.png) no-repeat 0 bottom;
	float: right;
	margin: 0 9px 25px;
	overflow: hidden;
	padding: 10px;
	width: 226px;
}
div#header-bottom { 
	background: url(/img/header-bottom.gif) no-repeat;
	height: 37px;
	width: 940px;
}
body#homepage div#header-bottom { 
	background: url(/img/header-bottom-home.gif) no-repeat;
	height: 24px;
	margin-bottom: 20px;
}

/* Breadcrumbs
------------------------------------------------------------------*/
p#breadcrumbs { background: #e6e6e6; margin: 1em 0; padding: 10px; }

/* Kolommen
------------------------------------------------------------------*/
div.kolom-wrapper {
	float: left;
	width: 675px;
}
div.kolom-wrapper-rechts { float: right; }

div.kolom-midden {
	background: #e6e6e6;
	float: right;
	padding: 10px;
	width: 430px;
}
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 {
	background: #0772A1;
	float: left;
	margin-left: 26px; /* ie */
	padding: 20px;
	width: 592px;
}
div.kolom-rechts {
	float: right;
	margin-right: 10px; /* ie */
	width: 250px;
}

/* Inhoud kolom-midden
------------------------------------------------------------------*/
div.kolom-midden h1 { margin-bottom: 1em; }
div.kolom-midden h2 { margin-bottom: .3em; }

div.kolom-links div.content {
	background: #fff;
	color: #0772a1;
	margin-top: 10px;
	padding: 20px;
}
div.kolom-links div.nom { margin-top: 0; }
div.kolom-links div.content ul,
div.kolom-links div.content ol { list-style-position: inside; }
div.kolom-links div.content img.illustratie { margin: 20px; } /* ie */

/* Blokken homepage
------------------------------------------------------------------*/
body#homepage div.blok {
	float: left;
	margin: 0 10px;
	overflow: hidden;
	width: 311px;
}
body#homepage div.blok div.afbeelding { 
	background-image: url(/img/dummies/bungalow.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	height: 175px; 
}
body#homepage div.blok h2 { background: url(/img/borders.gif) no-repeat; }
body#homepage div.blok h2 a img { padding: 8px 15px 5px; }
body#homepage div.blok div.info {
	background: url(/img/borders.gif) no-repeat bottom;
	overflow: hidden;
	padding-bottom: 19px;
	padding-top: 10px;
}
body#homepage div.blok p.reserveren { background: url(/img/reserveren-bg.png) no-repeat; height: 36px; }
body#homepage div.blok p.reserveren a img {	padding: 7px 145px; }
body#homepage div.blok div.info p.prijs { 
	float: right;
	margin: 0 20px 0 0;
	width: 160px;
}
body#homepage div.blok div.info p.prijs a {
	color: #fff;
	font-size: 1.3em;
	float: right;
	text-decoration: none;
}
body#homepage div.blok div.info p.prijs a span {font-size: 1.4em;}
body#homepage div.blok div.info p.meer-info {
	background: url(/img/meer-info-button.gif) no-repeat;
	display: block;
	float: left;
	height: 26px;
	margin: 0 0 0 20px; /* ie */
	width: 95px;
}
body#homepage div.blok div.info p.meer-info a {	display: block; height: 26px; text-indent: -9999px; }

/* banners rechts
------------------------------------------------------------------*/
a.knop {
	background-image: url(/img/bungalow-klein.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	margin-bottom: 20px;
	width: 250px;
}
a.knop span {
	background-image: url(/img/knop-blauw.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	margin-left: 80px;
	height: 35px;
	padding: 10px;
	overflow: hidden;
	width: 147px;
}
a.knop:hover span,
a.knop:focus span { background-position: 0 -55px; }

/* infoblok
------------------------------------------------------------------*/
div.info-blok { 
	background: url(/img/info-bg.gif) no-repeat 0 5px; 
	padding: 10px;
}
div.info-blok h3 { margin-bottom: 15px; }

/* Quote
------------------------------------------------------------------*/
div.quote { 
	background: url(/img/quote.gif) no-repeat; 
	padding-top: 35px;
	font-size: .8em;
	margin: 20px 0;
}



/* Bungalow detail
------------------------------------------------------------------*/
div.content a.terug-naar-bungalows {
	background-image: url(/img/knop-terug-naar-bungalows.gif);
	display: block;
	float: left;
	height: 21px;
	width: 185px;
	text-indent: -9999px;
}
div.content a.terug-naar-bungalows:hover,
div.content a.terug-naar-bungalows:focus { background-position: 0 -21px; }

div.acties { height: 50px; overflow: hidden; }

div.content h2,
div.content h3 { margin-bottom: 10px; }

div.content input.reserveren,
div.content a.reserveren {
	background-image: url(/img/reserveren.gif);
	display: block;
	float: right;
	height: 21px;
	width: 105px;
	text-indent: -9999px;
}

div.content input.reserveren:hover,
div.content input.reserveren:focus,
div.content a.reserveren:hover,
div.content a.reserveren:focus { background-position: 0 -21px; }

ul.bungalow { margin: 20px 0; }

ul.bungalow ul.afbeeldingen img { float: left; }
ul.bungalow ul.afbeeldingen ul { float: right; width: 167px; }
ul.bungalow ul.afbeeldingen ul li img {  }

/* Bungalowafbeeldingen
------------------------------------------------------------------*/
div.border {
	border-top: 1px solid #bbdae2;
	padding: 20px 0;
}
a.afbeelding-groot {
	float: left;
}

ul.afbeeldingen {
	float: right;
	width: 160px;
}
ul.afbeeldingen li {
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
}

/* Stappen reservering
------------------------------------------------------------------*/
ul#stappen { float: right; }
ul#stappen li { color: #fff; float: left; padding: 5px 2px 2px 6px; margin-left: 10px; }
ul#stappen li.active { background: #fff; color: #0772a1; }

/* Reserverings overzicht
------------------------------------------------------------------*/
div.content a.terug-kostenoverzicht {
	background-image: url(/img/knop-terug-kostenoverzicht.gif);
	display: block;
	height: 21px;
	margin-bottom: 20px;
	width: 186px;
	text-indent: -9999px;
}
div.content a.terug-kostenoverzicht:hover,
div.content a.terug-kostenoverzicht:focus { background-position: 0 -21px; }

div.content div.reserveringsoverzicht {
	border: 1px solid #649700;
	padding: 20px;
}

table.reserveringsspecificaties { width: 100%; margin: 20px 0; }
table.reserveringsspecificaties th,
table.reserveringsspecificaties tfoot td { 
	border-bottom: 1px solid #cee6eb;
	font-weight: bold; 
	text-align: left; 
}
table.reserveringsspecificaties tfoot td { border-top: 1px solid #cee6eb; }

/* 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: right;
}
img.illustratie {
	float: right;
	margin-right: 0; margin-left: 8px;
}
img.illustratie-links {
	float: left;
	margin: .5em 8px .3em 0;
}
img.illustraties-breed {
	float: none;
}

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/default.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.doc span.titel { background-image: url(/img/downloads/doc.gif); }
a.pdf span.titel { background-image: url(/img/downloads/pdf.gif); }
a.ppt span.titel { background-image: url(/img/downloads/ppt.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: url(/img/footer-bg.gif) repeat-x; padding: 10px; }
div#footer div#footercontent { color: #056f89; margin: 0 auto; width: 940px; }
div#footer div#footercontent a { text-decoration: none; }
div#footer p { margin-bottom: 0; }
div#footer div#footercontent a:focus,
div#footer div#footercontent a:hover,
a#iWink:hover span, a#iWink:focus span { text-decoration: underline; }

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

/* Algemeen
------------------------------------------------------------------*/
ul, form ol { list-style: none; }

/* Hoofdmenu
------------------------------------------------------------------*/
ul#hoofdmenu { 
	background: url(/img/menu.gif) repeat-x;
	border-bottom: 8px solid #0078A7;
	clear: both; 
	height: 35px;
	list-style: none; 
}
ul#hoofdmenu li {
	background: url(/img/menu-border.gif) repeat-y;
	float: left;
	height: 35px;
}
ul#hoofdmenu li.first {
	background: none;
}
ul#hoofdmenu a { display: block; padding: 10px 10px 6px 13px; }

ul#hoofdmenu ul {
	background: url(/img/submenu_bottom.png) no-repeat bottom;
	clear: both;
	display: none;
	list-style: none;
	position: absolute;
	width: 191px;
	padding-bottom: 10px;	
}

ul#hoofdmenu li.hover-ie { background: url(/img/hoofdmenu_hover.gif) repeat-x ; }

ul#hoofdmenu li:hover ul,
ul#hoofdmenu li.hover-ie ul { display: block; }
ul#hoofdmenu ul li { border-top: 1px solid #81ae2a; border-bottom: 1px solid #679410; float: none; background: #73a512; height: 30px; }
ul#hoofdmenu ul li.last { border-bottom: none; }
ul#hoofdmenu ul li.first { border-top: none; float: none; background: #73a512 url(/img/submenu_schaduw.gif) repeat-x top; padding-top: 7px; height: 30px; }
ul#hoofdmenu ul a { padding: 5px 10px; color: #fff; text-decoration: none; }
ul#hoofdmenu ul a:hover { background: url(/img/submenu_hover.gif) repeat-x ; }
ul#hoofdmenu a:hover img.hover,
ul#hoofdmenu a:focus img.hover { display: block; }

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

/* 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: 10px; }
ul#opties li { float: left; margin-left: 14px; }
ul#opties a {
	background: url(/img/opties.gif) no-repeat 0 .5em;
	color: #808080;
	display: block;
	padding-left: 18px;
}
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 { font-size: 1.4em; font-weight: bold; margin-bottom: .6em; }

/* <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	   #
####################
*/
/* Algemeen
------------------------------------------------------------------*/
label { display: block; }
input.text, textarea { padding: 2px 3px; }
textarea { font-size: 12px; overflow: auto; }
input.text, textarea { width: 40%; }
select { width: 62%; }
textarea { height: 80px; }
input, select, textarea { font-family: Arial, Verdana, Tahoma, sans-serif; border: 1px solid #cee6eb; }
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, form.zoekformulier fieldset { float: right; }
form#zoeken input { float: left; }
form#zoeken input.text { margin-right: 8px; width: 160px; }

/* 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; }

/* Formulier bungalow kiezen
------------------------------------------------------------------*/
form.bungalowkiezen { color: #ff8700; font-weight: bold; }
form.bungalowkiezen ul li { width: 50%; float: left; }
form.bungalowkiezen label { color: #056f89; width: auto; }
form.bungalowkiezen select { margin-left: 8px; width: auto; }

form label { float: left; width: 30%; }
form label.nofloat{ display: inline; float: none; width: auto; }

/* Formulier andere bungalow
------------------------------------------------------------------*/
form.bungalowselector { float: right; }
form.bungalowselector select { width: 150px; }

/* Formulier Reserveringsgegevens
------------------------------------------------------------------*/
form.reserveringsgegevens { background: #f6fbfc; }
form.reserveringsgegevens ul li { border-bottom: 1px solid #cee6eb; }

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

/* Tabel in content | Table editor.
------------------------------------------------------------------*/
div.content table.webapp-table,
div.content table.prijzen { margin-bottom: 20px; width: 100%; }
div.content table.webapp-table td,
div.content table.webapp-table th,
div.content table.prijzen td,
div.content table.prijzen th { padding: 2px 0 2px 20px; vertical-align: middle; }
div.content table.webapp-table td
div.content table.prijzen td { padding: 5px 0 5px 20px; }
div.content table.webapp-table caption,
div.content table.prijzen caption { color: #ff8700; font-weight: bold; padding-left: 20px; text-align: left; }

div.content table.webapp-table thead.none th,
div.content table.prijzen thead.none th { display: none;}
div.content table.webapp-table th,
div.content table.prijzen th { background: #cee6eb; }
div.content table.webapp-table td,
div.content table.prijzen td { border-top: 1px solid #cee6eb; }

