﻿body
{
    background-image:url(../images/bg_generale.jpg);
    background-color:#c7e0f3;
    background-repeat:repeat-x;
    font-family:Arial;
    font-size:11px;
    margin: 0; 
    padding: 0;
}

html
{
    margin: 0; 
    padding: 0;  
}

.clearLeft
{
	height:1px;
	clear:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

DIV,SPAN,TEXTAREA,INPUT,IMG,P,SELECT,LABEL,IMG,OL,UL
{
    margin:0px;
    padding:0px;
    border:0px
}

H1,H2,H3,H4,H5
{
    padding:0px;
    margin:0px;
}

A
{
    /*font-weight:bold;*/
}

a:link
{
    text-decoration:none;
    color:#044D7C;
}

a:visited
{
    text-decoration:none;
    color:#044D7C;

}

a:hover
{
    text-decoration:underline;
}

.paddingbottom10px
{
    padding-bottom:10px;
}

.paddingtop10px
{
    padding-top:10px;
}


#boxGenerale
{
    width:900px;
    height:600px;
    margin:auto;
    position:relative;
}

#boxLingue
{
    /*float:right;*/
    height:40px;
    padding-left:845px;
}

#boxHeader
{
    width:900px;
}

.header_home
{
    height:509px;
}

.header_interna
{
    height:357px;
}


#boxMenu
{
    background-image:url(../images/bg_menu.jpg);  
    width:900px;
    height:55px;
}


#boxMenu li
{
    float:left;
    list-style-type:none;    
    padding-left:24px;
}

#boxMenu li a
{
    color:White;
}

.vociMenu
{
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: bold;
    font-size: 11px;
}

.vociMenu_ff
{
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: normal!important;
    font-size: 11px;
}

.vociMenu_ie
{
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    font-weight: bold;
    font-size: 11px;
}

#boxFooter
{
    background-color:#003463;  
    width:900px;
    height:35px;
    margin-top:1px;
}

#boxFooter .dicitura
{
    font-family:Arial;
    color:White;
    font-size:10px;
    padding-left:28px;
    padding-top:10px;    
}  

#boxFooter .dicitura a
{
    color:White;
}  

.noDisplay
{
    display:none;
}

.imgpartner
{
    float:left;
}

.testo img
{
    margin:5px;
 
}