#main .content .listetopbg {
  position: absolute;
  top: 30px;
  left: 5px;
  }
  
#main .content .background {
  background-image: url(../images/liste.bg.gif);
  margin-top: 39px;
  padding-top: 1px;
  margin-left: 11px;
  width: 100%;
  padding-left: 40px;
  }
#main .content .background .linkleiste {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 10px;
  background-color: white;
  width: 880px;
  }
  
#main .content .background .linkleiste a {
  margin-right: 19px;
  }
  
#main .content .background .listtable {
  background-color: white;
  width : 880px;
  }
  
#main .content .background .listtable a {
  font-weight: normal;
  line-height: 16px;
  }
  
#main .content .background .listtable td {
  border-top: 1px solid #c6c7ca;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 16px;
  }

#main .content .background .listtable td img {
  position: static;
  display: inline;
  vertical-align: top;
  margin-right: 5px;
  }
  
#main .content .background .buchstabe {
  font-size: 21px;
  font-weight: bold;
  color: #7f7f7f;
  margin-bottom: 10px;
  }
  
#main .content .background .interpret {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 20px;
  }
  
#main .content .background .veranstalter {
  color: #7f7f7f;
  }
  
#main .content .background .detaillink {
  background-image: url(../images/link2.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 14px;
  color: #a21f3c;
  cursor: pointer;
  width: 70px;
  }
  
#main .content .background .detaillink:hover {
  color: #000000;
  }  

  
#main .content .bg {
  position: absolute;
  top: 34px;
  left: 0px;
  }

  
#main .content img {
  position: absolute;
  top: 0;
  }
  
#main .content img.active {
  z-index: 1000;
  }
  
#main .content .kalender {
  position: absolute;
  width: 905px;
  top: 50px;
  left: 25px;
  }
  
#main .content .kalender img{
  position: static;
  }
  
#main .content .kalender th {
  border-right: 2px solid #f2f2f2;
  }
  
#main .content .kalender th.last {
  border-right: none;
  }
  
#main .content .kalender td {
  border-right: 2px solid white;
  padding-left: 10px;
  padding-top:6px;
  padding-bottom:6px;
  cursor: pointer;
  /*background-image: url(../images/plus.gif);
  background-repeat: no-repeat;
  background-position: 195px 8px;*/
  }
  
#main .content .kalender td.highlight {
  background-color: #d9ec00;
  }
  
#main .content .kalender td div {
  width: 199px;
  overflow: hidden;
  white-space: nowrap;
  }
  
#main .content .kalender td.leftcol {
  color: #797979;
  background-image: none;
  padding-right: 0px;
  cursor: default;
  }

#main .content .kalender .greyline {
  background-color: #f2f2f2;
  }
  
#main .content .aenderungen {
  width: 200px;
  margin-top: 10px;
  margin-left: 370px;
  height: 30px;
  color: #949494;
  }
  
  
#main .detail {
  display: none;
  position: absolute;
  top: 107px;
  left: 0;
  width: 958px;
  height: 464px;
  z-index: 1999;
  background-color: transparent;
  background-image: url(../js/img/0.gif);
  }
  
#main .detail .detailbg {
  position: absolute;
  left: 273px;
  top: 27px;
  }
  
#main .detail .detailcontent {
  z-index: 2000;
  position: absolute;
  left: 310px;
  top: 45px;
  width: 360px;
  height: 350px;
  /*border: 1px solid red;*/
  }
  
#main .detail .detailcontent .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 15px;
  background-image: url(../images/close.gif);
  background-repeat: no-repeat;
  background-position: 60px 2px;
  /*border: 1px solid blue;*/
  }
  
#main .detail .detailcontent .ajaxcontainer {
  margin-top: 25px;
  }
  
#main .detail .detailcontent .ajaxcontainer .detailheadline {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  line-height: 18px;
  }
  
#main .detail .detailcontent .ajaxcontainer .detailtermin {
  color: #7f7f7f;
  font-weight: bold;
  }
  
#main .detail .detailcontent .ajaxcontainer .detailveranstalter {
  font-weight: normal;
  }
  
#main .detail .detailcontent .ajaxcontainer .detailtext {
  line-height: 14px;
  }
  
#main .detail .detailcontent .ajaxcontainer ul,li {
  padding: 0;
  margin: 0;
  }
  
  
#main .detail .detailcontent .ajaxcontainer ul  {
	margin-top: 30px;
	list-style-image: none;
	list-style-type: none;
  }
  
#main .detail .detailcontent .ajaxcontainer li {
  background-image: url(../images/link.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 17px;
  padding-top: 4px;
  }
  

