/*Foglio di stile comune a tutte le pagine*/
*{
margin:0;
padding:0;
}
* ul{
list-style:none;
}
.nascosto, hr{
position:absolute;
left:-10000px;
top:-10000px;
clear:none;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:82%;
line-height:1.4em;
text-align:center;
}
#contenitore{
width:907px;
margin:0 auto;
text-align:left;
}
a.freccia{
background:url(../img/freccia.gif) right 5px no-repeat;
padding-right:13px;
}
a img{	border: 0;}
a:link.no_bordo,a:visited.no_bordo,a:hover.no_bordo,a:active.no_bordo{	border: 0;}


/*stili per la testata*/
#testata{
background:url(../img/testata.jpg) no-repeat;
width:902px;
height:124px;
}
#testata a{
border-bottom:0;
}
p#map-reg{
margin:33px 0 0 21px;
padding:0;
width:160px;
height:50px;
float:left;
} 
p#map-reg a{
display:block;
width:100%;
height:100%;
outline:none;
}
h1#map-acc{
margin:31px 20px 0 0;
padding:0;
width:397px;
height:65px;
float:right;
} 
h1#map-acc a{
display:block;
width:100%;
height:100%;
outline:none;
}



/*stile per la colonna sinistra*/
#col-sx{
float:left;
width:660px;
}



/*stili per il pič di pagina*/
#footer{
clear:both;
width:905px;
margin-left:-2px;
height:61px;
background:/*#174C92*/ url(../img/COMP_footer.png) no-repeat;
position:relative;
top:-12px;
}
#footer a{
color:#fff;
font-size:.9em;
border-bottom:1px solid #fff;
font-weight:normal;
}
#footer a:hover{
border-bottom:0;
}
#footer ul{
padding:20px 0 0 23px;
margin:0;
}
#footer li{
display:inline;
border-right:1px solid #fff;
padding:0 .5em;
margin:0;
}
#footer li.rss{
border-right:0;
background:url(../img/titoli/rss-footer.gif) right center no-repeat;
padding-right:20px;
}




