/* -------------------------------- Body ------------------------------------- */
body {
    background-color: transparent;
    color: #000000;
    margin: 4.5cm 1cm 1cm 2.5cm; 
    orphans: 2;
    widows: 2;
    font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
}
* { 
    color: #000000; 
    background-color: transparent; 
}


/* -------------------------------- Ueberschriften ------------------------------------- */
h1, h2, h3 {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    margin: .75em 0 .5em 0;
    page-break-after: avoid;
    page-break-inside: avoid;
}
h1 { 
    font-size: 18pt;
}
h2 {
    font-size: 15pt;
}
h3 {
    font-size: 13pt;
}

/* -------------------------------- Sonstige Tagauszeichnungen ------------------------------------- */
abbr, acronym {
    color: #000000;
    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 {
    margin: 0 0 1em 0;
}
table {
    margin: 0;
}
th {
    padding: 3px;
    background-color: #FFD791;  
}
caption {
    padding: 3px;
    margin: 0 2px 0 2px;
    font-weight: bold; 
    background-color: #FFD791;  
}
td {
    padding: 3px;
    background-color: #D6D6D6;  
}
a, a:visited, a:hover, a:visited:hover {
  color: #3C528B;
  background: transparent;
  text-decoration: none;
}

/* ----------------- Sonstige IDs und Klassen ----------------- */
#inhalt {
    float: none !important;
}
.imgre {
    float: right;
    margin: 2px;
}
.imgli {
    float: left;
    margin: 2px 5px 2px 0px;
}


/* ----------------- Ausblendungen ----------------- */
#header, #links, #nav, .aussen, hr {
    display: none;
}