a:link {
    color: yellow;
    text-decoration: underline;
    font-weight: 900;
}
a:visited {
    color: red;
    text-decoration: none;
    font-weight: 900;
}
a:link:hover, a:visited:hover {
    color: #009900;
    text-decoration: underline;
    font-weight: 900;
}
a:link:active, a:visited:active {
    color: #0000ff;
    text-decoration: underline;
    font-weight: 900;
}

h3.linksueberschrift {
    color: red;
}

.brotkrume {
    font-size: 12px;
    font-weight: 900;
    color: blue;
}

#breadcrumb {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 0px;
    height: 12px;
    font-weight: 900;
    z-index:79;
}

#aenderungsdatum {
    position: absolute;
    top: 10px;
    right: 0px;
    color: white;
    font-size: 9px;
    font-weight: 900;
    z-index:80;
}

