/*
 * This file can be used to apply a style to all web pages you view
 * Rules without !important are overruled by author rules if the
 * author sets any.  Rules with !important overrule author rules.
 */

/*
 * example: turn off "blink" element blinking
 *
 * blink { text-decoration: none ! important; }
 *
 */

/*
 * example: give all tables a 2px border
 *
 * table { border: 2px solid; }
 */
 .schrift-menue
    { color: #000; font-style: normal; font-size: 8pt; font-family: Arial, Helvetica, Futura, Helvetika, Geneva, Swiss, SunSans-Regular }
 .schrift-text-schwarz   
   { color: #3800a0; font-style: normal; font-size: 8pt; font-family: Arial, Helvetica, Futura, Helvetika, Geneva, Swiss, SunSans-Regular }
 .sprechpunkt   
    { color: black; font-style: normal; font-weight: normal; font-size: 8pt; font-family: Arial, Helvetica, Futura, Helvetika, Geneva, Swiss, SunSans-Regular }
 .sprechpunkt-gross   
    { color: red; font-style: normal; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Futura, Helvetika, Geneva, Swiss, SunSans-Regular }
