@font-face {
    font-family: 'MonotypeCorsivaRegular';
    /*src: url('font/mtcorsva-webfont.otf') format('opentype'),
         url('font/mtcorsva-webfont.eot?iefix') format('eot'),
         url('font/mtcorsva-webfont.woff') format('woff'),
         url('font/mtcorsva-webfont.ttf') format('truetype'),
         url('font/mtcorsva-webfont.svg#webfontd6T5BHSn') format('svg');*/
    
    src: url('font/mtcorsva.eot');
    src: url('font/mtcorsva.eot?#iefix') format('embedded-opentype'),
         url('font/mtcorsva.woff') format('woff'),
         url('font/mtcorsva.ttf') format('truetype'),
         url('font/mtcorsva.svg#mtcorsva') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    background: transparent;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    outline: 0;
    vertical-align: baseline;
}

body {
    color: #000;
    /*background: #e4e1da url("graphics/bg.png") 0 0 repeat-x;*/
    background: #742449 url("graphics/bg.gif") center top repeat;
    font: 0.8em/ 1.5 "Georgia", sans-serif;
    padding: 30px 0;
}

#wrapper {
    background: #FFFFFF;
    margin: 0 auto;
    width: 980px;
}

q:before,q:after {
    content: '';
}

fieldset,img {
    border: 0;
}

a {
    color: #6B0233;
}

a:hover,a:active,a:focus {
    color: #594C3A;
}

strong {
    font-weight: bold;
}

h1 {
    border-bottom: 1px solid #CEC9BC;
    color: #6B0233;
    font-family: "MonotypeCorsivaRegular", "Georgia", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 -25px 10px;
    padding: 15px 25px;
}

h2 {
    color: #6B0233;
    font-family: "MonotypeCorsivaRegular", "Georgia", sans-serif;
    font-size: 26px;
    line-height: 30px;
}

h3 {
    color: #594C3A;
    font-size: 23px;
    line-height: 30px;
}

h4,h5,h6 {
    color: #6B0233;
    font-size: 120%;
}

fieldset {
    border: 1px solid #B4AEA2;
    padding: 15px;
}

fieldset legend {
    color: #6B0233;
    font-weight: bold;
}

fieldset form,fieldset table {
    border: 0;
    margin: 0;
}

fieldset table th,fieldset table td {
    background: none;
    border: 0;
    padding: 2px 0;
}

fieldset table th {
    padding-right: 10px;
}

ol,ul {
    list-style: none;
}

ul li {
    background: url("graphics/ul.png") 0 5px no-repeat;
    margin-bottom: 3px;
    padding-left: 18px;
}

ul ul li {
    background: url("graphics/ul-ul.png") 0 5px no-repeat;
    padding-left: 18px;
}

ul ul {
    color: #574A39;
    margin: 0;
}

img.f-left {
    margin-right: 15px;
}

img.f-right {
    margin-left: 15px;
}

.box:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

img.img {
    box-shadow: 1px 1px 3px #B4AEA2;
    -moz-box-shadow: 1px 1px 3px #B4AEA2;
    -webkit-box-shadow: 1px 1px 3px #B4AEA2;
}

select {
    background: #FFFFFF url("graphics/reservation-input.png") 0 0 repeat-x;
    border: 1px solid #B4AEA2;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 4px;
}

.input-text,#quick-reservation input.calendar-input,
#content .innerReservation input {
    background: url("graphics/input-text.png") 0 0 repeat-x;
    border: 1px solid #B4AEA2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    text-align: left;
    width: 80px;
}

.input-submit {
    background: #4e0025 url("graphics/input-submit.png") 0 0 repeat-x;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    padding: 7px 10px;
}




/********** TOP LAYER **********/
#layer-top {
    background: #FFFFFF url("graphics/header.png") 100% 0 no-repeat;
    height: 350px;
    position: relative;
}

/********** LOGO **********/
#layer-top #logo {
    left: 708px;
    margin: 0;
    position: absolute;
    top: 60px;
}

#layer-top #logo a {
    display: block;
    height: 76px;
    overflow: hidden;
    width: 240px;
}




/********** MENU **********/
#menu {
    background: url("graphics/menu.png") 0 0 no-repeat;
    height: 50px;
    left: 20px;
    padding-left: 10px;
    position: absolute;
    top: 280px;
    width: 930px;
}

#menu ul {
    margin: 0;
    position: relative;
}

#menu ul li {
    background: none;
    display: block;
    float: left;
    padding: 0;
    position: relative;
}

#menu ul a {
    background: url("graphics/menu-separator.gif") 100% 50% no-repeat;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 12px 0 10px;
    text-decoration: none;
}

#menu ul a:hover, #menu ul li.current a {
    color: #C3BDAD;
}

#menu ul .menu-bottom-item a {
    background: none;
}

#menu ul li ul {
    background: #070707;
    box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    display: none;
    left: -2px;
    margin: 0;
    position: absolute;
    top: 50px;
}

#menu ul li ul li {
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
}

