/* Uwe Seemann
 * 26.05.2006
 */


	/* -- format calendar table -- */

	.calend {margin: 1em 20px 0 20px; border: 0; background-color:#fb1;}
	.calend caption {/* color: #EB694A; font: normal 15px Helvetica, Arial, sans-serif; letter-spacing: -1px; text-align: left; */ font-weight:bold; margin: 15px 0 0 0;}
	.calend th {width: 30px; height: 20px; background: url(cal-th-bg2.gif) no-repeat; padding: 0; line-height: 20px; font-size: 12px; text-align: center;}
	.calend td {color: #bbb; text-align: center; padding: 0; font-size: 14px; }
	.calend td a {text-decoration: none;}
	.calend td a:link, .calend td a:visited {display: block; background-color: #fc4;}
	.calend td a:hover {background-color: #c33;color:#ddd;}

