/*stili per il layout fisso con posizionamenti assoluti*/


body{
	background-image: url(images/sfondopagina.gif); 
	background-repeat: repeat-y;
	background-position: center top;
}

div#container{
	width:980px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}


#content{
}

	.cleaner {
		clear:both;
		height:10px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

/*stili generici, su header e footer*/
div#header{
	margin-left:-1px;
	background-position:center;
	background-image:url(images/titoloditesta.jpg);
	background-repeat:no-repeat;
	height:148px;
}


/*stili specifici per il layout*/
div#navigation{ /* menu sinistra */
	float:left;
	text-align:left;
	margin-top: 0px;
	left: 0px;
	width: 211px;
	background-color:#ECECEC;
	
}
div#extra{ /* menu destra */
	float:right;
	width: 214px;
	z-index:3;
	margin-top: 0px;
	background-color: #ECECEC;
}

#home1{ /*contiene il link CERCA e LOGIN / LOGOUT operatori */
	position:absolute; 
	left:496px; 
	top:90px; 
}
#home2{ /*contiene il link CERCA e LOGIN / LOGOUT operatori */
	position:absolute; 
	left:466px; 
	top:81px; 
}
#homelogout{
	position:absolute; 
	left:880px; 
	top:85px; 

}
#ingradimento_caratteri{
	position:relative;
	top:-69px;
	left:180px; 

}
#ingradimento_caratteri2{
	position:relative; 
	top:-92px;
	left:350px;
}

#footer{
	text-align:center;
}

#footer2{
	background-color:#5B81A8;
	width:980px;
}

