@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/sf_pag.jpg);
}

#contenitore {
position:absolute;
left:50%;
top:25px;
width:995px;
height: 692px;
margin:0 0 0 -495px;
background-image: url(../img/sf_main.jpg);
background-repeat: no-repeat;
z-index: 1;
}

#head {	
width:980px;
height: 100px;
margin-left:0px;
margin-bottom:0px;
margin-right:0px;
margin-top:10px;
text-align:center;
position: absolute;
z-index: 2;
}

#testi {
	overflow: auto;
	width: 252px;
	height: 520px;
	float: right;
	background-image: url(../img/sf_testo.jpg);
	background-repeat: no-repeat;
}

#contenuti {
	overflow: auto;
	width: 252px;
	height: 520px;
}

.testo_contenuti {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	padding: 5px;
}
z-index: 5;
}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
z-index: 6;
} 

#menu li a{
width:160px;
height: 20px;
display: block;
text-decoration:none;
text-align: center;
line-height: 20px;
color: #333;
background: #FBEAA6;
position: relative;
z-index: 7;
} 

#menu li a:hover{
background: #c9bb85;
position: relative;
z-index: 8;
} 

#menu ul ul{
position: absolute;
top: 20px;
visibility: hidden;
z-index: 9;
}

#menu ul li:hover ul {
visibility: visible;
position: absolute;
z-index: 10;
} 

#main {
	position: absolute;
	width: 980px;
	heigh: 520px;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
	z-index: 3;
}

#flash {
	width: 698px;
	heigh: 520px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 115px;
	float: left;
	position: absolute;
	z-index: 2;
}

#testi {
	overflow: auto;
	width: 252px;
	height: 520px;
	margin-right: 10px;
	margin-top: 115px;
	float: right;
	background-image: url(../img/sf_testo.jpg);
	background-repeat: no-repeat;
}

#contenuti {
	overflow: auto;
	width: 252px;
	height: 400px;
}

.testo_contenuti {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	padding: 5px;
}
#news {
	overflow: auto;
	width: 252px;
	height: 100px;
	margin-top: 20px;
}

.testo_news {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:0.80em;
	padding: 15px;
	font-weight: bold;
	text-align:center;
	color:#900;
}

#bottom {
	position: absolute;
	width: 980px;
	height: 25px;
	clear: both;
	padding-top: 650px;
}

.dati_bottom {
	text-align: center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:0.70em;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 0;
	padding-bottom: 0;
}

#lingue {
	width: 100x;
	width: 252px;
	height: 25px;
	float: right;
	text-align: right;
	padding: 10px;
}

#titolo {
	color: #600;
	padding: 5px;
}



