<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Version: 15.03.2016 */

body {
    background-color: #c4caca;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 100.01%;
    color: #000000;
    padding: 0px;
}

a {
	text-decoration: none;
}

a:link { color: #1a3f66; background-color: #fdf4ca; }
a:visited { color: #1a3f66; background-color: #fdf4ca; }
a:hover { color: #fdda38; background-color: #1a3f66; }
a:active { color: #fdda38; background-color: #1a3f66; }

li {
    margin-top: 3px;
    margin-bottom: 3px;
}

div.seite {
    width: 964px;
    font-size: 0.8em;
    padding: 0px;
}

div.kopf {
    height: 57px;
    margin-bottom: 6px;
    background-image: url(kopf.png);
    padding: 10px;
    font-stretch: wider;
    text-align: right;
    font-size: 1.25em;
    color: #1a3f66;
}

div.menue {
	float: left;
	width: 15em;
}

div.anzeige {
	margin-left: 15.4em;
}

div.gelb {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background-color: #fdf4ca;
	border: solid 1px #fdda38;
}


/*Volle Breite für Terminkalender*/
div.breit {
    clear: both;
    background-color: #c4caca;
    margin-top: 10px;
}

div.blau {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background-color: #ccddf0;
	border: solid 1px #38618c;
}

div.lrahmen {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #eeeeee;
}

div.rrahmen {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #eeeeee;
}


/*Aktualisierungsvermerk*/
div.letzte {
	border-top: 1px solid #1a3f66;
	text-align: right;
}

div.fuss {
    clear: both;
    margin-top: 10px;
    height: 26px;
    background-image: url(fuss.png);
   }
   
span.begriff {
	background-color: #c4caca;
	color: #1a3f66;
	padding-left: 2px;
	padding-right: 2px;
}

/*Alle Tabellen*/
table {  
    border-width: 0px;
    border-collapse: collapse;
    text-align: left;
}

td {
	border-width: 1px;
	border-style: solid;
	border-color: #c4caca;
	background-color: #fafafa;
	padding: 3px;
}

th {
	border-width: 1px;
	border-style: solid;
	border-color: #c4caca;
	background-color: #1a3f66;
	color: #fdda38;
	font-weight: normal;
	padding: 3px;
}

th a:link { color: #fdda38; background-color: #38618c; }
th a:visited { color: #fdda38; background-color: #38618c; }
th a:hover { color: #1a3f66; background-color: #fdda38; }
th a:active { color: #1a3f66; background-color: #fdda38; }


/* Menü-Leiste */
table.leiste {
    background-image: url('verlauf.png');
}

table.leiste td {
	border-style: ridge;
	background-color: #c4caca;
}

table.leiste td.gross {
    padding-left: 20px;
}

table.leiste th {
	border-color: #1a3f66;
	background-color: transparent;
}

table.leiste th a:link { color: #1a3f66; background-color: transparent; }
table.leiste th a:visited { color: #1a3f66; background-color: transparent; }
table.leiste th a:hover { color: #fdda38; background-color: #1a3f66; }
table.leiste th a:active { color: #fdda38; background-color: #fdda38; }


table.leiste th.aktiv {
    background-color: #1a3f66;
	color: #fdda38;
	font-weight: normal;
}

table.leiste th.aktiv a:link { color: #fdda38; background-color: transparent; }
table.leiste th.aktiv a:visited { color: #fdda38; background-color: transparent; }
table.leiste th.aktiv a:hover { color: #1a3f66; background-color: #fdda38; }
table.leiste th.aktiv a:active { color: #1a3f66; background-color: #fdda38; }


/* Inhaltstabelle für den Auftritt */
table.inhalt {
	width: 100%;
}


/* Blinde Inhaltstabelle für den Auftritt */
table.blind td {
	border-width: 0px;
}


/* Untertabelle von Inhaltstabellen */

table.sub td {
    background-color: #f1f2f2;
}


/*Tabelle für Konferenzbeschlüsse*/
table.beschluss {
	width: 100%;
}

table.beschluss td {
	background-color: #f1f2f2;
}

table.beschluss th {
	background-color: #fdeb98;
	color:#000000;
}

table.beschluss th a:link { color: #1a3f66; background-color: #fdf4ca; }
table.beschluss th a:visited { color: #1a3f66; background-color: #fdf4ca; }
table.beschluss th a:hover { color: #fdda38; background-color: #1a3f66; }
table.beschluss th a:active { color: #fdda38; background-color: #fdda38; }
</pre></body></html>