/*Ankündigungsbox*/
.ankuendigungsBox{ 
  background-color: #FFFF99;     /*FFFF99*/
  width:410px;
}
/*rechte Spalte Box*/
.rechteSpalteBox{ 
  background-color: #FFFF99;
  width:175px;
}
/* Text in Aktuelles auf der Startseite*/
.aktuell    { font-size:           8pt;
              font-weight:         normal;
              margin-left:         5px;
              margin-right:        5px;
        margin-bottom:       0px;
              margin-top:          0px;
              text-align:          left }
/* Text in Ankündigung auf der Startseite*/
.textankuendigung { font-size:     10pt;
              font-weight:         normal;
              margin-left:         5px;
        margin-right:        5px;
        margin-bottom:       0px;
              margin-top:          0px;
              text-align:          left }
/* Bilder in Aktuelles auf der Startseite*/
.aktuellimg { text-align:          center;}
#content th { 
  background-color: #FFCC00;    /*FFD700*/
  font-size: 9pt;
  font-weight: bold;
  height: 20px;
  text-align: center;
  vertical-align: middle; 
}
