
.tx-cal-controller {
	border:0px solid #67634E;
	background:#d2cfc2;
  	margin: 3px 5px 0px 5px;
	padding: 0px 0px 5px 0px;
}

.tx-cal-controller h2, .tx-cal-controller h3 {
	font-size:11px;
        font-weight:bold;
        color:#c00004;
        background-color: transparent;
        margin: 0px 0px -9px 0px;     
}

.tx-cal-controller h2 {
	margin-left: 0px;
}


.tx-cal-controller .teasertable, .listtable {
	width:100%;
	border: 0px solid;
	background-color:#d2cfc2;
}

.tx-cal-controller .teasertable {	
	border-collapse: collapse;	
}

.tx-cal-controller .listtable {	
	background:#928F7C;
}

.tx-cal-controller .odd {	
	background:#ffffff;	
}

.tx-cal-controller .even {	
	background:#d2cfc2;
}

.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%;
}

