/* ---------- Style der box div ---------- */
.box {
  margin-bottom: 30px;
  display: block;
  float: inherit;
  width: 99%;
}

/* ---------- Style der uebersicht div ---------- */
#uebersicht {
  width: 99%;
  display: block;
  float: auto;
}

/* ---------- Style der buch div ---------- */
.buch {
  width: 99%;
  float: left;
}

.buch p {
  margin: 5px;
}

.handel {
  text-align: right;
  padding-right: 5px;
}

/* ---------- Style der anker div ---------- */
.anker {
  text-align: center;
  width: 99%;
}
