body {
	background: #697210;
}

/* container che raggruppa tutto */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #f0c992 url(../images/texture_top.jpg) repeat-x top;
}

/* bandiere */

.it {
	background: url("../images/it.gif") no-repeat left center;
}

.de {
	background: url("../images/de.gif") no-repeat left center;
}

.en {
	background: url("../images/en.gif") no-repeat left center;
}

/* ZONA INSERIMENTO TESTI */

#contenuto {
	background: url(../images/logo.gif) no-repeat right 60px;	}

/* LISTE */

ul {
	list-style-type: none;
}

ol {

}

li {
	padding-left: 10px;
	background: url(../images/icon_ul.gif) no-repeat left 6px;
}

dl {

}

dt {
	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

dd {

}

/* POSIZIONE */

dt.auto {
	background: url(../images/icon_car.gif) no-repeat left 3px;
}

dt.treno {
	background: url(../images/icon_train.gif) no-repeat left top;
}

dt.aereo {
	background: url(../images/icon_fly.gif) no-repeat left top;
}

/* FOOTER */

#footer {
	background: url(../images/texture_bottom.jpg) repeat-x top #697210;
}

/* EDITING */

#editing {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #878e40;
}

#editing a:link, #editing a:visited {
	color: #878e40;
}

#editing a:hover, #editing a:active {
	color: white;
}


