/******************** inizio GENERICI ************************/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#0A7493;
}

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#over:link {
	color: #B10404;
	text-decoration:none;
}

a#over:hover {
	color: #B10404;
	text-decoration:none;
}

a#over:visited {
	color: #B10404;
	text-decoration:none;
}

a:link {
	color: #0A467D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #0A467D;
}

a:visited {
	color: #0A467D;
	text-decoration:none;
}

#container{
	width:922px;
	margin:auto;
	
}

#top{
	background:#ffffff  url(../images/background/back_top.gif);
	height:93px;
}

#menu {
	z-index:2;
	position: absolute;
	width:922px;
	height:36px;
	background:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 400px;
	background: url(../images/background/back_menu.gif) repeat-x;
}	

#body{
	background:#FFFFFF url(../images/background/back_body.gif) repeat-y;
	width:922px;
}

#onde{
	background: url(../images/background/back_onde.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:682px;
	float:right;
}

#sx{
	background:#ffffff url(../images/background/back_sx.gif);
	background-repeat:no-repeat;
	width:239px;
	float:left;
}

#centre{
	width:535px;
	float:left;
}

#newsletter{
	width:228px;
	height:131px;
	background:url(../images/background/newsletter.gif);
	margin:auto;
	font-size:10px;
	color:#054C6A
}

#dx{
	width:146px;
	float:right;
	height:100%;
}

#text{
	padding-left:40px;
	padding-right:40px;
}

#text1{
	padding-top: 12px;
	padding-left:12px;
	padding-right:12px;

}

#footer{
	background:#ffffff url(../images/background/back_footer.gif) repeat-x;
	width:922px;
	height:66px;
	padding-top:4px;
	color:#0A467D;
}

/********************************* 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: 0px dashed #DCC99D;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #054C6A;
	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: #054C6A;
	text-decoration:none;
	font-weight: normal;
	margin:0;
}
/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px dashed #03B3FA;
	width:170px;
	margin-top:12px;
	margin-left:5px;
}

