@page { 
  size: 21cm 29.7cm; 
}

body {
  color: black;
  background-color: white;
  margin-left: 20%;
  width: 70%;
  font-size: 90%;
}

h1 {
  padding: 0;
  margin: 0 0 1.5em 0;
}
image {
  page-break-inside: avoid;
}

a:link, a:visited {
  text-decoration: underline;
  color: black;
}
a:active, a:hover {
  text-decoration: underline;
  color: black;
}

li {
  background-repeat: no-repeat;
}

/* symbol vor "mehr ..."-links */

/* elemente für darstellung ohne css*/

/* gestrichelte horizontale linie */

/* setze float zurueck */

/* form-elemente */
.formlabel {
  display: block;
}
.formfield {
  display: block;
}
.button {
  margin: 0;
  padding: 0;
}

/* hauptteil */

/* header */
#header {
  display: none;
}

/* footer */
#footer {
  display: none;
}

/* hauptmenu */
#menu {
  display: none;
}

#illu {
  display: none;
}

/* rechte spalte */
#margin {
  display: none;
}

/* linke spalte */
#navigation {
  display: none;
}

/* mittlere spalte */
#content .anchor {
  margin: 1.5em 0 2em 0;
  line-height: 1em;
}
#content .anchor li {
  padding: 0;
}
#content .anchor a {
  text-decoration: none;
}

#content .imgfull img {
  float: left;
  margin: 1em 10px 1em 0;
}
#content .imgfull .bu {
  margin-top: -0.5em;
}
#content .zoom {
  display: none;
}
#content .up {
  display: none;
}
#content .printoben, #content .printunten {
  display: none;
}
