
/*** Stili generali
*/

body {
	background-color: #666;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a { cursor: pointer; text-decoration: none; margin: 0; padding: 0; color: #90646F; }
a:hover { color: #666; }
.clr { clear: both; visibility: hidden; }
img { border: 0; margin: 0; padding: 0; }
h2 { border: 0; margin: 0; padding: 0; }
table, td, tr { border: 0; border-collapse: collapse; padding: 0; margin: 0; }
h1 {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Verdana, sans;
	font-size: 20px;
	color: #fff;
}
h3 {
	padding: 0 0 5px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Verdana, sans;
	font-size: 26px;
	color: #936671;
}

#page {
	width: 810px;
	margin: 0 auto;
	padding: 0;
}

/* Header */
#header {
	width: 100%;
	height: 220px;
	padding: 0;
	margin: 0;
	background: transparent url('images/header_background.jpg') no-repeat;
}

#header #flags {
	top: 10px;
	position: relative;
}

#header a.flag {
	width: 18px;
	height: 26px;
	display: block;
	margin: 0px 0 1px 2px;
}

#header #flag_en {
	background: transparent url('images/flag_en.jpg') no-repeat;
}

#header #flag_en_now {
	background: transparent url('images/flag_en_now.jpg') no-repeat;
}

#header #flag_de {
	background: transparent url('images/flag_de.jpg') no-repeat;
}

#header #flag_de_now {
	background: transparent url('images/flag_de_now.jpg') no-repeat;
}

#header #flag_it {
	background: transparent url('images/flag_it.jpg') no-repeat;
}

#header #flag_it_now {
	background: transparent url('images/flag_it_now.jpg') no-repeat;
}

#header #pushes {
	padding: 19px 0 0 49px;
}

#header a.push {
	width: 18px;
	height: 98px;
	display: block;
	margin: 0 6px 0 0;
	float: left;
}

#header a#push_home {
	background: transparent url('images/header_push_home.jpg') no-repeat;
}

#header a#push_home_current, #header a#push_home:hover {
	background: transparent url('images/header_push_home_over.jpg') no-repeat;
}

#header a#push_offerte {
	background: transparent url('images/header_push_offerte_it.jpg') no-repeat;
}

#header a#push_offerte_current, #header a#push_offerte:hover {
	background: transparent url('images/header_push_offerte_over_it.jpg') no-repeat;
}

#header a#push_booking {
	background: transparent url('images/header_push_booking_it.jpg') no-repeat;
}

#header a#push_booking_current, #header a#push_booking:hover {
	background: transparent url('images/header_push_booking_over_it.jpg') no-repeat;
}

#header a#push_chisiamo {
	background: transparent url('images/header_push_chisiamo_it.jpg') no-repeat;
}

#header a#push_chisiamo_current, #header a#push_chisiamo:hover {
	background: transparent url('images/header_push_chisiamo_over_it.jpg') no-repeat;
}

#header a#push_contatti {
	background: transparent url('images/header_push_contatti_it.jpg') no-repeat;
}

#header a#push_contatti_current, #header a#push_contatti:hover {
	background: transparent url('images/header_push_contatti_over_it.jpg') no-repeat;
}

/* Fine header */

#content {
	margin: 0 auto;
}

/* Lato sinistro */

#left_side {
	float: left;
	width: 244px;
	padding: 0;
	margin: 0;
}

#calendar {
	width: 245px;
/* 	padding: 0 0 0 5px; */
	height: 308px;
	background: transparent url('images/calendar_bk.jpg') repeat-y;
	margin-bottom: 15px;
}

#calendar .top {
	background: transparent url('images/calendar_top_bk.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 21px;
}

#calendar .content {
	padding: 5px 30px 5px 32px;
	color: #fff;
}

#calendar .background {
	background: transparent url('images/calendar_background.jpg') no-repeat;
	display: block;
	width: 229px;
	height: 241px;
	margin-left: 16px;
}

#calendar .image {
	display: block;
	width: 206px;
	height: 130px;
	margin-left: 11px;
}

#calendar .months {
	margin: 3px 0 0 7px;
}

#calendar .months .month {
	background: transparent url('images/calendar_month_bk.jpg') no-repeat;
	display: block;
	width: 50px;
	height: 31px;
	margin-left: 2px;
	float: left;
	text-align: center;
}

#calendar .months .month_current {
	background: transparent url('images/calendar_month_bk_current.jpg') no-repeat;
	display: block;
	width: 50px;
	height: 31px;
	margin-left: 2px;
	float: left;
	text-align: center;
}

#calendar .months .month a {
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 5px;
}

#calendar .months .month_current a {
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 5px;
}

#newsletter {
	width: 245px;
	height: 100%;
	background: transparent url('images/newsletter_bk.jpg') repeat-y;
}

#newsletter .top {
	background: transparent url('images/newsletter_top_bk.jpg') no-repeat;
	width: 100%;
	height: 20px;
	display: blocK;
	position: relative;
	left: 16px;
}

