/* CSS Stylesheet for Screen, Presentation */
/************ General rules ************/
* {
    margin: 0;
    padding: 0;
}

body {
    background: #c5d3d6 url('graphics/bg_top.jpg') top repeat-x;
}



/************ Background elements ************/
#bg {
    height: auto;
    overflow: hidden;
}

#bg2 {
    background: #d2d2d2;
    border-left: solid px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #213f4f;
    padding: 0px 8px 52px 8px;
    _padding: 0px 8px 37px 8px;
    width: 885px;
    height: auto;
    overflow: hidden;
}

#bg2_in, #bg2_in2, #bg3 {
    height: auto;
    overflow: hidden;
}

#bg4 {
    background: #d2d2d2 url('graphics/bg4_top.jpg') top repeat-x;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#bg5 {
    background: #e4edf2 url('graphics/content_bg.jpg') top repeat-x;
    border: solid 1px #213f4f;
    height: 100%;
    overflow: hidden;
}

/************ TOP elements ************/
#lang {
    background: transparent;
    height: 35px;
    width: auto;
}

#lang li a {
    color: #8c8c8c;
}

#lang li a:hover {
    color: #ff8a00;
}

#lang li.separator {
    width: 1px;
    background: transparent url('graphics/lang_bg_separator.jpg') center no-repeat;
}

#logo {
    background: #ffffff url('graphics/logo_bg.jpg') bottom repeat-x;
    margin: 10px 5px 10px 10px;
    border: solid 1px #FFFFFF;
    float: left;
}

#head {
    background: transparent url('graphics/head_bg.jpg') top repeat-x;
    width: 885px;
    height: 178px;
    _padding-bottom: 7px;
    overflow: hidden;
}

#head #head01 {
    float: left;
    border: solid 1px #FFFFFF;
    margin: 10px 4px 0px 0px;
}

#head #head01_in {
    background: transparent url('graphics/head_01.jpg') no-repeat;
    height: 148px;
    width: 215px;
}

#head #head02 {
    float: left;
    margin: 10px 4px 0px 0px;
    border: solid 1px #FFFFFF;
}

#head #head02_in {
    background: transparent url('graphics/head_02.jpg') no-repeat;
    height: 148px;
    width: 215px;
}

#head #head03 {
    float: right;
    margin: 10px 10px 0px 0px;
    border: solid 1px #FFFFFF;
}

#head #head03_in {
    background: transparent url('graphics/head_03.jpg') no-repeat;
    height: 148px;
    width: 215px;
}

#header {
    position: relative;
    float: left;
    width:220px;
    height: 206px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 10;
}

.header_contact a {
    color: #ff8a00;
}

.header_contact strong {
    display: block;
    color: #ff8a00;
    background: transparent url('graphics/map_cr.jpg') center bottom no-repeat;
    padding-bottom: 90px;
    width: 210px;
}

#header_in {
    width: auto;
    height: auto;
}



/************ MENU elements ************/
#menu {
    width: 220px;
    font-family: Arial;
    font-weight: normal;
    float: left;
}

#menu ul {
    width: auto;
}

#menu ul li a {
    color: #fefefe;
    background: transparent url('graphics/menu_item_bg.jpg') repeat-x;
}

#menu ul li a:hover {
    color: #fefefe;
    background: transparent url('graphics/menu_item_bg_hover.jpg') repeat-x;
}

/************ CONTENT base elements ************/
#content {
    font-family: Arial;
    color: #213f4f;
    width: 477px;
    height: 500px;
    _overflow-y: visible;
    float: left;
    _margin-left: -20px
}

html>body #content
{
    height: auto;   /* reset the height for compliant browsers */
    min-height: 500px;
}

#content_in, #content_in2 {
    background: transparent;
    border: none;

}

#content_in {

}

#content_in2 {
    padding: 30px 10px 10px 0px;
}

#content h1 {
    background: transparent url('graphics/content_h1_bg.jpg') center bottom no-repeat;
    font-size: 150%;
    color: #ff8a00;
    font-family: Arial;
    height: auto;
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
}

#content p {
    padding: 0;
    margin: 10px 0;
}

#content iframe#map {
    width: 100%;
}

/************ RESERVATION ************/
#quick-reservation {
    display: block;
    color: #213f4f;
    border: solid 1px #213f4f;
    background: #bed4e0;
    position: static;
    margin: 0;
}

#quick-reservation .quick-reservation-title {
    color: #FFFFFF;
    background: transparent url('graphics/reservation_h2_bg.jpg');
}

#quick-reservation form input {
    color: #50504f;
    border-color: #213f4f;
    background: transparent url('graphics/reservation_input_bg.jpg') top repeat-x;
}

#quick-reservation form input.button-verify {
    border: none;
    height: 21px;
    color: #FFFFFF;
    background: transparent url('graphics/reservation_verify_bg.jpg') repeat-x;
}

