@charset "utf-8";

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

body, html{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background:#060505 url('../../images/skin/default/back.jpg') repeat-x;
	color:#FFF;  
}

body {
	margin-top:15px;
}

object, button, form, a {
	outline:none;
}	

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 10;
}

#iframeS {
	z-index:35;
	width:600px;
	height:550px;
	position:absolute;
	margin-left:-300px;
	left:50%;
	top:50%;
	margin-top:-300px;
	overflow:hidden;
	padding:10px;
	background:#FFF;
}

.closeFrame a {
	color:#000;
}

iframe {
	border:0px;
}

#header {
	
	width:980px;
	height:147px;
	margin:0 auto;
}

#headerWrap {
background: url('../../images/skin/default/hotel_header.png') repeat ;
height:147px;
width:980px;
margin-left:13px;
}


#header #logo {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	
}

#main {
	width:960px;
	margin:0 auto;
	
		
}

#page {
	padding:2px;
	
	min-height:300px;
	padding-left:3px;
	width:960px;
	
	border-top:0px;
	margin-top:-15px;
}

.book {
		background: url('../../images/skin/default/badge-nl.png') no-repeat;
		width:190px;
		height:60px;
		color:#FFF;
		padding-left:10px;
		padding-top:35px;
		position:absolute;
		left:50%;
		margin-left:200px;
		top:20px;
		
}

.book-fr {
background: url('../../images/skin/default/badge-fr.png') no-repeat;
}
.book-en {
background: url('../../images/skin/default/badge-en.png') no-repeat;
}

.book-de {
background: url('../../images/skin/default/badge-de.png') no-repeat;
}

.book a { text-decoration:none; font-size:16px; display:block}

#pageContent {
	background: url('../../images/skin/default/hotel_back.png') repeat;
	width:960px;
	min-height:350px;
	padding:10px;
	
}

#c {
	z-index:2;
	position:absolute;
	width:960px;
}

#sun {
	background: url('../../images/skin/default/sun.png') no-repeat;
	width:132px;
	height:189px;
	position:absolute;
	margin-top:-195px;
	margin-left:5px;
	z-index:0;
}

#nav {
	padding-top:6px;
	padding-left:15px;

}

#nav ul {
	margin:0px;
	padding:0px;

}

#nav ul li {
	display:block;
	float:left;
	padding:0px 0px;
	
}

#nav ul li a {
	font-weight:bold;
	font-size:13px;
	display:block;
	padding:0px 10px;
	padding-right:10px;
	color:#b3c95e;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#FFF;
}

.subnav {
	margin-right:5px;
	width:120px;
	padding:10px;
	padding-left:10px;
	padding-top:20px;
	
}

.subnav li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	list-style-position:outside;
}

.subnav a {
	display:block;
	margin:5px 0px;
	padding:6px 3px;
	text-decoration:none;
	color:#b3c95e;
	border-bottom:1px solid #b3c95e;
}

.subnav a:hover {
	background:#b3c95e;
	color:#FFF;
}

.middlePage {
	width:620px;
	padding-top:10px;
	padding-right:25px;
}

.rightPic {
	width:222px;
	float:right;
}	



h1 {
	font-size: 22px;
	font-weight: bold;
	padding : 8px 0px 8px 0px;
	margin : 0px;
	margin-bottom:10px;
}


h2 {
	padding: 1px 5px 1px 10px;
	font-weight: bold;
	margin:1px 0px;
	font-size: 16px;
	
}


h3 {
	font-size: 14px;
	font-weight: bold;
	padding : 0px 0px 8px 0px;
	margin : 0px;
}

a, object {
	outline:none;
}



.hidden {
	display:none;
}



#footer {
	font-size:11px;
	padding:10px 5px;
	color:#FFF;
	font-weight:bold;
	margin-right:30px;
	
	
	
}

#footer  span {
	color:#FFF;
}

/* knoppenlinks opmaak */
#footer  a {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}


#footer  a:hover {
	color:#FFF;
	text-decoration: underline;
}


a {
	color:#FFF;
	text-decoration:underline;
}

ul {
list-style-image:none;
list-style-type:none;

}

