/*
	CONTENTS ----------
	
	   BODY
	   DEFAULT STYLING
	   FORMS
	   LAYOUT
	   NAVIGATION
	
    -------------------
    
    COLOURS -----------
    
        green #513988
        blue #004f79
        white #ffffff
    
    -------------------
	
*/
	
@font-face {
    font-family: 'ChopinScript';
    src: url('chopinscript-webfont.eot');
    src: url('chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('chopinscript-webfont.woff') format('woff'),
         url('chopinscript-webfont.ttf') format('truetype'),
         url('chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* BODY
---------------------------------------------------------------------- */

/* LAYOUT BASIC */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	text-align: left;
	background: url('../img/bg.jpg') top center no-repeat;
	background-color: #210f0f;
	behavior: url("csshover.htc");

}

/* DEFAULT STYLING
---------------------------------------------------------------------- */
body {
	font: normal 12px Arial, Verdana, Helvetica sans-serif;
	line-height: 145%;
	color: #707173;
}
body table, table p {
	font-size: 100%;}
	
p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:					0;
	padding:				0;
}
p {
	margin-bottom: 12px;
}
strong {
	font-weight: bold;}
em {
	font-style: italic;
}
.small {
	font-size: 11px;}
	
.blue, .blue * {
	color: #0053a1;
}
.red, .red * {
	color: #ce0019;
}
.white {
	color: white;
}

a {
	color: #3e010d;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
a:hover, a.active {
	color: #3e010d;
	text-decoration: underline;
}
a.active {
	color: #3e010d;
}

.content-text{
	margin: 10px 0 20px 0;
	line-height: 23px;
	color: #571e1e;
	font-family:"Times New Roman",Georgia,Serif; 
	font-size: 16px;
}

.content-text h1{
	font-family: 'ChopinScript';		
}

/* heading */
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 {
	margin: 0 0 30px 0;
	display: block;
	font-family: 'ChopinScript';		
	font-size: 50px;
	line-height: 23px;
	color: #571e1e;
}

h2 {
	display: block;
	font-family: 'ChopinScript';		
	font-size: 30px;
	margin: 50px 0 20px 35px;
	text-align: left;
	line-height: 18px;
	color: #f4e3c5;
}

h2 a {
	color: #004e98;
}

h3 {
	display: block;
	font-size: 15px;
	text-align: left;
	line-height: 18px;
	color: #004e98;
}

h4 {
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 17px;
	color: #004e98;
}

h5 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	color: #004e98;
}

h6 {
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: left;
	color: #ce0019;
}

.button-black {
	background: url("../img/btn_black.png") bottom right no-repeat;
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	padding: 8px 45px 7px 10px;
}

/* specific styles */
.date {
	color: #ce0019;
}
.price {
	color: #0053a1;
	font-size: 21px;
}
.bread-text {}
.link a{
	color: #ce0019;
	font-style: italic;
}
.link a:hover{
	color: #ce0019;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.uppercase {
	text-transform: uppercase;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
/* lists */
ul, ol {
	margin: 9px 0 9px 22px;
	padding: 0;
	line-height: 17px;
}
ul { 
	list-style: circle;
}
ol li{
	padding: 0; margin: 0;
}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}


ul.sites { 
	list-style: none;
	list-style-type: none;
	margin:0px 0px; 
	padding:0 0 0 0px; 
	width: 200px;
}
ul.sites li { 
	margin: 0; 
	padding: 0; 
}
ul.sites a { 
	display:block; 
	padding-left:21px; 
	padding-top:3px; 
	padding-bottom:3px; 
	border: 0;
	background: url("../img/arrow_square_blue.png") 0px 4px no-repeat; 
	font-size: 14px;
	line-height: 16px;
	color: #0053a1;
}
ul.sites a:hover,ul.sites a.active { 
	background-image: url("../img/arrow_square_red.png");
	text-decoration: none;
	border: 0;
} 

/* blockquote, img, hr */
blockquote, pre {
	padding: 10px 30px;
}
blockquote {
	font: italic 12px Georgia, Times, serif;
	margin: 8px 0;
}
* html ul, * html ol {
	margin-left: 22px;
}
img {
	margin: 0;
	padding: 0;
	border-color: #fff;
}
a:hover {
	border-color: transparent;
}
.pointerhand {
	cursor: pointer;
}
hr {
	border: solid #fff 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.page-hr, div.hr, div.hr2 {
	background: url("../img/ruler.png") 0px 7px repeat-x; 
	clear: both;
	margin: 0;
	height:15px;}
div.hr2 {
	background-position: 0px 10px;
	height: 21px;}
div.page-hr {
	background-position: 0px 5px;
	height: 10px;}
div.page-hr hr,div.hr hr,div.hr2 hr {
	margin: 0;
	display:none}

.texttable{
	width: 534px;
}
.texttable td{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}
.texttable td.ttop{
	width: 534px;
	color: #252525;
}
.texttable td.tleft{
	width: 255px;
}
.texttable td.tright{
	width: 255px;
	padding-left: 24px;
}

/* LAYOUT
---------------------------------------------------------------------- */
#wrapper {
	border: 0;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	width: 990px;
	height: auto;
	min-height: 100%;
}
/* html #wrapper {
	height: 100%;
}
html>body #wrapper {
	height: auto;
}*/

