html {
	height: 100%;	
}

body {
	min-height: 100%;/*sets the body to the window height*/
	_height:100%;/*ie 6 hack - better in a specific stylesheet*/
	margin:0;
	position: relative;
	color: #464646;
	font-family: 'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/fondo.jpg);
	background-position: center 0%;
	background-repeat: no-repeat;
}
div.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:0px
}
div#header{
	position: absolute;
	height: 227px;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #D7DBE4;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div#footer {
	position: absolute!important;
	height: 40px;
	bottom: 0;
	width: 100%;
	min-width:1011px;
	left: 0;
	background-color: #D7DBE4;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div#footer DIV.view-space DIV.middle P {
	position: absolute;
	top:10px;
	left: 13px;
	color: #ECF6FF;
}
div#container {
	clear: both;
	padding-top: 227px;
	padding-bottom: 40px;/*creates space at the bottom of the main content the same height as the footer to prevent anything from disappearing behind it*/
}





/* Spazio centrato */
DIV.view-space {
	width: 1011px;	
	margin: 0 auto;
	position: relative;
}
div#header DIV.view-space DIV.left ,
div#header DIV.view-space DIV.middle ,
div#header DIV.view-space DIV.right {	
	height: 227px;
}
DIV.view-space .left ,
DIV.view-space .right ,
DIV.view-space .middle{
position: relative;
float: left;
}
/* colonne laterali */
DIV.view-space .left ,
DIV.view-space .right {
	position: relative;
	width: 215px;
}
DIV.view-space .right{
	clear: right;
}
DIV.view-space .middle {	
	width: 581px;
}

/* logo */
DIV#logo {
	height: 227px;
	background-image: url(../images/logo.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/*image-top*/
DIV#image-top{
	background: transparent no-repeat left top;
	height: 227px;
}
DIV#image-top IMG.txt{
	/*opacity:0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);*/
	position: absolute;
	left: 27px;
	top: 21px;
}

/* menu-top */
DIV#menu-top{
	position: absolute;
	z-index: 2;
	width: 581px;
	height: 31px;	
	left: 0;
	top:207px;
	background: transparent url(../images/sfuma_top.png) no-repeat center top;
}

