@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
	line-height:1.2em;
	border-width: 0px;
}
body,td {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #323536;
}
body {
	background-color: #b2acad;
}
a {
	color: #323536;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#topbk {
	height: 477px;
	position: absolute;
	width: 100%;
	background-image: url(../layout/top-bk.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	z-index: 1;
	color: #49BAC8;
}
#whitebar {
	height: 124px;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 420px;
	behavior: url("scripts/iepngfix.htc");
	background-image: url(../layout/whitebar.png);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}
#photo {
	position: absolute;
	z-index: 2;
	width: 960px;
	height: 460px;
	top: 15px;
	margin-left: -480px;
	left: 50%;
}
.phmask {
	position: absolute;
	z-index: 2;
}
.thephoto {
	position: absolute;
	z-index: 1;
}
.menucont {
	width: 960px;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	float: left;
}
.menu {
	float: left;
	margin-left: 30px;
	margin-top: 38px;
}
.menu a {
	color: #40B0BB;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.menu a:hover {
	color: #323536;
}
.menu a:visited {
	color: #B2ACAD;
}
.menu a:visited:hover {
	color: #323536;
}
#content {
	z-index: 3;
	position: absolute;
	width: 960px;
	top: 570px;
	margin-left: -480px;
	left: 50%;
	padding-bottom: 30px;
}
.leftcol {
	float: left;
	width: 195px;
	padding-left: 40px;
	color: #474142;
	font-size: 12px;
	padding-right: 85px;
}
.separation {
	margin-left: -25px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.address {
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
}
.address a {
	color: #323536;
	text-decoration: underline;
}
.address a:hover {
	text-decoration: none;
}
.rightcol {
	float: left;
	width: 590px;
	text-shadow: #d4cacc 0px 1px 0px;
	font-size: 15px;
}
.rightcol h1 {
	font-size: 20px;
	color: #756668;
	font-weight: normal;
	margin-bottom: 12px;
}
.hviews {
	font-size: 12px;
	color: #756668;
	padding-top: 18px;
}
.thumb {
	border: 1px solid #7f797b;
	padding: 1px;
	float: left;
	background-color: #d4cacc;
	margin-top: 5px;
	margin-right: 5px;
}
.thumb:hover {
	border: 1px solid #323536;
	background-color: #FFF;
}
/* ----------------- pricelist + details + offers ----------------- */
.pricelist,.pricelist-seasons,.pricelist-rooms,.pricelist-prices {
	border: 0px solid #756668;
}
.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: 12px;
	text-shadow: none;
}
.pricelist-seasons {
	font-weight: bold;
	text-align: center;
	background-color: #5E4D50;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #D4CACC;
	white-space: nowrap;
}
.pricelist-rooms {
	background-color: #BAABAE;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFF;
}
.pricelist-prices {
	text-align: center;
	background-color: #d4cacc;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #5E4D50;
}
.details {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 10px;
	color: #323536;
}
.offers {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 13px;
	color: #756668;
	background-color: #d4cacc;
	text-align: center;
}
/* ----------------- contact form ----------------- */
form {
}
form td {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 12px;
}
.ffields {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #323536;
	padding-left: 2px;
	clear: both;
	float: left;
	background-color: #FFF;
	border: 1px solid #756668;
	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: #323536;
	background-color: #d4cacc;
	border: 1px solid #756668;
	padding: 2px;
}
.required {
	color: #FFF;
	font-size: 10px;
}
/* ----------------- copyright ----------------- */
.copyright {
	font-size: 10px;
	color: #756668;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 6px;
}
/* ----------------- validation ----------------- */
.validation-marks-border {
	border: 1px solid #756668;
	padding: 1px;
	background-color: #FFF;
}
.validation-marks-border img {
	margin-left:2px;
	margin-right:2px;
	margin-top:1px;
	margin-bottom:1px;
}
.validation-marks-bkrnd {
	background-color: #756668;
}
/* ----------------- myinternet ----------------- */
.myinternet-text {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 10px;
	padding-bottom: 1px;
}
.myinternet-text a {
	text-decoration: none;
	color: #000000;
}
.myinternet-text a:hover {
	text-decoration: none;
	color: #000000;
}
.myinternet-desc {
	color: #FF2E00;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	line-height: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

