* {
padding: 0;
margin: 0;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

body {
  /* Hintergrundfarbe */
  background: #ffffff;
  font: 12pt "Times New Roman", Times, serif;
  color: #000000;
  width: 20cm;
}

#wrapper {
  width: 20cm;
  height: auto;
  text-align: left;
  overflow: visible;
  background: url(none);
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

#titel {
  font-size: 16pt;
  text-align: left;
}

#ueberschrift {
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

#bildlinks {
  display:none;
}

#seitenbereich {
  display: none;
}


#textbereich {
  font-size: 12pt;
  overflow: visible;
}

#fuss {
  display: none;
}


.text_10px {
  font-size: 10pt;
}

.text_14px {
  font-size: 14pt;
  font-weight: bold;
  line-height: 16pt;
}

.bilder_links {
  text-align: left;
  margin: 0px 20px 8px 0px;
}

.bilder_rechts {
  text-align: right;
  margin: 5px 0px 5px 25px;
}

.linker_einzug {
  padding-left:60px;
}

.icons_aktuell {
  margin: 5px 0px 0px 35px;
}

.img_textfluss {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sternchen {
  font-weight: bold;
}

.negativ {
  color: #FFFFFF;
  background: #666666 url(none);
  margin: 1px 1px 1px 3px;
  width: 100%;
  font-weight: bold;
  padding: 0 0 0 3px;
}

a.erklaerung:link {
  color: #000000;
  text-decoration: none;
}
a.erklaerung:visited {
  text-decoration: none;
  color: #000000;
}
a.erklaerung:hover {
  text-decoration: underline;
  color: #000000;
}
