@charset "utf-8";


/* 
	-----------------------------------------
	Reset Stylesheet - Based on Eric Meyer's.
	-----------------------------------------
*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, font, img, dl, dt, dd, ol, ul, li,form, label, tr, th, td {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
}

a img{
	border: none;
}

table {
	border-collapse:separate;
	border-spacing:0;
	empty-cells: show;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
table, td, th {
	vertical-align:middle;
}



/* 
	-----------------------------------------
	General styles
	-----------------------------------------
*/

body{
	background: #fff url(../media/images/bg.jpg) repeat top center;
	font-size: 70%;
	line-height:150%;
	color: #494642;
	font-family: Verdana, tahoma, arial, sans-serif;
}

#wrapper{
	background: url(../media/images/wrapper_bg.jpg) no-repeat 50% 0%;
}
p {
	margin: 5px 0px;
	padding: 3px 0px;
}

#container{
	width:980px;
	margin:0 auto;
	background: transparent url(../media/images/container_bg.jpg) repeat-y top left;
}

	#container-top{
		background: transparent url(../media/images/container_top.jpg) no-repeat top left;
	}
	
	#container-bottom{
		background: transparent url(../media/images/container_bottom.jpg) no-repeat bottom left;
		padding: 0px 18px;
	}




/* 
	-----------------------------------------
	Header
	-----------------------------------------
*/

#print-logo{
	display: none;
}

#adres{
	height: 28px;
	line-height: 28px;
	color: #a3c9e6;
	text-align: center;
	width: 501px;
	padding: 0px 10px;
}

	#adres span{
		color: #85a731;
	}

	#adres a:link, #adres a:visited, #adres a:hover, #adres a:active{
		color: #a3c9e6;
		border-bottom: 1px dotted #a3c9e6;
	}

	#adres a:hover{
		border-bottom: 1px solid #a3c9e6;
	}
	
#homelink:link, #homelink:visited, #homelink:hover, #homelink:active{
	height: 71px;
	display: block;
	width: 513px;
	border-bottom: 0px solid #fff;
	
}

#taalkeuze{
	margin: 0px 0px 0px 513px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	padding: 0px;
	width: 100px;
	text-align: center;
}

	#taalkeuze li{
		display: inline;
		border-left: 1px solid #fff;
		padding: 0px 7px;
	}
	
	#taalkeuze li.first{
		border-left: 0px solid #fff;
	}

	#taalkeuze a:link, #taalkeuze a:visited, #taalkeuze a:hover, #taalkeuze a:active{
		border-bottom: 1px dotted #fff;
		color: #fff;
		text-transform: lowercase;
	}

	#taalkeuze a:hover{
		color: #6a8c17;
		border-bottom: 1px dotted #6a8c17;
	}
	
	#taalkeuze span{
		color: #6a8c17;
		text-transform: lowercase;
	}
	

/* 
	-----------------------------------------
	Navigation
	-----------------------------------------
*/


#navigation{
	margin: 30px 0px 0px 0px;
	height: 37px;
}

#navigation li{
	list-style: none;
	display: inline;
	float: left;
	height: 37px;
	padding: 0px 16px 0px 0px;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active{
	color: #355795;
	border: 0;
	outline: 0;
	height: 37px;
	line-height: 37px;
	padding: 0px 0px 0px 10px;
	font-size: 105%;
	display: block;
	float: left;
}

#navigation li.selected{
	background: transparent url(../media/images/navig_bg.jpg) no-repeat right top;
}

#navigation li.selected a:link, #navigation li.selected a:visited, #navigation li.selected a:hover, #navigation li.selected a:active{
	background: transparent url(../media/images/navig_bg.jpg) no-repeat left top;
	color: #fff;
}


/* 
	-----------------------------------------
	Main
	-----------------------------------------
*/

#main{
	clear: both;
	min-height: 330px;
	height: auto;
	_height: 330px;
	padding: 40px 0px 80px 46px;
}

	#content{
		float: left;
		width: 525px;
		line-height: 180%;
	}

	#content.wide{
		float: none;
		width: 825px;
		line-height: 180%;
	}
	
	#main p{
		text-align: justify;
	}

	img.icon{
		margin-right: 5px;
	}

	#content-fotos{
		width: 268px;
		float: right;
		padding: 20px 20px 0px 20px;
		margin: 100px 0px 0px 40px;
		background: transparent url(../media/images/foto_bg.jpg) no-repeat left top;
	}
	
		
	
