a {
    text-decoration: none;  /* keine Unterstreichung */
    color:#0036C0;
}
a:visited {
    color:#818181;
}
a:hover {
    color: #FF0000;
    background-color: #FFFFFF;
}

.art {
    font-size: xx-large;
    font-weight: bolder;
}
.live {
    font-size: x-large;
    font-weight: bold;
}
.rest {
    font-size: large;
    font-weight: bold;
}
#kopfmenu li {
    display: inline; /* Aufzählung nebeneinander */
    margin-left: 2em;  /* Außenabstand von links */
    padding: 0em 1.2em;  /* Abstand zum Nächsten */
}
#kopfmenu a {
    padding: 2px 10px;
}
#kopfmenu li.akt a {
    color: #EB9D38;
}

.boxanfang {
    vertical-align: bottom;
    margin-top: -1.6em;
    padding-left: 0.5em;
    width: 9em;
    line-height: 150%;
}

#fussmenu li {
    display: inline;
    padding-right: 2em;  /* Abstand zum Strich */
}
#fussmenu a {
    color: #AEAEAE;
}
