table.cTtable-table {
	border: 1px solid #BCBEC0;
	border-collapse: collapse;
	clear: both;
	font-size: 9.5px;
	}

td.cTable-td,
th.cTable-th {
	border: 1px solid #BCBEC0;
	border-collapse: collapse;
	padding: 5px;
	/*font-size: 9px;*/
	color: #545353;
	}

th.cTable-th {
	background-color: #0053a0;
	/*background-image: url('../../template/navigation/slider_handlebg188.png');*/
	background-position:bottom;
	background-repeat: no-repeat;
	color: #FFF;
	padding: 4px;
	text-align: left;
	font-size: 9.5px;
	letter-spacing: 2px;
	}
	
/*Monatsauswahl oben*/
div.navi {
	background-color:  #F0F0F0;
	text-align: center;
}
table.months {
	
}
td.other_month,
td.current_month {
		font-size: 9.5px;
		padding-left: 5px;
		padding-right: 5px;
}
td.other_month a,
td.current_month a {
	text-decoration: none;
	color: #555;
}
td.other_month a:hover,
td.current_month a:hover {
	display: block;
	background-color: ThreedLightShadow;
}
/*Table mit Wochen und Tagen*/
table.days {
	margin-top: 5px;
}

/*Einzelne Tage innerhalb der Monatsansicht*/	
/*
table.singleday {
	border-collapse: collapse;
}

td.dayitem {
	border: 1px solid gray;
	padding: 2px;
}
/*Tage dieses Monats*/
td.inside,
td.inside_weekend {
	background-color: ThreedFace;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
/*Heute*/
td.today,
td.today_weekend {
	background-color: #dc2437;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 10px;
}
/*Tage des nächsten Monats*/
td.outside,
td.outside_weekend {
	color: Silver;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	font-size: 10px;
}
/*Tage mit Event(s)*/
td.inside a,
td.inside_weekend a,
td.outside a,
td.outside_weekend a {
	display: block;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: -3px;
	background-color: #346DB0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/**************************************/
/*Wochentag Mo.-So.*/
td.dayname { font-size: 9.5px; }

/************************************/
#col3_normal {
	padding-left: 15px;
	padding-top: 5px;
}
/*Überschift*/
#col3_normal h2.vmHeader {
	color: #0053a0;
	margin-top: 15px;
	font-size: 10pt;
}
