body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    background-image: url(img/sfondo.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fdfdfd;
}


img
{
    border: 0px;
}



h1, h2, h3, h4, h5, h6
{
    font-size: 1.0em;
    margin: 0px;
}


div.clear
{
    clear: both;
}

a
{
    color: #787878;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 0px;
    padding: 0px;
}

/* Struttura del Sito */


div#contenitore
{
    margin-left: auto;
    margin-right: auto;
    width: 986px;
}

div#intestazione
{
}

div#corpo
{
    padding-left: 10px;
    padding-right: 10px;
    background-color: White;
    width: 963px;
    padding-bottom: 40px;
}

div#footer
{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

/* intestazione */
div#intestazione div.menu_cx
{
    background-image: url(img/intestazione_sfondo.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    width: 592px;
    float: left;
    padding-top: 3px;
    height: 57px;
    padding-left: 100px;
}

/* Menu top */






.voce_menu
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
}


.voce_menu_hover
{
    background-image: url(img/menu_top_hover.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 57px;
}

.voce_menu_hover a
{
    background-image: none;
    text-decoration: none;
}

.voce_menu_hover a:hover
{
    text-decoration: none;
    background-image: none;
}

.voce_menu_dinamic
{
    font-size: 1.2em;
}
.voce_menu_dinamic a:hover
{
    text-decoration: none;
}
/* FINE Menu top */
/* FINE Intestazione */


/* home */

div.box_home
{
    background-image: url(img/sfondo_box_home.gif);
    width: 290px;
    background-position: bottom;
    height: 193px;
    float: left;
    margin-left: 30px;
    background-repeat: no-repeat;
}

/* Tab */

div.tab_cx_attivo
{
    float: left;
    background-image: url(img/tab_attivo_cx.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 48px;
}

div.tab_cx_attivo a
{
    font-size: 1.4em;
    color: #ffffff;
    padding: 3px;
}

div.tab_cx_attivo_link
{
    height: 28px;
    text-align: center;
    padding-top: 7px;
}

div.tab_cx_non_attivo
{
    float: left;
    background-image: url(img/tab_non_attivo_cx.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 29px;
    padding-top: 7px;
    text-align: center;
}

div.tab_cx_non_attivo a
{
    font-size: 1.4em;
    color: #b6b6b6;
    padding: 3px;
}

div.tab_separatore
{
    float: left;
    height: 32px;
    border-bottom: 4px solid #dddddd;
}
/* FINE Tab */

.bordo_bottom
{
    border-bottom: 1px solid #dddddd;
}

/* Form Contatti */
div#form_contatti
{
    background-image: url(img/contatti_img_sx.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 320px;
    height: 450px;
}

div#form_contatti div.voce
{
    float: left;
    width: 70px;
    padding-left: 30px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 5px;
}

div#form_contatti div.input
{
    float: left;
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
}
/* FINE Form Contatti */


* Form Registrazione Newsletter * /
div#form_registrazione_newsletter
{
    padding-left: 40px;
}
div#form_registrazione_newsletter div.voce_newsletter
{
    float: left;
    text-align: right;
    width: 150px;
    padding: 5px;
}

div#form_registrazione_newsletter div.input_newsletter
{
    float: left;
    padding: 5px;
    vertical-align: top;
}


.immagine_front
{
    margin:10px;
    }