#menu ul li ul li a, #menu ul li.current ul li a {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0 8px 0 0;
    padding: 8px 10px;
    border-bottom: 1px solid #202020;
    line-height: 1;
    font-size: 100%;
    color: #FFFFFF;
    text-transform: none;
}
#menu ul li ul li a:hover {
    color: #C3BDAD;
}

#menu ul li:hover ul,#menu ul li.over ul {
    display: block;
}

/********** LANG **********/
#lang {
    margin: 0;
    position: absolute;
    right: 35px;
    top: 297px;
}

#lang li {
    display: block;
    float: left;
    height: 14px;
    margin: 0 0 0 7px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 24px;
}

#lang li span {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}




/********** HEADER CONTACT **********/
#layer-top .header_contact {
    color: #FFF;
    left: 708px;
    margin: 0;
    position: absolute;
    top: 160px;
}

#layer-top .header_contact a {
    color: #FFF;
}

#layer-top .header_contact a:hover {
    color: #FECFE5;
}




/********** BOTTOM LAYER **********/
#bottom-layer {
    background: #f0eee9 url("graphics/bg2.gif") left top repeat;
}
#bottom-layer-inner {
    background: url("graphics/bg-right-side.png") right top repeat-y;
}




/********** CONTENT **********/
#content {
    float: left;
    overflow: hidden;
    width: 680px;
    /*background: #FFFFFF;*/
}

body.body_sec92018 #content {
    width: 980px;
}
body.body_sec92018 #bottom-layer-inner {
    background: transparent;
}

#content #content_in {
    padding: 0 25px 20px;
}

#content p {
    line-height: 24px;
    padding: 5px 0 10px;
}

#content table p {
    line-height: 14px;
    padding: 0;
}

#content ul {
    margin: 5px 0;
}

#content iframe#map {
    height: 400px;
}

#content table {
    border: 1px solid #B4AEA2;
    border-collapse: collapse;
    border-spacing: 0;
}

#content table th {
    background: url("graphics/th.png") 0 0 repeat-x;
    border: 1px solid #B4AEA2;
    border-bottom: 3px solid #6B0233;
    font-weight: bold;
    padding: 10px;
    text-align: left;
}

#content table td {
    border: 1px solid #000000/*#B4AEA2*/;
    padding: 7px 5px;
}

#content table .even td {
    background: #EFEDE9;
}




/********** RIGHT BOX **********/
#right-box {
    background: url("graphics/bg-right-side.png") 0 0 repeat-y;
    float: right;
    padding-bottom: 20px;
    width: 300px;
}

body.body_sec92018 #right-box {
    display: none;
}

#right-box h3 {
    color: #594C3A;
    font-family: "MonotypeCorsivaRegular", "Georgia", sans-serif;
    font-size: 28px;
    line-height: 40px;
    padding: 10px 25px 0;
}

#right-box ol {
    color: #FFFFFF;
    font-family: "MonotypeCorsivaRegular", "Georgia", sans-serif;
    font-size: 20px;
    list-style-type: decimal;
    list-style-position: inside;
}
#right-box ol li {
    background: url("graphics/ol.png") 25px 4px no-repeat;
    padding: 1px 0 1px 30px;
}
#right-box ol li span {
    color: #000000;
    font-family: "Georgia", sans-serif;
    font-size: 12px;
    padding-left: 10px;
}

#header_map {
    margin: 0 0 0 25px;
}




/********** QUICK RESERVATION **********/
#quick-reservation {
    background: #594C3A url("graphics/reservation.png") 0 0 no-repeat;
    display: block;
    height: 133px;
    padding: 7px 20px 0 25px;
}

#quick-reservation .quick-reservation-title {
    color: #FFFFFF;
    font-family: "MonotypeCorsivaRegular", "Georgia", sans-serif;
    font-size: 28px;
    line-height: 42px;
    margin: 0;
}

#quick-reservation #quick-reservation_in2 {
    margin-top: 12px;
}

#quick-reservation #quick-reservation-form-from,#quick-reservation #quick-reservation-form-to {
    clear: both;
    height: 34px;
    width: 100%;
}

#quick-reservation #term_label_from,#quick-reservation #term_label_to {
    color: #FFFFFF;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    width: 75px;
}

#quick-reservation_calendar {
    float: left;
    width: 200px;
}

.quick-reservation-button-cover {
    float: right;
    margin-top: 32px;
    width: 50px;
}
.quick-reservation-button-cover div {
    float: right;
}

#quick-reservation .button-verify,
#content .innerReservation input.button {
    background: #2c261d url("graphics/reservation-submit.png") 0 0 repeat-x;
    border: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    height: auto;
    padding: 7px 10px;
    width: auto;
}

#content .innerReservation {
    width: auto;
    clear: both;
    margin: 0 0 0 5px;
}
#content .innerReservation select {
    height: auto;
    margin-top: 20px;
    width: auto;
}
#content .innerReservation input.button {
    float: left;
    margin-top: 18px;
}




/************ PRICELIST ************/
table.pricelist {
    border: 1px solid #9f0000;
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

table.pricelist th {
    white-space: nowrap;
}

form#form-season-selection {
    margin-top: 10px;
}

