/*Ankündigungsbox*/
.ankuendigungsBox{ 
	background-color: #;
	width:610px;
}
/*rechte Spalte Box*/
.rechteSpalteBox{ 
	background-color: #;
	width:275px;
}
/* Text in Aktuelles auf der Startseite*/
.aktuell    { font-size:           10pt;
              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:     12pt;
              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: #355E00;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: middle; 
}