/* HTML */
html {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}

body {
  	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
  	font-size: 62.5%;
  	font-weight: normal;
  	padding: 0px;
  	color: #5D644B;
  	text-align: center;
	margin-left:auto;
	margin-right:auto;
}


h1 {font-size:2.2em; font-weight: normal; margin:0px; color:#A3A079;}
h2 {font-size:1.8em; font-weight: normal; margin:0px; color:#A3A079;}
h3 {font-size:1.5em; font-weight: normal; margin:0px; color:#A3A079;}
h4 {font-size:1.3em; font-weight: normal; margin:0px; color:#000000;}
h5 {font-size:1.2em; font-weight: normal; margin:0px; color:#5D644B;}

p {
	font-size: 1.2em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	line-height: 1.5em;
}

a {text-decoration:underline; color:#000000;}
a:hover {text-decoration:none; color:#000000;}

img {
  border-width:0px;
  margin:0px;
  padding:0px;
}

hr {
  border: 0;
  height: 1px;
  background-color: #D4D0BE;
  margin-top: 12px;
}

iframe {
	border-top: 1px solid #D4D0BE;
	border-bottom: 1px solid #D4D0BE;
	margin-bottom:20px;
}

input {
	font-size: 1.2em;
	padding: 1px 5px 0px 5px;
}

ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.7em;
	list-style-type: none;
	margin-bottom: 20px;
}

li {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
}


/* PAGE */

.page_container {
	position: relative;
	float: left;
	display: block;
	width:100%;
	text-align: center;
}

/* LOGO */

.logo {
	position: relative;
	float: left;
	display: block;
	height: 65px;
	width: 100%;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

/* IMAGES */

.sfeerbeelden {
	position: relative;
	float: left;
	display: block;
	height: 200px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}
.sfeerbeelden img {
	margin-right: 10px;
}


/* WRAPPERS */

.wrapper {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.beeld_wrapper {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content_wrapper {
	position: relative;
	display: block;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

/* MENU */

.hoofdmenu {
	position: relative;
	float: left;
	display: block;
	height: 25px;
	width: 610px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0px 8px 0px 8px;
	margin-bottom: 30px;
}
.hoofdmenu a {
	text-decoration: none;
}

ul.main {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  font-size: 1.6em;
}

ul.main a {
	color: #686C55;
}

ul.main a:hover, ul.main a:active {
	color: #000;
	border-bottom: solid 2px #000;
}

ul.main li {
	margin: 0px;
	display: inline;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	background-image: none;
}

ul.main li.this a {
	color: #000;
	border-bottom: solid 2px #000;
	text-decoration: none !important;
}


/* CONTENT */

.enter {
	position: relative;
	float: left;
	display: block;
	width: 594px;
	text-align: center;
	padding: 0px;
	margin: 20px auto 30px auto;
	font-size: 1.4em;
}
.enter img {
	margin-bottom: 30px;
}

.enter_button {
	display: block;
	height: 19px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	background-color: #D4D0BE;
	color: #5D644B;
	padding: 3px 10px 0px 10px;
	border: 1px solid #D4D0BE;
	margin: 12px auto 6px auto;
}
/*style for IE*/
* html .enter_button {
	height: 19px;
	padding: 3px 20px 0px 10px;
}

.enter_button a, .enter_button a:hover, .enter_button a:active {
	text-decoration: none;
	outline: none;
	color: #5D644B;
}
.enter_button:hover, .enter_button:active {
	background-color: #FFF;
	text-decoration: none;
	outline: none;
	border: 1px solid #5D644B;
	color: #5D644B;
}

.content {
	position: relative;
	float: left;
	display: block;
	width: 610px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px 8px 0px 8px;
	margin-bottom: 20px;
}
.block {
	float:left;
	margin-bottom: 25px;
	display: block;
	width: 100%;
}
.block h2 a {text-decoration:none; color:#A3A079;}
.block h2 a:hover {text-decoration:none; color:#A3A079;}

.thumb_gallery {
	float:left;
	margin: 12px 12px 10px 0px;
	height: 50px;
	outline: none;
}
.thumb_gallery img {
	margin-right: 12px;
	height: 45px;
	border: none;
}

.quick_links {
	float:left;	
	width: 100%;
	border-top: 1px solid #D4D0BE;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
}

.button {
	float: left;
	display: block;
	height: 18px;
	text-decoration: none;
	background: #D4D0BE url('../images/arrow.gif') no-repeat 95% 60% scroll;
	color: #5D644B;
	padding: 4px 20px 0px 10px;
	border: 1px solid #D4D0BE;
	margin: 12px 12px 6px 0px;
}
/*style for IE*/
* html .button {
	height: 19px;
	padding: 3px 20px 0px 10px;
}

.button a, .button a:hover, .button a:active {
	text-decoration: none;
	outline: none;
	color: #5D644B;
}
.button:hover, .button:active {
	background-color: #FFF;
	text-decoration: none;
	outline: none;
	border: 1px solid #5D644B;
	color: #5D644B;
}


/* RESERVATION FORM */

#details-reservation {
	width: 600px;
	display: block;
}

#details-reservation label {
	display: block;
	clear: both;
}

#details-reservation label span {
	display: block;
	float: left;
	width: 150px;
	margin-right: 5px;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
}

#details-reservation label.error span {
	color: #CC0000;
}

#details-reservation input, #details-reservation textarea, #details-reservation select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 300px;
	border: 1px solid #D4D0BE;
	padding: 3px;
	margin-bottom: 5px;
	float: left;
}


#details-reservation label.error input, #details-reservation label.error textarea, #details-reservation label.error select {
	border: 1px solid #CC0000;
}


#details-reservation input.text:focus, #details-reservation textarea.text:focus, #details-reservation select.text:focus {
	border: 1px solid #5D644B;
}

#pagenav {
	display: block;
	clear: both;
	margin-left: 155px;
	font-size: 1.2em;
}



/* FOOTER */

.footer {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.footer span {
	color: #9C9D9F;
}