html {
	background-color:#FFEFD5;
}
body {
	background-color:#FFEFD5;
	text-align:center;
	margin:0px;
	padding:0px;
	color:#531D0C;
	font-family:"Trebuchet MS", Tahoma, "Lucida Sans", Verdana, Arial, sans-serif;
	background-image:url(img2009/sfumatura_verticale.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
	color:#FED68F;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0px;
}
#contenitore {
	width:900px;
	margin:0 auto;
}
#lingue {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img2009/sfondo_lingue.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:55px;
	padding-bottom:10px;
}
#lingue a {
	font-size:0.8em;
	padding-left:7px;
}

/****************** TESTATA */
#testata {
	float:left;
	text-align:left;
	height:114px;
}
#testata h1 {
	margin-left:-3500px;
}
#testata h2 {
	margin-left:-3500px;
}
/************* CORPO */
#corpo {
	float:left;
	width:900px;
	padding:0px;
	margin:0px;
}
/******************* MENU */
#menu {
	float:left;
	width:193px;
	margin-left:7px;
	background-color:#531D0C;
	color:#FED68F;
	font-family:"Times New Roman", Times, Goergia, serif;
	text-align:left;
	text-transform:uppercase;
	padding-top:20px;
	margin-top:0px;
	padding-bottom:90px;
	background-image:url(img2009/sfumatura_menu.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	
}
#menu a {
	color:#FED68F;
	display:block;
	font-size:0.8em;
	text-decoration:none;
	margin-left:10px;
	padding-left:30px;
	line-height:1.5em;
}
#menu a.gruppo1 {
	background-image:url(img2009/menu_simbolo_1.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu a.gruppo2 {
	background-image:url(img2009/menu_simbolo_2.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu a.gruppo3 {
	background-image:url(img2009/menu_simbolo_3.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu a:hover {
	text-decoration:underline;
}
#menu a.attuale {
	color:#FED68F;
	text-decoration:underline;
	display:block;
	font-size:0.8em;
	font-weight:bold;
	padding-left:30px;
	line-height:1.5em;
}
#menu a.gruppo1.attuale {
	background-image:url(img2009/menu_simbolo_1_ATT.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu a.gruppo2.attuale {
	background-image:url(img2009/menu_simbolo_2_ATT.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu a.gruppo3.attuale {
	background-image:url(img2009/menu_simbolo_3_ATT.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/******************* TESTI */
#testi {
	float:left;
	width:400px;
	font-size:0.75em;
	text-align:justify;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:30px;
	color:#531D0C;
}
#testi h3 {
	margin-bottom:5px;
	margin-top:0px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#testi a {
	color:#720000;
	text-decoration:underline;
}
#testi img {
	margin-bottom:10px;
}
#testi img.simbolo360 {
	float:left;
	margin-right:8px;
}
/***************** slideshow */
#slideshow {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 400px;
	height: 120px;
}
#slideshow img {
	width: 400px;
	height: 120px;
}
/***************** NEWS */

#news {
	float:left;
	width:180px;
	background-color:#665100;
	color:#FED68F;
	font-size:0.75em;
	padding:10px;
	text-align:left;
	padding-bottom:90px;
	background-image:url(img2009/sfumatura_news.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;

}
#news h3 {
	margin-bottom:5px;
	margin-top:0px;
}
.una_news {
	display:block;
	border-bottom:1px solid #776211;
}
.news_data {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #FED68F;
	color:#FFFFFF;
}
.news_titolo {
	text-transform:uppercase;
	display:block;
	font-size:1.2em;
	font-weight:bold;
}
#news a {
	color:#FFFFFF;
	text-decoration:underline;
}
#news strong {
	color:#FFFFFF;
}

/************************** CONTATTI */
form {
	padding-top:30px;
}
label {
	float:left;
	width:90px;
	font-weight:bold;
}
p.informativa {
	font-size:0.75em;
	text-align:justify;
	padding:10px;
}

/*************** INDIRIZZO */
#indirizzo {
	clear:both;
	width:900px;
	margin:0 auto;
	border-top:3px solid #531D0C;
	font-size:0.7em;
}
#indirizzo strong {
	font-size:1.2em;
	display:block;
}
#indirizzo a {
	color:#720000;
	text-decoration:underline;
}

/***************** FIRMA */
#firma {
	clear:both;
	width:900px;
	margin:0 auto;
	text-align:left;
}


/******************* AMMINISTRAZIONE ***/
body.admin {
	background-color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	color:#531D0C;
	font-family:"Trebuchet MS", Tahoma, "Lucida Sans", Verdana, ;
	background-image:url(img2009/sfumatura_verticale.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
body.admin a {
	color:#0000FF;
}
body.admin a.admin-navigazione {
	color:#CC0000;
	font-weight:bold;
}
.admin-importante {
	color:#CC0000;
	font-weight:bold;
}
label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
}
.admin-label-30px {
	display:block;
	float:left;
	width:30px;
	text-align:right;
	margin-right:4px;
}
ol {
	text-align:left;
}
ul {
	text-align:left;
}
FORM {
	margin:0px;
}
SELECT {
	margin:0px;
	width:220px;
}
INPUT {
	margin:0px;
}
INPUT.radio {
	width:18px;
	height:18px;
}
table.amministrazione {
	border:1px solid #CDCDCD;
	background-color:#FFFFFF;
}
table.amministrazione td {
	border:1px solid #CDCDCD;
}
th {
	background-color:#3567B3;
	color:#FFFFFF;
	text-align:center;
}
td.admin_attivo {
	text-align:center;
	font-size:0.9em;
}
td.admin_descrizione {
	background-color:#FFFFFF;
	font-size:9px;
	color:#999999;
	text-align:center;
}
.admin-testopiccolo {
	font-size:9px;
}
td.admin_attivo:hover {
	background-color:#FFFF99;
	}