table.pricelist td.price-value.bed {
    background: #DDDDDD;
}




/************ ACCOMMODATION ************/
#content .objectKind-detail {
    background: #FFFFFF url("graphics/accommodation-detail.png") 0 100% repeat-x;
    margin-top: 2px;
    /*min-height: 170px;*/
    padding: 0px 20px 5px;
}

#content .objectKind-detail .objectKind-gallery img {
    box-shadow: 1px 1px 3px #B4AEA2;
    -moz-box-shadow: 1px 1px 3px #B4AEA2;
    -webkit-box-shadow: 1px 1px 3px #B4AEA2;
    display: block;
    margin: auto;
}

.objectKind-detail .objectKind-gallery .objectKind-gallery-list {
    font-size: 130%;
}

.objectKind-detail .objectKind-gallery {
    border: none;
    margin-top: 0;
}

.objectKind-detail .objectKind-gallery img {
    border-color: #FFFFFF;
    box-shadow: 1px 1px 3px #B4AEA2;
    -moz-box-shadow: 1px 1px 3px #B4AEA2;
    -webkit-box-shadow: 1px 1px 3px #B4AEA2;
    display: block;
}
h3.objectKind-detail-title {
    padding-left: 5px;
    cursor: pointer;
}

#content .objectKind-detail .innerGallery {
    background: none;
    margin-right: 0;
    margin-bottom: 5px;
    width: auto;
    float: none;
}

#content .objectKind-detail .innerGallery table {
    width: 100%;
}




/************ PHOTOS ************/
#content .innerGallery {
    /*background: url("graphics/gradient.png") 0 100% repeat-x;*/
    clear: both;
    float: none;
    margin: 10px -25px 20px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 660px;
}
#content .innerGallery .innerGallery_in {
    margin: 0;
    padding: 0;
}

#content .innerGallery table, #content #gallery table {
    border: none;
    margin: 0;
    width: 630px;
}

#content .innerGallery table td, #content #gallery table tbody td {
    background: none;
    border: none;
    padding: 0;
    width: 145px;
}
#content #gallery table tbody td {
    padding: 10px 0;
}

#content #gallery table tbody td a {
    display: inline;
}

#content .innerGallery table a img, #content .innerGallery table a:hover img, #content .innerPhoto img,
#content #gallery table a img, #content #gallery table a:hover img {
    border-color: #FFFFFF;
    box-shadow: 1px 1px 3px #B4AEA2;
    -moz-box-shadow: 1px 1px 3px #B4AEA2;
    -webkit-box-shadow: 1px 1px 3px #B4AEA2;
    display: block;
    margin: 5px auto;
}

#content .innerGallery .more-photos {
    padding-top: 5px;
    padding-right: 20px;
}




/************ FOOTER ************/
#footer {
    background: #B4AEA2 url("graphics/footer.png") 0 0 repeat-x;
    clear: both;
    color: #000;
    height: 100px;
    padding-bottom: 30px;
}

#footer #copy {
    background: url("graphics/footer-logo.png") 20px 30px no-repeat;
    height: 70px;
    position: relative;
    padding: 30px;
    padding-left: 90px;
}

#footer #copy #copy-previo {
    float: right;
    text-align: right;
}

#footer #copy #copy-hotel {
    float: left;
    text-align: left;
}

#footer iframe {
    height: 28px;
    margin: 0;
    width: 350px;
}

#footer p {
    margin: 0;
}

#footer a {
    color: #594C3A;
}

#footer a:hover {
    color: #6B0233;
}




/********** QUICK GALLERY **********/
.quickGallery {
    height: 350px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 680px;
}

.quickGallery li {
    background: none;
    padding-left: 0;
}

.quickGallery .quickGallery-title,
.quickGallery .more-photos {
    display: none;
}




/************ Calendar ************/
.cal-left,.cal-right,.cal-month,.cal-year,.calendar .td_top {
    background-color: #594c3a;
}

.calendar .td_hilite div {
    background-color: #594c3a;
    border-color: #3b3226;
}

.calendar .td_today div {
    border-color: #3b3226;
}



#freeHtml a.important {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 25px;
}

#why {margin:0;padding:0 25px;}
#why li {padding:4px 0 4px 35px; background-position:0 0; background-repeat:no-repeat;}
#why li.why-01 {background-image:url("graphics/why-01.png");}
#why li.why-02 {background-image:url("graphics/why-02.png");}
#why li.why-03 {background-image:url("graphics/why-03.png");}
#why li.why-04 {background-image:url("graphics/why-04.png");}
#why li.why-05 {background-image:url("graphics/why-05.png");}
#why li.why-06 {background-image:url("graphics/why-06.png");}
#why li.why-07 {background-image:url("graphics/why-07.png");}
#why li.why-08 {background-image:url("graphics/why-08.png");}
#why li.why-09 {background-image:url("graphics/why-09.png");}
#why li.why-10 {background-image:url("graphics/why-10.png");}
