	
.content {
	background-color: #eecce0;
	padding: 0px;
	}
/* ~~ die Leerzeilen zwischen den Stundenfeldern ~~ */	
table.plan {
	position: relative;
	table-layout: fixed;
	border-collapse: separate;
	empty-cells:show;
	top: 40px;
	left: 40px;
	background-color: #f4d8e9;
	border: #f4d8e9 7px solid;
	font-size:10px;
	font-weight:regular;
}
.tabft { 
	left:23px;
	position:absolute;
	top:350px;
	width:654px;
	color: #95144c;
	font-weight: bold;
	font-size:12px;
}

td, th {
	padding: 0;
	text-align:center;
	color: #95144c;
	}

th, tr.raum td.zeit {
	background-color:#95144c;
	color:#FFFFFF;
	line-height:1em;
	margin:0pt;
	padding:0pt;
}
tr.sephb {
		height:8px;
	  line-height: 0;
}
/* ~~ Höhe der Felder ~~ */
tr.veranst{
	height: 37px;
	
}
/* ~~ die höhe des leerbereichs ~~ */
tr.raum {
	height: 17px;
}
.zeit {
	width: 63px;
}
th {
	height:17px;
}
.mo, .di, .mi, .do, .fr {
	line-height:1em;
	width: 111px;
	border-left: #f4d8e9 2px solid;
	border-right: #f4d8e9 2px solid;
}
.veranst .mo,.veranst .di,.veranst .mi,.veranst .do,.veranst .fr {
	background-color: #fae9f4;
	color: #585757;
}
.raum .mo,.raum .di,.raum .mi,.raum .do,.raum .fr {
	color: #95144c;
}
.c_rd {color: #95144c;} 
