/* CSS Document */

body
{
    background-color: #ececec;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin: 0px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

#contenitore
{
    overflow: hidden;
    background-image: url(images/back_contenitore.gif);
    background-repeat: repeat-y;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 8px;
    width: 975px;
}

#superiore
{
    float: left;
    height: 266px;
    width:967px;
    background-image: url(images/back_superiore.jpg);
    background-repeat: no-repeat;
}
#superiore ul
{
    float: right;
    height: 44px;
    width: 720px;
    margin-top: 4px;
    padding: 0px;
}
#superiore ul li
{
    float: left;
    list-style-type: none;
    height: 44px;
    margin-left: 2px;
    padding: 0px;
}

#centrale
{
    float: left;
    width: 965px;
    padding: 0px;
    margin: 0px;
}

#colonnaSX
{
    float: left;
    width: 403px;
    text-align: left;
    margin: 25px 30px 0 0;
}
#colonnaSX h1
{
    float: left;
    width: 403px;
    color: #FF0000;
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    margin: 40px 0 5px 0;
    padding: 0px;
}

#colonnaSX_2{
float:left;
width:205px;
text-align:left;
margin:25px 35px 0 0;}
#colonnaSX_2 h2{
float:left;
width:205px;
color:#FF0000;
font-size:20px;
line-height:20px;
font-weight:lighter;
margin:0px 0 5px 0;
padding:0px;}


#colonnaDX_2 {
float:left;
width:630px;
text-align:left;
margin:20px 0 0 0;}
#colonnaDX_2 p{
font-size:13px;
line-height:22px;}

#intro
{
    float: left;
    width: 515px;
    text-align: left;
    margin: 20px 0 0 0;
}
#intro p
{
    font-size: 13px;
    line-height: 22px;
}

#footer
{
    background-image: url(images/back_footer.gif);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 8px;
    height: 77px;
    width: 975px;
}
#footer .indirizzo
{
    float: left;
    width: 650px;
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    color: #666;
    margin: 15px 0 0 20px;
}
#footer .indirizzo a
{
    color: #666;
    text-decoration: none;
}
#footer .indirizzo a:hover
{
    color: #CC0000;
    text-decoration: none;
}
#footer .copy
{
    float: left;
    text-align: left;
    
    line-height: 14px;
    
    margin: 15px 0 0 20px;
}
#footer .copy, #footer .copyContent
{
font-size: 11px;
color: #666;
}

/* containers */
.standardContentTitle
{
    color: #FF0000;
    font-size: 150%;
/*    font-weight: bold; */
	
line-height:20px;
font-weight:lighter;
margin:0px 0 5px 0;
padding:0px;
text-align:left;
float:left;
}

.Normal
{
font-size: 12px;
}
.Normal TD
{
font-size: 12px;
}

