/* Eigentum von Martin Muehlenhoff
   http://www.the-magic-maddin-online.de
   
   h1: Ueberschrift der Seiten
   h2: Menu2 Links etc.
   h3: ueberschrift menu2
   h4: "Geschrieben von"
   h5: eigentliche nachricht
   h6: ueberschrift der nachricht
   #td:fusszeile: Fusszeileneigenschaften
*/


body { color: #ffffff;
       font-size: 14px;
       background: #000000;
       font-family: helvetica;
     }
a:link { color: #fe0000;
         font-size: 14px;
         text-decoration: underline;
       }

a:visited { color: #fe0000;
         font-size: 14px;
            text-decoration: underline;
          }

a:hover { color: #fe0000;
         font-size: 14px;
          text-decoration: underline;
        }

a:active { color: #fe0000;
         font-size: 14px;
           text-decoration: underline;
         }

h2 a:link { color: #ffffff;
         text-decoration: underline;
       }

h2 a:visited { color: #ffffff;
            text-decoration: underline;
          }

h2 a:hover { color: #ffffff;
          text-decoration: underline;
        }

h2 a:active { color: #ffffff;
           text-decoration: underline;
         }



td#fusszeile { font-size: xx-small; }

h1 { font-size: 18px;
     text-align: center;
   }

h2 { font-size: 14px;
     line-height: 20px;
   }
h3 { font-size: 16px;
     font-weight: bolder;
   }
h4 { font-size: 14px;
     color: #bbbbbb;
   }
h5 { font-size: 14px;
     color: #cecece;
   }
h6 { font-size: 16px;
     font-weight: bold;
     color: #cecece;
   }


						