
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#333;
	}


/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear {
	clear:both;
	height:0;
	font-size:1%;
	}
	
/** Nascondo oggetti **/
.off {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#333;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-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.azzurro {
	color:#009DF4;
	}
	


/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	margin:0 auto;
	border:1px dashed #ccc;
	padding:15px;
	text-align:left;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	border-bottom:1px dashed #ccc;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	}
	
#header a#link, #menu_alto, #path, #box_funzioni,
#box_flash, #nav, p.su, p.link, #menu_interno {
	display:none;
	}	

/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale_home, #centrale_sicurezza, #centrale_validazioni,
#centrale_metrologia, #centrale_analisi, #centrale_contatti {
	font-size:12px;
	color:#333;
	line-height:22px;
	}

	
.news {
	border-bottom:1px dotted #ccc;
	margin:0 0 15px 0;
	}	
	
.news p.link {
	margin:-15px 0 0 0;
	position:relative;
	}
	
#box_news p.link {
	margin:-5px 0 0 0;
	position:relative;
	}		
	
p {
	padding:0 0 15px 0;
	}	
	
.foto_sx {
	float:left;
	padding:1px;
	border:1px solid #ccc;
	margin:0 10px 10px 0;
	}	
	
h2 {
	font-size:210%;
	font-weight:lighter;
	}

ul.voci li {
	list-style:none;
	background:url(../immagini/quadratino.gif) left no-repeat;
	padding:0 0 0  13px;
	margin:0 0 5px 0;
	}	
	
	
#box_news {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dashed #ccc;
	}	 	

	
#box_news h2 {
	padding:3px 0 3px 0;
	font-size:16px;
	color:#fff;
	margin:0 0 2px 0;
	}	
	
#box_news p {
	line-height:18px;
	padding:0 0 10px 0;
	}	
	
#box_news p.titolo, .news p.titolo a, p.titolo_esplosa {
	line-height:15px;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
	}	
	
p.titolo a, .news p.titolo a  {
	color:#009DF4;
	font-size:14px;
	}	
	
p.titolo_esplosa {
	color:#009DF4;
	font-size:14px;
	}	
	
p.titolo_esplosa span.data {
	font-size:11px;
	color:#333;
	font-weight:normal;
	}	

	
/* logo */	
	
.logo {
	margin:15px 0 0 0;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
	}
	
.logo img {
	float:left;
	border:0;
	border:1px solid #ccc;
	padding:1px;
	margin:0 10px 0 0;
	}
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0 auto;
	width:100%;
	text-align:center;
	text-align:left;
	}
	
#testo {
	margin:0 auto;
	}
	
#testo p {
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:20px 0 0 0 ;
	display:block;
	}	
	
#footer a {
	color:#666;
	}
	
#box_loghi {
	float:right;
	margin:20px 0 0 0;
	}	
	
#box_loghi img {
	margin:0 0 0 20px;
	}	
