/*Masternavigation auf 100% Breite*/

#containerRbb_head {
        width: 100%;
        text-align: center;
        background-image:url(../grafik/header/main_bg.gif);
        border-bottom: 1px solid #ffffff;
}
.headerRBB {
        font-size: 0.625em; /* 1em ist 10px */
        width: 99.8em;
        height: 3.4em;
        font-family: Verdana, Tahoma, sans-serif;
        font-weight: bold;
        background-image:url(../grafik/header/rbb_header_bg.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        margin: 0 auto;
}
.RbbOnlineLogo {
        float: left;
        width: 8.9em;
        text-align: left;
}
.RbbOnlineLogo img {
        font-size: 0.91em; /* 1em ist 10px */
        width: 7em;
        border: 0;
}
.RbbNavigation {
        float: left;
        height: 3.2em;
}
.RbbNavigation ul, .RbbNavigation li {
        display: inline;
        list-style-type: none;
}
.RbbNavigation a:link, .RbbNavigation a:visited {
        padding: 1.4em 1.8em .4em 0;
        float: left;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: #ac0000;
}
.RbbNavigation a.active {
        color: #999999;
}
.RbbNaviTV {
        float:right;
        height: 3.2em;
        margin: 0;
        padding: 0 .8em 0 .3em;
}
.RbbNaviTV ul, .RbbNaviTV li {
        display: inline;
        list-style-type: none;
}
.RbbNavigation a:link, .RbbNavigation a:visited, .RbbNaviTV a:link, .RbbNaviTV a:visited {
        padding: 1.4em .8em .4em 1.2em;
        float: left;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1em;
        color: #ac0000;
}
.RbbNaviTV a.active {
        color: #999999;
}
.ARD {
        float: right;
        padding: 1.4em 1.2em 0 0;
}
.ARD img {
        width: 6.2em;
        border:0;
}
li.tvExtra {
        padding-left: 5em;
}
/* Anzeige der Unterstriche und Schriftfarbe im Head-Menue */
.wh_weg, .u_off {
        visibility: hidden;
        speak: none;
}
a:hover .wh_weg, a:hover .u_off {
        visibility: visible;
        display: inline;
}
.wh_da, .u_on {
        color: #999999;
        speak: none;
}
