
div#titolo {
background : none;
background-image:url(titolo.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
/*a href: index.php*/
width : inherit; /* la eredita dal div contenitore */
height: 100px; /* 80px; */
/*usemap: Map;*/
/*border: 0;*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* MENU ORIZZONTALE */
div#menu_o{
clear: both;
background: #C8F7FE;
height: 15px;
border-top:1px solid #3A9FCA;
border-bottom:1px solid #3A9FCA;
text-align : center;
margin: 0px 0px 0px 0px;
/* padding : 0px 0px 0px 0px;  spazio a sinistra  se tolgo la tabella devo mettere 200*/
padding : 2px 2px 2px 180px;
}

.menutopbox {
	width: 150px;
	height: 18px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	text-align : center;
	float: left;
	}

	a.topmenutext {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 100%;
	/* display: block; */
	text-decoration: none;
	}
	
	a.topmenutext:link, a.topmenutext:visited, a.topmenutext:active {
	padding: 2px 0px 0px 0px;
    color: #3A9FCA;	
	text-decoration: none;
	}

	a.topmenutext:hover {
	padding: 2px 0px 0px 0px;
    color: #FBAA0D;	
	text-decoration: none;
	}	

/* formato degli anchor del menu orizzontale */ 
#menu_o A {
	font-family: verdana;
	color: #3A9FCA;	
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	line-height: 12px;
	text-align : center; /* centra le voci del menu */
	width : 100px;	/* assegna una larghezza ad ogni voce */ 
	/* padding : 0px auto; */
	/* margin : 10px auto auto; */
}
#menu_o A:hover {  
	font-family: verdana;
	color: #FBAA0D;
	font-weight: bold;
}

div#centro {
	/* centro della pagina */
	/* position:relative;left:0px;top:0px; */
	/*background : #CBDFF3;
	/* background-image: url(matt2.gif); */
	/* position: absolute; left:170px; top: 83px; 	
	width: 795px;
	height: 430px;
	overflow:auto */
}

div#foglio {
	/* position:relative;left:0px;top:0px; */
	/* background:#B5D1EE;*/
	/* background : inherit; */
	/* background-image: url(matt2.gif); */
	/* position: absolute; left:170px; top: 83px; */	
	width: inherit;       /*795px;*/
	height: 600px;
	overflow:auto;
	}

#testo_foglio {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
text-align: justify;
}

.testo {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
text-align: justify
}

.titolo {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
text-align: justify
}


/*  STILI PER LE NEWS */

div#news_pag{
/* background-image: url(matt2.gif); */
clear: both;
overflow:auto;
/* top:0px; */
/* left:-3px;*/
margin: 0px 0px 0px 174px;
/* text-align:left;*/
/*left: 174px;*/
height: 600px;
background-color:#B5D1EE;
/* background:#0B0FB5;*/
/*padding : 10px 10px 10px 10px;*/
border-left: 1px solid  rgb(153,153,153);
}

#centerarea {
	margin: 0px 0px 0px 174px;
	padding: 0px 0px 0px 0px;
	min-height: 200px;
	height: 600px;
	background-color:#B5D1EE;
	border-left: 1px solid  rgb(153,153,153);
	}

.news_titolo {
text-align:center;
font-size:18px;
color:#0B0FB5;
font-weight: bold;
}

.news_date{
font-family:verdana;
font-size: 12px;
color:#1F562B;	
line-height: 18px;
font-weight: bold;
}

.news_event{
font-family: verdana;
font-size: 14px;
color: #2C2C2C;	
line-height: 18px;
font-weight: bold;
}

/*stile usato per la pagina links */
.news_link{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000099; 
	text-decoration: none
}

.news_dettagli{
	font-family: verdana;
	font-size: 10px;
	color: #000000;	
	line-height: 18px;
	font-weight: normal;
}


A.news_anchor:link, visited  { 
	font-family: verdana;
	color: #0D2C73;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	}

A.news_anchor:visited {
	font-family: verdana;
	color: #0D2C73;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px; 
	}
	
A.news_anchor:hover {  
	font-family: verdana;
	font-size: 12px;
	color: #4073EA;	
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;}	
/*
.titolo1 {color:#ff0000; font: bold normal 15px arial} 
.titolo2 {color:#00ff00; font: bold normal 15px arial} 
*/


