body
{
    margin: 0 auto;
    background-color: #ABB4C5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#container
{
    margin: 0 auto;
    width: 827px;
    border: 1px solid #000000;
    background-image: url(../images/bg_menu.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: right;
    background-color: #FFFFFF;
}

#header
{
    color: #ffffff;
    height: 28px;
    text-align: right;
    background-image: url(../images/img_header_alto.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    padding-top: 7px;
    padding-right: 10px;
    font-weight: bold;
}

#img_header
{
    width: 827px;
    height: 184px;
}

#menu_orizzontale
{
    height: auto;
}

#contenuto
{
    float: left;
    padding: 5px;
    width: 567px;
    min-height: 350px;
}

#contenuto .p_contenuto
{
    padding: 5px;
    text-align: justify;
}

#contenuto img
{
    border: 2px solid #CAD1E4;
    margin: 3px;
}

#contenuto .img_no_border
{
    border: 0;
    margin: 0;
    padding: 0;
}

#contenuto strong
{
    color: #00A0DD;
}

.titolo_categoria
{
    color: #999999;
    font-size: 10px;
}

.titolo
{
    color: #00A0DD;
    font-weight: bold;
    font-size: 13px;
}

.testo
{
    color: #000000;
    font-size: 13px;
}
#menu_verticale
{
    /*background-color: #CAD1E4;*/
    width: 235px;
    float: right;
    padding-right: 10px;
}

.ul_categoria
{
    margin: 0px 0px 0px 10px;
    list-style: none;
    padding: 0px;
    line-height: 15px;
}

.li_sottocategoria
{
    margin-top: 0px;
    margin-bottom: 0px;
}


.ul_sottocategoria
{
    list-style: none;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 1px;
    padding-bottom: 3px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 1px;
    margin-bottom: 3px;
    line-height: 13px;
}

a:link.categoria, a:visited.categoria
{
    text-decoration: none;
    color: #00A0DD;
    font-weight: bolder;
}
a:hover.categoria, a:active.categoria
{
    color: #333333;
    text-decoration: none;
    font-weight: bolder;
}

a:link.sottocategoria, a:visited.sottocategoria
{
    color: #666666;
    text-decoration: none;
    text-transform: lowercase; /*font-weight: bolder;*/
}
a:hover.sottocategoria, a:active.sottocategoria
{
    color: #333333;
    text-decoration: none;
    text-transform: lowercase;
    font-weight: bolder;
}

#footer
{
    clear: both;
    width: 827px;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    height: 25px;
    background-image: url(../images/img_footer.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
}

.menu
{
    margin: 0;
    padding: 0;
    float: RIGHT;
    font: bold 12px Arial;
    width: 100%;
    border: 0px solid #625e00;
    border-width: 0px 0;
    background: #808080 url(../images/menu.jpg) center center repeat-x;
}

.menu li
{
    display: inline;
}

.menu li a
{
    float: left;
    color: #fff;
    padding: 9px 9px;
    text-decoration: none;
    border-right: 0px solid white;
}

.menu li a:visited
{
    color: white;
}

.menu li a:hover
{
    color: white;
    background: transparent url(../images/blockactive.gif) center center repeat-x;
}

#credits
{
    margin: 0 auto 0 auto;
    width: 827px;
    text-align: center;
    color: #666666;
}

#credits a:link, a:visited
{
    color: #666666;
    text-decoration: none;
}
#credits a:hover, a:active
{
    color: #ffffff;
    text-decoration: none;
}


#contenuto a:link, a:visited
{
    color: #666666;
    text-decoration: none;
}
#contenuto a:hover, a:active
{
    color: #00A0DD;
    text-decoration: none;
}

img
{
    border: 0px;
}

.img_body
{
    border: 1px solid #666666;
    padding: 0px;
}

input
{
    border: 1px solid #5CA7D6;
}

