#container {
	border: 7px solid #FFFFFF;
	width: 737px;
	margin: auto;
	background-color: #FFFFFF;
}
#testata {
	height: 286px;
	background-image: url(/themes/img/foto_testata.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #284C82;
}
#logo {
	float:left;
	height:479px;
	height:126px;
}

#index_header_box_booking_online {
	float:left;
	position: relative;
	top: 13px;
	background-image: url(/themes/img/box_testata.gif);
	background-repeat: no-repeat;
	width: 251px;
	height: 161px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

#index_header_box_booking_online_interno {
	position: relative;
	top: 0px;
	margin: 7px;
}

#index_header_box_booking_online_interno a, #index_header_box_booking_online_interno a:link, #index_header_box_booking_online_interno a:active, #index_header_box_booking_online_interno a:visited {
	color:#FFFFFF;
}

#index_header_box_booking_online_interno a:hover{
	color:#FFFF00;
}

#index_header_box_menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FFFFFF;
	float:left;
	background-color:#003366;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#corpo_pagine_esterno {
	font-family: "Trebuchet MS";
	border: 1px solid #999999;
	padding: 10px;
	background-color: #F3F3F3;
	width: 97%;
}

#titolo_testa_elenco {
	float: left;
	width: 60%;
	font-family: "Trebuchet MS";
	font-size:13px;
}

#box_lista_hotels {
	float: right;
	height: 100px;
	width: 202px;
	background-image: url(/themes/img/box_listing.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	position: relative;
}

#footer {
	width: 737px;
	margin: auto;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-right-width: 7px;
	border-bottom-width: 3px;
	border-left-width: 7px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#credits {
	float: right;
	width: 360px;
	text-align: right;
}

#firma {
	float: left;
	width: 360px;
	text-align: left;
	margin: auto;
}


.clear_float:after {
    content: ";"; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden;
}

* html .clear_float {
	height: 1%;
}

#pagine {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #000000;
}
#indice_pagine {
	background-image:url(/themes/img/elenco_pagine_4.gif);
}

.voce_elenco {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 95px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;	
}

.voce_elenco .foto_hotel {
	position: absolute;
	top: 10px;
	left: 10px;
}
.dettagli_hotel {
	position: absolute;
/*	top: 0px; */
	left: 100px;
	width: 615px;
}
.dettagli_hotel p {
/*
	position: absolute;
	top: 42px;
	_top: 32px;
*/
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.dettagli_hotel .servizi {
/*
	position: absolute;
	top: 80px;
	_top: 60px;
*/
	margin-top: 3px;
	margin-bottom: 3px;
}
.dettagli_hotel h3 {
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 4px;
}

.dettagli_hotel h5 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.dettagli_hotel h5 a, .dettagli_hotel h5 a:link, .dettagli_hotel h5 a:active, .dettagli_hotel h5 a:visited {
	color:#FF0000;
}

.scheda_hotel {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 100%;
}

.scheda_hotel p {
	margin-bottom: 5px;
	margin-top: 5px;
}

.scheda_hotel .float_left {
	float: left;
	width: 200px;
}

.scheda_hotel .float_right,  .scheda_hotel .float_right p, .scheda_hotel .float_right h5 {
	width: 350px;
	text-align: right;
}

.scheda_hotel a, .scheda_hotel a:link, .scheda_hotel a:active, .scheda_hotel a:visited {
	color:#FF0000;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}


