/* Schriften für Papierausgabe optimieren */

body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

font.headline {font-weight: bold; font-size:2em; font-style:italic; font-variant:small-caps; margin-bottom:10px;}     /*Seitentitel*/

h1, h2, h3, h4, h5, h6 {
  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;
}

h2 {
  font-size: 1.0em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #4F9B74;
}

h3 {
  font-size: .9em;
  border-bottom: 2px solid #cfbba2;  /*Dicke und Farbe des Rahmens unten*/
  }

h4 {
  font-size: .8em;
}

h5 {
  font-size: .6em;
}

h6 {
  font-size: .4em;
}

/* Zuerst wird allen Absätzen eine Leerzeile Abstand nach unten gegeben. Dann wird das mit der zweiten Regel aufgehoben und die zweite Zeile eingerückt.*/
p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

/* Links kennzeichnen */
a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

/* weitere Anpassungen */

ol, ul, li {
  font-size: 1.0em;
  line-height: 1.8;
  margin-top: .2em;
  margin-bottom: .1em;
}

a img {
  border: none;
}


/* Fuer die Druckausgabe ueberfluessiges abschalten */
#navcontainer, #active, #menutop, #menuleft {
  display: none;
}


#boxtext{
/*      border: 1px solid #cfbba2;*/
/*      border-bottom: 2px solid #cfbba2;  Dicke und Farbe des Rahmens oben*/
        margin-bottom: 15px;
        margin-top:-3px;
        padding: 5px 20px 5px 20px;
        background: transparent;
        overflow:hidden;
        orphans:3;
}