@charset "UTF-8";

/*
 * hans-dieter-arntz.de - Druck-Stylesheet
 * Bereinigt aus dem Original (print.css)
 */

body {
    background: #f9f9f3;
    margin: 0;
    padding: 0;
    text-align: justify;
    color: #000;
    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 #fff;
}

#navigation {
    display: none;
}

.nav-menu,
.nav-toggle {
    display: none;
}

#mainContent {
    text-align: justify;
}

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

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

.news {
    padding-bottom: 2em;
}

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

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

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

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

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

a:link, a:visited {
    color: #000;
    text-decoration: none;
}

/* Autor/Datum */
#author {
    text-align: center;
    font-size: 1.5em;
}

#date {
    text-align: right;
}

.zurueck {
    display: none;
}
