/* --- GROSSE VERANSTALTUNGEN -----------------------------------------------*/
#grosseVeranstaltungen{
  overflow-y: scroll;
  overflow-x:hidden;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  border-bottom: 1px solid silver;
  text-align: center;
  padding-top: 10px;
  width: 250px;
  margin-bottom: 20px;
}

/* --- KOLUMNEN MODULE ---------------------------------------------------------*/
.titelKolumnen{
  height: 50px;
  border-bottom: 1px solid silver;
}


/* --- TEXT MODULE ---------------------------------------------------------*/
.textModulTitel{
  margin: 3px 0 5px 3px;
  letter-spacing: 0.1em;
  color: #a00001;
  font-weight: normal;
  font-size: 1.8em;
  font-weight: bold;
}

.textModul{
  background-image: url(../i/verlaufIntroTexte.png);
  border-bottom: 1px dashed silver;
  border-top: 6px solid #a00001;
  background-repeat: repeat-x;
  padding: 0px 0px 0px 5px;
  margin-bottom: 20px;
  
}

.introGross{
  line-height:1.4em;
  
  
}

.linieIntroGross{
  border-top: 1px solid silver;
  width: 340px;
  margin: 10px auto;
}

/* --- VIDEO MODULE -----------------------------------------------*/
.einzelnesVideo{
  float: left;
  margin: 0 0px 15px 0;
  /*border: 1px solid silver;*/
  max-height: 120px;
}

.feldbeschriftung{
  
}

#gleichzeitig{
  margin-bottom: 20px;
}

#linkerKastenVideo{
  float: left;
  margin: 0 20px 0 0;
}

#rechterKastenVideo{
  float:left;
}

#sortiereVideos{  
  
}

#videoTools{
  float: right;
  text-align: right;
  margin-bottom: 25px;
}

.videoKastenGross{
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 5px;
  height: 125px;
  margin: 0 0 3px 10px;
}

.videoGroesser{
  float: left;
  margin: 0 10px 0 0;
}

#videoInputSuche{
  width: 130px;
}

.videoRahmen{
  margin-bottom: 15px;
}
#videoVorschlag{
  position: absolute;
  top: 225px;
  right: 60px;
  width: 450px;
  text-align: right;
 
}

.videoZeigeZuerst{
  width: 133px;
}

/* --- ZITAT INDEX -----------------------------------------------*/
#zitatTabelle{
  height: 150px;
}

#zitatDTages{
  height: 285px;
  margin-bottom: 20px;
}

#zitatDiv{
  color: #9a9a9a;
  max-height: 150px;
  height: expression(150 + "px");

}