#social_header{
	z-index: 1000;
	position: absolute;
	top: 40px;
	right: 0;
	height: 32px;
}

#social_header ul{

	width: 84px;
}

#social_header ul li{
	list-style: none;
	float: left;
	margin-left:8px;
}

#icon_twitter a{
	display: block;
	border: none;
	width: 32px;
	height: 32px;
	background: url('../img/icon_twitter.png') top left no-repeat;
}

#icon_facebook a{
	display: block;
	border: none;
	width: 32px;
	height: 32px;
	background: url('../img/icon_facebook.png') top left no-repeat;
}

#header {
	position: relative;
	width: 971px;
	height: 109px;
	margin: 0;
	padding: 0 0 0 0px;
	text-align: left;
	clear: both;
}

#contact {
	position:relative;
	margin:0;
	padding:0;
	width:69px;
	height:26px;
	padding-right: 7px;
	padding-top: 35px;
	float:right;
}

#contact a{
	display: block;
	position: relative;
	padding: 0;
	margin-left: 9px;
	float: left;
}

#contact a img{
	border: none;
}

#menu{
	background:url('../img/menu.png') top right no-repeat;
	position: relative;
	width: 990px;
	height: 59px;
	margin-top: 6px;
	padding: 0 0 0 0px;
	text-align: left;
	clear: both;
	z-index: 20;
}


.push {
	height: 198px; /* .push must be the same height as .footer */
}

#logo{
	position: absolute;
	top: 0px;
	left: -200px;
	background: url('../img/logo.png') top left no-repeat;
	height: 349px;
	width: 364px;
	z-index: 51;
}
#logoclick{
	display: block;
	height: 150px;
	width: 275px;
	padding:0; border:0; margin:0;
}

#sfeer {
	position: relative;
	width: 970px;
	height: 324px;
	margin: 0px 10px 0 10px;
	padding: 0;
	border: 0;
	overflow: hidden;
	
}

#shadow {
	position: absolute;
	top: 0px;
	left : 107px;
	background: url('../img/shadow_top.png') top left no-repeat;
	width:  488px;
	height: 413px;
	margin: 0;
	padding: 0;
	z-index: 15;
	overflow-x: hidden;
}

#shadow-left{
	position: absolute;
	top: 182px;
	left : -22px;
	background: url('../img/schaduw.png') top left repeat-y;
	width:  22px;
	min-height: 1170px;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#shadow-right{
	position: absolute;
	top: 182px;
	left : 990px;
	background: url('../img/schaduw2.png') top left repeat-y;
	width:  22px;
	min-height: 1170px;
	margin: 0;
	padding: 0;
	z-index: 50;
}

#content {
	position: relative;
	background-color: #f4e3c5;
	width: 990px;
	margin-top: 8px;
	min-height: 960px;
	padding: 10px 0 0 0;
	text-align: left;
}