/* 
	-----------------------------------------
	Pager
	-----------------------------------------
*/


.pager{
	margin-top: 15px;
	font-size: 0.9em;
}
.pager span{
	padding-right: 15px;
	font-weight: bold;
}
.pager a:link,.pager a:visited{
	padding: 3px 6px;
	border: 0;
	color: ;
	text-decoration: underline;
}
.pager a:hover,.pager b{
	padding: 2px 5px;
	border: 1px solid #c1c1c1;
	color: black;
}
.pager b{
	border-color: #6e6e6e;
	color: #2a2a2a;
	text-decoration: none;
}
	
	

/* 
	-----------------------------------------
	Titles
	-----------------------------------------
*/

h1{
	font-size: 1.3em;
	font-weight: bold;
	color: #355795;
	margin: 0 0 15px 0;
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #62870a;
	margin: 10px 0px 15px 0px;
}

h3{
	font-size: 1.0em;
	font-weight: bold;
	color: #355795;
	margin-bottom: 5px;
}

h4{
	font-size: 1.0em;
	font-weight: bold;
	color: #62870a;
}

h5{
	font-size: 1.0em;
	font-weight: bold;
	color: #78736c;
}




/* 
	-----------------------------------------
	Tables
	-----------------------------------------
*/






/* 
	-----------------------------------------
	Footer
	-----------------------------------------
*/

#links{
	text-align: center;
	height: 70px;
	padding: 0px 40px 0px 100px;
	clear: both;
}

	#links a{
		border: none;
		}
		
	#links img{
		border: 1px solid #355795;
		margin: 0px 7px 0px 0px;
		}


#footer{
	height: 75px;
	text-align: center;
}
#footer ul{
	line-height: 1;
	padding: 20px 0 0 0;
}
#footer li{
	list-style: none;
	display: inline;
	border-right: 1px solid #796e63;
	padding: 0 10px;
}
#footer li.last{
	border: none;
	padding-right: 0;
}
#footer li a:link,#footer li a:visited,#footer li a:active{
	/*color: #fff;*/
	border: 0;
	color: #494642;
	border-bottom: 1px dotted #796e63;
}
#footer li a:hover{
	color: #494642;
	border-bottom: 1px solid #494642;
}



/* 
	-----------------------------------------
	Lists
	-----------------------------------------
*/


ul, ol {
	padding-left:20px;
}
ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
}
ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}



#content ul.related-images li{
	background:none;
	padding-left: 0;
}
#content ul{
	padding-left: 15px;
}
#content ul li{
	background:transparent url(../media/images/li_icon.gif) no-repeat scroll 0 8px;
	padding-left:15px;
}

#content ul, #content ol{
	list-style-image:none;
	list-style-position:outside;
	margin: 10px 0;
}

/* related files */

#content .related-files {
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #cec7bd;
	margin: 15px 0px 10px 0px;
}

	#content .related-files li {
		background:transparent url(../media/images/li_icon_files.gif) no-repeat scroll 0 8px;
		}

	#content .related-files a:link, #content .related-files a:visited, #content .related-files a:hover, #content .related-files a:active {
		color: #494642;
		border-bottom: 1px dotted #796e63;
	}
	
	#content .related-files a:hover{
		color: #494642;
		border-bottom: 1px solid #494642;
	}

.related-images a:link, .related-images a:visited, .related-images a:hover, .related-images a:active{
	border: 0px solid #fff;
}

.related-images img{
	border: 1px solid #c0b9ae;
	padding: 3px;
	background-color: #f2efe7;
	margin: 0px 0px 10px 0px;
}

.related-images a:hover img{
	border: 1px solid #8a857f;
}


/* 
	-----------------------------------------
	Forms
	-----------------------------------------
*/

.formulier{
	width: 543px;
	background: url(../media/images/reservatie_top.jpg) left top no-repeat #ccc8bf;
	margin: 15px 0px 20px 0px; 
}

	.formulier .wrapper{
		padding: 15px 20px 20px 20px;
		background: url(../media/images/reservatie_bottom.jpg) left bottom no-repeat;
	}

	.formulier img{
		margin-top: 15px;
	}

