/* Localized Stylesheets */
#matrixnavi div.region {
      width: 291px;
      background-image: url('/static/images/de/matrixnavi_bg_region.png');
      background-repeat: no-repeat;
      /*for ie6*/
      float:left;
}
#matrixnavi div.sport {
      width: 287px;
      background-image: url('/static/images/de/matrixnavi_bg_sport.png');
      background-repeat: no-repeat;
      /*for ie6*/
      float:left;
}
.matrixnavi_auswaehlen {
    background-image:url(/static/images/de/matrix_navi_auswaehlen.gif);
    background-repeat:no-repeat;
    padding: 3px 0px 3px 65px;
    background-position: 0px 5px;
    display: block;
}
div.listbox div.border-top_foren #button_forum_last {
    width: 117px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_letzte_normal.gif');
}
div.listbox div.border-top_foren #button_forum_last.button_forum_last_on {
    width: 117px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_letzte_aktiv.gif');
}
div.listbox div.border-top_foren #button_forum_all {
    width: 117px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_alle_normal.gif');
}
div.listbox div.border-top_foren #button_forum_all.button_forum_all_on {
    width: 117px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_alle_aktiv.gif');
}
div.listbox div.border-top_foren #button_forum_new {
    width: 163px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_neues_normal.gif');
}
div.listbox div.border-top_foren #button_forum_new.button_forum_new_on {
    width: 163px;
    height: 31px;
    float: left;
    cursor: pointer;
    background-image: url('/static/images/de/listbox_forum_neues_aktiv.gif');
}
#intro_next {
    position: absolute;
    top: 180px;
    left: 350px;
    width: 327px;
    height: 66px;
    background-image: url(/static/images/de/weiter.gif);
    background-repeat: no-repeat;
}