#timetable div.tt_selected {
	background-color: #e4c2ca;
	border-top: 3px solid;
	border-color: #950b2b;
}

#timetable div.tt_highlight {
	background-color: #f2e2e5;
	border-top: 3px solid;
	border-color: #950b2b;
}

#todays_courses,
#timetable {
	font-size: 12px;
}

#todays_courses a,
#timetable a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#todays_courses .tt_course {
	margin-bottom: 3px;
	width: 220px;
	border: 1px solid;
	padding: 10px 5px;
	cursor: pointer;
	background-color: #fafafa;
}

#timetable .tt_course {
	margin-bottom: 5px;
	border: 1px solid;
	width: 130px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
	background-color: #fafafa;
}

#timetable .tt_course span {
	font-size: 11px;
}

#timetable .tt_course img {
	margin-left: 3px;
}

#timetable .tt_course img.first_img {
	margin-left: 0;
}

#timetable_box .holidays {
	margin: 10px 0;
}

/* IE */
#todays_courses .sfhover,
#timetable .sfhover {
	background-color: #e2e2e2;
}

#timetable th {
	font-size: 15px;
	height: 30px;
	background-color: #fff3bc;
	text-align: center;
	color: #000;
	font-weight: normal;
}

/* Icons */
#timetable_box .tt_info {
	background: url('../images/info.png') left top no-repeat;
	padding-left: 20px;
	margin-bottom: 0;
}

/* PDF-Download */
#timetable a.tt_pdf {
	background: #960D2B url('../images/pdf.png') left center no-repeat;
	display: block;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin-top: 5px;
}

/* Info-Box */
#tt_infobox {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tt_infobox h2 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}

#timetable_box .column_1 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Kategorien */


/* Aqua*/
#todays_courses .tt_cat7,
#timetable .tt_cat7 {
	border-top: 3px solid #000;
	border-color: #bde5fa;
	background-color: #def2fc;
}
#todays_courses .tt_cat7:hover,
#timetable .tt_cat7:hover {
	background-color: #bde5fa;
}

/* Gymnastik */
#todays_courses .tt_cat8,
#timetable .tt_cat8 {
	border-top: 3px solid #000;
	border-color: #ffd087;
	background-color: #ffe7c3;
}
#todays_courses .tt_cat8:hover,
#timetable .tt_cat8:hover {
	background-color: #ffd087;
}