/* CSS Document */
html,body {
	height: 100%;
}

body {
	background: #A1A1A1 url(../imag/sf_base4.jpg) no-repeat top left;
	margin: 0px;
	overflow: auto;
	scrollbar-face-color: #FFFEFE;
	scrollbar-highlight-color: #EFF5F9; 
	scrollbar-shadow-color: #C4C4C4;
	scrollbar-arrow-color: #455261; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #E5E5E5;
}

#corpo {
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent url(../imag/sf_news.jpg) no-repeat top left;
	width: 790px;
	height: 464px;
	margin: -232px 0 0 -404px;
}
#contenuti {
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	height: 369px;
}
#contenuti #menu {
	position: absolute;
	border-right: 1px solid #504B48;
	top: 0;
	left: 0;
	width: 230px;
	height: 100%;
	padding: 10px 0 0 0;
}
#menu ul {
	margin: 0;
}
li.menu{
	list-style-image: url(../imag/li_quadro.gif);
	list-style-position: inside;
	margin: 0 0 5px 0;
}
#contenuti #titolo {
	position: absolute;
	top: 20px;
	left: 235px;
	width: 330px;
	height: 25px;
}
#contenuti #scheda {
	position: absolute;
	top: 20px;
	left: 235px;
	width: 350px;
	height: 340px;
}
#contenuti #scheda #immagini {
	position: absolute;
	top: 250px;
	left: 0;
	width: 350px;
}
#contenuti #scheda #testo {
	position: absolute;
	top: 25px;
	left: 0;
	width: 350px;
	height: 210px;
}
#testo_scheda {
	width: 350px;
	height: 215px;
	overflow: auto;
    scrollbar-face-color: #BCCFDD;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #BCCFDD;
    scrollbar-shadow-color: #BCCFDD;
    scrollbar-highlight-color: #BCCFDD;
    scrollbar-3dlight-color: #BCCFDD;
    scrollbar-darkshadow-color: #BCCFDD;
	text-align: justify;
}

#navigazione {
	position: absolute;
	top: 44px;
	left: 595px;
	width: 192px;
	height: 300px;
}
#navigazione ul{
	margin: 0;
}
#navigazione li{
	margin: 0 0 9px 0;
}
.underline {
	border-bottom: 1px solid #779BC4;
	margin: 0 0 9px 0;
}
.img {
	border: 1px solid #FFF;
}
#logo {
	position: absolute;
	top: 386px;
	left:603px;
}
#indirizzo {
	position: absolute;
	top: 379px;
	left:6px;
}
