@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	line-height: 1.3em;
	border: 0px;
}
body,html {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #E0D6CA;
}
body,td {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color:#353535;
}
#backphoto {
	position:absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#rightline {
	position: absolute;
	z-index: 2;
	width: 10px;
	height: 100%;
	right: 380px;
	background-color: #a79b92;
}
#leftline {
	position: absolute;
	z-index: 2;
	width: 2px;
	height: 100%;
	right: 590px;
	background-color: #a79b92;
}
#transbox {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 100%;
	right: 390px;
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#menucont {
	position: absolute;
	z-index: 3;
	width: 200px;
	right: 390px;
}
#navigation-block {
}
ul {
}
ul#sliding-navigation
{
	list-style: none;
}
ul#sliding-navigation li.main-btns a
{
	display: block;
	width: 174px;
	color: #0395bc;
	text-decoration: none;
	text-align: right;
	font-size: 13px;
	background-image: url(../layout/button-out.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 6px;
	line-height: 1.4em;
}
ul#sliding-navigation li.main-btns a:hover {
	color: #FFF;
	background-image: url(../layout/button-out-white.gif);
}
ul#sliding-navigation li.sub-btns a
{
	display: block;
	width: 174px;
	color: #e4d9d0;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	background-image: url(../layout/button-out-gray.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 7px;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.4em;
}
ul#sliding-navigation li.sub-btns a:hover {
	color: #FFF;
	background-image: url(../layout/button-out-white.gif);
}
#iconcont {
	position: absolute;
	bottom: 37px;
	right: 590px;
	z-index: 3;
	width: 24px;
}
#iconmenu {
	background-color: #A79B92;
	text-align: center;
}
.flags {
	text-align: right;
	margin-right: 27px;
	margin-top: 10px;
}
.logo {
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 10px;
}
#banners {
	height: 55px;
	width: 380px;
	position: absolute;
	bottom: 25px;
	z-index: 2;
	right: 620px;
}
#book {
	position: absolute;
	z-index: 2;
	height: 55px;
	width: 140px;
	top: 45px;
	right: 605px;
}
#book-fields {
	position: absolute;
	z-index: 2;
	right: 390px;
	width: 130px;
	top: 385px;
}
.book-fields-ff {
	border: 1px solid #666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.book-fields-co {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding-left: 4px;
}
#copyright {
	position: absolute;
	z-index: 3;
	bottom: 6px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #DED4C8;
	right: 640px;
	width: 450px;
	text-align: right;
}
#copyright a {
	color: #DED4C8;
	text-decoration: none;
}
#copyright a:hover {
	color: #DED4C8;
	text-decoration: underline;
}

#content {
	height: 100%;
	width: 380px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../layout/back.jpg);
	background-repeat: repeat-y;
	background-color: #E0D6CA;
	z-index: 2;
}
a {
	color: #005c9d;
}
a:hover {
	color: #005c9d;
	text-decoration: none;
}
h1 {
	color: #005c9d;
	font-size: 24px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 10px;
}
.submenu {
	margin-left: 5px;
	margin-top: 6px;
	position: relative;
	width: 350px;
	float: left;
	font-size: 13px;
	color: #A5978D;
}
.submenu a {
	float: left;
	clear: both;
	background-image: url(../layout/button-out-gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
	color: #74665c;
	text-decoration: none;
	font-weight: normal;
}
.submenu a:hover {
	color: #C30;
	text-decoration: none;
}
.submenu-off {
	padding-left: 6px;
	float:left;
	clear:both;
	color: #005c9d;
}
.thumbs {
	margin-top: 10px;
	float: left;
}
.thumbs a {
	background-image: url(../layout/piccon.png);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 66px;
	height: 66px;
	margin-bottom: 3px;
	padding-top: 6px;
}
.thtext {
	float: left;
	margin-left: 11px;
	margin-top: 10px;
	height: 80%;
	overflow: auto;
	padding-right: 8px;
	width: 292px;
}
.thtext h1 {
	font-size: 15px;
	margin: 0px;
}
.thtext-subtitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #005c9d;
	font-weight: normal;
}
.thtext dt {
	font-weight: bold;
}
.thtext dd {
	padding-left: 9px;
	background-image: url(../layout/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 5px;
}
.thtext li {
	list-style-position: inside;
	list-style-image: url(../layout/bullet.gif);
	list-style-type: none;
}
.thtext-extra {
	font-size: 10px;
	color: #005c9d;
}
.themap {
	width: 290px;
	float: left;
	margin-bottom: 15px;
}
.themap img {
	float: left;
}
/*.readmore {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #C30;
	text-decoration: none;
	display: none;
}
.readmore:hover {
	color: #005c9d;
}
.hdntxt {
	display: none;
}*/
/* ----------------- pricelist + details + offers ----------------- */
.pricelist,.pricelist-seasons,.pricelist-rooms,.pricelist-prices {
	border: 0px solid #ff0152;
}
.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: #5A0722;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FC0;
	white-space: nowrap;
}
.pricelist-rooms {
	background-color: #C7104B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFF;
}
.pricelist-prices {
	text-align: center;
	background-color: #F89CBA;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #8B0B34;
}
.details {
	margin-bottom: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 10px;
	color: #FC0;
}
/* ----------------- travel resources ----------------- */
.links {
	float: left;
	margin-left: 11px;
	margin-top: 10px;
	height: 80%;
	overflow: auto;
	padding-right: 8px;
	width: 340px;
}
.links a {
	color: #005c9d;
	line-height: 16px;
	text-decoration: underline;
}
.links a:hover {
	color: #005c9d;
	text-decoration: underline;
}
.link-code {
	font-size: 9px;
	color: #918175;
}
