body {
  text-align: center;
}

div.body {
	font-family: sans-serif;
	font-size: 11pt;
	text-align: left; 
	width: 800px;
	margin: auto;
}

/* Absatz mit Abstand */
div.skip {
	margin: 10px 0px 0px 0px;
}

/* Kurstitel */
div.titel {
	font-size: 144%;
	font-weight: bold;
	background-color: #aaf;
	padding: 3px 7px 7px 5px;
	text-align: center;
	margin: auto;
}

/* Dozent */
div.dozent {
	padding: 3px 5px 0px 5px;
	font-size: 120%;
	font-style: italic;
	background-color: #ccf;
}

/* Kursort */
div.ort {
	padding: 3px 5px 0px 5px;
	font-size: 120%;
	font-style: italic;
	background-color: #ccf;
}

/* Kurstage */
div.termin {
	padding: 3px 5px 0px 5px;
	font-size: 120%;
	font-style: italic;
	background-color: #ccf;
}

/* Alternativkurse */
div.alternative {
	padding: 3px 5px 0px 5px;
	border-top: solid 2px #aaf;
	font-size: 120%;
	font-style: italic;
	background-color: #ccf;
}

/* Kursgebühr */
div.gebuehr {
	padding: 3px 5px 5px 5px;
	font-size: 120%;
	font-style: italic;
	background-color: #ccf;
}

/* Kursbeschreibung */
div.info {
	margin: 0px;
	text-align: justify;
	padding: 5px 0px 0px 0px;
}

/* Absätze in Kursbeschreibung */
div.info p {
	margin: 0px;
	text-align: justify;
	padding: 5px 0px 0px 0px;
}

/* Stichwortverzeichnis */
div.stichwort {
	margin: 0px;
	text-align: left;
	padding: 5px 0px 0px 0px;
}

/* Stichwort */
dl.stichwort dt {
	font-weight: bold;
	padding-top: 5px;
	background-color: #ccf;
}

/* Verweise auf Stichwort */
dl.stichwort dd {
	margin: 0px;
	padding: 5px 20px;
	background-color: #eef;
}

/* allgemeine Tabelleneinstellungen */
table {
	margin: auto;
	border-collapse: collapse;
	font-size: 10pt;
}

/* Rollbalken für Tabelle */
div.liste {
  text-align: center;
  margin: auto;
  height: 400px;
  overflow: scroll;
}

/* Tabellenüberschrifen */
table.liste th {
  background-color: #aaf;
  text-align: left;
  border: 2px solid #ccf;
  padding: 2px 5px 2px 5px;
}

/* Kurslistentabellen */
table.liste td {
	padding: 2px 5px 2px 5px;
	border: 2px solid #ccf;
	background-color: #eef;
	vertical-align: top;
	padding-top: 5px;
}


/* Kurstitel in Kurslistentabelle */
table.liste span.titel {
	font-weight: bold;
}

/* Kursnummernfeld in Kurslistentabellen bei Anmeldung */
table.liste td.anmelden {
}

/* Kursnummernfeld in Kurslistentabellen bei Interesse */
table.liste td.interesse {
}

/* Anmelde-Link in Kurslistentabellen */
table.liste a.anmelden:link, table.liste a.anmelden:visited, div.anmelden a:link, div.anmelden a:visited  {
	color: #086;
}

/* Interesse-Link in Kurslistentabellen */
table.liste a.interesse:link, table.liste a.interesse:visited, div.interesse a:link, div.interesse a:visited  {
	color: #886;
}

/* dozinfo: Kurse mit ausreichender TN-Zahl */
table.liste tr.geht td {
	background-color: #bfb;
}

/* dozinfo: Kurse ohne ausreichende TN-Zahl */
table.liste tr.gehtNicht td {
	background-color: #ff9;
}

/* Anmelde-Bereich auf Detailseiten */
div.anmelden {
	background-color: #ccf;
	padding: 3px 5px 5px 5px;
}

/* Interesse-Bereich auf Detailseiten */
div.interesse {
	background-color: #ffc;
	padding: 3px 5px 5px 5px;
}

/* noch nicht begonnene Kurse in Kurslistentabellen */
tr.future td {
	background-color: #fed;
}

/* begonnene Kurse in Kurslistentabellen */
tr.past td {
	background-color: #ddd;
}

/* Datumszeile in den Kurslistentabellen */
div.timestamp {
	font-size: 8pt;
	text-align: right;
}

/* Aufzählungen linksbündig */
li { text-align: left;
}

/* Bereichslisten */
table.liste tr th { border-bottom: 0px; }
table.liste { width: 100%; }

/* Spaltenbreiten */
col.nr { width: 80px; }
col.beginn { width: 60px; }
col.info { width: auto; }

/* Detailseiten */
div.scroll { height: 290px; overflow: scroll; }


/* Stichwortliste */
dl.stichwort {
    height: 380px;
    overflow: scroll;
}

/* Kopf-Bereich */
div.Kopf {
 	margin: auto;
	height: 80px;
}

/* Links im Kopfbereich */
.kopf img {
	vertical-align: top;
	border-top: 3px solid #000080;
	border-right: 0;
	border-bottom: 4px solid white;
	border-left: 0;
}
.kopf a:HOVER img {
	border-top: 3px solid yellow;
	border-right: 0;
	border-bottom: 4px solid yellow;
	border-left: 0;
}

/* Fuss-Bereich */
div.Fuss {
	font-family: sans-serif;
	font-size: 12pt;
 	text-align: center; 
	background-color: #000080;
	color: #FFFFFF;
	margin: auto;
	height: 40px;
}

/* Links im Fussbereich */
#fusslink a:link {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
}
#fusslink a:visited {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
}
#fusslink a:hover {
	color: #000080;
	background-color: #FFFF00;	
	font-size: 100%;
	text-decoration: none;
}
#fusslink a:active {
	color: #FFFFFF;
	font-size: 100%;
	text-decoration: none;
}	

