@import "reset.css";
@import "base.css";
@import "../../../typo3conf/ext/timetable/css/timetable.css";


/* Navigation, Unternavitgation, Smoothgallery und Footer ausblenden */
#navigation,
#content .subnav,
#content .no-print,
#footer,
#content .content {
	display: none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* Hintergrundbilder ausblenden */
body,
#container,
#content {
	background: none;
	background-image: none;
}

/* Inhalt auf ganze Breite */
#container,
#content {
	width: 100%;
}

/* Abstand der Inhaltselemente */
#content .border_dark,
#content .two_columns_2_1,
#content .orange,
#content .white,
#content .grey {
	margin-top: 25px;
}

/* Allgemein */
ul, ol {
	margin-left: 2em;
}

#timetable th,
#timetable td {
	width: 16%;
}

#timetable th {
	font-weight: bold;
}

#timetable .tt_course {
	width: 90%;
	height: 4em;
}

#todays_courses,
#timetable {
	font-size: 14px;
	line-height: 140%;
}

#timetable_box,
#timetable_box h2 {
	font-size: 150%;
}