BODY { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 90%;  
    font-weight: normal; 
    margin:0; 
    padding:0; 
    text-align: center;
    background-image: Url("../immagini/background_color.gif");
    background-repeat: repeat;
     color: black; 
}


#testa {
    width: 98%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: left;
}

#corpo {
    width: 98%;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: left;
}

#piedipagina {
    width: 98%;
    border: 1px solid #85995f;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    text-align: left;
    background-image: url("../immagini/block_color.gif");
    background-repeat: repeat;
} 

/*Link del sito*/
A:link { border: 0px solid #000; text-decoration : none; color: #000099}
A:visited { border: 0px solid #000; text-decoration : none; color: #000099}
A:hover { border: 0px solid #000; text-decoration : none; color: #000099; background-color: #AABBAA;}

/*Link del menu*/
.menu A:link { border: 0px solid #000; text-decoration : none; font-weight: normal; color: white}
.menu A:visited { border: 0px solid #000; text-decoration : none; font-weight: normal; color: white}
.menu A:hover{ border: 0px solid #000; text-decoration : none; font-weight: normal; color: #d62931; background-color: white;}

/*Classi per l'effetto descrizioni*/
#testa .menu A:link span { display: none;}
#testa .menu A:visited span { display: none;}
#testa .menu A:hover span { 
    display: inline; 
    position: absolute; 
    bottom: -1.2em;
    color: black; 
    text-decoration: none; 
    font-size: 0.9em; 
    font-weight: normal; 
    font-style: italic;
}
/*    bottom: -1.2em; */
/* Classe per i link delle immagini di certificazione*/
#piedipagina .cert A:hover { background-color: transparent;}

/*Testa*/
#testa { 
    position: relative;
    font-size: 1em;
}

#testa .imageContainer{
    position: relative;
    overflow: hidden;
}

#testa .imageContainer .logo {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 0;
}

#testa .imageContainer .barrafoto {
   position: absolute;
   top: 0;
   right: 0;
   margin-left: 290px;
   margin-top: 0;
   margin-right: 0;
   margin-bottom: 0;
   z-index: -4;
}

#testa .menu {
    color: white;
    width: 100%; 
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    background-image: Url("../immagini/menu_color.gif");
    background-repeat: repeat;
    font-size: 0.9em;
    font-weight: bold;
}

/*Corpo*/
#corpo {
    position: relative;
    font-size: 1em;
} 

/* colonna centrale */
#colonnacentrale {
    width: auto;
}

#colonnacentrale .specification {
    font-size: 0.8em;
    background-image: url("../immagini/noticeback_color.gif");
    background-repeat: repeat;
    margin-left: -0.5em;
}

/*pie di pagina*/
#piedipagina {
    position: relative;
    font-size: 0.7em;
} 

#piedipagina .cont {
    padding: 0.4em 0.4em;
    text-align: left;
} 

#piedipagina .cert {
    float: left;
}
#piedipagina .contacts{
    min-height: 31px; 
    height: auto !important; height: 31px;
    margin-left: 180px;
    text-align: center;
}

/*altre classi*/
/* classe generale dei titoli*/
.titolo { 
    background: transparent;
    color: black;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    margin: 0;
}

.news {
    text-align: justify;  
}

.form {
    border: 1px solid black;
}

/* Ridefinizione tag standard*/


H1 {font-size:1.6em; font-weight: normal; margin-top: 0.45em; margin-bottom: 0.45em;}
H2 {font-size:1.2em; font-weight: bold; margin-top: 0.45em; margin-bottom: 0.45em;}
H3 {font-size:1.1em; font-weight: bold;}
H4 {font-size:1em; font-weight: bold;}
H5 {font-size:0.9em; font-weight: bold;}
H6 {font-size:0.8em; font-weight: bold;}

TD { vertical-align: top; }

P { text-indent: 1.5em; margin-top: 0.8em; margin-bottom: 0.8em; }
HR { display:none; } 
TABLE { font-size: 1em; margin:0;}

