/* Template MODERN 02 */

/************ General rules ************/
* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
    background: #000000 url("graphics/body_bg.gif") top center repeat-x;
    color: #e9e9e9;
}
a {
    color: #e9e9e9;
}
h1 {
    font-size: 160%;
    line-height: 30px;
    color: #DFDFDF;
}
h2 {
    font-size: 130%;
    line-height: 30px;
    color: #DFDFDF;
}
h3 {
    font-size: 120%;
    color: #DFDFDF;
}
p {
    line-height: 24px;
    margin: 8px 0;
}

#bg {}
#bg2 {
    width: 960px;
    height: auto;
    margin: 0 auto;
}
#bg3 {}



/************ logo ************/
#logo {
    width: auto;
    height: auto;
    margin: 5px 0 0;
    background: transparent;
    float: left;
}
#logo img {}


/************ lang ************/
#lang {
    height: auto;
    width: auto;
    background: transparent;
    float: right;
    margin: 10px;
}
#lang ul {
    width: auto;
    list-style: none;
}
#lang li {
    width: auto;
    float: left;
    line-height: 12px;
    height: 12px;
    padding: 0 4px;
}
#lang ul li.separator {
    width: 1px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #accfd9;
}
#lang li a {
    color: #accfd9;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#lang li a:hover,
#lang li.current a,
#lang li.current a:hover{
    color: #FFFFFF;
}


#layer-left {
	clear: both;
    width: 235px;
    float: left;
}
#layer-right {
    width: 713px;
    float: right;
}


/************ menu ************/
#menu {
    width: 235px;
    height: 256px;
}
#menu #menu_top {
    width: 235px;
    height: 4px;
    overflow: hidden;
    background: transparent url("graphics/menu_top_bg.gif") top center no-repeat;
}
#menu #menu_bottom {
    width: 235px;
    height: 4px;
    overflow: hidden;
    background: transparent url("graphics/menu_bottom_bg.gif") top center no-repeat;
}
#menu #menu_in {
	height: 248px;
	background: transparent url("graphics/menu_middle_bg.gif") top center no-repeat;
}
#menu #menu_in2 {
	padding: 7px 5px;
}
#menu ul {
    overflow: hidden; /* pocet polozek je omezen, proto prebyvajici polozky menu nezobrazime */
    width: 225px;
    list-style: none;
}
#menu ul li {
    width: 225px;
    height: auto;
    margin-bottom: 2px;
}
#menu ul li.separator {
    display: none;
}
#menu ul li a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    padding-left: 16px;
    background: transparent url("graphics/menu_item_bg.gif") no-repeat;
}
#menu ul li a:hover {
    color: #bea0a0;
    background: transparent url("graphics/menu_item_hover_bg.gif") no-repeat;
}


/************ motto ************/
#motto {
    display: block;
    width: 713px;
    height: 256px;
    background: transparent url("graphics/motto_bg.gif") no-repeat;
}


/************ quickGallery ************/
.quickGallery {
    display: block;
    width: 713px;
    height: 256px;
    background: transparent;
    overflow: hidden;
}
.quickGallery .quickGallery_in {
    width: auto;
    height: auto;
    margin: 1px;
}
.quickGallery .quickGallery-title {
    display: none;
}
.quickGallery table {
    width: 100%;
}
.quickGallery td {
    text-align: center;
    vertical-align: middle;
}
.quickGallery a, .quickGallery a img {
    border: none;
}
.quickGallery a:hover, .quickGallery a:hover img {
    border: none;
}
.quickGallery .more-photos {
    display: none;
}


/************ innerGallery ************/
.innerGallery table a img,
.innerPhoto img,
#gallery table a img {
    border-color: #690808;
}
.innerGallery table a:hover img,
#gallery table a:hover img {
    border-color: #4e0c0c;
}


