@media print {

	* { overflow: visible !important; }

	body { background: white; line-height:140%;}
	div#outer {
		width: 100%;
		background: white; 
		float: none !important;
	}
	div#outerDoc {
	   width: 98%;
	}
	div#logo img {width:95px;height:18px;}
	div#banner {
		display: none;
	}
	div#cerca{
		display: none;
	}
	div#areaLogin {
		display: none;
	}
	div#left {
		width: 1%;
		display: none;
	}
	div#right {
		width: 1%;
		display: none;
	}
	div#tabs {
		display: none;
	}
	#header,#header #path, #header #path a {
		clear: both; 
		background: white; 
		color: #333;
	}
	#header { display: none; }
	
	#urldoc { clear: both; display: block; border-bottom: 1px solid black; }
	
	div#main {
		width:95%;
		float: none !important;
	}
	div#main .documento {float: none !important;}
	div#mainDoc {
		width:97%;
		float: none !important;
	}
	#pulsantiera, #tools {
		display:none;
	}
	#controllo-modifiche {
		display:none;
	}

	#footer { display:none;}

	.table-envelope { width: auto; }
	
	.ending-notes { display: block; }
	.ending-notes span.rimando { display: block; }


	#network { visibility: hidden; }
	
	.testo-piccolo {
		font-size: 14pt;
		line-height:18pt;
	}	

	/* testi: dimensioni e interlenee */
	
	#testo .redazionale h1 {
	    font-size: 19pt;
	    line-height: 1.2em;
	}
	#testo .redazionale p {
		font-size: 16pt;
		line-height: 1.5em;
	}

	.keywords-drawer {
	    margin-top: 20px;
	    font-size: 12pt;
	}

	#testo .redazionale h3 {font-size: 18pt;}

	div#keywords-reference-drawer { display: block; }

	#testo div.istituzionale p.sottotitolo_ufficiale {
	    font-size: 19pt;
	    line-height: 1.2em;
	}

	#testo p {
    		font-size: 16pt;
		line-height: 1.5em;
	}


}
