/* Hintergrundfarbe */
body  { background-color:#FFFF99; }

/* Links allgemein */
a:link { text-decoration: underline; color: black; }
a:visited { text-decoration: underline; color:black; }
a:hover { text-decoration: underline; color: black; }
a:active { text-decoration: underline; color: black; }

.text { /* Textfenster */
color: #000000;
font-family: Verdana,Arial,Helvetica;sans-serif;
}

#title { /* Kopfleiste */
font-size: 22px;
color: #000000;
line-height: 30px;
font-family: "Times New Roman",serif ;
font-weight:bold;
text-align:center; 
/* vertical-align:middle; */ 
white-space:nowrap; 
border-color:#000000; 
border-width:2px 4px 4px 2px;
border-style:solid; 
padding:4px
}

#navi { /* Text und Hintergrund für Navigations-Tabelle */
font-size: 14px;
line-height: 16px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
color: #FFFF99;
background-color:#000000;
}
#navi2 { /* Text und Hintergrund für Impressum-Link */
font-size: 11px;
line-height: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
color: #000000;
/* background-color:#FF0000; */
vertical-align:top;
}

#akt { /* Text und Hintergrund für Aktuell-Zeile */
font-size: 14px;
line-height: 20px;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
color: #FFFF99;
background-color:#FF0000;
text-align:center; 
vertical-align:top;
}
/* font-family: "Courier New",Courier,Monaco,monospace; */
