ul.marquee
{
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  height: 22px;/*Höhe*/
  width: 100%;
  background-color: #999999;/*Hintergrundfarbe*/
}

ul.marquee li
{
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
  padding-top: 4px;
  color: #000099 !important; /*Farbe text*/
  letter-spacing: 1px;
  font-size:13px;
}



div#Ticker div#BGTickerLinks
{
  background-image: url(../images/BGTickerLinks.png);
  background-position: left top;
  background-repeat: repeat-y;
  position: absolute;
  width: 13px;
  height: 22px;/*Höhe*/
  z-index: 21;
  top: 0px;
  left: 0px;
}

div#Ticker div#BGTickerRechts
{
  background-image: url(../images/BGTickerRechts.png);
  background-position: left top;
  position: absolute;
   background-repeat: repeat-y;
  width: 13px;
  height: 22px;/*Höhe*/
  z-index: 21;
  top: 0px;
  right: 0px;
}