/* CSS Document */
a{
 text-decoration:none;
 color:#000000;
}

a:hover
{
    color: #000080;
    text-decoration: None;
    border-bottom: Dashed 1px #000080;
}
body {
 background-image:url(img/back.jpg);
 text-align:center;
 FONT-SIZE: 0.7em; 
 COLOR: #737373; 
 FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.content{
 background-color:#FFFFFF; 
 height:650px; 
 width:750px; 
 margin-top:10px;
 padding: 5px;
}

.selezionato{
 font-weight:bold;
}
.blu{
 color: #000080;
}

/* header */
.intestazione{
 text-align:left;
}


/* Barra del menu */

.menu_cornice{
 margin-top:10px;
 text-align:left;
 margin-bottom:3px;
}
.menu{
 color: #000000;
 padding-left:20px;
 background: url(img/menu.gif) no-repeat 10px 5px;
}




.sottomenu{
 background-color:#e6e7e8; 
 height:40px;
}

.sottomenu_contenuto{
 text-align:left;
 font-weight:bold;
 padding-left:5px;
 background-color:#f5f5f5;
 height:30px;
 margin-top:10px;
 vertical-align: baseline;
}

.sottomenu_contenuto A {
 COLOR: #737373; 
}


.contenuto{
 margin-top: 20px;
 margin-left: 20px;
 text-align: justify;
}

.contenuto_titolo{
 font-size: 1.6em;
 font-weight:bold;
 font-variant: small-caps;
 text-transform: uppercase;
}
.contenuto_separazione{
 border-bottom: #0000d6 1px solid;
 margin-left: -10px;
}
.contenuto_testo{
 margin-top: 10px;
}



.footer{
 background-color: #0000d6;
 color: #FFFFFF;
 height:20px; 
 width:750px; 
 padding: 5px;
 text-align:left;
}

.tabella_clienti{
 text-align:left;
 font-weight:bold;
}


.tabella_globalcom{
 text-align:left;
 font-size: 1 em;
 padding:2px;
}




.tabella_download{
 font-size: 1 em;
 vertical-align:top;
 color: #000000;
}
.tabella_download a{
 color: #800000;
 font-weight:bold;
}

/* immagini e testo */
div.textimage{
margin-bottom: 10px;     
}

div.textimage img{
float:right;
margin: 10px
}

div.textimage_sx img{
float:left;
margin: 10px
}

div.textimage h2, div.textimage p{
margin:0 10px;
padding: 0
}

div.textimage h2{
margin-top: 10px
}

div.clearer{clear: left}
