

/* ALLGEMEIN */

a { color:#000000;}
a:link { TEXT-DECORATION: none }
a:visited { TEXT-DECORATION: none }
a:active { TEXT-DECORATION: none }
a:hover { text-decoration:underline}




/* SEITE */

body { margin-left:0;
       margin-top:0;
       margin-right:0;
       margin-top:0;
       font-family:Tahoma;
       font-size:14pt;
       text-decoration:none;
     }


/* SEITENUEBERSCHRIFTEN */

h1 {
     font-family:Tahoma;
     font-size:22pt;
     color:#000000;
     text-decoration:none;
     text-align:left;
   }


/* HERVORGEHOBENER TEXT */

h2 {
     font-family:Tahoma;
     margin-bottom:5pt;
     font-size:14pt;
     color:#000000;
     text-decoration:none;
   }


/* MENU - UEBERSCHRIFTEN */

h3 {
     font-family:Tahoma;
     font-size:12pt;
     color:#000000;
     text-decoration:none;
     font-style:normal;
   }



/* LISTEN */
h4 {
     font-family:Tahoma;
     margin-bottom:0pt;
     font-size:14pt;
     color:#000000;
     text-decoration:none;
     font-style:normal;
   }


/* NORMALER TEXT */

p {
     font-family:Tahoma;
     font-size:14pt;
     margin-bottom:5pt;
     margin-top:0pt;
     color:#000000;
     text-decoration:none;
  }
  
  
/* NEWSTICKER */

*.ticker {
     font-family:Tahoma;
     font-size:14pt;
	  font-weight:bold;
     margin-bottom:5pt;
     margin-top:0pt;
     color:#000000;
     text-decoration:none;
  }