#content-left {
	width: 635px;
	margin: 24px 0 0 27px;
	padding: 0;
	float: left;
	min-height: 480px;
	text-align: left;
	background: url('../img/content-top.png') top left no-repeat;
}

#content-bottom {
	width: 635px;
	margin: 0 0 0 0;
	padding: 0;
	height: 30px;
	background: url('../img/content-bottom.png') top left no-repeat;
}

#content-left-inner {
	background: url('../img/content-middle.png') top left repeat-y;
	width: 635px;
	margin: 24px 0 0 0;
	padding: 30px 30px 0 40px;
	min-height: 480px;
	text-align: left;
}

#inner-inner{
	width: 550px;	
}

#content-right {
	border: 0;
	background: url('../img/reserveren2.png') top left no-repeat;
	width: 309px;
	min-height: 520px;
	margin: 24px 0 0 0 ;
	padding: 0 0 24px 0;
	float: left;
}

#reserverenclick{
	display: block;
	height: 326px;
	width: 309px;
	padding:0; border:0; margin:0;
}


.clear, .clearspace{
	clear: both;
	height: 0px;
	line-height: 0px;
}
.clearspace{
	height: 25px;
}

/* footer */
#footer {
	margin: 0;
	background: url('../img/footer-top.png') top left no-repeat ;
	background-color: #311212;
	position: relative;
	width: 990px;
	padding: 0;
	height: 154px;
	min-height: 220px;
	text-align: center;
}

#footer_part1{
	width: 330px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
	background: url('../img/divider2.png') 280px 50px no-repeat;
}

#footer_part2{
	width: 330px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: url('../img/divider2.png') 280px 50px no-repeat;	
}

#footer_part3{
	width: 330px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
}

.footer-info{
	padding: 0 0 0 20px;
	margin: 30px 0 0 0;
}

.footer-info li{
	list-style: none;
	text-align: left;
	margin: 0 0 10px 20px;
	color: #f4e3c5;
	font-family:"Times New Roman",Georgia,Serif; 
	font-size: 14px;

}

.footer-info li a{
	color: #f4e3c5;
}

.footer-info li a:hover{
	text-decoration: underline;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clear { 
	clear: both;
	height:0; 
	font-size: 0px;
	line-height: 0px;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


/* FORMS
---------------------------------------------------------------------- */
form {
	margin: 0; 
}
form {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
form p {
	margin-bottom: 1px;
}
fieldset {
	clear: both;
	font-size: 100%;
	border-color: #0053a1;
	border-width: 1px 0 0;
	border: none;
	padding: 3px 10px;
	margin: 0;
}
fieldset legend {
	margin-left: -2px;	
	font-size: 16px;
	font-weight: normal;
	color: #7eb11f;
	margin: 0 0 0 0;
	padding: 0 3px 8px 3px;
}
label.float-left{
	float: left;
	clear: left;
	text-align: left;
	width: 200px;
	font-size: 12px;
	padding-top: 1px;
}
.fieldset-content {
	float: left;
	width: 285px;
}	
label {
	padding: 3px 0;
	font-size: 100%;
}

label.error {
	color: red;
}
label u {
	font-style: normal;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Arial, sans-serif;
	color: #0053a1;
	margin: 1px 2px;
	padding: 3px;
	font-size: 12px;
}
input.error, input.error:focus {
	border: 1px dotted red;
}
/*input:focus, select:focus, textarea:focus {
	color: #393936;
	border-color: #393936;
}*/
input.submit, input.button {
	background: #7eb11f;
	color: white;
	padding: 2px 4px;
}
textarea {
	overflow: auto;
}
.activeField
{
        background-image: none;
        background-color: #ffffff;
        border: solid 1px #7eb11f;
}
.idle
{
    border: solid 1px #6a9cc8;
    background-image: url('../img/blue_bg.png');
    background-repeat: repeat-x;
    background-position: top;
}

input.text-input{
	width: 160px;
}
.textarea-input{
	width: 165px;
}

.text-format {
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
}
.comment-form {
	width: 460px;
}
.input-comment {
	width: 460px;
}
.filter-menu select, .filter-menu input {
	width: 200px;
	margin: 4px 0;
}
.filter-menu input {
	width: 196px;
}

/* NAVIGATION
---------------------------------------------------------------------- */

#topnav {
	width:820px;
	letter-spacing: 0px;
	position: relative;
	top: 0;
	margin: 0 auto;
	padding: 15px 0 0 120px;
	z-index: 34;
	list-style: none;
	text-align: left;
}


#topnav li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0px 0 0;
	z-index: 90;
	background: url('../img/li_bg.png') center right no-repeat;
}

#topnav #li6 {
	background: none;
}

