/* Beim Ausdruck werden die Navigationselemente und Werbebanner unterdrückt */
.kopfmenue, .service, .banner, .fuss, .sitemap, .toplink, .kopf {
 display: none;
}
.kopfmenue {
 display: none;
}
.brotkrumen {
 display: none;
}
.notprint {
 display: none;
}
.AT:before {
 content: "______ ";
}

/* Das Faxbestellformular wird beim Druck automatisch mit ausgegeben */
#faxformstart {
/*  page-break-before: always; */
}
#faxformswitch {
 display: none;
}
#faxbestellung {
 display: block;
}