.formulier-form{
	padding: 15px 0px 0px 40px;
	
}

.zend_form dt{
	float: left;
	clear: left;
	width:200px;
	margin-top: 8px;
}


.zend_form dd{
	float: left;
	width: 200px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

.zend_form .inputText, .zend_form textarea, .zend_form select{
	width: 200px;
	border: 1px solid #898680;
	color: #494642;
	margin: 0px;
	padding: 0px;
	
}

.zend_form select{
	width: 202px;
}

.zend_form label{
	font-weight: bold;
}

.zend_form button{
	color: #fff;
	width: 111px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url(../media/images/button_bg.jpg) left bottom no-repeat;
	border: none;
	font-weight: bold;
	padding-left: 20px;
}

label.required {
	background:transparent url(../media/images/required.gif) no-repeat scroll right top;
	padding-right:8px;
}


.required_message{
	font-style: italic;
	font-weight: normal;
}


#content ul.errors{
	padding: 0;
	margin: 5px 0;	
}
#content ul.errors li{
	list-style: none;
	background: transparent url(../media/images/li_icon_error.gif) no-repeat 2px 5px;
	color:#d01a16;
	padding-left: 15px;
	font-size: 0.95em;
	line-height: 110%;
}

/* 
	-----------------------------------------
	Google Map
	-----------------------------------------
*/

	.googlemap{
		float: left;
		width: 340px;
	}
	
	.contact{
		float: left;
		width: 430px;
	}
	
	.contact-images{
		clear: both;
		padding-right: 38px;
		text-align: right;
		padding-top: 15px;
	}



/* 
	-----------------------------------------
	Links
	-----------------------------------------
*/


a,a:link{
	color: #2d5e94;
	border-bottom: 1px dotted #97b6d9;
}
a:hover{
	color: #669bd6;
	border-bottom: 1px solid #97b6d9;
}

/* 
	-----------------------------------------
	nyroModal
	-----------------------------------------
*/


#nyroModalBg{
	z-index: 1001!important;
}


#nyroModalWrapper{
	background: url(../media/images/bg.jpg) repeat left top!important;
	border: 1px solid #efeae1!important;
	padding: 15px!important;
	z-index: 1002!important;
}



/* 
	-----------------------------------------
	fotogallery
	-----------------------------------------
*/

#fotogallery-wrapper{
	clear: both;
	background: url(../media/images/fotogalerij_bg.jpg) left top no-repeat;
	padding: 10px 36px 36px 11px;
	width: 539px;
	height: 405px;
}

	#fotogallery a:link, #fotogallery a:visited, #fotogallery a:hover, #fotogallery a:active{
		border: 0px solid #fff;
	}

	
#fotogallery{
	background: #fff url(../media/images/bg.jpg) repeat top center!important;
	position: relative;
	visibility: hidden;
}

#fotogallery .gallerydesctext{
	text-align: left;
	padding: 2px 5px;
	
	/*background-color: #990000!important;
	z-index: 3000px!important;
	padding: 30px!important;
	visibility: visible!important;
	display: block!important;*/
}



/* 
	-----------------------------------------
	Calendar
	-----------------------------------------
*/

input.jsCalendarContainer{
	width: 150px;
	border: 1px solid #898680;
	color: #494642;
}

.jsCalendarContainer{

}

/*button[type].jsCalendarButtonClear,
button[type].jsCalendarButton,*/
button.jsCalendarButton,
button.jsCalendarButton:hover,
button.jsCalendarButtonClear,
button.jsCalendarButtonClear:hover {
	float:none;
	display:inline;
	margin:	0px 0px 0px 8px;
	height: 20px;
	padding: 5px;
	background-image: url(../media/images/cms/icons/calendar.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	border: 0px;
	width: 15px;
}


/*button[type].jsCalendarButtonClear,*/   
button.jsCalendarButtonClear,
button.jsCalendarButtonClear:hover { 
	background-image: url(../media/images/cms/icons/calendar_delete.png);
}	

/* 
	-----------------------------------------
	Misc fixes
	-----------------------------------------
*/


.clearImgSpace {
	display:block;
}
.clear {
	clear:both;
	line-height:0;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
