body                { background-color:#ffe; }

h1                  { font-family:"Courier New",Courier,monospace;
                      font-size:20px;
                      color:#303; }
p                   { font-family:"Courier New",Courier,monospace;
                      font-size:12px;
                      color:#303; }
ul,ol,li            { font-family:"Courier New",Courier,monospace;
                      font-size:12px;
                      color:#303; }

a:link              { color:#c06;
                      text-decoration:none; }
a:visited           { color:#c06;
                      text-decoration:none; }
a:hover             { color:#c06;
                      text-decoration:underline; }
a:active            { color:#c06;
                      text-decoration:none; }

#kopf               { position:absolute;
                      top:10px;
                      left:50px;
                      margin:0px;
                      width:570px;      /* = optisch pixelgenau ueber inhalt */
                      height:27px;
                      padding-top:7px;
                      padding-left:10px;
                      border-left:1px dotted #669;
                      border-top:1px dotted #669; }
#kopf span          { padding-right:120px;
                      font-family:"Courier New",Courier,monospace;
                      font-size:12px;
                      color:#303; }
#kopf #navi         { padding-right:10px; }

#marginalie         { position:absolute;
                      top:80px;
                      left:50px;
                      width:170px;
                      padding-left:10px;
                      margin-right:20px;
                      margin-bottom:10px;
                      border-top:1px dotted #669;
                      border-left:1px dotted #669; }
#marginalie h1      { margin:14px 0px;
                      padding:0px; }
#marginalie p       { margin:7px 0px;
                      padding:0px; }

#satzspiegel        { position:absolute;
                      top:80px;
                      left:250px;
                      width:370px;
                      padding-left:10px;
                      margin-right:20px;
                      margin-bottom:10px;
                      border-top:1px dotted #669;
                      border-left:1px dotted #669; }
#satzspiegel p      { margin:7px 0px;
                      padding:0px; }
#satzspiegel li     { margin:7px 0px;
                      padding:0px; }