#quick-reservation, #quick-reservation-inline {
    left: 707px;
}

/************ PANEL ************/
#panel {
    overflow: hidden;
    width: 185px;
    float: right;
}

/************ PRAGUE ************/
p#prague {
    font-weight: bold;
    color: #FF8A00;
    margin: 0px 0px 0px 10px;
    font-size: 150%;
    font-family: Arial;
}

#panel_in {
    padding: 40px 8px 0px 0px;
}

/************ NEWS ************/
#news {
    width: 175px;
    border: solid 1px #ff8a00;
    background: #fff8ef;
}

#news .news-title {
    color: #FFFFFF;
    background: transparent url('graphics/news_h2_bg.jpg') repeat-x;
}

#news dt, #news dt a, #news dd a {
    color: #ff7e00;
}

#news dd {
    color: #213f4f;
    font-family: Verdana;
}

/************ ROOM ************/
.objectKind-detail {
    margin: 10px 0;
    padding: 10px 10px 80px 10px;
    width: 436px;
    background: #FFF8EF ;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.objectKind-detail h3 {
    margin: 0;
    padding: 0;
    color: #213F4F ;
}

.objectKind-detail p.objectKind-properties {
    margin: 10px 0px 0px 0px;
    position: absolute;
    bottom: 2px;
}

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

/************ INNER RESERVATION ************/
#content .innerReservation {
    overflow: hidden;
    width: 280px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10;
    margin: 0;
}
#content .innerReservation .innerReservation_in, #content .innerReservation_in2,
#content .innerReservation_in2  form, #content .innerReservation_in .innerReservation_calendar {
    margin: 0;
    overflow: hidden;
}

#content .innerReservation_in2 .innerReservation_calendar {
    margin: 25px;
}

#content .innerReservation_in2 {
    position: relative;
}

#content .quick-reservation-form-from {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#content .quick-reservation-form-to {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 80px;
}

#content .quick-reservation-form-from, #content .quick-reservation-form-to,
#content .objCount {
    float: left;
}

#content_in2 .innerReservation_in2 div {

}

#content .innerReservation select {
    width: 35px;
    border: 1px solid #A5ACB2;
    position: absolute;
    bottom: 0;
    left: 150px;
}

#content .objCount {
    height: 16px;
}

#content .innerReservation input {
    width: 60px;
    text-align: center;
}

#content .quick-reservation-form-from div, #content .quick-reservation-form-to div {
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}

#content .objCount {

    right: 82px;
    height: 20px;
    border-color: #A5ACB2;
}

#content .innerReservation input.button {
    margin: 0;
    height: 20px;
    width: 83px;
    border: none;
    cursor: pointer;
    background: transparent url('graphics/reservation_small.gif') no-repeat;
    font-size: 100%;
    font-weight: normal;
    padding: 0 10px;
    color: #E0F0E0;
    position: absolute;
    bottom: 0;
    left: 193px;
}

/************ PRICELIST ************/
form#form-season-selection {
    margin: 0;
}

form#form-season-selection input {
    margin: 0px 0px 0px 10px;
    border: none;
    height: 20px;
    color: #FFFFFF;
    background: transparent url('graphics/reservation_verify_bg.jpg') repeat-x;
}

table.pricelist {
    margin: 0;
    width: 100%;
    border-color: #052a3d;
}

table.pricelist th.season-title, table.pricelist th.season-range {
    background: #052a3d;
}

table.pricelist td.price-value {
    cursor: pointer;
}

table.pricelist td.room-name {
    background: #FFF8EF ;
}
table.pricelist td.room-name a {
    color: #FF7E00;
    text-decoration: none;
}

table.pricelist th.rooms-title,
table.pricelist th.guests-title,
table.pricelist th.guests-count {
    background: #DAE6EC;
    color: #213F4F;
}

/************ FOOTER elements ************/
#footer {
    background: transparent url('graphics/footer_bg.jpg') repeat-x;
    width: 885px;
    height: 36px;
    bottom: 8px;
    left: 8px;
    color: #FFFFFF;
}

#footer #copy, #linksExchange div {
    width: auto;
}

#footer #copy-previo {
    padding-left: 10px;
}

#footer #copy-hotel {
    padding-right: 10px;
}

/************ CALENDAR elements ************/
.cal-left, .cal-right, .cal-month, .cal-year, .calendar .td_top {
    background-color: #FFA314 ;
}

.calendar div,.calendar span,.calendar a {
    font-size: 8pt;
}

.calendar .td_dayname {
    color: #213F4F;
    background: #FFF8EF ;
}

.calendar .td_weekend div {
    background-color: #FFF9F2;
}

.calendar .td_hilite div {
    background-color: #cdcdc2;
    border: dashed 1px #515151;
}

.calendar .td_today div {
    border: 1px solid #515151;
    background-color: #FFFAF2;
}