/* CSS Document */

body {
	background-image: url(immagini/sfondo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.indirizzo {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #DEDBD3;
}

.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DEDBD3;
}

.testo_menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B8B2A9;
}

.testo_rosso {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}

.testo_arancio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC66;
}

.testo_marrone {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #462304;
}

.titolo_rosso {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #993300;
	font-weight:normal;
}

.titolo_marrone {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #484339;
	font-weight:normal;
}

.titolo_beige {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #645D50;
	font-weight:normal;
}

a.link_menu:link {
	color: #B8B2A9;
	text-decoration: none;
}

a.link_menu #active {
	color: #FFCC66;
	text-decoration: none;
}
a.link_menu:visited {
	color: #B8B2A9;
	text-decoration: none;
}
a.link_menu:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.link_menu:active {
	text-decoration: none;
	color: #B8B2A9;
}

a.link_menurosso:link {
	color: #B8B2A9;
	text-decoration: none;
}
a.link_menurosso:visited {
	color: #B8B2A9;
	text-decoration: none;
}
a.link_menurosso:hover {
	color: #993300;
	text-decoration: none;
}
a.link_menurosso:active {
	text-decoration: none;
	color: #B8B2A9;
}


a.link_marrone:link {
	color: #484339;
	text-decoration: none;
}
a.link_marrone:visited {
	color: #484339;
	text-decoration: none;
}
a.link_marrone:hover {
	color: #993300;
	text-decoration: none;
}
a.link_marrone:active {
	text-decoration: none;
	color: #484339;
}

.clist{
	background-color:#B0A99D;
	font-Family: "Times New Roman", Times, serif;
	color:#484339;
	font-size:14px;
	border: 1px solid #DEDBD3;
}
.cbutton{
	background-color: #B0A99D;
	font-Family: "Times New Roman", Times, serif;
	color:#484339;
	font-size:14px;
	border: 1px solid #DEDBD3;
}
