/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#412220;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #ffffff;
	text-decoration:underline;
}

a#uno:hover {
	color: #ffffff;
	text-decoration:none;
}

a#uno:visited {
	color: #ffffff;
	font-size:10px;
}

a:link {
	color: #84562A;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color: #84562A;
	font-size:12px;
	font-weight:bold;
}

a:visited {
	color: #84562A;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#container{
	width:917px;
	margin:auto;
	
}

#top{
	background:#ffffff  url(../images/background/back_top.gif);
	height:93px;
}

#sx{
	background:#134694 url(../images/background/back_menu.gif);
	background-repeat:no-repeat;
	width:293px;
	height:348px;
	float:left;
}

#centre{
	width:618px;
	float:right;
	background:#F3F2F1 url(../images/background/back_centro.gif);
	background-repeat:no-repeat;
}

#centre_booking{
	width:618px;
	float:right;
	background:#bca996;
}

#text{
	padding-left:30px;
	padding-right:30px;
}

#slogan{
	font-size:20px;
}


#footer{
	background-image: url(../images/elements/bottom.gif);
	background-repeat:no-repeat;
	width:917px;
	height:110px;
	color:#ffffff;
	margin:auto
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #412220;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84562A;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #84562A;
	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: #84562A;
	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: #84562A;
	font-weight:normal;
	text-decoration:none;
	margin:0;
}

/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px dashed #ffffff;
}
/********************************* Stile Offerte FINE  **********************************/
