.rncmsmodul_calendarmini {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0 0px 0; 
	font-size: 0.79em;
	word-wrap: normal;
}

table#kalendermini {
	background-color: transparent; 
	border:1px solid #999;
	border-collapse: collapse; 
	empty-cells:show;
	width: 156px;
	word-wrap: normal;
}
table#kalendermini td {
	text-align: center;
	border: 1px solid #ccc;
	height: 8px;
	width: 8px;
	word-wrap: normal;
}
table#kalendermini td.tage {
	height: 8px; 
	text-align:center;
	font-weight: bold;
	border: 1px solid #999;
	background: #eee;
	word-wrap: normal;
}
table#kalendermini td.aktivitaet {
	background-color: #ddd; 
	border-color: #999;
	height:8px;
	word-wrap: normal;
}
table#kalendermini td.aktivitaet:hover {
	background-color: #eee; 
	border-color: #999;
	height:8px;
}
table#kalendermini td.aktivitaet a {
	color: #000;
}

table#kalendermini td.tagheute {
	background: #efefef;
	font-weight:bold;
}
table#kalendermini td.selectmonth {
	border: 0 none;
	font-weight:bold;
	word-wrap: normal;
}