#newsletter .content {
	padding: 5px 20px 5px 32px;
	color: #fff;
	position: relative;
	top: -5px;
}

#newsletter .content input {
	width: 170px;
	height: 25px;
	border: 0;
	color: #333;
	margin: 5px 0 0 4px;
	padding: 5px 4px 4px 6px;
	font-size: 11px;
	background: transparent url('images/newsletter_box_bk.jpg') no-repeat;
}

#newsletter .content .send {
	text-align: right;
	padding-right: 20px;
	background: transparent url('images/icon_mail.jpg') center right no-repeat;
}

#newsletter .content .send a {
	color: #ccc;
	text-decoration: underline;
}

#newsletter_bottom {
	background: transparent url('images/newsletter_bottom_bk.jpg') no-repeat;
	width: 245px;
	height: 20px;
	display: block;
	position: relative;
	left: 16px;
}

#newsletter #nl_msg {
	padding: 3px;
	display: none;
/* 	visibility: hidden; */
	margin: 2px 0 1px 0;
	border: 1px solid #fff;
	width: 182px;
	background-image: url('images/error_arrow_d.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#gallery {
	width: 230px;
	height: 100%;
	padding: 0 0 10px 16px;
}

#gallery .content {
/* 	background: transparent url('images/gallery_bk.jpg') repeat-y; */
	display: blocK;
	text-align: center;
}


/* Fine lato sinistro */

/* Lato centrale */

#middle_side {
	float: left;
	width: 340px;
	padding: 0;
	margin: 0;
}

#middle_side .middle_side {
	background: transparent url('images/middle_bk.jpg') repeat-y;
}

#middle_side .middle_side .top {
	background: transparent url('images/middle_top_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#middle_side .middle_side .content .text {
 	padding: 0 20px 0 23px;
}

#middle_side .middle_side .content h3 {
/* 	background: transparent url('images/arrow_right.jpg') 0 50% no-repeat; */
	padding: 0  13px 0 13px;
	margin: 0 10px 0 10px;
	text-align: center;
	font-size: 24px;
}

#middle_side .middle_side .content table {
	margin: 2px;
	width: 97%;
	text-align: center;
}

#middle_side .middle_side .content table td {
	border: 1px solid #ccc;	
	padding: 2px;
}

#middle_side .middle_side .content table .tt {
	color: #936671;
	font-weight: bold;
	font-size: 12px;
}

#middle_side .middle_side .content p {
	margin: 20px 0 0 0;
}

#middle_side .middle_side .content p.period {
	background: transparent url('images/calendar_view_day.jpg') 0 10% no-repeat;
	padding: 0 0 0 20px;
}

#middle_side .middle_side .content p.prices {
	background: transparent url('images/creditcards.jpg') 0 10% no-repeat;
	padding: 0 0 0 20px;
}

#middle_side .middle_side .content p.booking {
	background: transparent url('images/book_open_white.jpg') 0 10% no-repeat;
	padding: 0 0 0 20px;
}

#middle_side .middle_side .content p .attribute {
	color: #936671;
	font-weight: bold;
	font-size: 14px;
}

#middle_side .middle_side .content .offers_box {
	background: transparent url('images/offers_home_bk.jpg') no-repeat;
	margin: 10px 0 0 5px;
	display: block;
	height: 120px;
	width: 330px;
}

#middle_side .middle_side .content .offers_box .offers_div {
	position: relative;
	top: 13px;
	left: 13px;
	display: block;
	height: 96px;
}

#middle_side .middle_side .content .offers_box .offers_div div {
	position: relative;
	top: 0;
	left: 104px;
	width: 200px;
	margin: 2px 0 2px 0;
	padding: 0;
}

#middle_side .middle_side .content .offers_box .offers_div .title {
	font-family: Georgia, "Times New Roman", Verdana, sans;
	font-size: 18px;
	color: #936671;
	display: block;
}

#middle_side .middle_side .content .offers_box .offers_div .comment {
	color: #fff;
}

#middle_side .middle_side .content .offers_box .offers_div .price {
	color: #fff;
	text-align: right;
}

#middle_side .middle_side .content .offers_box .offers_div .moreinfo {
	color: #fff;
	margin: 12px 0 0 0;
	height: 15px;
	text-align: right;
	background: transparent url('images/moreinfo.jpg') 100% 0 no-repeat;
	padding: 0 20px 0 0;
/* 	float: right; */
	width: 178px;
}

#middle_side .middle_side .content .offers_box .offers_div .moreinfo a {
	text-decoration: underline;
	color: #ccc;
	font-size: 10px;
}

#middle_side .middle_side .content .month_offers {
	height: 30px;
	font-family: Georgia, "Times New Roman", Verdana, sans;
	font-size: 18px;
	color: #999;
	text-align: center;
	margin: 10px 0 10px 0;
}

#middle_side .middle_side .content .month_offers select {
	width: 150px;
	border: 1px solid #936671;
	padding: 2px;
}

