/* Dateiname: base.css */
/* <link rel="stylesheet" type="text/css" href="base.css">  */


p { font-family: Verdana, arial; }
.1 { font-size: 14pt; color: #ffffff; }       /* Ueberschrift bluebox */
.2 { font-size: 8pt;  }       /* Schrift klein - menuehinweis */
.3 { color: red; font-family: Verdana, arial; font-size: 8pt; }  /* Rot Achtung klein */
.4 { font-size: 10pt; }       /* Schrift normalgroß */
.5 { font-size: 14pt; }       /* links.html */
.6 { color: blue; font-family: Verdana, arial; font-size: 7pt; }  /* Blau kleiner */
.7 { font-size: 12pt; }       /* mittel */

     a#tooCool {
    position: fixed;
    right: 0;
   bottom: 0;
   display: block;
    height: 80px;
    width: 80px;
    background: url(/cool.png) bottom right no-repeat;
    text-indent: -999em;
   text-decoration: none;
   }
