/* ---------- Style der box div ---------- */
.box {
  margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
}

/* ---------- Style der datum div ---------- */
#datum {
  margin-bottom: 5px;
  width: 90px;
  float: left;
}

#datum p {
  padding: 5px;
}

/* ---------- Style der datum div ---------- */
#thema {
  margin-bottom: 5px;
  width: 470px;
  float: left;
}

#thema p {
  padding: 5px;
}


