/* CSS Document */
div.layer1{display: none}
body{
background: #999;
background-image:url(../img/bg_texture.jpg);
background-repeat:repeat;
padding: 0;	
margin: 0;
text-align: center; /*IE hack*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#FFF;
/* SCROLLBAR SEZIONI INTERNE - SOLO IE*/
   scrollbar-base-color: #F90;
   scrollbar-face-color: #F90;
   scrollbar-shadow-color: #F90;
   scrollbar-arrow-color: #000;
   scrollbar-highlight-color: #F90;
   scrollbar-dark-shadow-color: #F90;
   scrollbar-3d-light-color: #000;
   scrollbar-track-color: #333;
}
html,body {
height: 100%;
}

/*titolo nascosto*/
.titoloNascosto {
  display:block;
  float:left;
  width:1px;
  height:1px;
  display:none;
}
/*fine titolo nascosto*/
#ombra{
width:960px;
height:570px;
top: 50%;
left: 50%;
margin: -285px 0 0 -480px;
position: absolute;
background-image: url(../img/ombra_chiara.gif);
background-repeat:no-repeat;
background-position:center;
}
#sito{
width:920px;
height:530px;
top: 50%;
left: 50%;
margin: -270px 0 0 -465px;
position: absolute;
background-color:#FFF;
padding:5px;
}
#header{
width:920px;
height:100px;
background-image: url(../img/head.gif);
background-repeat:no-repeat;
background-position:center;
}
#lingue{
line-height:60px;
width:900px;
text-align:right;
vertical-align:bottom;
}
#menu ul{
float:left;
list-style:none;
margin:0;
padding: 0;
border:0px;
width:250px;
font-size:10px;
}
#menu li{
border-bottom: 1px solid #FFF;
background-image:url(../img/bg_menu.gif);
background-repeat:no-repeat;
background-position:left;
}
#menu{
margin:5px 0 0 0;
/*background:#000;*/
width:250px;
height:425px;
display:block;
float:left;
padding:0;
border: 0px;
}
#menu a{
display:block;
text-align: right;
width:240px;
line-height:29px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#FFF;
margin-left:-60px;
}
#menu a:hover{
color: #F90;
}
#conte{
margin:5px 0 0 0;
padding-left: 20px;
color:#000;
/*background:#000;*/
width:650px;
height:425px;
display:block;
float:left;
text-align:left;
overflow:auto;
font-size:50;
}
#conte li{
display:block;
text-align: left;
list-style:none;
background-image:url(../img/dot_arancio.gif);
background-position:left top;
background-repeat:no-repeat;
margin-left:-15px;
padding:0 0 10px 10px;
width:560px;
text-align:justify;
}
#conte a{
color:#000;
text-decoration:none;
}
#conte a:hover{
color:#F90;
text-decoration: underline;
}
.titolo, .titolo1{
border-top: solid 1px #333;
padding-top: 15px;
width:600px;
text-align:justify;
}
/*.titolo1:first-letter,
.titolo:first-letter{
color:#F90;
}*/
.titolo1{
border-top: 0;
}
.titoletto{
display:block;
font-weight:bold;
color:#F90;
}
.titoletto:first-letter{
color:#000;
}
.intestazioneSezione{
background-image: url(../img/mondo.jpg);
background-position: 5px 10px;
background-repeat: no-repeat;
background-attachment: scroll;
padding:70px 0 50px 120px;
vertical-align: middle;
text-align:left	;
font-size: 20px;
font-weight:bold;
color:#F90;
font-variant: small-caps;
}
