body {
       background-color:#000000;
       color:#000001;
 /*                                         Nicht W3C-Konform:
       scrollbar-face-color:#050505;
       scrollbar-highlight-color:black;
       scrollbar-shadow-color:#5B0000;
       scrollbar-base-color:rgb(0,0,0);
       scrollbar-track-color:rgb(00,00,35);
       scrollbar-3dlight-color:#5C0000;
       scrollbar-arrow-color:#FFFFFF;
       scrollbar-track-color:#550000;
       scrollbar-darkshadow-color:#300000;
 */ 
     }

 .main {                         /* Attribute Listentext (Bandnamen) */
         padding-top:8px;
         padding-bottom:0px;
         padding-right:30px;
         list-style-type:square;
         font-weight:bold;
         color:#909090;
         font-family:Verdana,serif;
         font-size:1.0em;
       }

 .text {
         color:#909090;
         font-family:Verdana,serif;
         font-size:0.8em;
         padding-bottom:5px;
       }

 .pmain {                       /* Attribute Listentext (Anzahl Tabs) */
           margin-top:3px;
           margin-left:55px;
           font-style:oblique;
         }


 .tabelle {
            background-image:url(bg.png);
            background-color:transparent;
            width:38%;
            color:#909090;
            font-family:Verdana,serif;
            font-size:0.8em;
            border-width:thin;
            border-color:#600900;
            border-style:dashed;
          }

 .liste {
          padding-top:10px;
          padding-bottom:0px;
          list-style-type:circle;
        }

 .info {
         background-color:transparent;
         color:#909090;
         font-family:Verdana,serif;
         font-size:0.7em;
         font-weight:bold;
         text-align:center;
       }

 .zurueck {
            background-color:transparent;
            color:#909090;
            font-family:Verdana,serif;
            font-size:0.6em;
            text-align:center;
          }

 A:hover {
           background-color:transparent;
           color:#CCCCCC;
           text-decoration:none;
           font-weight:normal;
         }
 
 A {
     background-color:transparent;
     color:#FFFFFF;
     text-decoration:none;
     font-weight:normal;
   }
   
.Ftrans
{
width: 100%;
filter:alpha(Opacity=50, FinishOpacity=50,,,,,);
-moz-opacity: 50%
}
