/* CSS Stylesheet for Screen,Presentation - Hotel DUO (id 606) * /

/************ General rules ************/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	
}
body {
	font-size: .8em;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	color: #526652;
	background: transparent url('graphics/season_default_body-bg.gif') repeat-x;
}

/************ General classes ************/
.cleaner {
	margin: 0;
	padding: 0;
	visibility: hidden;
	width: 100%;
	clear: both;
	height: 0;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

input.button {
	border: 1px solid #BBC8BB;
	height: 19px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	background: #526652;
}

select {
	background: #FFFFFF;
	border: 1px solid #BBC8BB;
	font-size: 12px;
	font-weight: normal;
	color: #526652;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}

a {
	color: #526652;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
    border-top: 1px solid #526652;
}

#freeHtml {
	width: 214px;
	height: 200px;
	background-repeat: no-repeat;
	position: absolute;
	top: 499px;
	_top: 502px;
}

#freeHtml-in {
	width: 214px;
}

.freeHtml-innerrow {
	margin: 7px 0px;
}

.freeHtml-left {
	text-align: left;
}

.freeHtml-center {
	text-align: center;
}

.freeHtml-right {
	text-align: right;
}

#freeHtml-AHR,#freeHtml-creditcards,#freeHtml-wifi {
	margin: 10px 0px 0px 10px;
}
#freeHtml-cycling {
    margin-left: 10px;
}

/************ bg ************/
#bg {
	width: 100%;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
	background-color : white;
	background-image: url("graphics/season_default_bg.gif");
	background-repeat: no-repeat;
	background-color: white;
    overflow: hidden;
    display: block;
    min-height: 1200px;
}


#bg p,#bg h1 {
	text-align: left;
}

/************ bg2 ************/
#bg2 {
	border: none;
	border-top: none;
	width: 908px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	float: left;
	margin-top: 30px;
	margin-left: 33px;
	_margin-left: 16px;
	background: white;
    display: block;
	overflow: hidden;
}

#bg2_in {
	display: block;
}

/************ bg3 ************/
#bg3 {
	margin: 0;
	padding: 0;
	background: none;
	background-color: white;
}

/************ bg4 ************/
#bg4 {
	margin: 0;
	padding: 0;
	background: none;
}

/************ lang ************/
#lang {
	font-size: 80%;
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
	height: 22px;
	width: 735px;
	background: #BBC9BC;
	display: none;
}

#lang ul {
	list-style: none;
	width: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#lang li {
	display: block;
	width: 20px;
    height: 22px;
    line-height: 22px;
	float: left;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle;
}

#lang ul li.separator {
	width: 1px;
	padding: 0;
	display: block;
}

#lang li a {
	display: block;
	height: 22px;
	width: auto;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

#lang li a:hover {
	color: #89998B;
	display: block;
	text-decoration: underline;
}

#lang img {
	border: none;
	margin: 0;
	padding: 0;
}

/************ head ************/
#head {
	width: 100%;
	height: 127px;
	margin: 0;
	padding: 0;
	_margin-bottom: -15px;
	overflow: hidden;
}

#header {
	background-color: #FFFFFF;
	background-image: url('graphics/header.gif');
	background-repeat: no-repeat;
	width: 569px;
	height: 127px;
	float: right;
	display: block;
	margin: 0;
	border: none;
	padding: 0;
	text-align: left;
}

#header h2 {
	display: none;
}

#header_in {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

.header_contact {
	margin: 10px;
	padding: 0px;
	_margin-left: 5px;
	display: block;
	float: left;
}

.header_contact_text {
	display: none;
}

#header_map {
	margin: 12px;
	padding: 0;
	text-align: center;
	display: none;
	float: right;
}

#header_map img {
	margin: 0;
	padding: 0;
	border: none;
}

.header_contact a {
	color: #526652;
	text-decoration: underline;
}

.header_contact a:hover {
	text-decoration: none;
}

#logo {
	background-color: #FFFFFF;
	width: 339px;
	height: 127px;
	line-height: 127px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

