@charset "utf-8";
/* CSS Document */
.newsdata{
background-image:url(../img/newstitle.png);
background-repeat:no-repeat;
color:#FFFFFF;
font: bold 10px Verdana;
padding-left:10px;
}
.newstitle{
font: bold 12px Verdana;
color:#000000;
} 
.news{
padding: 10px 10px;
border:1px;
color:#000000;
}
.basso{
color: #000000;
}
.logo{
color: #FFFFFF;
font-size:12px;
}

.indentmenu{
font: bold 10px Verdana;
width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
margin:0px;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
background: black url(../img/indentbg.gif) center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 43px;
text-decoration: none;
border-right: 0px solid #564c66; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url(../img/indentbg2.gif) center center repeat-x;
}


body{
margin:0;
font-family:Verdana;
font-size:10px;
}

a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
.evidenzia{
background-color:#00FF00;
}