@charset 'utf-8';
/* Wird verwendet um die Vorlage "Standard (mit Grafik oben)" zu gestalten */

#content {
  padding: 0;
  z-index: 0;
}

#grafikOben {
  padding-top: 30px;
  text-align: left;
  width: 700px;
  height: 288px;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  background: #666;
  z-index: 1;
}

/* if special element */
#grafikOben iframe {
  width: 700px;
  height: 258px;
  z-index: 1;
  padding-top: 30px;
  background: #668eb2;
}

#grafikOben iframe#video {
  height: 288px;
  padding: 0;
  text-align: left;
  background: #668eb2;
}

#textUnten {
  padding: 12px 25px 75px 25px;
}

/* Galerie-Inhalt - styles werden somit nur bei Grafikoben-Seiten geladen */

.galerieUeberschrift {
  cursor: pointer;
}

.galerieUeberschrift:hover {
  text-decoration: underline;
}

.galerieUeberschrift {
  color: #fdc411;
}

.galerieContainer {
  background: #666;
  position: absolute;
  top: 0;
  right: 9px;
  width: 188px;
  height: 288px;
  border-left: 2px solid #fff; 
  overflow: hidden;
  z-index: 20;
 display: none; 
}

.galerieContainer .pfeilOben, 
.galerieContainer .pfeilUnten {
  position: absolute;
  height: 24px;
  width: 188px;
  left: 0;
  top: 0;
  z-index: 22;
  border-bottom: 1px solid #ccc;
} 

.galerieContainer .pfeilUnten {
  top: auto;
  bottom: 0;
  border: none;
  border-top: 1px solid #ccc;
}

.galerieContainer img {
  margin: 0 !important;
  max-height: 59px;
  max-width: 188px;
  width: auto;
  height: auto;
  cursor: pointer;
}

.galerieBild {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.galerieBilder {
  margin-top: 25px;
}