#logo img {
	border: none;
	padding: 0;
	margin: -2px 0 0;
}

/************ menu ************/
#menu {
	background: #8cc63f url('graphics/season_default_menu-middle.gif') no-repeat 0 325px;
	width: 214px;
	height: auto;
	min-height: 358px;
	float: left;
	display: block;
	margin: 4px 0 0;
	padding: 0;
	border: none;
	text-align: left;
	clear: left;
	position: relative;
	_top: 15px;
	border: none;
	color: white;
}
#menu #menu_top {
    width: 214px;
    height: 10px;
    background-image: url('graphics/season_default_menu-top.gif') no-repeat;
}
#menu #menu_bottom {
    width: 214px;
    height: 10px;
    background-image: url('graphics/season_default_menu-bottom.gif') no-repeat;
}

#menu #menu_in {
	width: auto;
	margin: 3px 0 2px;
	padding: 0;
	background: transparent;
	border: none;
}

#menu #menu_in .current a {
	text-decoration: underline;
	color: #ffd400;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: hidden;
}

#menu ul li {
	display: block;
	height: 37px;
	padding: 0;
	margin: 0;
	line-height: 37px;
	vertical-align: middle;
}

#menu ul li.separator {
	display: none;
}

#menu ul li a {
	color: white;
	display: block;
	height: 37px;
	width: auto;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
#menu ul li#menu-5951 a {
    color: red;
}

#menu ul li a:hover, #menu ul li#menu-5951 a:hover {
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
	background: transparent;
}

#menu ul li a span {
	display: none;
}

/************ news ************/
#news {
	display: none;
}

/************ Quick Reservation Form ************/
#quick-reservation,#quick-reservation-inline {
	display: block;
	background: none;
	width: 139px;
	height: 124px;
	border: none;
	position: absolute;
	top: -4px;
	left: 757px;
}

#quick-reservation .quick-reservation-title,#quick-reservation-inline .quick-reservation-inline-title {
	text-align: left;
	padding: 0 7px;
	font-size: 110%;
	color: #FFFEFE;
	display: block;
	height: 33px;
	vertival-align: middle;
	line-height: 33px;
	background: transparent;
	margin: 0;
	display: none;
}

#quick-reservation form,#quick-reservation-inline form {
	margin: 0;
	padding: 0;
}

#quick-reservation table,#quick-reservation-inline table {
	border-collapse: separate;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 139px;
	height: 124px;
	border: none;
}

#quick-reservation table td,#quick-reservation-inline table td {
	padding: 0;
	width: 50%;
	text-align: left;
}

#quick-reservation table .res_format,#quick-reservation-inline table .res_format {
	font-size: 90%;
}

#quick-reservation table td label,#quick-reservation-inline table td label {
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

#quick-reservation table input,#quick-reservation-inline table input {
	border: 1px solid #BBC8BB;
	margin: 0;
	padding: 0;
	width: 60px;
}

#quick-reservation table select,#quick-reservation-inline table select {
	border: 1px solid #BBC8BB;
	margin: 0;
	font-size: 90%;
	padding: 0;
	background: white;
}

#quick-reservation table select option,#quick-reservation-inline table select option
	{
	font-size: 10px;
	padding: 1px 2px;
	margin: 2px 0;
	display: none;
}

#quick-reservation table #od,#quick-reservation table #do,#quick-reservation-inline table #od,#quick-reservation-inline table #do
	{
	width: 65px;
	height: 100%;
	background: white;
	text-align: right;
	font-size: 90%;
	padding: 2px;
	display: none;
}

#quick-reservation table .button-verify,#quick-reservation-inline table .button-verify {
	cursor: pointer;
	background: none;
	border: none;
}

.res_format {
	display: none;
}

#term_label {
	display: none;
}

#quick-reservation-form-from {
	display: none;
}

#quick-reservation-form-to {
	display: none;
}

#quick-reservation table .button-verify {
	width: 139px;
	height: 124px;
	background-image: url('graphics/season_default_res-button.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	border: none;
	text-transform: uppercase;
	color: white;
	font-size: 0;
	font-weight: bold;
	color: #ffd400;
}

