
/* CSS-Definitonen fuer den Bildschirm */

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

 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            { color:#B00306; }
 .braun          { color:#69574D; }

 hr.sptrenn      { color:#FFFFFF; height:1px; }
 img.Naviback    { visibility:visible; }

 a:visited       { color:#CCCCCC; font-style:normal; font-weight:normal; text-decoration:none; }
 a:link          { color:#999999; font-style:normal; font-weight:normal; text-decoration:none; }
 a:hover         { color:#CCCCCC; font-style:normal; font-weight:normal; text-decoration:underline; }
 a:active        { color:#FFFFFF; font-style:normal; font-weight:normal; text-decoration:none; }