/************ news ************/
#news {
    width: 235px;
    height: auto;
    min-height: 300px;
    margin-top: 10px;
    background: transparent url("graphics/news_top_bg.gif") no-repeat top center;
}
#news .news_in_cover {
	width: auto;
	height: 100%;
    min-height: 300px;
    padding: 4px 0px 3px;
    background: transparent url("graphics/news_bottom_bg.gif") no-repeat bottom center;
}
#news .news_in_cover2 {
    width: auto;
    height: 100%;
    min-height: 300px;
    padding: 0 2px 1px;
    background: #e8e8e8 url("graphics/news_cover_bg.gif") repeat-y top center;
}
#news .news_in_cover3 {
    width: auto;
    height: 100%;
    min-height: 300px;
    background: #e8e8e8 url("graphics/news_bg.gif") repeat-x top center;
}
#news .news-title {
    color: #e9e9e9;
    font-size: 130%;
    font-weight: bold;
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}
#news dl {
    border: 1px solid #585858;
    margin: 5px;
    padding: 8px;
    background: #000000/*#131313 url("graphics/news_item_bg.gif") repeat-x top center*/;
}
#news dt {
    margin: 3px 0 5px;
}
#news dt.date {
    width: 83px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    color: #e9e9e9;
    padding-left: 4px;
    margin: 0;
    background: transparent url("graphics/news_date_bg.gif") no-repeat;
}
#news dt a {
    font-weight: bold;
    color: #e9e9e9;
    margin: 3px 0;
}
#news dd a {
	display: block;
    width: 35px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    color: #e9e9e9;
    font-weight: bold;
    margin-top: 3px;
    background: transparent url("graphics/news_more_bg.gif") no-repeat;
}


/************ header ************/
#header {
    width: 713px;
    height: 166px;
    margin-top: 10px;
    background: transparent url("graphics/header_bg.gif") no-repeat;
}
#header2 {
	height: 100%;
    background: transparent url("graphics/ring.png") no-repeat 9px 50px;
}
#header3 {
    height: 100%;
    position: relative;
}
#header .header_contact {
    width: auto;
    height: auto;
    padding: 32px 0 0 80px;
    line-height: 24px;
}


/************ Header - MAP ************/
#header #header_map {
    width: 186px;
    height: 155px;
    position: absolute;
    top: 0px;
    left: 310px;
    background: url("graphics/header_separator.gif") 0 38px no-repeat;
}
#header #header_map #header_map_in {
    width: 166px;
    height: 97px;
    position: absolute;
    top: 45px;
    left: 20px;
    background: url("graphics/map.gif") top right no-repeat;
}
#header #header_map #header_map_point {
	background: url("graphics/map_point.gif") no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    display: none; /* defaultne skryjeme bod, ktery urcuje na mapce polohu hotelu, v CSS pro hotel zobrazime a napozicujeme */
}


/************ Quick Reservation Form ************/
#quick-reservation {
    display: block;
    width: 200px;
    height: 155px;
    position: absolute;
    top: 0;
    left: 510px;
    background: url("graphics/header_separator.gif") 0 38px no-repeat;
    overflow: hidden;
}
#quick-reservation #quick-reservation_in {
	margin-left: 20px;
	width: auto;
	height: auto;
}
#quick-reservation .quick-reservation-title {
    color: #e9e9e9;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    font-size: 130%;
    font-weight: bold;
}
#quick-reservation #quick-reservation_in2 {
    margin-top: 15px;
}
#quick-reservation #quick-reservation-form-from,
#quick-reservation #quick-reservation-form-to {
    float: left;
    margin-right: 6px;
    width: 70px;
}
#quick-reservation #term_label_from,
#quick-reservation #term_label_to {
    text-align: left;
    color: #e9e9e9;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-weight: bold;
    width: 70px;
}
#quick-reservation input.calendar-input {
    font-size: 11px;
    width: 62px;
    height: auto;
    padding: 3px;
    border: 1px solid #585858;
    $margin-left: -20px;
}
#quick-reservation .button-verify {
    font-size: 110%;
    font-weight: bold;
    width: 147px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    text-align: left;
    padding-left: 25px;
    margin-top: 15px;
    color: #dfdfdf;
    background: url("graphics/button_bg.gif") no-repeat;
}


