
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family: "Lucida Sans", Arial, sans-serif;
	text-align:center;
	font-size:12px;
	background-color:#000;
	}


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

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

/** end global **/
	

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

	
#outer hr.black, #outer hr.black2, #menu_alto, 
#flash_home, #flash_header, #box_dx, #box_dx2, #box_dx_s, 
#box_mediano, .tit_esecutivi, #box_foto_mini, #flash {
	display:none;
	}	
	
h1 {
	border-bottom:1px solid #ccc;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	}
	

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


#centrale {
	font-size:11px;
	color:#838383;
	line-height:16px;
	}
		
#box_testo p, #box_testo_scroll p {
	padding:10px 0 0 0;
	}	
	
#box_testo h2, #box_testo_scroll h2 {
	font-weight:lighter;
	font-size:12px;
	margin:2px 0 0 0;
	}	
	
	
#box_testo ul {
	padding:10px 0 0 0px;
	}	
	
	

/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:15px 0 0 0;
	border-top:1px solid #ccc;
	text-align:left;
	padding:10px 0 0 0;
	}

span.credit {
	float:right;
	}
	
span.iva {
	margin:0 0 0 40px;
	}	
