/* === Überschriften fettgedruckt === */
.longdesc h2 {
    font-weight: bold;
}

/* === Überschriften fettgedruckt === */
.longdesc h3 {
    font-weight: bold;
}

/* === Fußnotentexte === */
.longdesc .fnote {
    font-size: 10px;
}

/* === Besondere Hinweise mit rotem Rahmen hervorgehoben === */
.longdesc .hinweis {
    border: 1px solid red;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}