.monat {
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

.wochentag {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #55575D;
}

.tag {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #55575D;
}

.termin {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #55575D;
	line-height: 13px;
	cursor:pointer;
}

/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: -120; 
  width: auto;
  white-space: nowrap;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  }
  
a.tooltip:hover span {
  position: absolute; 
  margin: 0;
  padding: 5;
  top: 15px; 
  left: -130; 
  width: auto;
  white-space: nowrap;
  z-index: 100;
  border:1px solid #F69B01; 
  background: #FFFFFF;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #55575D;
  line-height: 13px;
  cursor:pointer;
  text-align: left;
  }
  

