/* DATEI: noprint.css */

/* legt Bereiche fest, die nicht gedruckt werden sollen */

.NoPrint
{
  display:none;
}
