/* ===== CSS sheet by Jerome Bohg at d-engine / kitchenpilot  ==== */
/* ===== feel free to copy, use and learn as much as you like ==== */

/* ===== reset the whole bunch ==== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

h1,h2,h3,h4,h5,strong {
 font-weight: bold;
}

/* ===== first some global stuff ==== */
body {
 font-size: 12px;
 line-height: 1.4em;
 font-family: Arial, Verdana, Helvetica, "Trebuchet MS", "Luxi Sans", sans-serif;  
 color: #333;
 
 background: #0184bc url(../kp_img/bg_water.gif); 
}

body.water {
 background: #0184bc url(../kp_img/bg_water.gif);
}
body.grass {
 background: #49a828 url(../kp_img/bg_grass.gif);
}
body.sand {
 background: #f0890e url(../kp_img/bg_sand.gif);
}

.clearfix {
 content: ".";
 clear: both;
 display: block;
 height: 0;
 visibility: hidden;
}

.clear {
 display: block;
 width: 100%;
 clear: both;
}

.hideme { display: none; }
.showme { display: block; }

/* ===== global link markup ==== */
a:link,a:active,a:visited {  
 color: #00b2de;
 text-decoration: none;	 
}
a:hover {
 color: #bbb;
}
:focus{
 -moz-outline-style:none;
}

/* ===== wrap markup ==== */
#topbar {
 display: block;
 height: 12px;
 
 background: #1d73a2; 
}

#topbar a {
 margin-top: -3px;
 font-size: 10px;
 padding: 0 10px;
 cursor: pointer;
}

body.water #topbar {
 background: #1d73a2;
}
body.grass #topbar {
 background: #66bc46;
}
body.sand #topbar {
 background: #f18c0d;
}

#mainwrap {
 background: #fff;
 border-top: 12px solid #fce100;
 z-index: 100;
 padding-bottom: 75px;
}

#sitewrap {
 display: block;
 width: 960px;
 z-index: 100;
 position: relative;
}

/* ===== header ==== */
#headwrap {
 height: 220px;
 position: relative;
 margin: -12px 0 50px 0;
 background: white;
}

#headwrap h1 {
 display: block;
 width: 109px;
 height: 99px;
 background: url(../kp_img/logo.gif) no-repeat;
 text-indent: -99999px;
 position: absolute;
 top: 40px;
 left: 35px;
 cursor: pointer;
}

#lang-bar {
 display: block;
 width: 180px;
 float: left;
 
 position: absolute;
 top: 5px;
 left: 50px; 
}
#lang-bar li {
 float: left;
 margin-left: 8px;
}
#lang-bar a {
 float: left;
 font-size: 11px;
 color: #888;
 text-transform: uppercase;
}
#lang-bar a:hover, #lang-bar a.lngact {
 color: #00b2de;
}


#mainnav {
 display: block;
 width: 170px;
 height: 200px;
 position: absolute;
 top: 0;
 left: 171px;
 padding: 20px 32px 0 32px;
 z-index: 100px;
 
 background: url(../kp_img/shield_water.png) no-repeat; 
}

body.water #mainnav {
 background: url(../kp_img/shield_water.png) no-repeat;
}
body.grass #mainnav {
 background: url(../kp_img/shield_grass.png) no-repeat;
}
body.sand #mainnav {
 background: url(../kp_img/shield_sand.png) no-repeat;
}

#mainnav li {
 width: 170px;
 padding: 0 0 2px 0;
 position: relative;
 background: url(../kp_img/mnustripe.png) left bottom no-repeat;
}

#mainnav li.top {
 width: 190px;
}

#mainnav li a {
 display: block;
 font-size: 11px;
 line-height: 20px;
 padding-left: 5px;
 margin: 2px 0;
 color: #fff;
 background: url(../kp_img/arrows.png) 160px 7px no-repeat;
}

#mainnav li li {
 display: block;
 width: auto;
 line-height: 25px;
}

#mainnav ul {
 display: none;
 width: 150px;
 position: absolute;
 top: 0;
 left: 187px;
 background: white;
 padding: 0 8px 0 8px;
 -moz-border-radius-bottomleft: 5px; 
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px; 
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-topright: 5px; 
 -webkit-border-top-right-radius: 5px;
}

#mainnav li.hover a, #mainnav li a:hover {
 color: #333;
 background: white url(../kp_img/arrows.png) 160px -23px no-repeat;
}

#mainnav li li a {
 color: #333;
 background: url(../kp_img/arrows.png) 140px -23px no-repeat;
}

#mainnav li li a:hover {
 color: #00b2de;
 background: url(../kp_img/arrows.png) 140px -23px no-repeat;
}

#mainnav li.hover ul {
 display: block;
}

