
/* CSS FÜR VERANSTALTUNGSKALENDER */
#quickCalender td {
  border:none;
  text-align: center;      
  margin:0em;
padding:0em;
}
#quickCalender td {
}
#quickCalender .context td {
text-align:left;
}
#quickCalender .withoutLink {
/*font-size:1.4em;*/
/*background-color:#fdfdfd;*/
/*border:0.1em solid #d7d7d7;*/
/*color:#b0b0b0;*/
color:#000000;
height:2.9em;
min-width:6em;
border:0.05em solid #d7d7d7;
}
.headerNav{
font-size:1.4em;
font-weight:bold;
}
#quickCalender .link {
  position:relative;
  float:left;
  margin:0em;
  padding:0em;
  height:2.9em;
  line-height:2.9em;
  background-color:#D4CABA;
  width:100%;
  text-align:center;
}
#quickCalender .link a {
  color:#000000;  
  text-decoration:none;
  font-weight:bold;  
  display:block;
}
#quickCalender .link a:hover {
  /*color:#346699;
    color:#666699;*/
    color:#000000;  
  text-decoration:underline;
}
#quickCalender th {
  font-weight:normal;
background-color:#fdfdfd;
/*border:0.1em solid #d7d7d7;*/
height:2.9em;
font-size:0.9em;
margin:0em;
padding:0em;
text-align: center;
}
/*#calender_select {
  border-top:0.1em dotted #95987d;
  border-bottom:0.1em dotted #95987d;
  padding-top:0.2em;
  padding-bottom:0.2em;
}
#calender_select label {
  font-weight:bold;
}
#calender_select select {
  border:0.1em solid #000000;
} */

#quickCalender .wochentag{
    font-size:1.1em;
    padding-bottom:0.4em;
    padding-top:0.4em;
}

#quickCalender .monat {
    font-size:1.5em;
    font-weight:bold;
    padding-bottom:0.3em;
    padding-top:0.3em;
}

#quickCalender .withoutLink .today{
    color:#0C75B7;/*#666699*/
    font-weight:bold;
}
#quickCalender .header{
    background-color:#D4CABA;
}

.alletermine {
  position:relative;
  float:left;
  margin:0em;
  padding:0em;
  width:100%;
}
.alletermine p{
margin:0;
padding:0;
}
.alletermine .termin {
position:relative;
  float:left;
  margin:0em;
  padding:0.2em 0em 0.2em 0em;
border-bottom:1px solid #D7D7D7;
}
.alletermine .termin .datum {
position:relative;
  float:left;
  margin:0em;
  padding:0em;
  width:8em;
}
.alletermine .termin .text {
position:relative;
  float:left; 
  margin:0em;
  padding:0em;
  width:36em;
}
 