@charset "utf-8";
/* CSS Document */

body,td {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #7BBCFF;
}
body {
	background-color: #006edf;
	margin: 0px;
}
p {
	margin: 0px;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0045A2;
}
.menu-bk {
	background-image: url(../layout/but-bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	text-align: right;
	padding-right: 30px;
	color: #006EDF;
	padding-top: 2px;
}
.menu a {
	font-weight: bold;
	color: #0045A2;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
}
.text {
	background-image: url(../layout/text.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo-border {
	background-color: #3D9CFE;
	padding: 1px;
	border: 1px solid #000066;
}
#bookdv {
	position: absolute;
	height: 38px;
	width: 70px;
	z-index: 2;
	left: 50%;
	margin-top: 425px;
	margin-left: -240px;
	top: 0px;
}
/* ----------------- pricelist + details + offers ----------------- */
.pricelist {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0045A2;
	border-right-color: #0045A2;
	margin-bottom: 4px;
}
.pricelist td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.pricelist-seasons {
	font-weight: bold;
	text-align: center;
	background-color: #FFD902;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0045A2;
	border-left-color: #0045A2;
	color: #0045A2;
}
.pricelist-rooms {
	background-color: #0482FF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0045A2;
	border-left-color: #0045A2;
	color: #FFD902;
}
.pricelist-prices {
	text-align: center;
	background-color: #3D9CFE;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0045A2;
	border-left-color: #0045A2;
	color: #0045A2;
}
.details {
	margin-bottom: 4px;
}
.details td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #3D9CFE;
	color: #0045A2;
}
.offers {
	margin-bottom: 4px;
}
.offers td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #FF2E00;
	color: #FFFFFF;
	font-size: 12px;
}
/* ----------------- travel resources ----------------- */
.links {
}
.links a {
	color: #003399;
	line-height: 16px;
	text-decoration: underline;
}
.links a:hover {
	text-decoration: underline;
}
.link-code {
	font-size: 9px;
	color: #999999;
}
/* ----------------- contact form ----------------- */
form {
	margin: 0px;
}
form td {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.fbuttons {	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0045A2;
	background-color: #3D9CFE;
	border: 1px solid #0045A2;
}
.ffields {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0045A2;
	background-color: #3D9CFE;
	border: 1px solid #0045A2;
	padding-left: 2px;
	clear: both;
	float: left;
}
.required {
	color: #FFFF00;
	font-size: 10px;
}
/* ----------------- copyright ----------------- */
.copyright {
	font-size: 10px;
	color: #0045A2;
	padding-top: 9px;
	padding-bottom: 6px;
}
/* ----------------- validation ----------------- */
.validation-marks-border {
	border: 1px solid #0045A2;
	padding: 1px;
	background-color: #FFF;
}
.validation-marks-bkrnd {
	background-color: #3D9CFE;
}
