/* Druck-Stylesheet */

/* -------------------------------- Body ------------------------------------- */
body {
    background-color: transparent;
    color: #000;
    margin: 0.5cm 1cm 1cm 1cm; 
    font: 10pt Arial, Helvetica, sans-serif;
}
* { 
    color: #000; 
    background-color: transparent; 
}


/* -------------------------------- Ueberschriften ------------------------------------- */
h1 { display: none; } 
h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    color: #000;
    font-size: 14pt;
}
h3, h4, h5, h6 { font-size: 12pt; }

/* -------------------------------- Sonstige Auszeichnungen ------------------------------------- */
img { border: 0; }
p, address { margin: 0 0 0.5cm 0; }
th { text-align: left; }
ul { list-style-type: square; }
a {
    color: #000;
    text-decoration: none;
    border: 0 none; 
}

/* ----------------- Sonstige IDs und Klassen ----------------- */
#container { float: none !important; }
.imgre, .imgli { margin: 0 0 1cm 0; }

/* ----------------- Ausblendungen ----------------- */
#sprunglink, #topnav, #breadcrumb, #anfang, .nonprint { display: none; }
#navigation, #footer, #mininav, .aussen, .extlink { display: none; }

