/*html,body {
	background-color: #CCFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	PADDING-TOP: 0px;
			PADDING-BOTTOM: 0px; 
			PADDING-RIGHT: 0px; 
			PADDING-LEFT: 0px;
			text-align:center; *//*con IE centra tutto il contenuto anche se non è testo*/
/*}*/

 
#container {
	height: 100%;
	background-color: #FFFFFF;
	width: 840px;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin:auto;
	
}
 
#mode-iframe {
	width: 800px;
	background-image: url(intestazione.png);
	height: 75px;
}
#testoleft {
	height: 100%;
	width: 44px;
	background-color:#FFFFFF;
	position: relative;
	left: 0px;
	float: left;
}

#dati {
	height: 100%;
	width: 750px;
	display: block;
	/*position: relative;
	left: 0px;*/
	text-align: left;
	/*z-index: 0;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/*div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0.5em 0;
   background-color: #5C865C; 
	color: #eeeeee;
	text-align: center;
} */

/*div#footer {
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 20px;
	padding: 0.5em 0;*/
   /*background-color: #405e7f; */
	/*color: #5e5e5e; */
	/*text-align: center;*/
	 
	/* background-repeat: repeat; 
 	background-repeat: no-repeat;
 	background-position: right bottom;		
	background-image: url(images/footer.png);		*/

	/*background-image: url(../images/footerz.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	
	background-image: url(../images/footerz.png) repeat-x bottom left; 

} */

a.blu:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #335477;  /*  6F7C6B era così  */
}
a.blu:visited { 
	font-weight: bold;
	color: #335477;
	text-decoration: none; 
}
a.blu:hover { 
	font-weight: bold;
	color: #D9B50D;   
}
a.blu:active {
	font-weight: bold;
	color: #335477;
}


a.bluLight:link { 
	font-weight: normal;
	text-decoration: none; 
	color: #335477;  /*  6F7C6B era così  */
}
a.bluLight:visited { 
	font-weight: normal;
	color: #335477;
	text-decoration: none; 
}
a.bluLight:hover { 
	font-weight: normal;
	color: #D9B50D;   
}
a.bluLight:active {
	font-weight: normal;
	color: #335477;
}
