/*-- Klausurenplan --*/


#content #tabs {
	width: 550px;
	margin: 10px 0 20px 0;
}


table.klausuren {
	margin-bottom: 10px;
	padding: 0;
	border: 1px solid #f7967d;
}
table.klausuren th {
	width: 19%;
	font-size: 1em;
	background: #f2eadd;
	color: #366;
	letter-spacing: .15em;
	text-align: center;
	padding: 5px;
	border: 1px solid #f7967d;
}
table.klausuren th.week, table.klausuren td.week {
	background: #f2eadd;
	color: #366;
	padding: 3px;
	width: 5%;
	letter-spacing: 0;
}
table.klausuren td {
	text-align: center;
	vertical-align: middle;
	padding: 3px 1px;
	background: #fdfbf7;
	color: #444;
	border: 1px solid #f7967d;
	font-size: .9em;
}
table.klausuren td.holiday {
	background: #ffc37a;
	color: #435221;
	padding: 10px 0;
	font-weight: bold;	

}
table.klausuren td.special {
	background: #fddeb9;
	
	
	height: 30px;
}
table.klausuren td.red {
	color: #c00;
	background: #fafafa;
}

