body {	text-align: center;	font: 12px Georgia, Times New Roman, Times, serif;	color: #2e2e2e;	background: #fdeabe url(../images/bg.jpg) no-repeat center top;}
#contenuto li {
	padding-left: 30px;	background: url(../images/icon_li.gif) no-repeat 10px 4px;	}

* html #nav li {	background-image: url(../images/menu_bg_ie_david.jpg);
}

* html li#nav2 {	background-image: url(../images/menu_bg_ie_albric.jpg);
}

/* POSIZIONE */dt.auto {
	background: url(../images/icon_car.gif) no-repeat left center;
}dt.treno {
	background: url(../images/icon_train.gif) no-repeat left center;
}dt.aereo {
	background: url(../images/icon_fly.gif) no-repeat left center;
}
#infofooter {	background: url(../images/bg_footer.gif) no-repeat center top;}/* sfondi alternati form */.form_sfondo1 {	background-color: #f1dfb5;}.form_sfondo2 {
	background: #e3d2aa;
}/* TABELLE PREZZI */table.prezzi {	border-collapse: collapse;	border: 1px solid #484848;	border-right-width: 0;	border-bottom-width: 0;	width: 99%;
	margin-bottom: 10px;
	font: 10px Arial, Helvetica, sans-serif;
}table.prezzi caption {	text-transform: uppercase;	text-align: left;}.prezzi th {	background: #676767;	color: white;	padding: 1px;	text-align: center;	border-bottom: 1px solid #484848;	border-right: 1px solid #484848;
}
.prezzi th a:link, .prezzi th a:visited {	color: white;
}
.prezzi td {	border-bottom: 1px solid #484848;	border-right: 1px solid #484848;	text-align: right;
	padding: 1px;
}.prezzi tr {	background: #f1dfb5;}/* sfondo alternato tabella */.prezzi tr.riga2 {	background: #dbcaa3;}