@import "reset.css";
@import "base.css";
@import "../../../typo3conf/ext/timetable/css/timetable.css";


/* Navigation, Unternavitgation, Smoothgallery und Footer ausblenden */
#mainMenu,
#mainContent .subMenu,
.kursplan_drucken,
.no-print,
#logo,
/* Aqua Back wieder rein #timetable .tt_cat9,*/
.teaser,
#metaMenu,
#bgFooter,
#header {
	display: none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* Hintergrundbilder ausblenden */
html,
body,
#container,
#content {
	background: none;
	background-image: none;
}

/* Inhalt auf ganze Breite */
#container,
#mainContent,
.just_print {
	width: 100%;
}

/* Abstand der Inhaltselemente */
#mainContent .border_dark,
#mainContent .two_columns_2_1,
#mainContent .orange,
#mainContent .white,
#mainContent .grey {
	margin-top: 30px;
}

/* Allgemein */
ul, ol {
	margin-left: 2em;
}

#mainContent .divider {
	height: 20px;
}