@charset "UTF-8";


body {
	
	background-color:rgba(220,176,54,0.4);
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		color:rgba(236,208,99,1);
		
		
}
	
body h3 {
	color: rgba(234,91,12,0.9);
	letter-spacing:1px;
	
	
	
	}
	
	

#wrapper {
	background-color:rgba(51,51,51,1);
	width:960px;
	height:1100px;
	margin-left:auto;
	margin-right:auto;
		border-radius:0px 0px 10px 10px;
	box-shadow: 1px 2px 5px rgba(145,112,22,1);
	border:rgba(236,208,99,1) 1px solid;
	margin-top:0px;
	
	}
	
header {
	width:960px;
	height:250px;
	position:relative;
	top:0px;
	left:0px;
	
	
	
	}	

article {
	width:960px;
	background-image:url(../img/bg.png);
	height:800px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
		color:rgba(236,208,99,1);
		line-height:24px;
	
	
	}

nav{
	width:962px;
	height:42px;
	border-bottom:rgba(236,208,99,1) 1px solid;
	border-top:rgba(236,208,99,1) 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif;

	}

nav li {
		list-style:none;
		display:inline;
	
	}

	nav a {
		padding:10px 20px 10px 20px;
		color: rgba(234,91,12,0.9);
		font-size:13px;
		text-decoration:none;	
		float:left;
		margin-left:10px;
		margin-right:10px;
		letter-spacing:1px;
		position:relative; 	left: -17px; top:-9px;
		  opacity: 1;
  /*  -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms; */

}
	nav .current_page a {
		color:rgba(236,208,99,1);
		border-radius: 5px;
			 		text-decoration:underline;	

	}
	nav a:hover {
		color:rgba(236,208,99,1);
	    border-radius: 5px;
	 opacity: 1;
	 		text-decoration:underline;
		/*
    -webkit-transform: scale(1.08,1.08);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
    position: relative;
    z-index: 99;   *//
	}

footer{
	width:760px;
	position:absolute; top:1078px; left:563px;
	
	
	}

#welcome {
	width:890px;
	position:relative;
	top:80px;
	left:40px;
	
	
	
	}

aside {
	width:380px;
	height:500px;
	float:left;
	position:relative; left:50px; top:-670px;
	
	
	
	
	}





#booking {
	position:relative; top:50px; left:50px; width:380px; height:300px;
	
	
	
	
	}
#form {
	position:relative; top:-220px; left:530px; 
	
	
	}

#imprint {
	width:840px;
	position:relative;
	top:50px;
	left:50px;
	
	
	
	}
#imprint a{
	
	color: rgba(234,91,12,0.9);
	
	
	}


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0px; width:25px; height:37px; background-image:url(../img/fwd.png); opacity:0.7;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover{right:0px; width:25px; height:37px; background-image:url(../img/fwd.png); opacity:1;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover{right:0px; width:25px; height:37px; background-image:url(../img/bck.png); opacity:1;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0px; width:25px; height:37px; background-image:url(../img/bck.png); opacity:0.7;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%; }
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block; margin-top:10px margin-left:10px; margin-right:10px; text-decoration:none; position:relative; top:10px; color:rgba(236,208,99,1);
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}