DIV#menu-top UL {
	margin: 0; padding: 0;
	padding-left: 10px;
	list-style: none;	
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}
DIV#menu-top LI {
	display: inline;
	-moz-box-orient: vertical;
	-moz-box-align: end;
} 
DIV#menu-top LI.sep-top{
	background: transparent url(../images/sep.gif) no-repeat center center;		
}
DIV#menu-top LI A{
	text-decoration: none;
	color: #464646;
}
DIV#menu-top LI A:hover {
	color: #63679C;
}
DIV#menu-top LI.current A{
	color: #808080 !important;
}
/* pagina */
DIV.page {
	background: transparent url(../images/page.png) repeat-y left top;
}
DIV.page .content{
	padding: 0 10px 0px 13px;
	margin-bottom: 10px;
}


  /* colonna di destra */
  #rightCol {
  	position: absolute;
	left: 20px;
	top:10px;
	z-index: 200;
  }

  DIV.focus {
  	width: 206px;
	min-height:100px;	
	position: relative;
	background-position: left top;
	background-repeat: repeat-y;
  }
  DIV.focus_top {
  	margin: 0;padding: 0;
	width: 206px; 
	height: 19px;
	background-image: url(../images/focus_top.png);
	background-position: left top;
	background-repeat: no-repeat;
  }
  DIV.focus_footer {
  	margin: 0;padding: 0;
	width: 206px; 
	height: 22px;
	background-image: url(../images/focus_footer.png);
	background-position: left top;
	background-repeat: no-repeat;
  }
  DIV.focus_body {
	width: 206px;
	background-image: url(../images/focus_body.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-bottom: 20px;
  }
  DIV#focuson{
  	width: 100%;
	height:48px;
	background-image: url(../images/focuson.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
  }
  UL#focus-menu {
  	margin: 0 0 0 25px; 
	padding: 0;
  	list-style: none;
	font-family: Georgia,Palatino,'Times New Roman',Times,serif;
	font-weight: 300;
	font-size: 1.2em;
  }
	UL#focus-menu LI {
		width: 160px;
	}
   UL#focus-menu LI.hsepy {
   	height: 11px;
		line-height: 11px;
		background-image: url(../images/hsepy.png);
		background-position: left top;
		background-repeat: no-repeat;
   }
	UL#focus-menu A{
		color: #FFF;
		text-decoration: none;
	}
	UL#focus-menu A:hover{
		color: #000;
	}
	DIV.topbox {
	height: 100px;			
	margin-left: 10px;
	}
	DIV.searchbox {
		margin-top: 0px;		
	}
	DIV.topbox A{
		font-size: 0.9em;
		color:#555555;
		text-decoration: none;
		font-weight: bold;		
	}
	DIV.topbox A:hover {
		color: #FFF;
	}
	DIV.topbox DIV.langs A {
		display: block;
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 30px;
	}
	DIV.input {
		height: 33px;
		padding: 0;
		white-space: nowrap;
	}
	DIV.input div.body{
		float:left;
		/*background-image: url(../images/inputb_dx.png);
		background-position: left top;
		background-repeat: no-repeat;		*/
		padding-left: 0px;
		padding-top: 4px;
	}
	DIV.input div.close{
		float:left;
		/*background-image: url(../images/inputb_sx.png);
		background-position: left top;
		background-repeat: no-repeat;*/
		width: 23px;
		height: 33px;
	}
	DIV.input input.submit{
			background-color: transparent;
			border: none;
			text-align: left;
			background-position: 2px 3px;
			background-repeat: no-repeat;
			width: 23px;
			height: 23px;
			
	}
	DIV#login DIV.input div.body{
		background-image: url(../images/input_dx.png);
	}
	DIV#login DIV.input div.close{
		background-image: url(../images/input_sx.png);
	}
	FORM {
		margin: 0; padding: 0;
	}
	
	input.text{
		border: none;
		height: 15px;
		font-size: 11px;
		line-height: 12px;
		background-color: transparent;
		font-family: 'Lucida Sans Unicode','Lucida Grande', Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #555555;
		padding-left: 7px;
		/*padding-top: 5px;*/
	}
	input.text:focus {
		background-color: #FFF;
	}
	input.search{
		background-image: url(../images/i-search.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.input .body .user,
	.input .body .key{
		width: 20px;
		height: 23px;
		background-position: left top;
		background-repeat: no-repeat;		
		position: absolute;
	}
	.input .body .user{
		background-image: url(../images/i-user.png);		
	}
	.input .body .key{
		background-image: url(../images/i-key.png);		
	}
	DIV#login {
		width: 100%;
		position: absolute;
		bottom: 45px;
		left: 0;
		z-index: 200;
	}
	DIV#login-inner{
		width: 1011px;
		margin: 0 auto;
		height: 60px;
	}
	DIV#login .input .body  INPUT,
	DIV#login .input .body INPUT{	
		width: 45px;
		padding-left: 20px;
	}
	DIV#login .input{
		float: left;
	}
	DIV#login .submitOk{
			background-color: transparent;
			border: none;
			text-align: left;
			font-size: 0.8em;
			width: 20px;
			height: 30px;
			color: #AAA;
			cursor: pointer;
	}
	DIV#logged {
		left: 0;
	}
	DIV#logged UL{
		margin: 0 0 0 0px;
	}
	DIV#logged UL LI{
		list-style: url(../images/arrow.png);
		color: #AAA;
		font-size: 0.9em;
	}
	DIV#logged UL LI A{
		color: #AAA;
	}
	DIV#logged UL LI A:hover{
		color: #F7931D;
	}
	DIV#logged UL LI.welcome{
		list-style-type: none;
		list-style-image: none;
	}
 	DIV.banners {
		padding-top: 10px;
		padding-left: 13px; 		
 	}
	DIV.banners .banner{
		padding-top: 10px;
		font-family: Georgia,Palatino,'Times New Roman',Times,serif;
	}
	DIV.banners .banner IMG{
		margin-top: 2px;
	}
	
	/*news-box*/
	
	DIV.news-box{
		min-height: 300px;	
		margin-top: 30px;	
		margin-bottom: -10px;	
		
	}
	DIV.news-box .box {
		min-height: 300px;
		width: 270px;
		background-color: #DCEDE2;
		float: left;
		position: relative;		
	/*	background: transparent url(../images/bgnews.png) repeat;*/
		overflow: visible;
		padding-top: 10px;
	}
	
	DIV.news-box .box-title {
		position: absolute;
		top:  -20px;
		left: 15px;
		color: #F7931D;
		font-weight: bold;
	}
	
	DIV.news-box .inner {
		padding: 10px;
	}
	
	DIV.news-box .box {
		background-image: url(../images/sep-news.jpg);
		background-position: left top;
		background-repeat: no-repeat;	
		position: relative;
	}
	
	#sep-news {
		position: absolute;
		top:0;left: 0;
	}
	
	/*news-list*/
	
	UL.news-list {
		padding: 0; margin: 0;
		list-style: none;
	}
	UL.news-list LI.date,
	UL.news-list LI.evtitle {
		font-weight: bold;
	}
	UL.news-list A{
		text-decoration: none;
		color: #464646;
	}
	
	UL.news-list LI.title{	
		font-weight: bold;
	}
	UL.news-list LI.text{
		font-size: 0.9em;
		font-style: italic;		
	}
	
	/* LI attach */
	LI.attach {
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url(../images/file.png);
	}
	LI.attach A{
		font-size: 0.9em;
		color: #555;
		text-decoration: underline;		
	}
	LI.attach A:hover {
		color: #F7931D;
	}
	LI.pdf {
		background-image: url(../images/pdf.png);
	}
	LI.doc {
		background-image: url(../images/doc.png);
	}
	
	/* menuLeft */
	
	UL.menuLeft{
		list-style: none;
		margin: 20px 0 0 47px;
		padding: 0;	
		width: 160px;
		white-space: normal;
	}
	UL.menuLeft UL{
		list-style: none;
		margin: 0;
		padding: 0;	
	}
	UL.menuLeft UL {
		margin-top: 0px;
		margin-bottom: 0;
		margin-left: 5px;
	}
	UL.menuLeft LI {
		list-style: none;		
		display: block;
	}
	UL.menuLeft LI UL {
		margin-top: 0;
		padding-top: 0;
		min-height: 20px;
	}
	UL.menuLeft LI {
		padding-top: 0;
		padding-bottom: 12px;
		background-image: url(../images/hsep.png);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	UL.menuLeft UL LI{
		margin: 0 3px 2px 15px;	
		padding: 0;	
		padding-bottom: 5px;	
		background-image: none;
		white-space: normal;		
		font-size: 0.9em;
		
	}
	UL.menuLeft A {
		width: 100%;
	}
	UL.menuLeft A,
	.navigator A{
		color: #555;
		text-decoration: none;
		font-size: 1.0em;
	}	
	UL.menuLeft A:hover,
	.navigator A:hover{
		color: #F7931D;
		text-decoration: underline;
	}
	.navigator A{
			font-size: .9em;
	}
	/*attachs*/
	.attachs {
		margin-bottom: 10px;
	}
	DIV.attachs UL{
		margin: 0; padding: 0;
		list-style: none;	
	}
	.attachs .title {
		border-bottom: 1px solid #AAAAAA;
		font-style: italic;
	}
	DIV.attachs LI{
		display: inline;
	}
	DIV.content .page-title {
		font-size: 1.1em;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	DIV.content .search-title {
		border-bottom: 1px solid #AAAAAA;
	}
	TABLE.search-table {
		
	}
	TABLE.search-table TH{
		text-align: left;
	}
	TABLE.search-table TH,
	TABLE.search-table TD{
		padding-right: 10px;
	}
UL.sitemap {
	
}
UL.sitemap A{
	color: #555;
		text-decoration: none;
		font-size: 0.9em;
}
UL.sitemap A:hover{
color: #F7931D;
		text-decoration: underline;
}

.page-text P {
	margin-top: 0;
}