/******************** inizio GENERICI ************************/
body{
	background-color:#DED0B8;
	background-image: url(../images/background/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#6A440D;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
}

a#uno:hover {
	color: #ffffff;
	text-decoration:decoration;
	font-size:12px;
}

a#uno:visited {
	color: #ffffff;
	font-size:12px;
}
	

a:link {
	color: #794E10;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #794E10;
}

a:visited {
	color: #794E10;
	text-decoration:none;
}

#container{
	background-image:url(../images/background/back_container.gif);
	background-repeat:repeat-y;
	width:934px;
	margin:auto;
	
}

#menu {
	background-color:#010131;
	width:934px;
	height:55px;
	
}	

#foto{
	width:934px;
}


#body{
	
	background-image:url(../images/background/back_body.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:934px;
	margin:auto;
}

#booking {
	z-index:2;
	position: absolute;
	width:272px;
	height:392px;
	background:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#sx1{
	background-image:url(../images/background/back_booking.gif);
	background-repeat:no-repeat;
	width:241px;
	height:312px;
	margin:auto;
}
#sx{
	background-color:#EEE1CB;
	background-image:url(../images/background/back_sx.gif);
	background-repeat:no-repeat;
	width:272px;
	float:left;
}

#centre{
	width:662px;
	background-image:url(../images/background/back_testo.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}

#text{
	padding-left:19px;
}

#text1{
	padding-left:22px;
	padding-right:3px;
}

#footer{
	width:930px;
	margin:auto;
	margin-top:11px;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #762D10;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	text-decoration:none;
	font-weight:normal;
	margin:0;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A2E0D;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px dashed #DCC99D;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #03033D;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #966621;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

.spazio{
	width:172px;
	height:3px;
	background-image: url(../images/elements/linea.gif);
	background-repeat:no-repeat;
	margin-top:12px;
	margin-bottom:12px;

}
