/* CSS Document */
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #696969;
    margin: 0px;
    background: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #eaeaea;
}
a
{
    color: #2AAC28;
    text-decoration: none;
}
a:hover
{
    color: #cc66cc;
    text-decoration: none;
}
#contenitore
{
    position: relative;
    margin: 0px auto 0px;
    width: 825px;
}
#logo
{
    background: url(../images/bg-logo.jpg);
    background-repeat: no-repeat;
    height: 147px;
}
#menu-top
{
    padding-left: 230px;
    padding-top: 107px;
}
#menu-top ul
{
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menu-top li
{
    text-align: center;
    padding-top: 8px;
    margin-left: 3px;
    width: 106px;
    float: left;
}
#menu-top li a
{
    background: url(../images/bg-bottone.jpg);
    background-repeat: no-repeat;
    width: 110px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    height: 23px;
}
#menu-top li a:hover
{
    color: #f5f5dc;
    text-decoration: none;
    background: url(../images/bg-bottone-hover.jpg);
    background-repeat: no-repeat;
}
#image_head
{
    clear: both;
    text-align: left;
    border-top: #2AAC28 2px solid;
    color: #339900;
    border-bottom: #2AAC28 5px solid;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}
#image_head img
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px -2px;
    padding-top: 0px;
}
#contenitore_body
{
    float: left;
    margin: 5px;
    width: 565px;
    height: 100%;
    line-height: 100%;
    text-align: justify;
}
.img
{
    padding: 2px;
    border: solid 2px;
    border-color: #7F9DB9;
}
.titolo
{
    font-weight: bold;
    font-size: 12px;
    color: #2AAC28;
}
.testo_titoletto
{
    font-weight: bold;
    font-size: 12px;
    color: #8fbc8b;
}
.testo_strong
{
    font-size: 12px;
    font-weight: bold;
}
.testo
{
    font-size: 11px;
}
.titolo_piccolo
{
    font-weight: bold;
    font-size: 11px;
    color: #2AAC28;
}
.testo_piccolo
{
    font-size: 11px;
}
#menu-sx
{
    clear: both;
    margin-left: 1px;
    background: url(../images/bg-menu-sx.jpg);
    background-repeat: repeat-y;
    float: left;
    width: 238px;
}
#menu-sx ul
{
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 229px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#menu-sx li
{
    text-align: left;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: #999999 dashed 1px;
}
#menu-sx li a
{
    display: block;
    color: #2AAC28;
    height: auto;
    margin-left: 15px;
    text-decoration: none;
}
#menu-sx li a:hover
{
    color: #cc66cc;
    text-decoration: none;
}

#menu-sx p
{
    margin: 0 0 0 0;
}

#copyright
{
    clear: both;
    background-color: #2AAC28;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}
#copyright a
{
    color: #ffffff;
    text-decoration: none;
}
#copyright a:hover
{
    color: #663300;
    text-decoration: underline;
}
.input_text
{
    border-right: #2AAC28 1px solid;
    border-top: #2AAC28 1px solid;
    border-left: #2AAC28 1px solid;
    border-bottom: #2AAC28 1px solid;
}

form
{
    margin: 0 0 0 0;
}

