body {
    background: #268494 url("graphics/body_bg1.gif") center top repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #0a2226;
}
/************ General classes ************/
input.button {
    border: 1px solid #01859C;
    margin: 0px 10px;
    color: #FFFFFF;
    height: 21px;
    background: #5fbabd;
}
select {
    background: #FFFFFF;
    border: 1px solid #01859C;
    color: #025257;
    padding: 0;
}
a {
    color: #0A2226;
}

/************ bg2 ************/
#bg2 {
    border: 1px solid #E5F1F4;
    width: 780px;
    position: relative;
    padding: 0px;
}
#bg2_in {
    background: #cdf0f5;
	border: 0px;
    height: auto;
    padding: 0;
    margin: 0;
    width: auto;
}

#bg2_in2 {
    background: #cdf0f5;
    border: 0;
    height: auto;
    margin: 0 12px;
    padding: 0;
    width: auto;
}
/************ bg3 ************/
#bg3 {
    text-align: left;
    background: transparent;
}
/************ bg4 ************/
#bg4 {
    margin: 0;
    padding: 0;
	text-align: right;
    border: 0;
    width: auto;
}
/************ lang ************/
#lang {
    color: #FFFFFF;
    width: 755px;
    background: transparent url("graphics/lang_background.gif") top center repeat-x;
}
#lang li {
    font-size: 10px;
}
#lang li a {
    color: #C9E9EE;
}
#lang li a:hover {
    color: #FFFFFF;
    font-weight:normal;
}
#lang ul li.separator {
	background: transparent url("graphics/lang_separator_bg.gif") center center no-repeat;
}
/************ head ************/
#head {
    width: 755px;
}
#header {
    background: transparent url("graphics/header_background.gif") center top repeat-x;
    width: 543px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}
#header_in {
    width: 543px;
}
#header_in2 {
	background: transparent; /* url("graphics/map.gif") 145px 10px no-repeat;*/
	padding: 0;
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}
.header_contact {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
}
.header_contact a {
	color: #fff;
	font-size: 12px;
}
#header_map {
    display: block;
    float: none;
    position: absolute;
    left: 355px;
    
}
.header_contact a {
    color: white;
    text-decoration: underline white;
}
#logo {
    background: transparent;
}
#logo img {
    border: none;
    padding: 0;
    margin: 0;
}
/************ menu ************/
#menu {
    width: 196px;
    float: left;
    display: block;
    background: transparent url("graphics/menu_background.gif") center top no-repeat;
    margin: 0;
    padding: 0;
    border: 1px solid #FFFFFF;
    $left: 1px;
}
#menu #menu_in {
    border: 0;
}
#menu ul {
    background-color: transparent;
    width: 100%;
}
#menu ul li {
    background: transparent;
    width: 100%;
}
#menu ul li a {
    background: transparent url("graphics/menu_button_out2.gif") center top no-repeat;
    color: #414141;
    padding-left: 37px;
}
#menu ul li a:hover {
    color: #FFFFFF;
    background: transparent url("graphics/menu_button_over2.gif") center top no-repeat;
}
/************ news ************/
#news {
    background-color: #CCEBEF;
    border: 1px solid #01859C;
    position: relative;
    $left: 1px;
}
#news .news-title {
    text-align: left;
    padding: 1px 7px 0px;
    font-size: 120%;
    color: #FFFFFF; 
    display: block;
    height: 26px;
    vertival-align: middle;
    background: url("graphics/news_background.gif") center top repeat-x;
    margin: 0; 
}  

#news dl, #news dt, #news dd {
    margin: 0;
    padding: 5px;
	color: #02575D;
}
#news_in dt {
    font-weight: bold;
    color: #268494;
    padding: 0 5px;
}
#news .date {
    font-size: 110%;
    font-weight: normal;
	color: #0a2226;
	padding: 5px;
}
/************ reservation ************/
#quick-reservation {
    display: block;
    background: #D6F0F3;
    width: 174px;
    height: 125px;
    border: 1px solid #01859C;
    left: 577px;
    z-index: 5;
    margin: 0;
    padding: 0;
}
#quick-reservation .quick-reservation-title {
    color: #FFFFFF; 
    background: url("graphics/res_h2_background.gif") center top no-repeat;
}
#quick-reservation table input {
    border: 1px solid #268494;
    background: white url('graphics/input_bg.gif') no-repeat scroll left top;
    
}
#quick-reservation table select {
    border: 1px solid #268494;
    padding: 0;
}
#quick-reservation table #calendar-input-quickDateFrom, #quick-reservation table #calendar-input-quickDateTo {
    background: white url('graphics/input_bg.gif') no-repeat scroll left top;
    font-size: 90%;
    padding: 3px 4px;
}

