/*Elemente ausblenden */
#header, #nav, #navcontainer, #rechts {
display: none;
}

/* Hintergrund und Schrift */
body {
background: #fff !important;
color: #000;
font: 12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
text-align: justify; /* Blocksatz */
quotes: "\201E" "\201C" "\201A" "\2018";
}

/* Seitenbreite        */
body, #container, #content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  }

#content_box_links {
margin: 0 !important;
padding: 0 !important;
width: 550px;
}

#content_box_rechts {
margin: 0 !important;
padding: 0 !important;
width: 250px;
}

#content_box {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

  
/* Links  */
  a:link, a:visited {
  background: transparent;
  color: #56718e;
  font-weight: normal;
  text-decoration: underline;
  border-bottom: 0;
  }

/*  Hier koennen Sie eintragen wie ihre Ueberschriften in der Druckversion aussehen sollen: Groesse, Farbe, etc. */
H1,h2,h3,h4,h5,h6 {
  font: 14pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
  background: transparent;
  color: #56718e;
  font-weight: bold;
  text-decoration: none;
}


/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}
