/* TICKER - STYLES ------------------------ */

.tickercontainer { /* the outer div with the black border */
width: 600px;
height: 16px;
margin: 0;
padding: 0
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 600px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
text-decoration:none;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker a:hover {
color: #000;
text-decoration:underline;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker span {
margin: 0 50px 0 0;
}

/* LEISTE - TOOLBAR ------------------------ */


#opendl_leiste {
   background: #fff url(../img/bg_barff.gif) repeat-x;
   width:100%;
   height:33px;
   text-align:left;
   padding:0;
   font-size:12px;
   font-family       : Arial, Helvetica, Verdana, sans-serif;
   margin: 0;
   padding: 0px;
   color: #434343;
   overflow: hidden;
   display:block;
}

#opendl_leiste a img {
   border:none;
}

.opendl_alert {
   float:left;
   padding-top:8px;
   padding-left: 5px;
}

.opendl_img {
   float:left;
   padding-top:4px;
   padding-left: 5px;
}


a.fflink2, a.fflink2:active, a.fflink2:visited   { color:#000; text-decoration:none; }
a.fflink2:hover                                  { color:#000; text-decoration:none; }


a.fflink, a.fflink:active, a.fflink:visited   { color:#000CDA; text-decoration:underline; }
a.fflink:hover                                { color:#000CDA; text-decoration:none; }
