div.monats_kopf
{ 	
	width: 100%;
	color: #517AC4; 
	font-size: 18px; 
	text-align: left; 
	font-weight: normal; 
	padding: 5px 0 5px 0;
	text-transform: uppercase;

}

div.termin_eintrag
{
	width: auto;
	color: gray;
	border-bottom: 1px solid #ECECEC;
	padding: 0 0 0 25px;
}

div.termin_eintrag:hover
{
	background-color: #ECECEC;
}

div.termin_datum
{
	color: #575757;
	font-size: 12px;
	height: 100%;
}


div.termin_betreff
{
	padding-top: 1px;
	font-size: 11px;
}

div.termin_datum h5.zeile1
{
	padding-top: 1px;
	font-size: 15px;
	color: #474747;
	font-weight: normal;
	padding-bottom: 4px;
	text-decoration: underline;
}

div.termin_betreff h5.zeile3
{
	padding: 1px 0 3px 0;
	margin-bottom: 5px;
	font-size: 10px;
	color: #575757;
	font-weight: normal;
}


div#termin_fuss
{
	background-color: #f5f5f5;
	color: white;
	text-align: center;
	font-size: 12px;
	padding: 2px;
}

