/******************** inizio GENERICI ************************/
body{
	background-color:#ECE6D5;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#492902;
}

p{
	margin:0px;
	padding:0px;
}

a#offerte1 {
	color: #3E3E3E;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

a:link#offerte1 {
	color: #3E3E3E;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
a:hover#offerte1 {
	text-decoration:underline;
	color: #3E3E3E;
	font-size:11px;
	font-weight:bold;
}

a#rubiani{
	color: #8F6D0F;
	text-decoration:none;
	font-size:19px;
	
}

a:link#rubiani {
	color: #8F6D0F;
	text-decoration:none;
	font-size:19px;
	
}
a:hover#rubiani {
	text-decoration:underline;
	color: #8F6D0F;
	font-size:19px;
	
}

a {
	color: #8F6D0F;
	text-decoration:none;
	font-size:11px;
}

a:link {
	color: #990000;
	text-decoration:none;
	font-size:11px;
}
a:hover {
	text-decoration:underline;
	color: #863411;
	font-size:11px;
}

#container{
	width:998px;
	margin:auto;
	background-image:url(../../images/background/back_container.gif);
	background-repeat: repeat-y;
	
}

#top{
	width:998px;
	height:96px;
	margin:auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(../../images/background/back_top.gif);
	background-repeat:no-repeat;
}

#foto{
	width:998px;
	height:228px;
	margin:auto;

	
}

#menu{
	width:891px;
	height:25px;
	margin:auto;
	background-color:#863410;
	margin-left:55px;
	
}
#body{
	width:891px;
	margin:auto;
	margin-left:55px;

}

#ristorante{
	width:208px;
	height:112px;
	font-size:11px;
	background-color: #EEE2C0;
}

#meteo{
	width:285px;
	height:41px;
	background-image:url(../../images/background/back_meteo.gif);
	color:#FFFFFF;
	
}

#text{
	margin-left:20px;
	margin-right:20px;

}

#titolo{
	font-size:20px;
	color:#AC7009;
	margin-left:20px;
}

#titolo_ristorante{
	font-size:19px;
	color:#8F6D0F;
	
}

#footer{
	
	margin-right:18px;
	margin:auto;
	width:998px;
}

#submit {
	border: 1px solid #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#2D8FC7;
}

#reset {
	border : 1px solid #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	background-color:#9A9B9C;
}

/********************************* Stile per Offerte  **********************************/

#offertelastminute {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #492902;
	text-decoration:none;
}

/* Stile per Titolo Offerta */
#offertelastminute h1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #863410;
	text-decoration:none;
	font-weight: bold;
	margin:0;
}

/* Stile per Sottotitolo Offerta */
#offertelastminute h2{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #863410;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;
	margin:0;
}

/* Stile per Descrizione Breve Offerta */
#offertelastminute h3{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #492902;
	text-decoration:none;
	font-style:italic;
	font-weight: normal;
	margin:0;
}


/* Stile per bordo della foto anteprima */
#offertelastminute img{
	border: 1px solid #ffffff;
}
/********************************* Stile Offerte FINE  **********************************/
/********************************* Stile Offerte IN ANTEPRIMA  **********************************/

/* Stile per Titolo Offerta */
#offerteanteprima h1{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #3E3E3E;
	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: #7C490D;
	text-decoration:none;
	margin:0;
}

/* Stile per L'INTERLINEA TRA OFFERTE IN ANTEPRIMA */

#offerteanteprima hr{
	border: 1px solid #ABA99C;
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	margin:auto;
}

