/* DATEI: sw.css */

/* Aufbereitung für Bildschirmausgabe */
*
{
   background: #ffffff !important;
}
body
{
   color: #000000 !important;
}
a:link, a:visited
{
   color: #000000 !important;
}
a:focus, a:hover, a:active
{
   color: #000000 !important;
}
a.extern:before
{
   content: url(grafiken/extlink.png) " ";
}
ol
{
   margin-left: 3em;
}
