/* CSS Document */

.titolo{
	background-image:url(../images/sfondo_tit_verde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#3E8542;
}
.t_lungo {
	background-image:url(/images/sfondo_t_lungo_verde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	color:#fff;
	background-color:#3E8542;
}
.made_verde{
	background-image: url(../images/made_verde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:30px;
	background-color:#3E8542;
	width:200px;
}
.pallini{
display:block;
height:10px;
background-image:url(../images/pallini_verdi.gif);
background-position:right top;
background-repeat:no-repeat;
margin:6px 0;}

.riga{
background-image:url(../images/riga_tit_verde.gif);
background-position:left top;
background-repeat:repeat-x;
height:6px;}

.interno{
	background-color:#F1F1F1;
	padding:20px 0; }
	
.testo{
padding:0 20px;}

h2 {
color:#3E8542;
font-size:12px;}

#navigazione{
	margin-bottom:15px;
	background-image: url(/images/sfondo_nav.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:right;
	margin-right:21px;
	display:block;
	vertical-align:middle;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:6px;
}
#navigazione a{
color:#000;}
.centro{
	background-color:#FFFFFF;
	padding-top:0px;
}
.centro a{
color: #3E8542;}


.foto{
float:left;
padding:10px;
margin: 0px 20px 10px 0px;
border:1px solid #D8D8D8;
}
/*campo allegato*/
.allegato{
	display:block;
	padding:9px 2px;
	clear:both;
	background-image: url(../images/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
}
/*campo link*/
.link{
	display:block;
	padding:2px;
	clear:both;
	background-image: url(../images/decoro_verde_g.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
