/* -------------------------------- Body ------------------------------------- */
body {
    background-color: transparent;
    color: #000;
    margin: 1cm 1cm 1cm 1cm; 
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
}
* { 
    color: #000; 
    background-color: transparent; 
}


/* -------------------------------- Ueberschriften ------------------------------------- */
h1, h2, h3 {
    font-family: "Lucida Sans", "Times New Roman", Verdana, sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    color: #000;
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}


/* -------------------------------- Sonstige Tagauszeichnungen ------------------------------------- */
abbr, acronym {
    color: #000;
    text-decoration: none;
    border: 0; 
    border: none; 
    border-bottom: none; 
    border-bottom-style: none; 
    border-style: none; 
    text-decoration: none
}
img {
    border: 0;
}
ul, ol {
    page-break-before: avoid;
}
li {
    page-break-inside: avoid;
}
p, address {
    margin: 0 0 0.5cm 0;
}
a {
  color: #3c528b;
  background: transparent;
  text-decoration: none;
}

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


/* ----------------- Ausblendungen ----------------- */
#navigation, #zusatz {
    display: none;
}
#druck, .aussen, .anfang {
    display: none;
}
