/* MULTIMEDIA-CENTER */
/* ************** */

#multimediacenter {
  margin-left: 30px;
}
#multimediacenter #seitenservice {
  font-size: 70%;
}
#film_gross {
  margin-bottom: 45px;
}
#videoPlayer {
  overflow: hidden;
  height: 100%;
}
.filminfo {
  font-size: 80%;
  width: 100%;
  margin-top: 15px;
  clear: both;
  float: none;
  overflow: hidden;
  height: 100%;
}
.filminfo_sp1 {
  background-color: #f2f2f2;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 190px;
  padding: 10px;
  padding-bottom: 0;
  margin-right: 20px;
}
.filminfo_fakten_zeile {
  padding-bottom: 10px;
}
.filminfo_fakten_label {
  float: left;
  height: 100%;
  width: 60px;
}
.filminfo_fakten_text {
  height: 100%;
  overflow: hidden;
}
.filminfo_fakten_text a {
  color: #000;
  text-decoration: none;
}
.filminfo_fakten_text a:hover {
  text-decoration: underline;
}
.filminfo_fakten_text img {
  padding: 1px;
  margin-left: 5px;
}
.filminfo_sp2 {
  height: 100%;
  overflow: hidden;
}
.filminfo_beschreibung {
  padding: 7px 0 0 0;
  line-height: 150%;
}
.filminfo_beschreibung p {
  margin: 0 0 1em 0;
}


/* Liste der Filme - Listenelement */

#filmliste_klammer {
  margin-left: -20px;
  overflow: hidden;
  clear: both;
  float: none;
}
#filmliste_headline {
  height: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
}
#filmliste_headline_sp1 {
  float: left;
  font-size: 80%;
  overflow: hidden;
  height: 100%;
  padding-top: 3px;
}
#filmliste_headline_sp2 {
  text-align: right;
  font-size: 70%;
  overflow: hidden;
  height: 100%;
}
#filmliste_headline_sp2 img {
  padding: 0 3px 0 3px;
}
#filmliste_klammer .listenelement {
  float: left;
  padding: 20px 0 20px 20px;
  width: 150px;
  font-size: 70%;
  overflow: hidden;
  height: 100%;
}
#filmliste_klammer .listenelement .bild {
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
}
#filmliste_klammer .listenelement .schleierAus {
  background-image: none;
}
#filmliste_klammer .listenelement .schleierAn {
  background-image: url(/images/hintergrund_weiss_50prozent.png);
}
#filmliste_klammer .listenelement .bild a {
  display: block;
  width: 150px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: 115px 40px;
}
#filmliste_klammer .listenelement .bild a.linkAus {
  background-image: url(/images/icon_film_play.gif);
}
#filmliste_klammer .listenelement .bild a.linkAn {
  background-image: url(/images/icon_film_checked.gif);
}
#filmliste_klammer .listenelement .bild a:hover {
  background-image: url(/images/icon_film_play_over.gif);
}
#filmliste_klammer .listenelement .bildtext {
  padding: 10px 0 0 0;
}

.filmliste_trenner {
  height: 1px;
  font-size: 1%;
  border-bottom: 1px dotted #000;
  width: 100%;
  overflow: hidden;
  float: none;
  clear: both;
  margin-left: 15px;
}
