﻿.body_main
{
    background-image: url('../immagini/bg_body.gif');
    background-repeat: repeat-x;
    background-color: #242424;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

#colonna1
{
    width: 20px;
    height: 500px;
    background-image: url('../immagini/bg_colonna1.gif');
    background-repeat: no-repeat;
}

#colonna2
{
    width: 200px;
    height: 500px;
    background-image: url('../immagini/bg_colonna2.gif');
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 200px;
}

#colonna3
{
    width: 200px;
    height: 500px;
    background-image: url('../immagini/bg_colonna3.gif');
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 105px;
}

#colonna4
{
    width: 6px;
    height: 500px;
    background-image: url('../immagini/bg_colonna4.gif');
    background-repeat: no-repeat;    
}

#colonna5
{
    width: 560px;
    height: 500px;
    background-image: url('../immagini/bg_colonna5.gif');
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 110px;
}

.a_menu
{
    color: #FFFFFF;
    text-decoration: none;
}

.a_menu:hover
{
    color: #FFCC00;
    text-decoration: underline;
}

.link_menu1
{
    width: 172px;
    padding: 4px;
    background-color: #333333;
    margin-bottom: 2px;
}

.link_menu1_sp
{
    width: 172px;
    padding: 4px;
    margin-bottom: 2px;
}

.link_menu2
{
    width: 172px;
    padding: 4px;
    background-color: #4D4D4D;
    margin-bottom: 2px; 
}

.link_menu2_sp
{
    width: 172px;
    padding: 4px;
    margin-bottom: 2px;
}




/* CSS le pagine dei contenuti in HTML */
.body_content
{
    background-color: #4D4D4D;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFFFFF;
    text-decoration: none;
    text-align: justify;
    vertical-align: top;
}

#div_content
{
    width: 514px;
    float: left;
}

#div_sx
{
    width: 290px; 
    float: left; 
    padding-right: 10px;
    border-right-style: dotted; 
    border-right-width: 1px; 
    border-right-color: #C0C0C0;
}

#div_dx
{
    width: 202px; 
    float: left; 
    padding-left: 10px; 
}
