/* Body-Bereich f&uuml;r das gesamte Dokument */
body {
 font-family: Verdana, Tahoma, Arial,sans-serif;
 font-size:11px;                         /*Gr&ouml;&szlig;e Standardtext*/
 color:rgb(0,0,0);                      /*Farbe Standardtext*/
 background-color:rgb(255,204,51);     /*Farbe Au&szlig;enrahmen*/
 background-image:URL("../images/Bghell.gif")}

/* Schriftart f&uuml;r alle Zelle - quasi alles*/
td{font-family: Verdana, Tahoma, Arial,sans-serif;font-size:11px;}

/* Haupt&uuml;berschrift*/
h1{margin-top:5px;
   font-size:18px;
   margin-bottom:5px;
   color:rgb(0,75,0);}

/* Specht Links Men&uuml;*/
h2{margin-top:12px;
   font-size:14px;
   text-align:right;}

/* Schriftzug Gerd Tautenhahn*/
.gerdtop{font-size:14px;
         margin-top:5px;
         margin-bottom:5px;
         font-weight:700;
         color:rgb(0,75,0);}

/* Blockflie&szlig;text */
.textflow{line-height:18px;text-align:justify;margin:10px;}

  /* Unterschrift unter Bildern etc.*/
.foot{font-size:9px;text-align:center;}

 .menue {background-color:rgb(0,75,0);
        font-size:14px;
        font-weight:600;
        padding-left:2px;
        line-height:30px;}

.navsecond{background-color:rgb(0,75,0);
           font-size:12px;
           padding-left:2px;
           line-height:20px;}

/* Ganz gro&szlig;e Seitenrahmentabelle*/
.big {background-color:rgb(0,153,0);   /*Farbe Rahmen Hauptseite*/
      min-width:600px;
      max-width:1280px;}

 /* Die Hauptfl&auml;che der Webseite*/
.main{background-color:rgb(255,255,190);}

 /* Die Hintergrundfarbe der Linktabellenkopfzeile*/
.linktable{background-color:rgb(220,220,220);}

 /*Rahmen f&uuml;r die Textfelder*/
.rahmen{background-color:rgb(0,153,0);
        margin:10px;}

/* Fl&auml;che der Textfelder*/
.innen {background-color:rgb(255,255,255);}

/* Textfeld unsichtbar*/
.invisible{background-color:rgb(255,255,190);
           border:0;
           padding:1px;}

/* Footer der Webseite*/
.footer {text-align:center;
         font-family:Verdana,Tahoma,Arial,sans-serif;
         font-size:9px;
         width:100%;
         border:0;
         padding:0;}

/* Links */
a:link{color:rgb(0,95,0);text-decoration:none;}
a:visited{color:rgb(100,100,100);text-decoration:none;}
a:hover{color:rgb(255,50,0);text-decoration:underline;}
a:active{color:rgb(0,0,0);text-decoration:none;}


 /* Bilder */
.picleft{float:left;margin-top:20px;margin-right:10px;margin-bottom:10px;}
.picright{float:right;margin-top:20px;margin-left:10px;margin-bottom:10px;}

 /* Listen */

 .circlelist{list-style-type:disc;list-style-position:outside;
             line-height:20px;}

.num0{text-align:right;color:rgb(0,75,0);width:17px;}
.num1{text-align:right;color:rgb(0,0,255);}
.num2{text-align:right;color:rgb(255,0,0);}
.day{color:rgb(0,0,0);}