#middle_side .bottom {
	background: transparent url('images/middle_bot_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
/* Fine lato centrale */

/* Lato centrale ampio */
#middle_page {
	float: left;
	width: 549px;
	padding: 0;
	margin: 0;
	background: transparent url('images/page_bk.jpg') repeat-y;
}

#middle_page .content {
	padding: 0 20px 0 20px;
}

#middle_page .top {
	background: transparent url('images/page_bk_top.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#middle_page .bottom {
	background: transparent url('images/page_bk_btm.jpg') no-repeat;
	height: 20px;
	width: 100%;
}
/* Fine lato centrale ampio */

/* Modulo dei contatti */
#middle_page #contact_div input, textarea {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, sans;
	font-size: 10px;
	padding: 2px;
}

#middle_page #contact_div #ct_msg {
	padding: 3px;
	display: none;
	margin: 2px 0 1px 0;
	border: 1px solid #ccc;
	width: 380px;
	color: #fff;
	background-image: url('images/error_arrow_u.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/* Fine modulo dei contatti */

/* Lato destro */
#right_side {
	float: left;
	width: 222px;
	padding: 0;
	margin: 0;
}

#right_side #hotelbanner {
/* 	background: transparent url('images/hotelbanner_bk.jpg') repeat-gy; */
	width: 210px;
	height: 210px;
	margin: 0;
}

/*#right_side #hotelbanner .top {
	background: transparent url('images/hotelbanner_top_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}*/

/*#right_side #hotelbanner .bottom {
	background: transparent url('images/hotelbanner_bot_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}*/

#right_side #hotelbanner .content {
	text-align: center;
}
#right_side #links {
	margin-top: 12px;
	background: transparent url('images/hotelbanner_bk.jpg') repeat-y;
	width: 209px;
}

#right_side #links .top {
	background: transparent url('images/hotelbanner_top_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#right_side #links .bottom {
	background: transparent url('images/hotelbanner_bot_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#right_side #links .content {
	text-align: center;
	color: #fff;
	display: block;
}

#right_side #links .content h3 {
	text-align: left;
	color: #fff;
	padding: 0 10px 0 15px;
	font-size: 20px;
	color: #936671;
}

#right_side #booknow {
	margin-top: 12px;
	background: transparent url('images/booking_bk.jpg') repeat-y;
	width: 209px;
}

#right_side #booknow .top {
	background: transparent url('images/booking_top_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#right_side #booknow .bottom {
	background: transparent url('images/booking_bot_bk.jpg') no-repeat;
	height: 20px;
	width: 100%;
}

#right_side #booknow .content {
	color: #fff;
	padding: 0 10px 0 15px;
}

#right_side #booknow .content a {
	color: #fff;
}

#right_side #booknow .content h3 {
	color: #fff;
	font-size: 20px;
}

#right_side hr.violet {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 95%;
	border: 1px solid #77535C;
}

#booking {
	font-size: 11px;
	color: #333;
}

#booking p.subtitle {
	border-bottom: 1px solid #77535C;
	padding: 5px 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #77535C;
} 

#booking div {
	padding: 2px 0 2px 12px;
	margin: 0;
	clear: both;
}

#booking select {
	height: 17px;
	border: 1px solid #77535C;
	background: white;
	font-size: 10px;
	padding: 1px;
}

#booking input,textarea {
	height: 15px;
	border: 1px solid #77535C;
	background: white;
	font-size: 10px;
	padding: 2px 1px 1px 1px;
	width: 140px;
}

#booking input.submit {
	height: 20px;
	border: 1px solid #77535C;
	background: white;
	font-size: 10px;
	padding: 1px;
	margin-top: 5px;
}

#booking label {
	font-weight: bold;
	color: #333;
	width: 150px;
	display: block;
	float: left;
}

#booking td.label {
	font-weight: bold;
	color: #333;
}

#booking span.a {
	color: red;
}

#booking .rooms img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}


#booking select.day {
	width: 38px;
}

#booking select.month {
	width: 80px;
}

#booking select.year {
	width: 50px;
}

#booking select.hour {
	width: 55px;
}

#booking #bk_msg {
	padding: 3px;
	display: none;
	margin: 2px 0 1px 0;
	border: 1px solid #ccc;
	width: 380px;
	color: #fff;
	background-image: url('images/error_arrow_u.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

/* Fine lato destro */

/* Footer */

#footer {
	background: transparent url('images/footer_background.jpg') repeat-y;
	width: 778px;
	height: 120px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	font-size: 10px;
	color: #fff;
}

#footer #top {
	background: transparent url('images/footer_top_bk.jpg') no-repeat;
	width: 778px;
	height: 19px;
}

#footer #left {
	float: left;
	padding: 0 0 0 20px;
}

#footer #right {
	float: right;
	padding: 0 20px 0 0;
}

#footer #right #menu {
	font-size: 14px;
}

#footer #right #develop {
	text-align: right;
	padding-top: 40px;
}

/* Fine footer */