div.termListeIntro {
  display: none;
  visibility: hidden;
  }

div.termKalListItem {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #99c;
  }

div.termKalListTitel {
  font-weight: bold;
  }

div.termDetailNavi {
  margin: 10px 0 20px 0;
  border-top: 1px solid #99c;
  }

div.termDetailNaviLinks {
  float: left;
  margin-right: 20px;
  }

div.termDetailZeit {
  margin-bottom: 10px;
  }

div.termDetailTitel {
  font-weight: bold;
  }
  
  
  
 
/*  Termin-Anzeige, Radig, korr. 8.09.2011 */

.termDetailNavi {
    width: 600px; 
    height: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 18px;
    text-align: center;
    }

.termDetailNaviMitte {
    width: 150px; 
    margin: 0 auto;
    }

.termDetailNaviLinks {
    width: 130px; 
    float: left;
    text-align: left;
    }

.termDetailNaviRechts {
    width: 130px;
    float: right;
    text-align: right;
    }
   
#termDetailItem {
    width: 600px;
    }

#termDetailForm {
    border: 1px solid #cccccc;
    width: 600px;
    padding: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #eeeeee;
    }

#termFormEinleitung {
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 1.1em;
    line-height: 1.3em;
    list-style-type: none;
    }

#termFormEinleitung li {
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.2em;
    }

