/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#01321C;
}

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: #03391E;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #03391E;
}

a:visited {
	color: #03391E;
	text-decoration:none;
}

#container{
	width:760px;
	margin:auto;
	border: 1px solid #FFFFFF;
	
}

#menu {
	z-index:2;
	position: absolute;
	width:760px;
	height:38px;
	background:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 356px;
	background: url(../images/background/back_menu.gif) repeat-x;
	
}	

#body{
	background:#FBFBFA;
	background-image: url(../images/background/back_body.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:100%;

}

#centre{
	width:508px;
	float:left;
	background-image:url(../images/background/back_centro.gif);
	background-repeat:repeat-y;
}

#dx{
	width:252px;
	float:left;
	
}

#indirizzo{
	margin-left:10px;
	font-size:11px;
	color:#03391E;
}

#text{
	padding-left:22px;
	padding-right:22px;
}

/********************************* 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: #01321C;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01321C;
	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: #01321C;
	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: #01321C;
	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: #03391E;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per LA DICITURA TUTTE LE OFFERTE */
#offerteanteprima h2{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #03391E;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dotted #03391E;
	width:180px;
	margin-top:7px;
	margin-left:5px;
}
