/* CSS Kalender */
.calendarNav1 
{
  font-family: Georgia, Times, serif; 
  font-size: 12px; font-style: normal; 
  text-align: center;
}
.calendarTop1
{
  font-family: Georgia, Times, serif; 
  font-size: 13px; 
  font-style: normal;
  color: #000; 
  font-weight: bold;
  text-align: center;
  background-color: #cecece;
}
.calendarToday1
{
  font-family: Georgia, Times, serif; 
  font-size: 12px;  
  color: #666; 
  background-color: #ccc;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.calendarDays1
{
  width:60px;
  height: 80px; 
  font-family: Georgia, Times, serif; 
  font-size: 14px; 
  font-style: normal; 
  color: #666;
  font-weight: bold;
  background: #f3f3f3;
}
.calendarHL1
{
  width:60px; 
  height: 80px;font-family: Georgia, Times, serif; 
  font-size: 14px; 
  font-style: normal; 
  color: #000; 
  background-color: #f3f3f3; 
  text-align: center;
  height: 80px;
  }
.calendarHeader1
{
  font-family: Georgia, Times, serif; 
  font-size: 12px; 
  color: #000000;
  text-align: center;
  background: #e3e3e3; 
  border-right: 1px solid #cecece; 
  border-bottom: 1px solid #cecece; 
}
.calendarTable1
{
  width: 720px;
  text-align: center;
  
}
.calendarTD1
{
    background: #e3e3e3;  
    border-right: 1px solid #cecece; 
    border-bottom: 1px solid #cecece; 
    overflow: hidden; padding: 4px 0 4px 0;
}
.dayLink {
  float: left; 
  text-align: center; 
  padding: 2px; 
  margin-left: 10px; 
  font-size: 17px;
  background: #fff;
}
.caltext {
  font: 11px Georgia, serif;
}
