body{
    background-color: white;
    background-image: url("/img/sfondo_2_home.png");
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
#contenitore{
    width: 1000px;
    margin: auto;
    margin-top: 54px;
    position: relative;
    padding: 0;
}
img.identificatore{
    position: absolute;
    top: 98px;
    left: 0px;
}
#header{
    background-image: url("/img/header_sfondo_home.png");
    background-position: left;
    background-repeat: no-repeat;
    height: 124px;
    margin:0;
    position: relative;
}
img#logo{
    position: absolute;
    left: 105px;
    top: 49px;
    border: 0;
}
#testo_top{
    padding-top: 73px;
    padding-left: 499px;
    font-family: Arial;
    font-size: 12px;
    color: #5C5A5F;
}
#testo_top img{
    border: 0;
    margin-bottom: -9px;
    margin-left: 60px;
}
/*CORPO*/
#corpo{
    background-color: #8A898E;
    margin-top: 0px;
    height: 334px;
    text-align: center;
}
/*MENU*/
#menu{
    padding-top: 51px;
    padding-left: 40px;
    margin-left: 0px;
    float: left;
    width: 230px;
    font-size: 12px;
}
#menu ul{
    margin: 0;
    padding-left: 30px;
}
#menu ul li{
    list-style: none;
    text-transform: uppercase;
    font-family: Arial;
    margin-top: 9px;
    margin-bottom: 9px;
}
#menu ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #8A898E;
    font-weight: lighter;
}
#menu ul li a:hover{
    text-transform: uppercase;
    text-decoration: none;
    color: #9F9EA4;
    font-size: 13px;
}
#menu ul li a.sg:hover{
    text-transform: uppercase;
    text-decoration: none;
    color: #43AB16;
    font-size: 13px; 
}
#menu ul li a.pg:hover{
    text-transform: uppercase;
    text-decoration: none;
    color: #007ACA;
    font-size: 13px; 
}
#menu ul li a.attivo_hg{
    color: #DD001A;
    font-size: 13px;
}
/*FINE MENU*/
/*CONTENUTO*/
#contenuto{
    float: left;
    width: 364px;
}

h1{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
    margin-top: 34px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bolder;
    width: 290px;
    text-align: justify;
}
h2{
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 0px;
    padding-bottom: 0px;
    font-weight: lighter;
    padding-top: 0px;
    font-stretch: expanded;
}
#contenuto p{
    font-size: 11px;
    width: 300px;
}
p.testo_pagine{
    font-family: Arial;
    text-align: justify;
    color: #262628;
}
p.testo_pagine_importante{
    font-family: Arial;
    font-weight: bolder;
    text-align: justify;
    color: #262628;
    font-style: italic;
}
#entra_sito{
    margin: 0;
    padding: 0;
    font-size: small;
    font-family: Arial;
    color: #FFFFFF;
    font-weight: lighter;
}
#entra_sito a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}
#entra_sito a:hover{
    color: #F44B00;
    text-decoration: none;
    font-weight: normal;
}
/*FINE CONTENUTO*/
#foto{
    float: left;
    width: 364px;
}
#foto img{
    margin-top: 34px;
    margin-left: 34px;
}

/*FINE CORPO*/
#footer{
    clear: left;
    font-family: Arial;
    color: #8A898E;
    font-size: 13px;
    font-weight: lighter;
    padding-left: 40px;
    background-image: url("/img/footer_sfondo_home.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 77px;
    padding-top: 9px;
}
#footer a, #footer a:hover{
     text-decoration: none;
    color: #5C5A5F;
}
