/* 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_ondesk1.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 #titolo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 25px;
}
#contenuti #scheda {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 100%;
	height: 330px;
}
#contenuti #scheda #img_grande {
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: #FFF; */
	width: 295px;
	height: 295px;
	/*padding: 1px;*/
}
#contenuti #scheda #immagini {
	position: absolute;
	top: 305px;
	left: 0;
	width: 295px;
}
#contenuti #scheda #testo {
	position: absolute;
	top: 0;
	left: 300px;
	width: 270px;
	height: 295px;
}
#testo_scheda {
	width: 270px;
	height: 266px;
	overflow: auto;
    scrollbar-face-color: #8B8C84;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #8B8C84;
    scrollbar-shadow-color: #8B8C84;
    scrollbar-highlight-color: #8B8C84;
    scrollbar-3dlight-color: #8B8C84;
    scrollbar-darkshadow-color: #8B8C84;
	margin: 0 0 10px 0;
	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;
}
li.sottomenu{
	list-style-image: url(../imag/li_quadro.gif);
	list-style-position: inside;
}
#sottomenu2{
	width: 192px;
	height: 100px;
	overflow: auto;
    scrollbar-face-color: #7E8075;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #7E8075;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #7E8075;
    scrollbar-darkshadow-color: #7E8075;
	margin: 5px 0 0 0;
}
#logo {
	position: absolute;
	top: 386px;
	left:603px;
}
#indirizzo {
	position: absolute;
	top: 379px;
	left:6px;
}
