body {
    margin: 0;
    padding: 0;
}

.titel {
    font-family: Times;
    color: #676767;
    font-weight: none;
    line-height: 25px;
    font-size: 16px
}

.lauftext {
    font-family: Times;
    color: #676767;
    font-weight: none;
    line-height: 18px;
    font-size: 13px
}

.liste {
    font-family: Times;
    color: #676767;
    font-weight: none;
    line-height: 16px;
    font-size: 13px
}

.listerot {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    line-height: 16px;
    font-size: 13px
}

.titelliste {
    font-family: Times;
    color: #676767;
    font-weight: bold;
    line-height: 16px;
    font-size: 13px
}

.aktuell {
    font-family: Times;
    color: #ffffff;
    font-weight: none;
    font-size: 13px
}

.fusszeile {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    line-height: 16px;
    font-size: 11px
}

A.linkfusszeile {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 11px;
    text-decoration: none
}

A.linkfusszeile:link {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 11px;
    text-decoration: none
}

A.linkfusszeile:visited {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 11px;
    text-decoration: none
}

A.linkfusszeile:active {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 11px;
    text-decoration: none
}

A.linkfusszeile:hover {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 11px;
    text-decoration: none
}

A.link {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 12px;
    text-decoration: none
}

A.link:link {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 12px;
    text-decoration: none
}

A.link:visited {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 12px;
    text-decoration: none
}

A.link:active {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 12px;
    text-decoration: none
}

A.link:hover {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 12px;
    text-decoration: none
}

A.menu {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menu:link {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menu:visited {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menu:active {
    font-family: Times;
    color: #9a2327;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menu:hover {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menuaktiv {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menuaktiv:link {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menuaktiv:visited {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menuaktiv:active {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

A.menuaktiv:hover {
    font-family: Times;
    color: #676767;
    font-weight: none;
    font-size: 13px;
    text-decoration: none
}

#Viewer {
    width: 480px;
    height: 200px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: left;
    vertical-align: top;
}

#slideshow {
    margin-left: 0px;
    margin-top: 0px;
    width: 480px;
    height: 200px;
    position: absolute;
}

#slideshow img {
    display: none;
    position: absolute;
}











.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
    background-color: #fff;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 670px;
    font-family: Times;
    color: #676767;
    line-height: 18px;
    font-size: 13px;
}

.modal-content h2 {

    color: #9a2327;
    line-height: 1.25;

}

.close {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button {
    padding: 10px 20px;
    background-color: #9a2327;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    font-family: Times;
    font-size: 15px;
}

button:hover {
    background-color: #5fa479;
}