﻿/* Bildschirmdarstellung: Farben, Schrift und Ueberschriften. */

#kopfzeilePRINT {
    display: none;
}

/* Das Hintergrundbild selbst wird nicht hier gesetzt: jeder Bereich hat eine
   eigene back.jpg im Bereichsordner. Die zugehoerige Regel steht in
   <bereich>/hintergrund.css und wird vom jeweiligen Master eingebunden. */
body {
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #005447;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12pt;
}

a {
    color: #ffffff;
    text-decoration: none;
}

p {
    color: #000000;
}

li {
    color: #000000;
}

a:hover,
a:focus {
    text-decoration: underline;
}

h1 {
    background-color: #004339;
    color: #ffffff;
    font-size: 18pt;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
}

h3,
h4 {
    font-weight: bold;
}

h5 {
    background-color: #005447;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
