/* 	file: print.css
	Hans Woppmann, touristicweb, 13.09.2006
	set no_display-areas for print media
*/
	
td.no_print {
	display:none;
}

tr.no_print {
	display:none;
}

	
