html,body {
background-image: url(icone/sfondo_sito.gif);
background-repeat: repeat;
background-attachment: fixed;
font-family: arial, geneva, helvetica, verdana, sans-serif;
margin: 0;
padding: 0;
}
/* ------------- blocco sinistra ------------- */
.sinistra {
border: solid 1px #7f7f7f;
padding: 2px;
padding-bottom: 5px;
font-size: 13px;
color: #bfbfbf;
text-align: left
}
/* ------------- blocco centrale ------------- */
.centrale {
background-image: url(icone/sfondo_col_ct.gif);
background-repeat: repeat;
padding: 6px;
font-size: 13px;
color: #3f3f3f;
}
/* ------------- blocco destra ------------- */
.destra {
border: solid 1px #7f7f7f;
padding: 2px;
padding-bottom: 5px;
font-size: 13px;
color: #bfbfbf;
text-align: center
}
/* ------------- titolo piccolo ------------- */
.tit_pic {
font-size: 14px;
color: #ffff00;
text-shadow: 3px 3px 2px #100;
text-align: center
}
/* ------------- titolo medio ------------- */
.tit_med {
font-size: 19px;
font-weight: bold;
text-shadow: 3px 3px 2px #100;
background: #404040;
}
/* ------------- titolo grande ------------- */
.tit_gran {
background-image: url(icone/sfondo_sito.gif);
background-repeat: repeat;
font-size: 24px;
color: #ffff00;
text-shadow: 5px 5px 5px #000000;
text-align: center
}
/* ------------- sottotitolo piccolo------------- */
.sot_tit_pic {
text-shadow: 3px 3px 2px #100;
font-size: 13px;
}
/* ------------- sottotitolo grande------------- */
.sot_tit_gran {
font-size: 16px;
background: #999999;
color: #000000;
}
/* ------------- links ------------- */
a:link {
color: #bfbfbf;
text-decoration: none;
}
a:visited {
color: #bfbfbf;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
a:hover {
color: #ffff00;
font-weight: bold;
text-decoration: none;
}
a:centrale {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a img { border: 0; }
/* ------------- barra  ------------- */
#barra {
background-image: url(icone/barre/giallo.jpg);
background-repeat: no-repeat;
width: 800px;
height: 5px;
}
/* ------------- barra_corta ------------- */
#barra_corta {
background-image: url(icone/barre_corte/grigio.jpg);
background-repeat: no-repeat;
width: 440px;
height: 5px;
}
