@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	line-height: 1.3em;
	border: 0px;
}
body,html {
	background-color: #FFF;
}
body,td {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#353535;
}
.address {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a79b92;
}
.address a {
	font-weight: normal;
	color: #36A6C3;
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;
	color: #36A6C3;
}
h1 {
	color: #008fb4;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #B7ADA6;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	margin-bottom: 4px;
}
h4 {
	font-size: 15px;
	color: #F00;
	font-weight: normal;
}
a {
	color: #005c9d;
}
a:hover {
	color: #005c9d;
	text-decoration: none;
}
/* ----------------- pricelist + details + offers ----------------- */
.pricelist,.pricelist-seasons,.pricelist-roomtype,.pricelist-rooms,.pricelist-prices {
	border: 0px solid #353535;
}
.pricelist {
	border-top-width: 1px;
	border-right-width: 1px;
	margin-bottom: 4px;
}
.pricelist td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 11px;
}
.pricelist-seasons {
	font-weight: bold;
	text-align: center;
	background-color: #005c9d;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFF;
	white-space: nowrap;
}
.pricelist-roomtype {
	background-color: #a79b92;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: center;
	color: #FFF;
}
.pricelist-rooms {
	background-color: #dfd5c5;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.pricelist-prices {
	text-align: center;
	background-color: #EEE9DF;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.details {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 10px;
}
.offers {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 13px;
	color: #EEE9DF;
	background-color: #A79B92;
	text-align: center;
}
/* ----------------- contact form ----------------- */
form {
}
form td {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.ffields {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	padding-left: 2px;
	clear: both;
	float: left;
	background-color: #EEE9DF;
	border: 1px dotted #A79B92;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.fbuttons {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
	background-color: #a79b92;
	border: 1px solid #000000;
	padding: 2px;
}
.required {
	color: #F00;
	font-size: 10px;
}

.dte {
	width: 80px;
	float: left;
	margin-right: 8px;
	font-weight: bold;
	color: #B7ADA6;
	margin-bottom: 5px;
}
.fle {
	float: left;
	width: 680px;
	margin-bottom: 5px;
}
.fleexp {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	display: block;
}
.break {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B0A59D;
	clear: both;
	width: 688px;
	float: none;
	margin-bottom: 5px;
}
li {
	margin-bottom: 8px;
	list-style-type: circle;
	list-style-position: inside;
}
.cntc {
	padding-top: 50px;
	padding-right: 6px;
}
.menu {
	color: #C60;
	margin-bottom: 5px;
	width: 680px;
}
.menu a {
	font-weight: bold;
	color: #C60;
	text-decoration: none;
}
.menu a:hover {
	color: #039;
}
.submenu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #008fb4;
}
.submenu a {
	font-weight: normal;
	color: #008fb4;
}
.submenu a:hover {
	color: #C60;
}
.imgcont {
	text-align: center;
	width: 124px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.img {
	padding: 1px;
	height: 120px;
	width: 120px;
	border: 1px solid #B7ADA6;
}

