.tx-cal-controller {
	border:0px solid #67634E;
	background: #b4c3da;
	margin: 5px 5px -2px 5px;
	padding: 0px 0px 0px 0px;
}

.tx-cal-controller h2, .tx-cal-controller h3 {
	font-size:11px;
        font-weight:bold;
        color:#ffffff;
        margin: 0px 0px 0px 0px;     
}

.tx-cal-controller H2 {
	background-color: #0b3e88;
	margin-left: 0px;
}

.tx-cal-controller .teasertable, .listtable {
	width:100%;
	border: 0px solid;
	background:#b4c3da;
}

.tx-cal-controller .teasertable {	
	border-collapse: collapse;
	border-bottom: 8px solid #0b3e88;	
	margin: 0px 0px 2px 0px;	
}

.tx-cal-controller .listtable {	
	background:#928f7c;	
}

.tx-cal-controller .odd {	
	background:#ffffff;	
}

.tx-cal-controller .even {	
	background:#b4c3da;
}

.tx-cal-controller .ueberschrift {
        font-weight:bold;
}

.tx-cal-controller td.date {
        width:18%;
}

.tx-cal-controller td.title {
        width:32%; 
}

.tx-cal-controller td.time {
        width:18%;
}

.tx-cal-controller td.location {
        width:32%;
}


