
/* CSS Document */
#zeitplan td.blank{
	background-color: #fff;
	border:0;
}

#zeitplan{
	font-size:90%;
	width:90%;
	text-align: center;
}

#zeitplan th{
	background-color: #ECD99D;
	padding: 0 4px;
	color: #222;
}

#zeitplan td{
	white-space:nowrap;
}

#zeitplan .odd td, #zeitplan tr.odd th {
	background-color: #ffc;
	font-weight: normal;
	border-top: 1px solid #a9aC99;
}

#zeitplan .odd th, #zeitplan .even th{
	text-align:left;
	padding-left: 10px;
}

#zeitplan .even td, #zeitplan tr.even th {
	background-color: #ebebe5;
	font-weight: normal;
	border-top: 1px solid #a9aC99;
}

#zeitplan caption{
	display:none;
}
