body      { background-color:#F0E68C; /* khaki */
            font-family:Verdana; color:black; font-weight:normal;
            text-align: center;  /* Zentrierung im Internet Explorer */
          }
a:link    { text-decoration: none; color: maroon; }
a:visited { text-decoration: none; color: maroon; }
a:hover   { text-decoration: none; color: #FF8C00; /* darkorange */ }
a:active  { text-decoration: none; color: red; }
h1        { font-size: 32px; font-weight:bold; text-align:center;
            border-bottom-style:solid; border-bottom-width:3px; border-color:black;
            padding-bottom:5px; margin:10px 50px 20px;
          }
table     { table-layout:fixed; width:100%; }
.index    { font-size: 10px; line-height:30px; font-style:italic; 
            border-top-style:solid; border-bottom-width:3px; border-color:black;
            text-align:center; margin:10px 50px;
          }

div#Seite {
            text-align: left;    /* Seiteninhalt wieder links ausrichten */
            margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
            width: 1000px;
          }

#feld_o   { width:1000px; height: 60px; position:relative; }
#feld_u   { width:1000px; height: 60px; position:relative; }


