
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/

* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear, .clear_right, .clear_left  {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
.clear_right {
	clear:right;
	}
	
.clear_left {
	clear:left;
	}		
	
/** Nascondo oggetti **/
.off {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

input, textarea, select {
	border:1px solid #ccc;
	background-color:#fff;
	width:130px;
	padding:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	}

select {margin-bottom:5px;}

span.red {
	color:#6D171A;
	}
	
span.grey {
	color:#52595A;
	}
	
span.green {
	color:#255B37;
	}		

/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	border:1px dashed #ccc;
	text-align:left;
	padding:15px;
	}
	
/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	height:100px;
	margin:0 0 15px 0;
	border-bottom:1px dashed #ccc;
	}

#h_dx, #menu_alto, #sotto_menu, #box_mediano,
#colonna_dx, .box_verde, .box_bianco, .box_testo .dx,
.box_news_toscana, #contenitore_allegati, #multimedia, #top,
#annunci_g2, #navigatore {
	display:none;
	}	
	
/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	margin:0px 0 0 0;
	font-size:12px;
	color:#333;
	line-height:20px;
	}
	
#centrale h1 a, #centrale h2 a {
	color:#255A37;
	}	
	
#centrale h1 {
	font-size:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	line-height:30px;
	color:#255A37;
	padding:0 0 15px 0;
	}
	
#centrale h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#255A37;
	padding:0 0 10px 0;
	}	
	
.foto_dx {
	float:right;
	padding:1px;
	border:1px solid #ccc;
	margin:0 0 15px 15px;
	}
	
.foto_sx {
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 15px 15px 0;
	}		

.data {
	font-style:italic;
	color:#999;
	}
	
.data2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:lighter;
	color:#6D171A;
	}	
	
p.catenaccio {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#535A5B;
	font-style:italic;
	font-size:20px;
	position:relative;
	margin:-7px 0 15px 0;
	}	

p.dati {
	margin:15px 0 0 0;
	color:#333;
	line-height:15px;
	font-weight:bold;
	}
	
	
/*********************************/
/*********** COLONNA_SX **********/
/*********************************/

	
.divisore {
	width:100%;
	height:1px;
	border-bottom:1px dashed #999;
	margin:15px 0;
	font-size:0;
	float:left;
	line-height:0;
	}
	

/* box_doppio */


.sx .box_doppio .box, .sx .box_doppio .box_ultimo {
	float:left;
	margin:0 10px 0 0;
	}
	
	
.divisore_doppio {
	margin:10px 0;
	background:url(../immagini/divisore_doppio.gif) repeat-x;
	width:100%;
	height:2px;
	}	
	
/* sx_media */
	
#sx_media .box {
	margin:0;
	}	
	
/* path */

#path {
	display:none;
	}

/* colonna_dx annunci_g */

#colonna_dx #annunci_g {
	margin:0 0 0 15px;
	width:150px;
	padding:0;
	background-color:#fff;
	border:1px solid #9DBED4;
	}
	
/* arc_notizie */

ul.arc_notizie {
	padding:0 0 0 15px;
	}

ul.arc_notizie li {
	list-style:square;
	color:#99BCE2;
	font-size:12px;
	padding:3px 0;
	}
	
ul.arc_notizie li a {
	font-size:14px;
	color:#595959;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}	
	
/* collegamento_archivio */

#collegamento_archivio {
	border-bottom:1px dashed #999;
	border-top:1px dashed #999;
	margin:15px 0 0 0;
	padding:5px 0;
	text-align:right;
	}	

#collegamento_archivio a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:14px;
	color:#255B37;
	background:url(../immagini/ico_folder.gif) left no-repeat;
	padding:0 0 0 20px;
	}
	
/* box_funzioni */

#box_funzioni, #nav {
	display:none;
	}		

#centrale #box_titolo h1 {
	color:#2F3539;
	}	
	
/* riquadro */	
		
#centrale #riquadro h1 {
	color:#2F3539;
	}	
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	padding:0 0 30px 0;
	background:url(../immagini/sfondo_footer.png) top no-repeat;
	text-align:left;
	}
	
* html #footer {
	background:url(../immagini/sfondo_footer.gif) top no-repeat;
	}	

#footer ul {
	display:none;
	}
	
#footer p {
	color:#333;
	font-size:11px;
	padding:20px 0 0px 25px;
	}	