
/* CSS-Definitonen fuer den Drucker */

 body            { background-color:#FFFFFF; color:#000000; background-repeat:repeat;
                   width:100%; height:100%; margin-left:0px; margin-right:3%; margin-top:10px; margin-bottom:0px;
                   font-family:Arial,Helvetica,sans-serif; text-align:left;
                   scrollbar-base-color:#000000; scrollbar-3dlight-color:#555555; scrollbar-arrow-color:#8B0000; scrollbar-darkshadow-color:#111111; scrollbar-face-color:#3B3B3B; scrollbar-highlight-color:#444444; scrollbar-shadow-color:#222222; scrollbar-track-color:#2B2B2B;
                 }
 body.Home       {
                 }

 nobr            { white-space:nowrap; }
 pre             { font-family:"Courier New",Courier,monospace; }
 tt              { font-family:"Courier New",Courier,monospace; }

 .Bildtitel      { font-family:"Bauhaus Medium BT",Bauhaus,Arial,Helvetica,sans-serif; }
 .Untertitel     { font-size:smaller; }
 .Smiley         { font-family:"Courier New",Courier,monospace; white-space:nowrap; }
 .KeinUmbruch    { white-space:nowrap; }
 .Lyriktitel     { font-family:Arial,Helvetica,sans-serif; text-align:center; }
 .Lyrik          { font-family:Arial,Helvetica,sans-serif; text-align:justify; }
 .LyrikRechts    { font-family:Arial,Helvetica,sans-serif; text-align:right; }
 .rot            { font-style:italic; }

 hr.sptrenn      { color:#000000; height:2px; }
 img.Logo        { visibility:visible; }
 img.Titel       { filter:Glow(color=#000000, strength=1), DropShadow(color=#000000, offx=3, offy=3); }
 img.Naviback    { visibility:hidden; }

 a:visited       { color:#000000; font-style:italic; font-weight:normal; text-decoration:none; }
 a:link          { color:#000000; font-style:italic; font-weight:normal; text-decoration:none; }
 a:hover         { color:#000000; font-style:italic; font-weight:normal; text-decoration:none; }
 a:active        { color:#000000; font-style:italic; font-weight:normal; text-decoration:none; }

