@charset "UTF-8";
/*Unstyle*/
html {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/

body {
	background: #B38661 URL("../images/background.jpg") top left repeat;
}

/*Layout*/
#container {
	width: 900px;
	margin: 15px auto 0px auto;
	padding: 0px;
}

#header {
	width: 383px;
	float: left;
	height: 108px;
}

#navigation {
	width: 517px;
	float: left;
}

#content { 
	clear: both;
}

/*Header*/


/*Navigation*/
#navigation ul {
	list-style: none;
	margin: 83px 0px 0px 70px;
	padding: 0px;
	width: 442px;
}

#navigation li {
	float: left;
	height: 20px;
	overflow: hidden;
}

#navigation li.home {
	width: 45px;
	margin-right: 10px;
}

#navigation li.accommodation {
	width: 123px;
	margin-right: 10px;
}

#navigation li.tariff {
	width: 45px;
	margin-right: 10px;
}

#navigation li.special {
	width: 130px;
	margin-right: 10px;
}

#navigation li.contact {
	width: 59px;
}

#navigation li.selected img{
	margin-top: -20px;
}

#navigation li a:hover img{
	margin-top: -20px;
}

/*Content*/
#content {
	padding: 20px 0px 0px 0px;
	background-color: #1C7BBD;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
}

#content p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 30px 10px 30px;
	clear: both;
}

#content h3 {
	margin: 10px 30px 10px 30px;
	clear: both;
}

#content table {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 30px 10px 30px;
	clear: both;
	width: 840px;
}

#content img.accom {
	float: left;
	margin: 0px 5px 10px 0px;
}

#content .image-bar {
}

#content address {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 30px 10px 30px;
}

#image-cycle{
	width: 840px;
	height: 350px;
	margin: auto;
}

#image-cycle img{
	position: absolute;
}

/*Form*/
.hidden{
	display:none;
}

#contact_form {
	font-size: 90%;
	line-height: 1.3em;
	margin: 10px 30px 10px 30px;
}

#contact_form ul {
	list-style:none;
	padding:0px;
	margin:0px;
	width: 455px;
}

#contact_form ul li {
	margin-bottom:10px;
	position:relative;
}

#contact_form label{
	width:125px;
	float:left;
	text-align:right;
	display:block;
	margin-right:10px;
	white-space:nowrap;
	line-height:22px;
}
#contact_form input{
	width:300px;
	display:block;
	padding:2px;
	line-height:22px;
	height:18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#contact_form textarea{
	width:300px;
	display:block;
	padding:2px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:90%;
}

#contact_form .button_input{
	padding:0px;
	height: auto;
	width:80px;
}

#contact_form .error {
	color:red;
}

#contact_form .success {

}

/*Footer*/
#footer {
	padding: 5px 30px 10px 30px;
	width: 840px;
	background-color: #1C7BBD;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #FFF;
}

#footer address {
	font-style: normal;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}

#footer a {
	color: #FFF;
}

#footer a b {
	font-weight: normal;
}


/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}
