/* Style Sheet Datei zu TorDACH */
/* Formatierung von Hintergrundfarbe und Schriftfarbe */
body {
    color: black;
    background: white
    }
/* Festlegung der Fonts */
h1, h2, h3, h4, h5, h6, p, ul, div, input, textarea {
    font-family: Arial, sans-serif
    }
pre {
    font-family: monospace
    }
/* Formatierung der Fonts */
h1 {
    text-align: center;
    font-size: 200%;
    color: blue
    }
h2 {
    text-align: center;
    font-size: 170%
    }
h3 {
    text-align: left;
    font-size: 140%
    }
h4 {
    text-align: left;
    font-size: 110%;
    color: green
    }
h5 {
    text-align: left;
    font-size: 85%
    }
h6 {
    text-align: left;
    font-size: 70%
    }
p {
    font-size: 100%
    }
ol {
    font-size: 100%
    }
ul {
    font-size: 100%
    }
div {
    font-size: 100%
    }
input {
    font-size: 100%
    }
textarea {
    font-size: 100%
    }
/* Formatierung der Hyperlinks */
a:hover {
    color: #6969E0;
    text-decoration: underline
    }
a:active {
    color: red;
    text-decoration: underline
    }