/************ quickGallery ************/
.quickGallery {
	width: 300px;
	height: 250px;
	display: none;
	position: absolute;
	border: none;
	background: transparent;
	text-align: left;
	margin: 0 0 2px;
	left: 6px;
	top: 460px;
}

.quickGallery .quickGallery_in {
	width: auto;
	height: 188px;
	padding: 0 20px;
	font-size: 90%;
}

.quickGallery .quickGallery-title {
	width: 206px;
	display: block;
	height: 38px;
	line-height: 33px;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 160%;
	font-weight: bold;
	font-variant: small-caps;
	color: #547377;
	background: transparent;
	letter-spacing: 4px;
}

.quickGallery table {
	width: 100%;
}

.quickGallery td {
	text-align: center;
	vertical-align: middle;
}

.quickGallery a img {
	border: 2px solid #000000;
}

.quickGallery a:hover img {
	border: 2px solid #A2BE6D;
}

.quickGallery .more-photos a {
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-align: right;
    display: block;
}

/************ content ************/
#content {
	color: black;
	font-size: 11px;
	text-align: justify;
	width: 694px;
	_width: 680px;
	margin: 3px 0 0;
	padding: 0 0 40px;
	border: none;
	height: auto;
	min-height: 1200px;
	position: relative;
	_top: 15px;
}

#content_in {
	border: 1px solid #FFFFFF;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

#content_in2 {
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 22px;
	position: relative;
}

a {
	color: #526652;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content #home_img {
	width: 675px;
	height: 358px;
	overflow: hidden;
	margin: 0 0 0 8px;
	padding: 0;
	border: none;
	background: url('graphics/content_homepage.jpg') no-repeat;
	background-position: -675px 0;
}

#content img {
	border: none;
	margin: 2px;
	margin-top: -2px;
}

#content p {
	margin: 10px;
}

form#form-season-selection {
	margin: 0 10px;
}

#content_in2 h1 {
	padding: 0 0 0 10px;
	margin: 0;
	margin-left: 8px;
	border: none;
	width: auto;
	font-size: 130%;
	color: #636467;
	background: none;
	background-image: url('graphics/h1.gif');
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	font-weight: bold;
}

#content h2 {
	margin-top: 2px;
	padding: 10px 0 0 10px;
	font-size: 115%;
	font-weight: bold;
	color: #526652;
}

#content h3 {
	margin: 2px 10px 5px;
	padding-top: 2px;
	font-size: 110%;
	color: #526652;
}

#content ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: square;
	text-align: left;
}

#content ul li {
	line-height: 22px;
	vertical-align: middle;
}

#content iframe#map {
	width: 500px;
	height: 300px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #E7ECEB;
	overflow: hidden;
}

#but1 {
	width: 132px;
	height: 165px;
	background-image: url('graphics/but_1.jpg');
	background-repeat: no-repeat;
	background-align: center;
	vertical-align: top;
}

