div.elem {
  clear: both;
}
p.bez {
  font-size: larger;
  font-weight: 200;
  width: 150px;
  clear: both;
  float: left;
  margin-bottom: 1em;
}
p.inh {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}
.leiter {
  overflow: auto;
  margin-bottom: 1em;
  clear: both;
}
.leiter img {
  float: left;
}
.leiter div {
  margin-left: 1em;
  float: left;
}
.leiter h3 {
  margin-left: 0;
  margin-top: 0;
}
.leiter a {
  text-decoration: none;
}
