/* project/print.css */
@media print {
	
	/* Navigation bei Locations */
	.navi-left{
		display:none;
	}

}