#but2 {
	width: 132px;
	height: 165px;
	background-image: url('graphics/but_2.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}

#but3 {
	width: 132px;
	height: 165px;
	background-image: url('graphics/but_3.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}

#but4 {
	width: 132px;
	height: 165px;
	background-image: url('graphics/but_5.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
}

.bigwhite {
	width: 128px;
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.smallbalck {
	width: 128px;
	display: block;
	color: #222222;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 120%;
}

.bigbalck {
	width: 128px;
	color: black;
	display: block;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

/************ priceList ************/
table.pricelist {
	text-align: left;
	border: 1px solid #526652;
	border-collapse: collapse;
	margin: 0px;
	width: 670px;
	border: none;
	margin-top: 3px;
	margin-left: 8px;
}

table.pricelist thead {
	font-weight: bold;
	text-align: center;
	background-color: #BBC8BB;
	border-bottom: 1px solid #526652;
	color: #FFFFFF;
	border: none;
}
table.pricelist td {
    padding: 1px;
    color: #526652;
}

table.pricelist th.season-title, table.pricelist th.season-range {
	background: #526652;
	font-weight: bold;
	border-bottom: 1px solid #526652;
	color: #FFFFFF;
	height: 25px;
	padding: 0 5px;
	border: none;
}

table.pricelist th.season-title {
	text-align: left;
}

table.pricelist th.season-range {
	text-align: right;
}
table.pricelist td.price-value {
	text-align: right;
}

table.pricelist th.rooms-title {
	font-weight: bold;
	border-bottom: 1px solid #526652;
	border-right: 1px solid #526652;
	background: #BBC8BB;
	text-align: left;
	padding-left: 5px;
}

table.pricelist th.guests-count {
	font-weight: bold;
	border-bottom: 1px solid #526652;
	text-align: right;
}

table.pricelist td.room-name {
	font-weight: normal;
	width: 130px;
	background: #D4DFD4;
	text-align: left;
	border-right: 1px solid #526652;
}

table.pricelist th.guests-title {
	width: 376px;
}

/************ accommodation ************/
.objectKind-detail {
	width: 490px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #F0F2CA;
	background-color: #FBFCF0;
	margin: 10px;
	padding: 5px;
}

.objectKind-detail .objectKind-detail-text {
	font-style: normal;
	margin: 5px 15px;
}

.objectKind-detail .objectKind-properties {
	border: none;
	margin: 2px 0;
	clear: both;
}

.objectKind-detail .objectKind-properties img {
	border: none;
	margin: 0 0 0 10px;
}

.objectKind-detail .objectKind-detail-title {
	padding: 0 0 2px 10px;
	letter-spacing: 2px;
	text-align: left;
	font-size: 110%;
}

/************ objectKind - gallery ************/
.objectKind-detail .objectKind-gallery {
	width: 120px;
	height: 130px;
	border-width: 1px 0;
	border-color: #F0F2CA;
	border-style: solid;
	background: #BBC9BC;
	float: right;
	font-size: 90%;
}

.objectKind-detail .objectKind-gallery .objectKind-gallery-photo {
	text-align: center;
	vertical-align: middle;
	margin: 5px auto;
	width: 104px;
	height: 104px;
}

.objectKind-detail .objectKind-gallery .objectKind-gallery-list {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 100px;
	color: #526652;
	height: 15px;
	line-height: 15px;
}

.objectKind-detail .objectKind-gallery a {
	text-decoration: none;
	color: #526652;
}

.objectKind-detail .objectKind-gallery a:hover {
	color: #F0F2CA;
}

.objectKind-detail .objectKind-gallery a img {
	border: 2px solid #F0F2CA;
	margin: 0;
}

.objectKind-detail .objectKind-gallery a:hover img {
	border: 2px solid #E7ECEB;
}

#table_top2 img {
	margin-left: 0;
}

/************ gallery ************/
#gallery table,#gallery table tbody {
	width: 100%;
	border: none;
}

#gallery table tbody td {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	width: 150px;
}

#gallery table a img {
	border: 2px solid #F0F2CA;
}

#gallery table a:hover img {
	border: 2px solid #E7ECEB;
}

/************ footer ************/
#footer {
	font-size: 9px;
	color: black;
	width: 908px;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 2em;
	vertical-align: middle;
    position: absolute;
    bottom: 0;
	float: right;
	background-image: url('graphics/h2.gif');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 10;
}

#footer #copy {
	width: 808px;
	margin-left: 15px;
}

#copy #copy-previo {
	float: left;
	text-align: left;
	margin-top: 3px;
}

#copy #copy-hotel {
	float: left;
}

#copy-hotel {
	width: 680px;
	text-align: center;
	background-color: none;
	margin-bottom: 2px;
}

#footer a {
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#copy-previo-webdesign {
	display: none;
}

#copy-previo-delimiter {
	display: none;
}

/************ Calendar ************/
.cal-left, .cal-right, .cal-month, .cal-year, .calendar .td_top {
    background-color: #8CC63F;
}
.calendar .td_hilite div {
    background-color: #AAAAAA;
    border-color: #EEEEEE;
}
.calendar .td_today div {
    border-color: #777777;
}