#topnav li a {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: none;
	height: 47px;
	color: #fff0d0;
	font-family:"Times New Roman",Georgia,Serif; 
	font-size: 17px;
	line-height: 40px;
	text-decoration: none; 
	text-align: center;
	padding-left:22px;
	padding-right: 22px;
	text-transform: uppercase;
}

@media all and (min-width: 0px){
   html>body  #topnav li a {min-width: 1px;}}
  

#topnav li:hover a, #topnav li.parent-active a, #topnav li.active a{
	font-weight: normal;
 	color:#f8d486;
 	height: 47px;
 	line-height: 40px;
}
#topnav li a.link_active{
	color:#d8ebb6;
	border-top: 6px solid #7eb11f; 	
	height: 47px;
 	line-height: 40px;
}

#topnav li ul {
	display: none;
	border-left: 1px solid #f4e3c5;
	border-right: 1px solid #f4e3c5;
	border-bottom: 1px solid #f4e3c5;
	position: absolute;
	top: 37px;
	font-size: 11px;
	min-width: 190px;
	left: 0;
	list-style-image: none;
	padding: 0 0 0 0; 
	margin: 8px 0 0 0;
	text-align: left;
	background: url('../img/ul.png') top left repeat-x;	
	color: white;
}

#topnav li ul li {
	background: url('../img/dropdown_li.png') 0px 9px no-repeat;
	min-width: 130px;
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 0;
	float: none;
	list-style: none;
}

#topnav li ul .subli1:hover, #topnav li ul .subli1.active{
	padding-top: 0;
	background: url('../img/dropdown_li.png') 0px 9px no-repeat;
}

#topnav li ul li:hover, #topnav li ul li.active {
	color: #6e6d6d;
	background: url('../img/dropdown_li.png') 0px 9px no-repeat;

}
#topnav li ul li a, #topnav li:hover{
	border: none;
}

#topnav li ul li a, #topnav li:hover ul li a {
	display: block;
	margin-right: 5px; 
	margin-bottom: 0;
	border: 0;
	padding: 9px 0 7px 20px;
	color: #fff0d0; 
	font-size: 14px; 
	line-height: 13px; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
	height: auto;
	border-bottom: 1px solid #fff0d0;
}

html>body #topnav li ul li a {
	width: auto;
}

#topnav li ul li.active a, #topnav li ul li:hover a, #topnav li ul li a:hover  {
	border-bottom: 1px solid #fff0d0;
	color: #f8d486;
	text-decoration: none;	
}

#topnav li ul li a.last{
	background: none;
	border: none;
}

#topnav li.last{
	background: none;
	
}

/* -- second sub ul */
#topnav li:hover ul, #topnav li:hover li:hover ul { 
	display: block !important;
}
#topnav li ul ul, #topnav li:hover ul ul {
	display: none !important;
	top: -1px;
}
#topnav li ul li:hover ul li a {
	font-weight: normal;
}
	
#topnav li ul li.last{
	line-height: 0;
	font-size: 0;
	padding-bottom: 8px;
}

.kenmerk{
	float: left;
	height: 90px;
	width: 90px;
	display: block;
	background: url('../img/leerbedrijf.png') top left no-repeat;
	margin: 0 16px 0 16px;
}

.fb-like-box{
	margin: 0 0 15px 17px;
}