@charset "utf-8";
/* CSS Document */

html,body{
margin: 0;
padding:0;
}

body{
font-family:Tahoma, Arial, Courier, sans-serif;
font-size:12px;
}


div#header{
border:#00FF33 solid 0px;
display:block;
height:93px;
/*background-image:url(images/loghi_header.jpg);
background-repeat:no-repeat;
background-position:center;
*/color: #ff0;
padding-top:25px;
padding-bottom:25px;
}

div#box{
display:block;
/*width:100%;
*/min-width:1139px;
}

div#contenuto{
height:386px;
margin-left:125px;
background-image:url(../images/sfondo_index_foto.jpg);
background-repeat:no-repeat;
background-color:#e6e6e6;
}

div#menu{
float:left;
width:125px;
height:386px;
background-color:#FF0000;
color:#FFFFFF;
text-align:center;
}

div#menu ul{
margin: 0;
padding: 0px;
list-style-type: none;
}
div#menu li{
padding: 0;
/*line-height:30px;
letter-spacing:1px;
*/} 

div#menu a{
display:block;
border:#0033CC solid 0px;
width:124px;
color:#FFFFFF;
text-decoration: none;
background-image:url(../images/menu_off.gif);
background-repeat:no-repeat;
background-position:center;
margin-top:15px;
margin-bottom:15px;
}

div#menu a:hover{
color: #ffcc00;
text-decoration: none;
background-image:url(../images/menu_on.gif);
background-repeat:no-repeat;
background-position:center;
}
div#menu a#activelink{color: #033;text-decoration: none}

div#loghifooter {
background-color:#e6e6e6;
background-image:url(../images/loghi_footer.jpg);
background-repeat:no-repeat;
height:100px;
}

div#footer{
text-align:left;
padding:25px;
background-color: #CCC;
color: #000;
/*height:63px;
*/border-bottom:#FF0000 solid 4px;
}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

div#news {
text-align:justify;
font-size:10px;
padding:5px;
border-top:#FFFFFF dotted 1px;
}
div#news a{
max-width:112px;
text-decoration:none;
color:#FFF;
background-image:none;
margin:0;

}

div#news a:hover{
text-decoration:underline;
color:#ffcc00;
background-image:none;

}