/*stili per il layout fisso*/
html,body{margin: 0;padding:10px}
Body{font-family: Arial,sans-serif;font-size: 76%;text-align: center; background-color: #FFFF99}

div#container {
width: 760px;
margin: 0 auto;
text-align: left;
}

div#banner {
text-align:center;
height: 100px;
top: 10px;
position:absolute;
background-color:white;
}
div#navigation {
padding-top:10px;
text-align:center;
font-size:15px;
height: 70px;
width:760px;
top: 110px;
position:absolute;
background-color:white;
}
div#navigation a{text-decoration: none}
div#navigation a:hover{text-decoration: underline; cursor:crosshair;}
div#navigation a#activelink{text-decoration: none;
}
div#header1{
height: 150px;
	width: 760px;
	top: 180px;
position:absolute;
background-color:white;
}
div#header1 h1{ 
font-size:40px; 
text-align:center;
font-family: PosterBodoni BT,sans-serif
}
div#header {
height: 210px;
	width: 760px;
	top: 180px;
position:absolute;
background-color:white;
}
div#header h1{ 
font-size:40px; 
text-align:center;
font-family: PosterBodoni BT,sans-serif
}
div#content {
text-align:left;
font-size:13px;
width: 760px;
height:190px;
top: 390px;
position:absolute;
background-color:white;
}
div#content h3{
font-style:italic; text-align: center
}
div#partesx {
text-align:left;
font-size:13px;
width: 300px;
height:240px;
top: 300px;
position:absolute;
background-color:white;
padding-bottom:30px;
}
div#partedx {
text-align:left;
font-size:13px;
width: 592px;
left:290px;
height:240px;
top: 300px;
position:absolute;
background-color:white;
padding-top:30px;
padding-right:10px;
}
div#footer {
text-align:center; 
padding-bottom:10px;
background-color:white;
font-size:10px;
width: 760px;
height:10px;
top: 500px;
position:absolute;
}
div#footer a{
font-weight: bold;
text-decoration: underline;
}
table.tabella {
table-layout: fixed;
width: 250px;
border-width:5px;
border-style:outset;
border-color:#3366CC;
}
ul.lista li {list-type-style: disc;
color:#3366CC }
.lingua {
cursor:crosshair;
font-size:20px;
} 
  
.linkelenco {
cursor:crosshair;
font-size:13px;
} 

