@media print {

	* { overflow: visible !important; }
	body { background: white; }
	#head {
		background-image:none;
		height:90px;
	}
	div#outer {
		width: 100%;
		background: white; 
	}
	#wrapper {background-image:none;float: none !important;}
	div#logo {border-bottom:1px solid #666;}
	div#network { display: none; }
	div#topBanner { display: none; }
	div#menuH { display: none; }
	div#banner { display: none;	}
	
	div#serviziPag { display: none;	}
	div#FB { display: none;	}
	
	div#istituzionale { display: none;	}
	div#news { display: none;	}
	div#cerca { display: none;	}
	div#mynextville { display: none;	}
	div#formLogin { display: none;	}
	#testataPagina { color:#396BA5}
	#testataPagina #titolo { left:0}
	#testataPagina #sottotitolo { left:0}
	div#colSx { display: none;	}
	div#colRx { display: none;	}
	div#subcolRx2 { display: none;	}
	#colCenter { 
		left:100px;
		width:90%;
	}
	div#footer { display: none; height:0 }
	
	/*normativa*/
	div#pulsantiera { display: none; height:0 }
	div#keywords-reference { display: none; height:0 }
	div.versioni { display: none; height:0 }
	p#tools  { display: none; height:0 }
	form#controllo-modifiche { display: none; height:0 }
}