/************ content ************/
#content {
    width: 713px;
    height: auto;
    margin-top: 10px;
    color: #BEA0A0;
    background: transparent url("graphics/content_top_bg.gif") no-repeat top center;
}
#content_in {
	padding: 4px 0;
    background: transparent url("graphics/content_bottom_bg.gif") no-repeat bottom center;
}
#content_in2 {
	padding: 0 2px;
    background: transparent url("graphics/content_bg.gif") repeat-y top center;
}
#content_in3 {
    padding: 20px;
    background: #3a0606 url("graphics/content_gradient_bg.gif") repeat-x top center;
    min-height: 400px;
}
#content p {
    font-size: 120%;
}
#content ul {
    margin-left: 15px;
    padding-left: 15px;
    list-style-type: square;
    text-align: left;
    font-size: 120%;
}
#content ul li {
    line-height: 22px;
    vertical-align: middle;
}
#content a {
    color: #e9e9e9;
}



/************ priceList ************/
table.pricelist {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #4e0c0c;
    border-collapse: collapse;
}
form#form-season-selection {
	margin: 10px;
}
table.pricelist th.guests-title {
    width: 479px;
}
table.pricelist td {
    line-height: 24px;
    border: 1px solid #4e0c0c;
    padding: 0 3px;
}
table.pricelist th {
    line-height: 24px;
    border: 1px solid #4e0c0c;
    padding: 0 3px;
    background: #2b0202;
}
table.pricelist td.room-name {
    width: 200px;
    border-color: #4e0c0c;
    font-weight: bold;
}
table.pricelist td.price-value {
    cursor: help;
    text-align: right;
}
table.pricelist th.season-title {
    border-color: #4e0c0c;
    text-align: left;
}
table.pricelist th.season-range {
    border-color: #4e0c0c;
    text-align: right;
}
table.pricelist th.rooms-title {
    border-color: #4e0c0c;
    text-align: left;
}
table.pricelist th.guests-count {
    border-color: #4e0c0c;
}



/************ accommodation ************/
.objectKind-detail {
    width: auto;
    margin: 10px 0 0;
    padding: 10px;
    background: #4e0c0c;
    border-width: 1px 0;
    border-style: solid;
    border-color: #690808;
}
.objectKind-detail .objectKind-detail-text {
    font-style: normal;
    margin: 5px 15px;
}
.objectKind-detail .objectKind-detail-title {
    letter-spacing: 2px;
    text-align: left;
    font-size: 120%;
    padding: 0 0 2px;
}
.objectKind-detail .objectKind-properties {
    margin: 2px 0;
    clear: both;
}
.objectKind-detail .objectKind-properties img {
    margin: 0 0 0 10px;
}
.objectKind-detail .objectKind-properties {
    border: none;
}
.objectKind-detail .objectKind-properties img {
    border: none;
}


/************ objectKind - gallery ************/
.objectKind-detail .objectKind-gallery {
    font-size: 90%;
    border: none;
    background: transparent;
    width: auto;
    height: auto;
    float: right;
}
.objectKind-detail .objectKind-gallery .objectKind-gallery-photo {
    text-align: center;
    vertical-align: middle;
    margin: 5px 5px 0;
    padding: 0;
    width: auto;
    height: auto;
}
.objectKind-detail .objectKind-gallery .objectKind-gallery-list {
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    margin: auto;
    width: 100px;
    height: 20px;
}
.objectKind-detail .objectKind-gallery a {
    text-decoration: none;
    color: #e9e9e9;
}
.objectKind-detail .objectKind-gallery a img {
    border: 2px solid #690808;
    margin: 0;
}
.objectKind-detail .objectKind-gallery a:hover img {
    border: 2px solid #f8b126;
}



/************ footer ************/
#footer {
	clear: both;
    width: 960px;
    margin: 0;
    padding: 0;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    left: 0;
}
#footer a {
    color: #e9e9e9;
}
#footer #copy {
    width: 960px;
}
#footer #copy #copy-previo {
    float: left;
    text-align: left;
}
#footer #copy #copy-hotel {
    float: right;
}


/************ Calendar ************/
.cal-left, .cal-right, .cal-month, .cal-year, .calendar .td_top {
    background-color: #3a0606;
}
.calendar .td_hilite div {
    background-color: #3a0606;
    color: #aea582;
    border-color: #FFF;
}
.calendar .td_today div {
    border-color: #e9e9e9;
}
.calendar .td_dayname {
    background-color: #000000;
    color: #aea582;
}