#imgholder {
 display: block;
 width: 650px;
 height: 208px;
 padding-top: 12px;
 float: right;
 background: url(../kp_img/colorbar.gif) top right repeat-y;
 overflow: hidden;
}

b.imgcrn {
 display: block;
 width: 12px;
 height: 12px;
 background: url(../kp_img/crnr.png) bottom right no-repeat;
 position: absolute;
 bottom:0;
 right:0;
}

/* ===== colums ==== */
.col {
 display: block;
 float: left;
}
.col-l { /* left column */
 width: 188px;
 min-height: 350px; 
}
.col-c { /* content column */
 width: 400px;
 margin-right: 30px;
}
.col-i { /* image column */
 width: 342px;
 float: right;
}

.mid-wrap h1 {
 font-size: 16px;
 color: #dce200;
 margin-bottom: 10px;
}
.col-c p, .col-cnt p {
 line-height: 1.6em;
}

.mid-wrap {
 display: block;
 width: 772px;
 float: left;
}

.left-wrap {
 width: 400px;
 float: left;
}

.clearart {
 content: ".";
 display: block;
 height: 1px;
 width: 100%;
 clear: both;
 margin-bottom: 30px;
}

.one {
 width: 200px;
}

.map {
 width: 542px;
 position: relative;
}

.map a:link, .map a:active, .map a:visited {
 display: block;
 width: 120px;
 padding-top: 55px;
 
 position: absolute;
 top: 335px;
 right: 20px;

 text-align: center;
 color: #333;
 background: url(../kp_img/icon-pdf.gif) center top no-repeat;
}

.map a:hover {
 color: #c30000;
}

/* @group Online boeken */
.book {
	 position: relative;
	 border-top: 1px solid #666;
	 background: url(../kp_img/ribbon.gif) top right no-repeat;
	 padding-top: 10px;
	}
	.book a.bookonline {
	 display: block;
	 width: 96px;
	 height: 96px;
	 background: url(../kp_img/booksticker.png) no-repeat;
	 position: absolute;
	 top: 5px;
	 right: 40px;
	 text-indent: -9999px;
	 outline: none;
	}
/* @end */


/* ===== footer ==== */
#footer {
 display: block;
 height: 180px;
 position: relative;
 z-index: 1;
 border-top: 12px solid #fce100;
 
 background: url(../kp_img/ft_water.gif) repeat-x; 
}
#footer #foot-theme {
 display: block;
 width: 250px;
 height: 207px;
 position: absolute;
 left: 0;
 top: -207px;
 text-indent: -9999px;
 
 background: url(../kp_img/water.jpg) no-repeat; 
}

body.water #footer {
 background: url(../kp_img/ft_water.gif) repeat-x;
}
body.grass #footer {
 background: url(../kp_img/ft_grass.gif) repeat-x;
}
body.sand #footer {
 background: url(../kp_img/ft_sand.gif) repeat-x;
}

body.water #footer #foot-theme {
 background: url(../kp_img/water.jpg) no-repeat;
}
body.grass #footer #foot-theme {
 background: url(../kp_img/grass.jpg) no-repeat;
}
body.sand #footer #foot-theme {
 background: url(../kp_img/sand.jpg) no-repeat;
}

#footer #foot-bar {
 display: block;
 width: 710px;
 height: 12px;
 background: url(../kp_img/colorbar.gif) top right repeat-y;
 text-indent: -9999px;
 
 position: absolute;
 left: 250px;
 top: -12px;
}

#footer ul {
 display: block;
 width: 700px;
 margin: 30px 0 0 188px;
 overflow: hidden;
}
#footer li {
 display: block;
 width: 200px;
 float: left;
 color: #fff;
 font-size: 10px;
}
#footer li strong {
 display: block;
 font-size: 14px;
}

#footer a:link, #footer a:active, #footer a:visited {
 color: #fff;
 text-decoration: underline;
}

#footer a:hover {
 color: #333;
}

.subscribe {
 margin-left: 30px;
}
.subscribe form {
 width: 250px;
 overflow: hidden;
 margin-top: 3px;
 font-size: 12px;
}
.subscribe input.txt {
 width: 140px;
 height: 22px;
 padding: 0 5px;
 border: none;
 margin: 0 0 5px 0;
 float: left;
}
.subscribe input.subm {
 float: right;
 height: 22px;
}

/* === thumb list === */
ol.thumbs {
 display: block;
 float: left;
 margin: 0 0 0 -12px;
}

ol.thumbs li {
 float: left;
 margin: 0 0 12px 12px;
 padding: 0;
 list-style: none;
}

ol.thumbs li img {
 display: block;
}

ol.thumbs li.no_r_margx {
 margin-right: 0;
}

ol.thumbs li a {
 padding: 0;
}

