#main .content .linkleiste {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 50px;
  padding-left: 45px;
  background-color: white;
  font-weight: bold;
  }
  
#main .content .linkleiste a {
  margin-right: 22px;
  }

#main .content table.listtable {
  margin-left: 30px;
  background-color: white;
  padding-top: 11px;
  width: 824px;
}
  
#main .content table.listtable img{
  position: static;
}

#main .content table.listtable a{
  font-weight: normal;
  line-height: 16px;
}

#main .content table.listtable td a.blue {
  color: #608be7;
}

#main .content table.listtable td {
  border-top: 1px solid #c6c7ca;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 16px;
  background-color: white;
}

#main .content table.listtable td img {
  position: static;
  display: inline;
  margin-right: 5px;
  
}
#main .content table.listtable .buchstabe {
  font-size: 21px;
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 10px;
}
#main .content table.listtable .buchstabe a, 
#main .content table.listtable .buchstabe a:hover {
  color: #7f7f7f;
}

#main .content .interpret {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 20px;
  }
  
#main .content .veranstalter {
  color: #7f7f7f;
  }
  
#main .content .detaillink {
  background-image: url(../images/pfeil.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 14px;
  color: #a21f3c;
  cursor: pointer;
  width: 70px;
  }
  
#main .content .detaillink:hover {
  color: #000000;
  }
  
#main div.aenderungen {
  margin: 10px 0 10px 670px;
  color: #999999;
  }
  

