<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new td {
	vertical-align: top;
}

.new table {
	border-collapse: separate;
	border-spacing: 5px;
}

td.ezsvorl, span.ezsvorl, td.vezsvorl, span.vezsvorl {
        background-color:#ffff77;
}

td.ezsueb, span.ezsueb, td.vezsueb, span.vezsueb {
        background-color:#ccffff;
}

td.topic {
    /*font-size: 85%;*/
    text-align: left;
    box-shadow: -1px -2px white;
    background-color: #f2f2f2;
}

td.date {
	font-weight:bold;
	color:#777777;
}

td.wn {
	color:#777777;
}

span.topic {
    font-style: italic;
}

table.hidecells tr td {
    display: none;
}


table.visible {
	border:1px solid black;
	margin:2px;
	padding:5px;
	width: 100%;
	font-size:85% !important;
}

table.visible td,th {
	padding:5px;
}

table.visible th {
 	color:				#012e5c;
	background-color: 	#F2F2F2;
 	/*background-color:#012e5c;
 	color:white;*/
}

table.people {
	border:0px;
	margin:2px;
	padding:5px;
}

table.people td {
	padding:10px;
	text-align:center;
}

p.important {
	background-color:#ffcccc;
	padding:5px;
}

.important {
	background-color:#ffcccc;
	padding:5px;
}

td.uebung {
	background-color:#ccff99;
}

td.fragen {
    background-color:#ccffff;
}

td.abgabe {
	background-color:#ffcc99;
}

td.ausgabe {
	background-color:#99ccff;
}

td.ferien {
    font-style:italic;
    background-color:#bb99ff;
	height:5ex;
}

table.table-timetable {
	border:1px solid;
	table-layout:auto;
	font-size: 15px;
	width: 80%;
}

.table-timetable th {
	padding: 5px;
	font-weight : bold;
	color: #0b446d;
	background-color : #bbccee;
	font-size: 16px;
}

table.presentation-timetable {
	border:1px solid;
	table-layout:auto;
	font-size: 15px;
	width: 80%;
}

.presentation-timetable th {
	padding: 5px;
	font-weight : bold;
	color: #0b446d;
	background-color : #bbccee;
	font-size: 16px;
}

.schattiert {
      background-color: #f2f2f2;
}

.Feiertag {
      background-color: #ffffe0;
}

.new {
    background-color: #ffffe0;
	padding:5px;
}

/* News table styles */

#news {
	width: 100%;
	border-collapse:collapse;
}
#news tr &gt; td:first-child {
	padding-left: 5px;
	padding-right: 5px;
}
#news tr &gt; td:last-child {
	padding-right: 5px;
}
#news tr:not(:last-child) &gt; td {
	padding-bottom: 4px;
}

/* New video-table style */
div.referee { font-size: 75%; }
tr.part_number td {font-size:115%;color:#777777;}

.newTable {
	font-size: 10pt;
/* 	border-collapse: collapse; */
	width: 90%;
}

.newTable td, .newTable th {
/*   border: 1px solid #ddd; */
  padding: 0.3em;
  text-align: center;
  vertical-align: baseline;  
}

.newTable td:nth-child(3), .newTable th:nth-child(3) {
  text-align: left;
}

.newTable td:nth-child(2), .newTable th:nth-child(2) {
  white-space: nowrap;
}

/* .newTable tr:nth-child(even){background-color: #f2f2f2;} */

.newTable tr:hover {background-color: #eee;}

.newTable th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}

.newTable #block {
	background-color: #eee;
	color: white;
	text-align: left;
	font-weight: bold;
}

.newTableChapter {
	font-size: 10pt;
	width: 100%;
	border: none !important;
}

.newTableChapter th {
	padding-top: 2px;
	padding-bottom: 2px;
	color: black;
	border: none;
	background-color: transparent !important;
	border-bottom: 1px solid #aaa;
    padding: 1px;
    padding-right:10px;
    font-weight: normal;
    font-style: italic;
	text-align: center;
}

.newTableChapter tr:nth-child(even){
	background-color: transparent;
}

.newTableChapter tr:hover {background-color: #eee;}


.newTableChapter tr:last-child {
	border-bottom: 1px solid #aaa;
}

.newTable tr:target {
	background-color: #9C001A4D;
}


.newTableChapter td {
  font-weight: normal;
  text-align: center;
  border: none;
  background-color: transparent;
  white-space: nowrap
}

.newTableChapter tr:nth-child(2) td{
	font-weight: bold !important;
}

.newTableChapter tr td:nth-child(1), th:nth-child(1) {
   text-align: left;
}

.newTableChapter tr td:nth-child(3), th:nth-child(3) {
   text-align: center;
}

</pre></body></html>