ol.thumbs li a:hover {
 background: none;
}

/*------------------------*/
ol.medium li img {
 width: 165px;
}

/*------------------------*/
ol.large li img {
 width: 342px;
}

/* ===== files list ==== */
h3.fls {
 font-size: 16px;
 color: #dce200;
 margin-bottom: 10px;
}

ol.files {
 margin-bottom: 20px;
 border-bottom: 1px solid #ccc;
}

ol.files li {
 display:block;
 padding: 2px 0;
 border-top: 1px solid #ccc; 
}

ol.files li a {
 display:block;
 width: 326px;
 line-height: 24px;
 padding: 0 0 0 16px;
 position: relative;
 background: url(../kp_img/download.gif) 0 7px no-repeat;
}

ol.files li a:hover {
 color: #000;
 text-decoration: none;
}

ol.files li a em {
 position: absolute;
 top: 0;
 right: 3px;
}

/* ===== default form ==== */

form h2 {
 font-size: 16px;
 color: #dce200;
 margin-bottom: 15px;
}

form input.txt {
 display: block;
 width: 332px;
 border: 1px solid #888;
 padding: 4px 4px;
 color: #666;
 background: #f8f8f8;
 
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px; 
}
form textarea {
 width: 332px;
 height: 80px;
 border: 1px solid #888;
 padding: 4px 4px;
 margin-bottom: 10px;
 color: #666;
 background: #f8f8f8;
 
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px;  
}
form ul {
 display: block;
 width: 100%;
 float: left;
}
form li {
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 5px;
}

span#loader {
 clear: both;
 display: block;
 height: 25px;
 text-align: right;
}
span.loading {
 background: url(../kp_img/ajax.gif) left center no-repeat;
}

input.subm {
 background: #4c4c4c;
 color: #fff;
 border: none;
 line-height: 1.8em;
 padding: 4px 13px;
 cursor: pointer;
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px;
}

/* ===== alertbox ==== */
.alert {
 display: block;
 padding: 10px;
 background: #f9feab;
 border: 1px solid #f5b12f;
 margin: 10px 0;
 
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px;
}

.wdg-tarieven {
 clear: both;
 margin-bottom: 20px;
}

.wdg-tarieven a {
 display: block;
 width: 342px;
 height: 60px;
 background: url(../kp_img/tarieven.gif) no-repeat;
 text-indent: -9999px; 
}

.wdg-weather {
 clear: both;
 display: block;
 padding: 15px 0;
 text-align: center;
}


.wdg-banners {
	 clear: both;
	 padding-bottom: 15px;
	}
	.wdg-banners a {
	 display: block;
	 width: 342px;
	 height: 65px;
	 background: url(../kp_img/banners2011.gif) no-repeat;
	 margin-bottom: 15px;
	 text-indent: -9999px;
	}
	.wdg-banners a.reserveren { background-position: 0 0; }
	.wdg-banners a.kamperen { background-position: 0 -65px; }
	.wdg-banners a.arrange { background-position: 0 -130px; }
/* @group tarieven */

/* @group stickers */
.stickers { 
	 padding-left: 40px;
	 padding-bottom: 150px;
	 margin-bottom: 15px; 
	 background: url(../kp_img/wifi.gif) 50px bottom no-repeat;
	}
	.stickers a.btn {
	 display: block;
	 width: 95px;
	 height: 95px;
	 margin-bottom: 10px;
	 background: url(../kp_img/stickers.gif) no-repeat;
	 text-indent: -9999px;
	}
	.stickers a.btn.kamperen { background-position: 0 -100px; }
	.stickers a.btn.arrange { background-position: 0 -201px; }
	
	.ger .stickers a.btn { background-position: -105px 0; }
	.ger .stickers a.btn.kamperen { background-position: -105px -100px; }
	.ger .stickers a.btn.arrange { background-position: -105px -201px; }
/* @end */


.tarieven {
 width: 750px;
}

table.tblpricelist{
	 border-bottom: 3px solid #999;
	 background: #F5F5F5;
	}
	table.tblpricelist td {
	 padding: 4px;
	}
	table.tblpricelist tr.odd {
	 background: #E2E2E2;
	}
	table.tblpricelist tr.thead {
	 background: #0085af;
	 color: #fff;
	 font-weight: bold;
	 font-size: 13px;
	}
	table.tblpricelist tr.thead td {
 	 padding: 8px 4px;
	}
/* @end */

/* @group inline alert */
#inline_alert {min-height: 150px;min-width: 350px;max-width: 450px;padding: 10px;}
#inline_alert h4 {font-size: 18px;color: #000;text-transform: uppercase;margin-bottom: 15px;}
.alertmsg {line-height: 1.6em;}
/* @end */
