/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */

.Subheads {
    font-family: 'Arial Black', 'Helvetica Black', 'LB Helvetica Black', 'Univers Black', 'Zurich Blk BT', sans-serif;
    font-size: x-small;
}

.Quotes {
    font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
    font-size: medium;
    font-style: italic;
}

.Footnotes {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: x-small;
}

.Titel {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: x-small;
    font-style: italic;
}

.Danksagung {
    font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
}

.Caption {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: x-small;
    font-style: italic;
}

.Code {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
}

.Untertitel {
    font-family: 'Arial Black', 'Helvetica Black', 'LB Helvetica Black', 'Univers Black', 'Zurich Blk BT', sans-serif;
    font-size: x-small;
}

.Überschrift1 {
    font-size: x-large;
    font-weight: bold;
}

.Überschrift2 {
    font-size: large;
    font-weight: bold;
}

.Überschrift3 {
    font-size: medium;
    font-weight: bold;
}

.Überschrift4 {
    font-weight: bold;
}

.Credits {
    font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
    font-size: x-small;
    font-weight: bold;
    text-align: center;
}

.Überschrift5 {
    font-size: x-small;
    font-weight: bold;
}

.Zitate {
    font-family: 'Times New Roman', Times, 'Times NewRoman', serif;
    font-size: medium;
    font-style: italic;
}

.Fußnoten {
    font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;
    font-size: x-small;
}

.Überschrift6 {
    font-size: large;
    font-weight: bold;
}

.Überschrift {
    font-size: x-large;
    font-weight: bold;
}

.Adresse {
    font-style: italic;
}

p.datenschutz {
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
}

.datenschutz a:link,
a:visited {
    font-weight: bold;
    color: #757779 !important;
    text-decoration: underline !important;
}

.datenschutz a:hoover,
a:active,
a:focus {
    color: #425C8F !important;
    text-decoration: underline !important;
}
