/**
 * allgemeines Stylesheet zum Aus-/Einblenden von Elementen auf Ausdrucken
 */

/* Elemente NICHT zum Ausdruck */
.noPrint {
	display: none;
}


/* Elemente, die NUR bei Ausdruck sichtbar sind */
.Show_OnlyPrint {
	display: block;
}
