/*Text, Liste und Hintergrundfarbe ausserhalb der Seite*/
body {font-family:Georgia, Arial, sans-serif; font-size: 14px; background-color:#444477; margin-top:0pt}
p, text, body, .liste {font-size: 14px; line-height: 18px}
li, .liste {font-size:14px;}
/*für NS 4.x:*/ th, td {font-family:Georgia, Arial, sans-serif}

h2, h3, h4, h5 {font-family: "Trebuchet MS",Georgia, Arial, sans-serif; font-weight:normal; font-size:22px; margin-left:16px; margin-top:0em; color:#336666}
h2 { font-size:22px; margin-left:16px; margin-top:0em;}
h3 { font-size:18px; margin-left:16px;}
h4 { font-size:16px; margin-left:16px;}
h5 {font-size:15px; margin-left:0px;}

/*Tabellen*/
table {border:0}
/*g=globale Tabelle: Seitenbreite in Pixeln und Hintergrundfarbe
-> aus Performancegründen Seite in mehrere unterteilen!*/
table.g {background-color:#444477 }

/*Inhaltsverzeichnis*/
/*Hintergrundfarbe aller Zellen der Links einer Ebene (tr)
 und des aktuellen Links eine Ebene darüber (td) */
tr.l2 {background-color:#7799D8}
tr.l1, td.l2 {background-color:#AAC5FF}
td.l1, td.l0 {background-color:#D5E8FF}
/*Hintergrundfarbe der linken Tabelle, etwas anders als td.l1 und td.l0*/
tr.l0 {background-color:#DFEDFF; text-align:center; height:18px}
/*Inhaltsverzeichnis links darunter*/
table.links {width:150px}
td.links {vertical-align:top}

/*Klassen für den Inhalt: normal, zentriert oder Blocksatz*/
table.inhalt {width:100%}
td.inhalt{background-color:#E1EDEE; text-align:left }
td.center{background-color:#E1EDEE; text-align:center}
td.block{background-color:#E1EDEE; text-align:justify }

/*LINKS:
Links zur internen Navigation*/
a {font-size: 10pt; font-weight:bold}
a:link {color:#3300AA; text-decoration:none}
a:visited{color:#3300AA; text-decoration:none}
a:hover{color:#000033; text-decoration:underline}
a:active{color:#3130FF; text-decoration:none}
/*der aktive link ist wie folgt "simuliert" */
p.l {font-size:10pt; font-weight:bold; color: #D5E8FF; background-color:#444477}
/*links zu Jahren, die noch nicht waren, werden zunächst mit p.hide versteckt
nicht mit display:none weil sonst die Zellenbreite nicht mehr stimmt */
p.hide {font-weight:bold; color:#AAC5FF}

/* links nach oben "Seitenanfang"... */
a.normal:link {font-weight: normal; color:#CCCCCC; text-decoration:none}
a.normal:visited {font-weight: normal; color:#CCCCCC; text-decoration:none}
a.normal:hover {font-weight: normal; color:#FFFFFF; text-decoration:underline}

/*intern:*/
.intern {font-weight: normal}

/* links aus dem iframe */
a.iframe:link, a.iframe:visited {font-size:13px; font-family:Georgia, Arial,  sans-serif; color:#FFFF00; font-weight:normal; text-decoration:underline}

/* ginis lustige links ;-)*/
a.gini:link {color:#000099}
a.gini:visited {color:#447799}
a.gini:hover {color:#DFEDFF; text-decoration:none}
