.mitte {
 text-align: center;
}

#aktuelles {
	left: 10%;
	width: 800px; 
  border: medium double  rgb(0,102,0);
  background: rgb(240,240,240);
  padding:10px;
  text-align: center;
     }
#navi   {
 text-align: center;
 font-size: xx-small;
 font-family: 'Courier New', Courier, 'Andale Mono', monospace;
}

 #terminausgabedatum{
 font-weight: bold;
 font-size: 18;
 color: rgb(0,102,0);
 font-family: Times, 'Times New Roman', Georgia, serif;
} 

 #terminausgabeueberschrift{
 font-weight: bold;
 font-size: 28;
 color: rgb(0,0,255);
 font-family: Times, 'Times New Roman', Georgia, serif;
} 

 #terminausgabtext{
 font-weight: bold; 
 font-size: 16;
 color: rgb(0,0,128);
 text-decoration: none;
 font-family: Times, 'Times New Roman', Georgia, serif;
}  

td {
 text-align: center;
 vertical-align:center;
}

.rotdick {
color: rgb(255,0,0);font-weight: bold;font-size: medium;
text-align: center;
}

.blau {
 color: rgb(0,0,255);
}

#gruenklein {
color: rgb(0,128,0);
font-size: xx-small;
text-align: center;
}

a.menue, a.menue:link, a.menue:visited, a.menue:active {
position: relative;
text-decoration: none;
}

a.menue:hover {
z-index:10;
background: rgb(255,255,255);

}

a.menue span {
display: none;
text-decoration: none;
}

a.menue:hover span {
z-index:1;
display: block;
position: absolute;
bottom: 0px;
left: 0px;
padding: 0px;

}

