.monat {
	width: 95%;
	min-width: 280px;
	border: solid white .5em;
}

.monat td {
	height: 2em;
	width: 3em;
	text-align: right;
	vertical-align: top;
	background: white;
	color: black;
}

.monat td:hover {
	background: #8fe0ff !important;
	color: white !important;
}

.monat th {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background: white;
	color: black;
}
	
.anderer_monat {
	background: rgb(242,242,242) !important;
	color: gray !important;
}

.cal-li {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.cal-mi {
	
}

.cal-re {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.cal-we {
	
}

.cal-head {
	height: auto !important;
}

.heute {
	background: orange !important;
}

.selected {
	background: #80c9e3 !important;
	color: white !important;
}

.aktiv {
	background: greenyellow;
}

.cal-cell {
	font-size: smaller !important;
	text-align: left;
}