@charset "UTF-8";

/*
 * print.css - Druckansicht
 *
 * Uebernommen und bereinigt aus dem Original.
 */

body {
    background: #f9f9f3;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #000000;
    font: 12pt/16pt Cambria, Georgia, "Times New Roman", Times, serif;
}

#container {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#header {
    background: #000;
    height: 93px;
    border-bottom: 1px solid #FFFFFF;
}

/* Navigation im Druck ausblenden */
#navigation {
    display: none;
}

.mobile-menu-toggle {
    display: none;
}

#mainContent {
    text-align: justify;
}

#footer {
    border-top: 1px dotted #333333;
    margin-top: 3em;
    width: 800px;
}

#footer p {
    margin: 0;
    text-align: right;
    padding: 6px 0;
}

.news {
    padding-bottom: 2em;
}

/* Bilder */
.image {
    border: 1px solid #999999;
    padding: 6px;
}

.image_left {
    border: 1px solid #999999;
    float: left;
    margin: 6px 12px 6px 0;
    padding: 6px;
}

.image_right {
    border: 1px solid #999999;
    margin: 6px 0 6px 12px;
    padding: 6px;
    float: right;
}

/* Typographie */
h1 {
    line-height: normal;
    color: #000000;
    font-size: 18pt;
    text-align: center;
}

h2, h3, h4, h5, h6 {
    line-height: normal;
    color: #000000;
    font-size: 12pt;
}

/* Links: Farbe und URL anzeigen */
a:link, a:visited {
    color: #000000;
    text-decoration: none;
}

a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
}

a[href^="#"]:after,
a[href^="javascript"]:after {
    content: "";
}

.author {
    text-align: center;
    font-size: 1.5em;
}

.date {
    text-align: right;
}

/* Zurueck-Link im Druck ausblenden */
.zurueck,
#zurueck {
    display: none;
}
