/* -------------------------------- 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 { 
    display: none;
}
h2, h3 {
    font-family: "Lucida Sans", "Times New Roman", Verdana, sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    color: #000;
    font-size: 15pt;
}
h3 {
    font-size: 12pt;
}

/* -------------------------------- Sonstige Tagauszeichnungen ------------------------------------- */
img {
    border: 0;
}
ul, ol {
    page-break-before: avoid;
}
li {
    page-break-inside: avoid;
}
p {
    margin: 0 0 0.5cm 0;
}
a:link, a:visited, a:hover, a:visited:hover {
  color: #000;
  background: transparent;
  text-decoration: none;
}

/* ----------------- Sonstige IDs und Klassen ----------------- */
#layout, #header {
    float: none !important;
}


/* ----------------- Ausblendungen ----------------- */
#nav, #footer {
    display: none;
}
