#marqueecontainer{
position: absolute; 
top:510px;
left:196px; 
z-index:100; 
width: 50%; /*marquee width */
/*height: 26px; /*marquee height */
height:1.77em;
background:url("../images/ende_ticker.png"); background-repeat:no-repeat; background-position:right;
background-color:#C2AB99; 
overflow: hidden;
/* border: 1px solid none; */
padding: 2px;
padding-left: 4px;
color:#233521; font-weight:bold; text-align:center; font-size:11pt; 
font-variant:small-caps; font-family: monospace;
}

#marqueecontainer a { color:blue; text-decoration:underline; }

#marqueecontainer a:hover { color:blue; }