.stroke01{
	line-height: 3px;
	background-image: url('../../images/skin/default/stroke_01.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.padding5{
	padding: 5px;
}


.padding10{
	padding: 10px;
}

.marginRight20{
	margin-right: 20px;
}

.marginRight30{
	margin-right: 30px;
}

.marginRight10{
	margin-right: 10px;
}

.marginRight5{
	margin-right: 5px;
}

.marginLeft10{
	margin-left: 10px;
}

.marginLeft5{
	margin-left: 5px;
}

.marginTop10{
	margin-top:10px;
}

.marginTop20{
	margin-top:20px;
}

.marginBottom5{
	margin-bottom:5px;
}


.marginBottom10{
	margin-bottom:10px;
}

.marginBottom20{
	margin-bottom:20px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.right {
	text-align: right;
}

.container {
	width:100%;
	overflow:hidden;
}


img, div , a ,li { 
	border: 0px;
 
}

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



input, select, textarea {
	padding:3px;
	font-size:11px;
}


 .next {
	text-align:right;
}

 .next a, .shopList .next a:link, .shopList .next a:visited, .shopList .next a:active {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_next_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

 .next a:hover {
	background-image: url('../../images/skin/default/icon_next_01_over.png');
	color: #a59f8a;
}

 .prev {
	text-align:left;
}

 .prev a, .prev a:link,  .prev a:visited, .prev a:active, a.prev {
	color:#101010;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url('../../images/skin/default/icon_prev_01.png');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 1px 5px 0px 20px;
	display: block;
	height: 18px;
	margin-top: 8px;
}

.prev a:hover {
	background-image: url('../../images/skin/default/icon_prev_01_over.png');
	color: #a59f8a;
}


.form {
	width:525px;
}

.form label {
	display: block;
	width: 125px;
	float:left;
	margin-bottom: 8px;
	font-size:11px;
	color: #FFF;
	font-weight: bold;
	margin-right:10px;
	text-align:right;
}

.form label .smallLabel {
	display: block;
	width: 125px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #FFF;
	font-weight: normal;
}

.form input:focus , .form select:focus , .form textarea:focus  {
	border:1px solid #c0af6d;
	background:#f5e6b2;
}

.form input[type="text"], .form select ,.form textarea, .form input[type="password"] {
	float: left;
	margin-bottom: 8px;
	width: 380px;
}

.form input[type="radio"] {
	margin-top:0px;
}

.form textarea {
	height: 60px;
}

.form select {
	width: 387px;
	margin-right:2px;
}

.form .formContentSmall {
	background-color:#f2f2f2;
	border: 1px solid #6a6a69;
	padding: 10px 10px 10px 10px;
}

.form .formContentSmall input[type="text"] , .form .formContentSmall textarea {
	float: left;
	margin-bottom: 8px;
	width: 200px;
}

.form .formCheck {
	padding: 2px 10px 5px 10px;
	width: 13px;
	height: 13px;
	float: left;
	background-image: url('../../images/skin/default/icon_formcheck.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

.form .checkFalse {
	background-image: url('../../images/skin/default/icon_formcheck_false.png');
}

.form .checkTrue {
	background-image: url('../../images/skin/default/icon_formcheck_true.png');
}

.form .formColumn {
	width:50%;
}

.form .next {
	text-align:right
}

button {
	color:#3f3e40;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	padding: 5px 10px;
	margin-top: 2px;
	border: 0px;
	cursor: hand;
	cursor: pointer;
	text-align: left;
	margin-left:135px;
}

#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration:none;
	padding: 0px 5px 5px 15px;
	font-weight: bold;
	color: #FFF;
}

#sitemap a:hover {
	color: #dcca8a;
}

#sitemap li  {
	margin:0px 15px;
	padding:4px;
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	list-style: none;
	list-style-position: inside;
}

#sitemap ul {
	margin:0px;
	padding:2px;
	padding-left:5px;
	list-style-position: inside;
	list-style: none;
}

#sitemap li.cat {
	margin-left:45px;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.cat a, #sitemap li.cat a:link, #sitemap li.cat a:visited, #sitemap li.cat a:active {
	padding: 0px 5px 0px 5px;
	font-weight: bold;

	color:#dcca8a;
}

#sitemap li.cat a:hover {
	color:#dcca8a;

}

#sitemap li.subcat {
	margin-left:40px;
	font-size:95%;
	font-weight:normal;
	list-style-position: inside;
}

#sitemap li.subcat2 {
	margin-left:40px;
	font-size:90%;
	font-weight:normal;
	list-style-position: inside;
}


.errorForm {
	background:#e5d2d5;
	padding:15px;
	color:#000;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}


.spacer {
	height:3px;
	line-height:2px;
	margin:2px 0px;
}

#map {
	margin:10px 0px;
	width: 765px;
	height: 230px;
	color:#000;
	border:1px solid #a7a18b;
}

#pagination {
	font-size:11px;
	border-top:1px solid #6a6a69;
	padding-top:5px;
}

#pagination span {
	padding-right:20px;
}


.small {
	font-size:9px;
}

.pictureThumb {
	width:150px;
	height:100px;
	overflow:hidden;
	margin-right:3px;
	margin-bottom:5px;
	border:1px solid #a7a18b;
}

#random {
	
	padding:5px;
	margin:10px 0px;
}

#random li {
	list-style-type:none;

	width:147px;
	height:216px;
	margin-right:5px;
	
		
}

#random li div {
	width:140px;
	height:208px;
	overflow:hidden;
}

#intro {
	background: url('../../images/skin/default/intro.jpg') no-repeat;
	width:861px;
	height:493px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:50%;
	margin-top:-235px;
}	


#intro .introPic {
	margin-top:283px;
	margin-left:85px;
}

#intro .introThumb {
	width:120px;
	height:100px;
	overflow:hidden;
	margin-right:1px;
}

.langIntro {
	margin-left:217px;
	margin-top:10px;
}

.langIntro ,.langIntro a {
	color:#accb56;
	font-size:18px;
	text-decoration:none;
}

.introBalk {
	background:#accb56;
	position:absolute;
	height:113px;
	top:50%;
	margin-top:39px;
	left:0%;
	width:50%;
}

#language {

	position:absolute;
	left:50%;
	margin-left:426px;
	top:63px;
	
}

#language a {
	color:#FFF;
	text-transform: uppercase;

	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
