
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	}


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

.clear, .clear_left {
	clear:both;
	height:0;
	line-height:0;
	font-size:1%;
	}
	
.clear_left {
	clear:left;
	}	
	
/** Nascondo oggetti **/
.off {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#003A7C;
	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;
}

ul {
	padding:0 0 0 15px;
	}
	
ul li {
	list-style:square;
	}	

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;}

#sitemap ul {
margin-left:20px;
}

#sitemap ul li {
list-style:square;
padding:3px 0;
}

#contenuti_esteso ul {
	padding:0 0 10px 10px;
	}

#contenuti_esteso ul li {
	list-style:square;
	padding:3px;
	}
	
/* Search_do */

#search_do form input.testo {
	border:1px solid #ccc;
	font-size:11px;
	color:#484848;
	width:130px;
	margin:10px 0 0 0;
	background-color:#fff;
	padding:2px;
	}
	
#search_do form select {
	border:1px solid #ccc;
	font-size:11px;
	width:130px;
	margin:0 0 0 12px;
	background-color:#fff;
	color:#484848;
	padding:2px;
	}	

#search_do form input.pulsante {
	font-size:11px;
	border:1px solid #ccc;
	margin:10px 0 0 0;
	padding:1px;
	width:120px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	}		

/** end global **/
	

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


#contenitore {
	text-align:left;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	border-bottom:1px dashed #ccc;
	margin-bottom:14px;
	padding-bottom:14px;
	}
	
a#link, #menu_alto, #flash,
#centrale_home #colonna_dx, #centrale #colonna_dx,
#centrale_home #colonna_sx form, #menu_interno,
#contenitore_allegati {
	display:none;
	}

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

#centrale_home, #centrale {
	margin:0 0 0 0;
	font-size:12px;
	color:#333;
	line-height:18px;
	}
	
#centrale {
	background:url(../immagini/sfondo_centrale.gif) repeat-y;
	}	
	
.foto_dx {
	float:right;
	margin:0 0 0 14px;
	padding:1px;
	border:1px solid #0098C1;
	}
		
h1 {
	font-size:18px;
	color:#003A7C;
	padding-bottom:15px;
	}		
		
/*********************************/
/*********** COLONNA_SX  ********/
/********************************/


#colonna_sx p {
	margin-bottom:14px;
	}	
	
#colonna_sx .news p {
	margin-bottom:0;
	}	
	
#colonna_sx div.news {
	border-bottom:1px dashed #ccc;
	padding-bottom:14px;
	margin-bottom:14px;
	}	

/* box_servizio */

.box_servizio {
	margin-bottom:14px;
	padding-bottom:14px;
	border-bottom:1px dashed #ccc;
	}	
	
.box_servizio img {
	padding:1px;
	border:1px solid #0098C1;
	margin:0 0 0 0;
	}
	
#centrale #colonna_sx .box_servizio  p {
	padding-top:10px;
	margin:0;
	}		
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer_home, #footer {
	text-align:left;
	}

