@CHARSET "UTF-8";

/* ********************************************* */
/* 					Kurse (Uebersicht)			 */
/* ********************************************* */

/* ************************* */
/* 			Kurs Tabelle	 */
/* ************************* */

.knowau3_kurse {
	padding: 0px;
}

.knowau3_kurse_title {
	font-size: 1.5em;
	/*padding-left: 10px;
	margin-bottom: 10px;*/
}

.knowau3_kurse_table {
	width: 100%;
	border: 0;
}
.knowau3_kurse_table tr {
	border: 0;
}
.knowau3_kurse_table tr td {
	border: 0;
}
.knowau3_kurse_table thead tr {
	border: 0;
}
.knowau3_kurse_table thead tr th {
	padding-left: 5px;
	padding-bottom: 10px;
}

.knowau3_kurs_cell {
	/*padding-left: 5px;
	padding-bottom: 5px;*/
	vertical-align:top;
}

.knowau3_kurs_info {
	position: absolute;
	background-color: #dddddd;
	color: black;
	width: 400px;
	/*max-height: 200px;*/
	overflow: auto;
	/*padding: 5px;*/
}

/* ************************* */
/* 	Keine Kurse gefunden	 */
/* ************************* */

.knowau3_no_classes_found {
	margin-top: 20px;
	font-weight: bold;
	font-style: oblique;
}

.knowau3_no_classes_found p {
	text-align: center;
}

/* ************************* */
/* 		List-Footer			 */
/* ************************* */

#limit {
	margin-left: 10px;
}

/* List Footer der Kursuebersicht */
.list-footer {
	text-align: center;
}

.list-footer ul li {
	display: inline;
}
