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

/* ---------- Style der musikbox div ---------- */
#musikbox {
  margin-bottom: 30px;
  display: block;
  float: inherit;
  width: 48.75me;
  height: auto;
}
#comedykbox {
  margin-bottom: 30px;
  display: block;
  float: inherit;
  width: 48.75me;
  height: auto;
}

/* ------------------------------ Hauptseite ------------------------------ */
/* ---------- Style der beschreibung div ---------- */
.beschreibung {
  margin: 0 0 5px 0;
  width: 98%;
  float: left;
}

.beschreibung p {
  padding: 0.625em 0 0 0;
}

.beschreibung h3 {
  padding: 0.626em 0 0 0;
} 

/* ---------- Style der kategorien div ---------- */
.kategorien ul {
  margin: 0 0 15px 0;
  float: left;
  list-style: none;
}

.kategorien li {
  margin: 0;
  display: block;
  float: left;
}

.kategorien li a {
  display: block;
  float: left;
  color: #ff9900;
  text-decoration: none;
}

.kategorien li a:hover {
  display: block;
  float: left;
  color: #ffff00;
  text-decoration: none;
}

.kategorien li img {
  padding: 0 0.38em 0 0.38em;
}

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

/* ------------------------------ Freizeit, Kultur, Musik, Sport ------------------------------ */
/* ---------- Style der uebersicht div ---------- */
#uebersicht {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  float: auto;
}

/* ---------- Style der buch div ---------- */
.veranstaltung {
  width: 100%;
  margin-top: 40px;
  float: left;
}

.veranstaltung p {
  margin: 5px;
}

.veranstaltung img {
  width: 100%;
}

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

/* ------------------------------ Kino und DVD ------------------------------ */
/* ---------- Style der filmdvd div ---------- */
.filmdvd {
  width: 100%;
  margin-bottom: 50px;
  display: block;
  float: auto;
}

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

.movie p {
  margin: 5px;
}

.movie img {
  width: 100%;
}

.preis {
  width: 5em;
}

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

