/* CSS Stylesheet for Screen, Presentation */

/************ General rules ************/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    background: #FFFFFF url('graphics/bg.gif') repeat-x;
    font-size: .8em;
    font-family: Arial, Verdana, 'Geneva CE', lucida, sans-serif;
    color: #565656;
}
/************ General classes ************/
.cleaner {
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
    clear: both;
    height: 0;
    border: 0;
    font-size: 0;
}
.floatr {
    float: right;
}
.floatl {
    float: left;
}
input.button {
	width: 147px;
    height: 21px;
    margin: 0 0 0 7px;
    padding: 0;
    border: none;
	font-size: 13px;
    text-decoration: none;
	color: #565656;
	cursor: pointer;
	overflow: hidden;
    background: url('graphics/reservation_submit_bg.gif') top no-repeat;
}
select {
    background: white;
    border: 1px solid #8A0082;
    font-size: 12px;
	font-weight: normal;
	color: #351E00;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
a {
    color: #8A0082;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/************ bg ************/
#bg {
    width: 100%;
    text-align: center;
    border: none;
    margin: 0;
}

#bg p, #bg h1 {
    text-align: left;
}
/************ bg2 ************/
#bg2 {
    border: 1px solid #D39ED0;
    border-top: none;
    width: 750px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #FFFFFF url('graphics/bg2.gif') bottom repeat-x;
    padding: 0;
    text-align: center;
    position: relative;
}
/************ lang ************/
#lang {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 18px;
    font-size: 85%;
    color: #8C8C8C;
    width: 120px;
    font-family: Verdana, 'Geneva CE', lucida, sans-serif;
}
#lang ul {
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#lang li {
    display: block;
    width: auto;
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
}
#lang ul li.separator {
    width: auto;
    padding: 0;
    display: block;
}
#lang li a {
    height: 22px;
    width: auto;
    text-transform: uppercase;
    color: #8C8C8C;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}
#lang li a:hover {
    color: #961E90;
    text-decoration: none;
}
#lang img {
    border: none;
}

/************ head ************/
#head {
    background: #D0D0D0 url('graphics/logo.jpg') no-repeat;
    width: 740px;
    height: 184px;
    /*margin: 0 4px;*/
    margin: 0 auto;
    padding: 0;
}
#header {
    position: absolute;
    right: 5px;
    top: 225px;
    width: 150px;
    background: transparent;
    text-align: right;
    display: block;
    font-size: 90%;
    overflow: hidden;
}
#header h2 {
    display: none;
}
.header_contact {
    padding: 0;
    margin: 11px;
    text-align: right;
}
#header_map {
    margin: 0;
    padding: 0;
    text-align: center;
}
#header_map img {
    margin: 0;
    padding: 0;
    border: none;
}
#header_in strong {
    color: #8A0082;
    font-size: 110%;
}

#header_in p a {
    color: #8A0082;
}
/************ menu ************/
#menu {
    width: 740px;
    display: block;
    background: #E6E6E6 url('graphics/menu_bg.gif') repeat-x;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    margin: 0 auto;
}
#menu ul {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#menu ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 33px;
    line-height: 33px;
}
#menu ul li.separator {
    display: block;
    float: left;
    height: 33px;
    width: 1px;
    padding: 0;
    margin: 0;
    line-height: 33px;
    background: transparent url('graphics/menu_separator_bg.gif') no-repeat;
}
#menu ul #menu-separator-12 {
    display: none;
}
#menu ul #menu-13 {
    float: right;
}
#menu ul li a {
    color: #565656;
    display: block;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    font-size: 14px;
}
#menu ul li a:hover {
    color: #8A0082;
    background: transparent url('graphics/menu_hover_bg.gif') center center repeat-x;
}
/************ news ************/
#news {
    position: absolute;
    left: 15px;
    top: 365px;
    width: 174px;
    border: 1px solid #8A0082;
    background-color: #F7F7F7;
    text-align: left;
}
#news .news-title {
    display: block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    padding: 0 7px;
    margin: 0;
    background: #6D0166 url('graphics/news_bg.gif') repeat-x;
    font-size: 110%;
    font-weight: bold;
    color: #FFFFFF;
}
#news dl, #news dt, #news dd {
    margin: 5px;
    padding: 0;
}
#news dt {
    font-weight: bold;
    color: #8A0082;
}
#news .date {
    font-weight: normal;
}
/************ reservation ************/
#quick-reservation {
	display: block;
    background: #FFE8FE url('graphics/reservation_bg.gif') top center repeat-x;
    position: absolute;
    left: 15px;
    top: 225px;
    width: 174px;
    height: 125px;
    border: 1px solid #CBCBCB;
    text-align: left;
    overflow: hidden;
}
#quick-reservation .quick-reservation-title {
    text-align: right;
    vertival-align: middle;
    padding: 0 7px;
    margin: 0;
    font-size: 110%;
    font-weight: bold;
    color: #FFFEFE; 
    display: block;
    height: 33px;
    line-height: 33px;
    font-family: 'Arial CE', Verdana, 'Geneva CE', lucida, sans-serif;
    background: transparent url('graphics/menu_miton.gif') 7px center no-repeat;
}
#quick-reservation form {
    margin: 0;
    padding: 0;
}
#quick-reservation table {
    border-collapse: separate;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    width: 175px;
    height: 87px;
}
#quick-reservation table td {
    padding: 0 4px;
    width: 50%;
    text-align: left;
}
#quick-reservation table .res_format {
    font-size: 90%;
    color: #213F4F;
}
#quick-reservation table td label {
    font-weight: bold;
    text-align: left;
    color: #213F4F;
    margin: 0;
    padding: 0;
}
#quick-reservation table input {
    border: 1px solid #213F4F;
    color: #50504F;
    margin: 0;
    padding: 2px;
    width: 69px;
    background: white url('graphics/input_bg.gif') top left repeat-x;
}
#quick-reservation table select {
    border: 1px solid #213F4F;
    margin: 0;
    padding: 0;
    font-size: 90%;
    padding: 0px;
}
#quick-reservation table select option {
    font-size: 10px;
    padding: 1px 2px;
    color: #50504F;
    margin: 2px 0;
}
#quick-reservation table td .button-verify {
    width: 147px;
    height: 21px;
    margin: 0 0 0 7px;
    padding: 0;
    border: none;
    color: #565656;
    cursor: pointer;
    background: url('graphics/reservation_submit_bg.gif') top no-repeat;
}
/************ content ************/
#content {
    width: 738px;
    margin: 0 auto; 
    padding: 0;
    background: #FFFFFF url('graphics/bg3.gif') top repeat-x;
    border: 1px solid #BCBCBC;
    border-top: none;
    min-height: 400px;
    height: auto;
    _height: 400px;
}
#content_in {
    width: 390px;
    margin: 0;
    margin-left: 197px;
    margin-right: 150px;
    padding: 0;
}
#content_in2 {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    background: transparent url('graphics/line1.gif') center bottom no-repeat;
    padding-bottom: 40px;
}
#content p {
    line-height: 150%;
    text-align: justify;
}
a {
    color: #8A0082;
}
#content img {
    border: none;
    margin: 5px;
}
#content .foto {
    display: none;
}
#content h1 {
    margin-top: 10px;
    padding-top: 2px;
    font-size: 130%;
    font-weight: normal;
    color: #8A0082;
}
#content h2 {
    margin-top: 2px;
    padding-top: 2px;
    font-size: 110%;
    font-weight: normal;
    color: #8A0082;
}
#content h3 {
    margin-top: 2px;
    padding-top: 2px;
    font-size: 105%;
    color: #8A0082;
}
#content ul {
    margin: 0;
    padding-left: 15px;
    list-style-type: circle;
}
#content ul li {
    margin-left: 5px;
}

