	table#kalender-monat-panel {
		width: 100%;
		border-collapse: collapse;
		height: 100%;
	}
	table#kalender-monat-panel td, th { border: 1px solid #ccc; }
	table#kalender-monat-panel th {
		text-align: center;
		vertical-align: top;
		background-color: #ddd;
		height: 22px;
		vertical-align: middle;
		font-size: 11px;
		background-image: url(ext-3.1.0/resources/images/default/grid/grid3-hrow.gif);
	}
	table#kalender-monat-panel td { }
	td.ext-cal-month-kw { width: 30px; text-align: center; font-weight: bold; }
	td.workday { background-color: white; }
	td.holiday { background-color: red; }
	td.inactive { opacity: 0.5; filter: alpha(opacity=50); background-color: #eee; }
	td.today div.ext-cal-day-container { border: 2px dashed orange; }
	div.ext-cal-day-container { height: 100%; cursor: default; }
	div.ext-cal-day-body { font-size: 11px; padding: 3px; overflow: auto; }
	div.ext-cal-day-head {
		width: 20px;
		height: 17px;
		border-bottom: 1px solid #ccc; 
		border-right: 1px solid #ccc;
		text-align: center;
		padding-top: 3px;
		font-weight: bold;
		background-color: #eee;
		color: #777;
	}
	.termin_hover { background-color: #ddd; }
	.dd-over { background-color: #ffd700; }
	.dd-proxy {
		opacity: 0.4;
		-moz-opacity: 0.4;
		filter: alpha(opacity=40);
	}
	
	
