/* DATEI: print.css */

/* Aufbereitung für Printausgabe */
*
{
   background: white !important;
   color: black !important;
}
a
{
   text-decoration: none;
}
a.extern:before
{
   content:  "";
}
a.extern:after
{
   content: " ("attr(href)")";
}

