#ticker
{
position: absolute;
top: 0px;
display: block;
width: 100%;
height: 19px;
background: #FFF;
}

#ticker_bar
{
width: 100%;
height: 19px;
position: relative;
}

#tickertape {
  width: 100%;
  height: 19px;
  font: 12px/1.5em Verdana, sans-serif;
  color: #666;
}
#tickertape .up {
  color: #37a602;
}
#tickertape .down {
  color: #ff0147;
}

#ticker_fade_left
{
position: absolute;
top: 0;
left: 0;
height: 19px;
}


#ticker_fade_right
{
position: absolute;
top: 0;
right: -1;
height: 19px;
}


#tekst #aex_page {
  width: 674px;
}
#tekst #aex_chart_data {
  width: 337px;
}
#tekst #aex_chart,
#tekst #aex_data,
#tekst #aex_page #aex_data table,
#tekst #aex_article {
  width: 317px;
}

#tekst #aex_page.no_article #aex_chart_data {
  width: 674px;
}
#tekst #aex_page.no_article #aex_chart,
#tekst #aex_page.no_article #aex_data,
#tekst #aex_page.no_article #aex_data table {
  width: 654px;
}


