body { font-family: Arial;
       text-align: justify;
       color: #FFFF00;  /* Gelb */
       background: black; /* Schwarz */ }


  a:link { color: #9933CC; }  /* für unbesuchte Links,  dunkles Blau - leicht violett */

  a:visited { color: #BB03BB; } /* für besuchte Links, violett - purple */

  a:hover   { color: #0000FF; } /* wenn die Maus über dem Link ist, grünblau? */

  a:active  { color: #FF0066; } /* wenn der Link angeklickt ist, rot - angelehnt ans violett */

  a:focus  { color: #FF3300; } /* aktiver Link. hell Rot */

/* h2 { margin-top: 3em; margin-bottom: 1em; }  */

h1 { font-size: 300%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }
h5 { font-size: 100%; }

#hb1 { font-size: 500%;
      font-weight: Bold;
      text-align: center;
      color: #ff0000;  /* rot */  }   /* Spezial Text, ENTER */

body { font-family: Verdana, sans-serif; }

h1,h2,h3,h4,h5 { font-family: "Arial Rounded MT Bold", Arial,  sans-serif;
           text-align: center;}

p,ul { font-family: "Arial Rounded MT Bold", Arial,  sans-serif;
       text-align: justify;}

/* alle mit "." ansprechen mit <div class="n"></div> */

#shade{  font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	color: #FFFFFF;}        /* Anzeige für Countdown Seite*/

.n { font-size: 100%;
     text-align: center;
     font-weight: Bold;
     color: #FFFF00; }      /* Gelb, für Navigation*/

.n2 { font-size: 70%;
     text-align: center;
     color: #FFFF00; }      /* Gelb, für Navigation, erklärung*/

.t1 { font-size: 100%;
     text-align: left;
     font-weight: Bold;
     color: #FFFFff; }      /* Weiß, für running order - Bands*/

.c { font-size: 80%;
     font-weight: Bold;
     text-align: center;
     color: #FFFFFF; }     /* Weiß, für Copyright*/

.sp   {color: #33FF33; }  /* Leuchtgrüne Schrift */

a.menu {
font-family:Arial, "Arial Rounted MT Bold", sans-serif;
font-size:100%;
font-weight:bold;
display:block;
margin-top:2px;
text-align:center;
width:185px;
border-style:outset;
border-width:3px;
padding:1px;
text-decoration:none;}
/* background-image:url();
background-repeat:repeat -y;} - zur zeit nicht in verwendung*/

a.menu:link {
             color:#9933CC;
             text-decoration:none;}

a.menu:visited {
             color:#CC0099;
             text-decoration:none;}

a.menu:hover {
             color:#0000FF;
             text-decoration:none;}

a.menu:active {
             color:#FF0066;
             text-decoration:none;}

a.menu:focus {
             color:#FF3300;
             text-decoration:none;}