#content iframe#map {
	width: 380px;
	height: 350px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #8A0082;
	overflow: hidden;
}

/************ priceList ************/
   table {
    text-align: left;
    border: 1px solid #8A0082;
    border-collapse: collapse;
    margin: 2px 0px 5px 0px;
    width: 100%;
}
   table thead {
    font-weight: bold;
    text-align: center;
    background-color: #A3609F;
    border-bottom: 1px solid #8A0082;
    color: #EEDBEC;
}
   table td {
    padding: 3px;
}
table.pricelist th.season-title, table.pricelist th.season-range {
    background: url('graphics/news_bg.gif') repeat-x;
    font-weight: bold;
    border-bottom: 1px solid #8A0082;
    color: #FFFFFF;
    height: 25px;
    padding: 0 5px;
}
table.pricelist th.season-title {
    text-align: left;
}
table.pricelist th.season-range {
    text-align: right;
}
table.pricelist td.price-value {
    color: #8E3E89;
    text-align: right;
}
table.pricelist th.rooms-title {
    font-weight: bold;
    border-bottom: 1px solid #8A0082;
    border-right: 1px solid #8A0082;
    background: #8E3E89;
    text-align: left;
    padding-left: 5px;
}
table.pricelist th.guests-count {
    font-weight: bold;
    border-bottom: 1px solid #8A0082;
    text-align: right;
}
table.pricelist td.room-name {
    font-weight: normal;
    width: 130px;
    background: #BB83B8;
    text-align: left;
    border-right: 1px solid #8A0082;
}
table.pricelist th.guests-title {
    width: 376px;
}

/************ accommodation ************/
.objectKind-detail {
    width: 388px;
    border: 1px solid #8A0082;
    background-color: #FFE8FE;
    margin: 10px 0;
    padding: 0px;
}
.objectKind-detail .objectKind-detail-text {
    font-style: italic;
    color: #565656;
    margin: 5px 5px;
}
.objectKind-detail .objectKind-detail-title {
    margin: 5px;
    padding-bottom: 2px;
    letter-spacing: 2px;
    text-align: center;
    border-bottom: 1px solid #8A0082;
}
/************ footer ************/
#footer {
    font-size: 80%;
    color: #646464;
    width: 750px;
    margin: 0;
    padding: 0;
    line-height: 2.7em;
    height: 2.7em;
    vertical-align: middle;
    left: 0;
}
#footer span {
    margin: 0 1em;
    text-align: left;
    float: left;
}
#footer #copy {
    width: 740px;
    float: right;
}
#copy #copy-previo {
    float: left;
    margin-left: 5px;
    text-align: left;
}
#copy #copy-hotel {
    margin-right: 15px;
    float: right;
}
#footer a {
    text-decoration: underline;
    color: #646464;
}

/****** Calendar ******/
.cal-left, .cal-right, .cal-month, .cal-year, .calendar .td_top {
    background-color: #8A0082;
}
.calendar .td_hilite div {
    background-color: #FFE8FE;
    border-color: #8A0082;
}
.calendar .td_today div {
    border-color: #8E3E89;
}