/* ===== Menue links ===== */

#menu2b a, #menu2b a:visited , #menu2b a:active {
display: block;
color: #787878;
text-decoration: none;
font-family: arial,helvetica,tahoma,verdana,sans-serif;
font-size: 15px;
height: 40px;
line-height: 40px;
padding-left: 22px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin: 0 0 0 0;
border-bottom: solid 0px #3F3F3F;
border-top: solid 0px #d7e79c;
vertical-align: middle;
text-align: left;
width: 220px
}

#menu2b a:hover {
color: #e1e1e1;
text-decoration: none;
background: transparent;
border-bottom: solid 0px #000;
background-image: url(/images/pfeil.png);
background-repeat: no-repeat;
background-position: 8px 50%
}

#menu2b #aktuell a {color:#e1e1e1; text-decoration: none;
background: transparent;
border-bottom: solid 0px #000;
background-image: url(/images/pfeil3.png);
background-repeat: no-repeat;
background-position: 8px 50%
}

#menu2b #aktuellu a {color:#e1e1e1; text-decoration: none;
background: transparent;
border-bottom: solid 0px #000;
background-image: url(/images/pfeil.png);
background-repeat: no-repeat;
background-position: 8px 50%
}

#menu2b  a:hover span {
color: #FFDE5A;
background: transparent
}

.zahl {
color: #E0E0E0;
font-weight: bold;
font-family: georgia,helvetica,arial,serif
}

.zahlaktuell {
color: #BD8424;
font-weight: bold;
font-family: georgia,helvetica,arial,serif
}

/* ===== Doppelter Trennstrich in den vertikalen Menüs ===== */

.trenn {
width: 1px;
background-color: #020202
}
.trenn2
{width:1px;
background-color: #484848
}

/* ===== Allgemeine Links im Text ===== */

a:link, a:visited, a:active {
text-align: center;
font-size: 17px;
line-height: 20px;
font-family: arial,tahoma,verdana,helvetica,sans-serif;
color: #fff;
text-decoration: none
}

a:hover {
text-decoration: none;
color: #007BA4;
text-decoration: none
}