.rncmsmodul_calendar {
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0; 
	font-size: 12px;
}

table#kalenderbig {
	background-color: transparent; 
	border:1px solid #999;
	border-collapse: collapse; 
	empty-cells:show;
	width: 100%;
}
table#kalenderbig td {
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
	height: 40px;
}
table#kalenderbig td.tage {
	height: 40px; 
	text-align:center;
	font-weight: bold;
	border: 1px solid #999;
	background: #eee;
}
table#kalenderbig td.aktivitaet {
	background-color: #ddd; 
	border-color: #999;
	height:10px;
}
table#kalenderbig td.aktivitaet:hover {
	background-color: #eee; 
	border-color: #999;
	height:10px;
}
table#kalenderbig td.aktivitaet a {
	color: #000;
}

table#kalenderbig td.tagheute {
	background: #efefef;
	font-weight:bold;
}
table#kalenderbig td.select {
	background: #666 !important;
	border-color: #333 !important;
	font-weight:bold;
}
table#kalenderbig td.select:hover {
	background: #999 !important;
	border-color: #333 !important;
	font-weight:bold;
}
table#kalenderbig td.select a {
	color: #fff;
}
table#kalenderbig td.selectmonth {
	border: 0 none;
	font-weight:bold;
}


table#kalendermiddle {
	background-color: transparent; 
	border:1px solid #999;
	border-collapse: collapse; 
	empty-cells:show;
	width: 50%;
}
table#kalendermiddle td {
	text-align: center;
	border: 1px solid #ccc;
	height: 40px;
	font-weight: bold;
}
table#kalendermiddle td.tage {
	height: 40px; 
	text-align:center;
	font-weight: bold;
	border: 1px solid #999;
	background: #eee;
}
table#kalendermiddle td.aktivitaet {
	background-color: #ddd; 
	border-color: #999;
	height:10px;
}
table#kalendermiddle td.aktivitaet:hover {
	background-color: #eee; 
	border-color: #999;
	height:10px;
}
table#kalendermiddle td.aktivitaet a {
	color: #000;
}

table#kalendermiddle td.tagheute {
	background: #efefef;
	font-weight:bold;
}
table#kalendermiddle td.select {
	background: #666 !important;
	border-color: #333 !important;
	font-weight:bold;
}
table#kalendermiddle td.select:hover {
	background: #999 !important;
	border-color: #333 !important;
	font-weight:bold;
}
table#kalendermiddle td.select a {
	color: #fff;
}
table#kalendermiddle td.selectmonth {
	border: 0 none;
	font-weight:bold;
}


table#kalendersmall {
	background-color: transparent; 
	border:1px solid #999;
	border-collapse: collapse; 
	empty-cells:show;
	font-size: 0.8em;
}
table#kalendersmall td {
	text-align: center;
	border: 1px solid #ccc;
	height: 10px;
	width: 10px;
}
table#kalendersmall td.tage {
	height: 10px; 
	text-align:center;
	font-weight: bold;
	border: 1px solid #999;
	background: #eee;
}
table#kalendersmall td.aktivitaet {
	background-color: #ddd; 
	border-color: #999;
	height:10px;
}
table#kalendersmall td.aktivitaet:hover {
	background-color: #eee; 
	border-color: #999;
	height:10px;
}
table#kalendersmall td.aktivitaet a {
	color: #000;
}

table#kalendersmall td.tagheute {
	background: #efefef;
	font-weight:bold;
}
table#kalendersmall td.select {
	background: #666 !important;
	border-color: #333 !important;
}
table#kalendersmall td.select:hover {
	background: #999 !important;
	border-color: #333 !important;
}
table#kalendersmall td.select a {
	color: #fff;
}
table#kalendersmall td.selectmonth {
	border: 0 none;
	font-weight:bold;
}

.modulevents_table {
	border: 1px solid #ccc;
	vertical-align: top;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
	width: 100%;
}
.modulevents_table td {
	border: 1px solid #ccc;
	vertical-align: top;
	padding: 4px 5px 0 4px;
	margin: 0;
}
.modulevents_table span.modulevents_datum {
	font-size: 12px;
	font-weight: bold;
}
.modulevents_table span.modulevents_header1 {
	font-size: 14px;
	font-weight: bold;
}
.modulevents_table span.modulevents_header2 {
	font-size: 13px;
	font-weight: bold;
}
.modulevents_table div.modulevents_content {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.modulevents_noentrys {
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc; 
	padding: 8px 2px 8px 2px; 
	font-weight: bold;
}

.modulevents_backlink {
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc; 
	padding: 6px 2px 4px 0px; 
	margin-bottom: 4px;
	text-align: right;
	font-weight: bold;
}
.modulevents_backlinkd {
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc; 
	padding:8px 2px 2px 0px; 
	margin-bottom: 2px;
	text-align: right;
	font-weight: bold;
}
.modulevents_pageselect {
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc; 
	padding: 6px 0px 4px 0px; 
	margin-bottom: 4px;
}
.modulevents_pageselectd {
	border-top: 0px solid #ccc; 
	border-bottom: 0px solid #ccc; 
	padding: 8px 0px 2px 0px; 
	margin-bottom: 2px;
}
.modulevents_pageselecttable {
	margin: 0; 
	padding:0; 
	font-weight: bold;
}
.modulevents_pageselecttable td.modulevents_txt {
	margin: 0; 
	padding:0; 
	padding-left: 6px;
	font-weight: bold;
	text-align: center;
}
