table.centered, .centered table {
	margin-left: auto;
	margin-right: auto;
}

form {
	background: #cccccc;
	border: 1px solid gray;
	margin-bottom: 1ex;
	padding: 1ex;
}

body.stale a.nostale {
	display: none;
}

th, td {
	vertical-align: top;
}

h1.centered, .centered h1 {
	text-align: center;
}

p.centered, .centered p {
	text-align: center;
}

p.breadcrumb {
	font-size: small;
	text-align: left;
}

p.admin {
	font-size: small;
	text-align: right;
}

.small {
	font-size: 8pt;
}

.error {
	font-size: larger;
	background: red;
	color: white;
	font-weight: bold;
	padding: 1em;
	margin-top: 1em;
}

.message {
	font-size: larger;
	background: green;
	color: white;
	font-weight: bold;
	padding: 1em;
	margin-top: 1em;
}

/*--------------------------------- Table --------------------------------------------*/

table {
	border: 1px solid gray;
	margin-top: 1em;
	margin-bottom: 1em;
}

td {
	vertical-align: top;
}

th, td {
	background: #eeeeee;
}

/*--------------------------------- Schedule --------------------------------------------*/

table.schedule {
	font-size: 8pt;
}

table.schedule td {
	font-family: Monospace;
}

td.sel {
	background: yellow;
}

td.unsel {
	background: #c0c0c0;
}

td.active {
	background: yellow;
}

td.needed {
	background: #eee8aa;
}

td.ok {
	background: #99ff99;
}

td.toolate {
	background: red;
	color: white;
}

th, td {
	background: #c0c0c0;
}

/*----------------------------------- Newsanzeige--------------------------------------------*/

.even td,
.even th {
	background: #aaeee8;
}

.odd td,
.odd th {
	background: #eee8aa;
}

.prio1 td {
	background: yellow;
}

.news .date {
	font-size: smaller;
	margin-right: 2em;
}

.news .title {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.news .text {
	font-family: monospace;
	margin: 1.0ex;
	display: none;
}

.news .open .text {
	display: block;
}

.news .close {
	margin: 2px;
	background-color: red;
	color: white;
	cursor: pointer;
}

.news .prio1 .prio {
	text-decoration: blink;
}

/*------------------------------ Farben für die Wochentage im Stundenplan ---------------------------*/

th.wd0, th.wd6 {
	background: white;
}

/*------------------------------ Farben für die Sprechergruppen -------------------------------------*/

td.mda { background: #cb1517; }
td.art { background: #447f15; }
td.cfm { background: #ff6666; }
td.xxx { background: #222f88; }
td.prs { background: #aaddcc; }
td.ffn { background: #99ff99; }
td.gps { background: #99ff99; }
td.hlk { background: #397599; }
td.ibm { background: #99ff99; }
td.jok { background: #99ff99; }
td.kgb { background: #99ff99; }
td.lzm { background: #99ff99; }
td.max { background: #335577; }
td.mve { background: #555555; }
td.slk { background: #99f666; }
td.lux { background: #eeee22; }
td.hso { background: #888888; }
td.ren { background: #75ff99; }
td.jan { background: #884488; }
td.mik { background: #aa44aa; }
td.ups { background: #99ff99; }
td.nek { background: #33f566; }
td.kna { background: #a45a55; }
td.ste { background: #222f88; }
td.pbe { background: #93442e; }
td.sar { background: #ff7f50; }
td.ahi { background: #00ffaa; }
td.wie { background: #471eca; }
td.tan { background: #cbfe00; }


