/* CSS Document */

/********************************* STRUTTURA DELLA PAGINA ********************************************************************************/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#ebf2fb;
    color:#3b6da4;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    text-align: center; /* un trucco per centrare il layout in explorer 5.5*/
    height:100%;

}
/* sezione dedicata al fotoalbum */
h1{
font-size:21px;
}
h2{
font-size:19px;
}
h3{
font-size:17px;
}
h4{
font-size:15px;
}
h5{
font-size:13px;
}
h6{
font-size:11px;
}

input{
    font-size:9px;
    color:inherit;
    font-weight:bold;
}
select{
    font-size:9px;
    color:inherit;
    font-weight:bold;

}
textarea.pippo{
color:inherit;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

a{
text-decoration:none;
background-color:inherit;
color:#CD3F3F;
font-weight:bold;
}

a:hover{
color:#842222;
background-color:inherit;
font-weight:bold;
text-decoration:none;
}


#Corpo{
width:796px;
height:auto;
margin:0px auto 0px auto;
padding:0px 0px 0px 0px;
background:url(images/Template/Middle.jpg);
background-position:left top;
background-repeat:repeat-y;

}

#Header{
width:796px;
height:87px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-image:url(/images/Template/Header.jpg); /* :url(images/Template/Header_natale.jpg); */
background-repeat:no-repeat;
overflow:hidden;
}

    div.Benvenuto{
        float:right;
        margin:10px 0px 0px 0px;
        width:285px;
        padding:0px 0px 0px 0px;
        color:#3b3da4;
        background-color:inherit;
        font-weight:bold 200;
    }
        div.login{
        clear:both;
        float:right;
        margin:5px 0px 0px 0px;
        width:265px;
        padding:0px 0px 0px 0px;
        color:#3b3da4;
        background-color:inherit;
        font-weight:bold 200;
    }
        div.registrati{
        clear:both;
        float:right;
        margin:2px 0px 0px 0px;
        width:255px;
        padding:0px 0px 0px 0px;
        color:#3b3da4;
        background-color:inherit;
        font-weight:bold 200;
    }
        div.logok{
        clear:both;
        float:right;
        width:242px;
        margin:0px;
        padding:0px;
        color:#3b3da4;
        background-color:inherit;
        font-weight:bold 200;
    }
     div.linkstoria{
        float:right;
        margin:70px 0px 0px 0px;
        width:100px;
        height:auto;
        padding:0px 0px 0px 0px;
        color:#ffffff;
        background-color:inherit;
    }
    div.linkstoria a{           
      font-weight:bold 200;
      color:#ffffff;
    }
    div.linkstoria a:hover{
      font-weight:bold 200;
      color:#ffff00;
    }



#Menu{
height:41px;
width:796px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background:url(images/Template/menu_Content.jpg);
background-position:left top;
background-repeat:repeat-x;
text-align:left;
font-size:10px;

}

        div.menuprimoelemento{
        height:41px;
        width:18px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        background:url(images/Template/Menu_primoelemento.jpg);
        background-position:left top;
        background-repeat:no-repeat;
        float:left;
        }
        
        div.menuelementocentrale{
            height:39px;
            width:13px;
            background-image:url(images/Template/Menu_medio.jpg);
            background-repeat:no-repeat;
            background-position:top;
            float:left;
        }
        
        div.menutesto{
            height:20px;
            width:auto;
            float:left;
            color:#FFFF00;
            padding-top:7px;
            font-weight:bold;
            margin:0px 3px 0px 3px;
        }
    
        div.menutesto a{
        background:inherit;
        color:#FFFFFF;
        }

        div.menutesto a:hover{
        background:inherit;
        color:#990000; /*#D68B8D;*/
        }
        
        div.menuultimoelemento{
        height:41px;
        width:20px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        background:url(images/Template/Menu_ElementoFinale.jpg);
        background-position:right top;
        background-repeat:no-repeat;
        float:right;
        }
        
#SectionCenter{
height:auto;
width:766px;
margin:0px 0px 0px 0px;
padding:0px 15px 0px 15px;
/*background:url(images/Template/Middle.jpg);
background-position:left top;
background-repeat:repeat-y;*/
text-align:left;
}
    #Navigazione{
        margin:0px;
        padding:0px;
        float:right;
        height:auto;
        width:auto;
    }
    
    #Navigazione a{
    font-weight:normal;
    }
    
    #Navigazione a:hover{
    font-weight:normal;
    }
    
    .error{
        background-color:#F7CCCD;
    }

#SectionBottom{
height:53px;
width:796px;
margin:0px 0px 0px 0px;
padding:40px 0px 0px 0px;
background:url(images/Template/Bottom.jpg);
background-position:left top;
background-repeat:no-repeat;
text-align:left;
}

td.bordopvt{
border-bottom-color:#cccccc;
border-bottom-width:thin;
border-bottom-style:solid;
padding-left:2px;
padding-right:2px;
}
        
