/* CSS fuer /koenigshaus */

.bild {
  font-size: 0.8em;
  line-height: 1.1em;
}
.bild img {
  box-shadow: 2px 2px 4px lightslategray;
}

.rechts {
  float: right;
  margin: 0 0 10px 10px;
}

.links {
  float: left;
  margin: 10px 10px 10px 0px;
}