/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#746742;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #1f3450;
	text-decoration:none;
	font-size:11px;
}

a#uno:hover {
	color: #1f3450;
	text-decoration:none;
	font-size:11px;
}

a#uno:visited {
	color: #1f3450;
	font-size:11px;
	text-decoration:none;
}

a:link {
	color: #856B1C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #856B1C;
}

a:visited {
	color: #856B1C;
	text-decoration:none;
}

#container{
	background-image:url(../images/background/background.gif);
	background-repeat:repeat-y;
	width:998px;
	margin:auto;
}

#top {
	width:998px;
	height:172px;
	background-color:#FFFFFF;
	
}	

#menu {
	background-image:url(../images/background/back_menu.gif);
	background-repeat:no-repeat;
	width:998px;
	height:32px;
}	

#body{ 
	background-image:url(../images/background/back_body.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#flash{
	height:278px;
	background-image:url(../images/background/back_foto.gif);
}

#dx{
	width:332px;
	float:left;
}


#footer{
	background-image: url(../images/background/back_footer.gif);
	width:998px;
	height:28px;
	color:#856B1C;
	font-size:12px;
}

#testo{
	width:666px;
	float:left;
	font-size:12px;
}
#testo-booking{
	width:960px;

	font-size:12px;
}

#text{
	margin-left:20px;
	margin-right:20px;
}



/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #927A34;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #927A34;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #927A34;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #624821;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Descrizione Lunga Offerta */
#offertelastminute h4{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #624821;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px dashed #EDD6B6;
}

#offertelastminute hr{
	border: 1px dashed #EDD6B6;
	width:90%;
	margin-top:8px;
	margin-left:6px;
}

/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #927A34;
	text-decoration:none;
	font-weight: bold;
	margin:0;
	margin-left:60px;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #927A34;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	margin-left:60px;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dotted #927A34;
	width:220px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	margin-left:43px;
}

