/* --------------------------------------------------
     Standard für alle Seiten
     Hintergrund (background) Links (link visited hover active)
     --------------------------------------------------
*/
body {background-color:#FFFFE5; }
a:link { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover { font-weight:bold; color:#2000CC; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }

/* -----------------------------------------------------
     Einstellungen für den Lauftext
   -----------------------------------------------------
*/   
#Ticker {
  color:blue;
  font-family:Arial; Courier New,courier;
  font-size:14px; font-weight:bold;
  white-space:nowrap;
}
#msgTicker {position:absolute; top:0px; left:43px; width:142px; color:#000000; z-index:1;font-family:Arial; Courier New,courier;
  font-size:12px;}
#oberhalb {position:absolute; top:0px; left:41px; width:143px; border-color:red;border-bottom-style:solid; border-width:2px;height:385px; background-color:#FFFFE5; z-index:2; }
#unterhalb {position:absolute; top:550px; left:41px; width:143px; border-color:red;border-top-style:solid; border-width:2px;height:100%; background-color:#FFFFE5; z-index:2; }

