<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
  
body
{
    font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
    margin:0px;
    top:-5px;
    text-align:center;
}

nav
{
    position:static;
    background:rgba(255,255,255,0.9);
}

nav.subnav
{
    position:static;
    background:rgba(255,255,255,0.96);
}

nav ul
{
    margin:0;
    padding-top: 7px;
}

nav li 
{
    height:30px;
    display: inline-block;
}

nav li a         
{
    text-decoration:none;
    color:#4F4F4F;
    padding:10px;
    margin-left:5px;
}

nav span
{
    font-weight:bold;
    color:#222;
    margin-top:5px;
    height:30px;
    padding:10px;
}

nav span a
{
    font-weight:normal;
}

nav li a:focus,li a:hover,li a:active
{
    background:rgba(81,81,81,0.9);
    color:#FFFFFF;
}

nav div
{
    font-size:2.5em;
    font-weight: bolder;
}

/*
li::before {
    content: " ";
}

li:first-child::before {
    content: "";
}
*/




h1,h2 {
    color:#4F4F4F;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    color:#404040;
    font-size: 16px;
}

div#rahmen
{
    position:relative;
    width:100%;
    background:rgba(241,231,212,0.95);
    /*background-color: lightgoldenrodyellow;*/
    text-align: center;
    margin-top:-1em;
}

div#inhalt
{
    position:relative;
    top:1em;
    width:92%;
    max-width: 36em;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
}

td.abschnitt
{
    background:rgba(250,250,250,0.85);
}</pre></body></html>