#quick-reservation table .button-verify {
    color: #FFFFFF;
    height: 21px;
    border: 0;
    background: transparent url('graphics/button_bg.gif') center center no-repeat;
}

/************ quickGallery ************/
.quickGallery .quickGallery-title {
    color: #025257;
}
.quickGallery a:hover img {
    border: 2px solid #59A8B5;
}

/************ content ************/
#content {
    overflow: hidden;
    width: 555px;
    padding: 0;
    margin: 0;
    border: 0;
}
#content_in {
    border: 0;
    background: transparent;
    margin-left: 13px;
}
#content h3 {
    font-size: 115%;
}
a {
    color: #025257;
}
#content_in2 h1 {
    font-size: 120%;
    color: #025257;
    padding-left: 0;
    background: transparent;
}
#content h2 {
    font-size: 120%;
    color: #025257;
}
#content h3 {
    color: #025257;
}

#content iframe#map {
	border: 1px solid #FFFFFF;
}
#content #fotos {
    text-align: center;
    width: 520px;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0 auto;
}
#content .foto {
    width: 161px;
    height: 109px;
    background: #FFFFFF;
    border: 1px solid #01859C;
    float: left;
    margin: 5px;
	_margin: 4px;
}
#content .foto img {
    border: 1px solid #59A8B5;
    margin: 15px 15px;
    width: 120px;
    height: 79px;
    padding: 0;
}

/************ priceList ************/
   table {
    border: 1px solid #01859C;
    margin: 0;
}
form#form-season-selection {
    margin: 0;
}
   table thead {
    background-color: #CCEBEF;
    border-bottom: 1px solid #01859C;
    color: #025257;
}
   table td {
    color: #025257;
}
table.pricelist th.season-title, table.pricelist th.season-range {
    background: transparent url("graphics/lang_background.gif") top center repeat-x;
    border-bottom: 1px solid #01859C;
    color: #FFFFFF;
    height: 22px;
}
table.pricelist td.price-value {
    background: white;
    text-align: right;
}
table.pricelist th.rooms-title {
    border-bottom: 1px solid #01859C;
    border-right: 1px solid #01859C;
    background: #D6F0F3;
}
table.pricelist th.guests-count {
    border-bottom: 1px solid #01859C;
}
table.pricelist td.room-name {
    font-weight: bold;
    color: #0a2226;
    background: #D6F0F3;
    text-align: left;
    border-right: 1px solid #01859C;
}
.mail-to {
    color: #075762;
}

.contact-url {
    color: #075762;
}


/************ accommodation ************/
.objectKind-detail {
    border-color: #01859C;
    background-color: #ccebef;
    margin: 10px 0;
    width: 100%;
}
/************ objectKind - gallery ************/
.objectKind-detail .objectKind-gallery {
    border-color: #59A8B5;
    border-width: 1px;
    background: #cdf0f5;
    margin-right: 15px;
}
.objectKind-detail .objectKind-gallery .objectKind-gallery-list {
    color: #025257;
}
.objectKind-detail .objectKind-gallery a {
    text-decoration: none;
    color: #025257;
}
.objectKind-detail .objectKind-gallery a:hover {
    color: #025257;
}
.objectKind-detail .objectKind-gallery a img {
    border: 2px solid #59A8B5;
}
.objectKind-detail .objectKind-gallery a:hover img {
    border: 2px solid #01859c;
}

/************ gallery ************/
#gallery table {
    border: none;
}
#gallery table a img {
    border: 2px solid #59A8B5;
}
#gallery table a:hover img {
    border: 2px solid #01859c;
}

/************ footer ************/
#footer {
    color: #FFFFFF;
    width: 780px;
    padding: 0 0 15px 0;
    bottom: -5em;
    left: 0;
}
#footer #copy {
    width: 100%;
}
#copy #copy-previo {
    float: right;
}
#copy #copy-hotel {
    float: left;
}
#footer a {  
    color: #FFFFFF;
}

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