/* To the extent possible under law, Aljosha Papsch has waived all copyright
 * and related or neighboring rights to this file.
 * This work is published from: Germany.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

body {
    background-color: white;
    margin: 0;
    font-family: sans-serif;
}

/* Header */
.pageheader .actions ul {
    border-bottom: none;
}

.pageheader {
    background-color: #ffe4b7;
    padding: 1em;
}

/* Body */
#pagebody {
    margin: 1em;
}

/* Footer */
.pagefooter {
    font-size: 0.8em;
    padding: 1em;
    margin-top: 1em;
}
#pageinfo {
    border-top: none;
    color: silver;
}

/* Single elements */
h1 {
    border-bottom: 2px solid black;
}

pre {
    background-color: #ffffdd;
    border: thin solid #e5e297;
    font-family: monospace;
    margin-left: 0.5em;
    padding: 0.2em;
}

a {
    color: #641212;
    text-decoration: underline;
}
a:hover {
    color: #c40f0f;
    text-decoration: none;
}
a:active {
    color: #ff0000;
}
