@charset "utf-8";
/* CSS Document */

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
	
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}	
	
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
	


body {
text-align: left !important;
text-align /**/: center;
}

div#container {
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:600px;
	margin-top: -300px; 	/*   I margin devono essere la metà di width e height.   */
	padding: 0px;
	margin-left: -400px;
}


#container #testa_e_footer {
	background-image: url(esterna_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


#footer {
	background-image: url(esterna_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	background-color: #FFFFFF;
	height: 70px;
	text-align: center;
	margin-top: 10px;
} 

#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.titolopagina {
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #DBDBDB;
	padding: 5px;
	}



hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-weight: normal;
	color: #00CC00;
}

.fondo_bianco {	background-color: #ffffff}
.fondo_grey {	background-color: #dbdbdb}
.fondo_grey2 {	background-color: #E9E9E9}
.fondo_gradiente1 {
	background-image: url(esterna_testa.png);
	background-repeat: repeat-x;
}

.testo_nero {color: #000000}
.testo_bianco {color: #FFFFFF}
.testo_grey {color: #DBDBDB}
.testo_verde {	color: #336600}

.testo_mini {font-size: 10px}


legend {
	margin: 2px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

fieldset {
	border: 1px solid #FFFFFF;
	font-size: 10px;
	margin-right: 4px;
	margin-left: 4px;
	padding: 2px;
}

.bordo_destro {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.bordo_sinistro {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.bordo_destrosinistro {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bordo_sotto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bordo_all {
	border: 1px solid #CCCCCC;
}


.titoletto {
	color: #000000;
	background-color: #dbdbdb;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto1 {
	color: #FFFFFF;
	background-color: #990000;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.titoletto2 {
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.titoletto3 {
	color: #FFFFFF;
	background-color: #FF9933;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.titoletto4 {

	color: #FFFFFF;
	background-color: #009900;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}



.boxContenuti {
	height: auto;
	padding: 0px;
	border: 5px solid #FFF;
	background-color: #FFF;
	margin: 0px;
	}


.boxContenuti_left {
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.boxContenuti_right {
	height: auto;
	float: right;
	}



  /* INIZIO - stile news
---------------------------------------------------------------------*/
.news_macroarea {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
}

.news_testata {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	font-variant: small-caps;
}

.news_titolo {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: normal;
	color: #006600;
}

.news_sottotitolo {
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #009900;
}

.news_dove {
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
}

.news_abstract {
	font-weight: normal;
	text-align: justify;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
}

.news_testo {
	font-weight: normal;
	text-align: justify;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
}


.news_allegati {
	font-weight: bold;
	text-align: justify;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
}

.news_allegatidida {

	font-weight: normal;
	text-align: justify;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
}

.news_autore {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: normal;
}

.news_link {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	line-height: normal;
}

	

/* FINE - stile news
---------------------------------------------------------------------*/



/* Capolettera

Outdent cap treatment is set without any vertical correction - 
Works OK in FF3, but cross-browser consistency will require further adjustment. 
Paragraphs set with ½ lead boundary, justified
---------------------------------------------------------------------*/

p.capolettera {
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
	/*	clear:both;
*/	height:0;
}
p.capolettera:first-line {
font-weight: 500;
font-variant: small-caps;
}
p.capolettera:first-letter {
font-size: 5em;
line-height: 1em;
font-weight: 400;
float: left;
margin: 0 0 0 -0.1em;
}

/* FINE - Capolettera
---------------------------------------------------------------------*/
