
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:80%;
	background:url(../immagini/sfondo_body.gif) repeat-x;
	background-color:#043382;
	}

body#interno {
	background:url(../immagini/sfondo_body_interno.gif) repeat-x;
	background-color:#9FDBF4;
	}

/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

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


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

	
h1 {
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	border-bottom:1px solid #ccc;
	padding:0 0 15px 0;
	font-size:23px;
	}	

/*****************************************/
/* MENU_INTRO  */
/*****************************************/

#menu_intro, #png_livorno, #contenitore_icone, #box_dx_home, #meteo, .divisore,
#menu_interno, #menu, #menu_interno, #contenitore_allegati, #colonna_sx,
#path, #testa_box_testo, #colonna_dx, .polaroid_mix {
	display:none;
	}

/*********************************/
/*********** CENTRALE ************/
/*********************************/

#centrale_intro {
	border-bottom:1px solid #ccc;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	}
	
#centrale_intro h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#954111;
	padding:15px 0 10px 0;
	font-size:38px;
	}	
			
	
#contenuti p {
	line-height:18px;
	font-size:12px;
	}	

/* SECONDO CSS */

/*****************************************/
/* header_menu  */
/*****************************************/

#header {
	height:60px;
	}

/*********************************/
/*********** CENTRALE ************/
/*********************************/

#centrale {
	margin:15px 0 0 0;
	border-bottom:1px solid #ccc;
	padding:15px 0 0 0;
	}	
	
	
#centrale h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	color:#954111;
	padding:0 0 10px 0;
	font-size:160%;
	margin:0 0 0 0;
	}	
	
#centrale p {
	padding:0 0 15px 0;
	}
	
.foto_dx {
	padding:1px;
	border:1px solid #ccc;
	float:right;
	margin:0 0 15px 15px;
	}		
		
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 0 0 0;
	padding:15px 0 0 0;
	text-align:left;
	line-height:18px;
	}

#testo p {
	color:#333;
	font-size:12px;
	margin-bottom:15px;
	}	
	
span.data {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}	
	
#testo p.titolo_news {
	padding:0 0 10px 0;
	}


#testo p.titolo_news a {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	}	
	

	
	
	
	
	
	