﻿/* Druckdarstellung: Navigation ausblenden, Text schwarz auf weiss. */

body {
    background: none;
    color: #000000;
    font-family: "Times New Roman", serif;
    font-size: medium;
}

.banner,
.hauptnavi,
.pfad,
.unternavi,
.nichtdrucken {
    display: none;
}

.seite,
.inhalt {
    display: block;
    padding: 0;
}

h1 {
    background: none;
    color: #000000;
    text-align: center;
}

h2 {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 18pt;
    color: green;
    text-align: center;
}

h5 {
    background: none;
    color: #000000;
}

a {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
