/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#013460;
}

p{
	margin:0px;
	padding:0px;
}

a#uno:link {
	color: #628647;
	text-decoration:none;
	font-size:10px;
}

a#uno:hover {
	color: #628647;
	text-decoration:none;
	font-size:10px;
}

a#uno:visited {
	color: #628647;
	font-size:10px;
	text-decoration:none;
}

a:link {
	color: #047996;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #047996;
}

a:visited {
	color: #047996;
	text-decoration:none;
}

#container{
	width:940px;
	margin:auto;
	border: 1px solid #FFFFFF;
	
}
#top{
	background:#ffffff;
	background-image: url(../images/elements/top.gif);
	background-repeat:no-repeat;
	height:158px;
}


#menu {
	z-index:2;
	position: absolute;
	width:940px;
	height:31px;
	background:#ffffff;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	top: 454px;
	background: url(../images/background/back_menu.jpg);
	
}	

#body{
	background:#ffffff;
	background-image: url(../images/background/back_body.gif);
	background-repeat:repeat-y;
	height:100%;

}

#sx{
	width:470px;
	float:left;
	background-image: url(../images/background/back_sx.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#centre{
	width:233px;
	float:left;
	background-image:url(../images/background/back_centro.gif);
	background-repeat:repeat-y;
}

#dx{
	width:236px;
	float:right;
	background-image:url(../images/background/back_dx.gif);
	background-position:top;
	background-repeat:no-repeat;
	
}

#indirizzo{
	margin-left:30px;
	font-size:11px;
	color:#7D7C7C;
}

#text{
	padding-left:30px;
	padding-right:30px;
}

#banner{
	width:75%;
	height:22px;
	color:#FFFFFF;
	background-color:#047996;
	margin:auto;
}

/********************************* 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: #054C6A;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054C6A;
	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: #054C6A;
	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: 12px;
	color: #7D7C7C;
	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: #7D7C7C;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dotted #7D7C7C;
	width:170px;
	margin-top:7px;
	margin-left:5px;
}
