.titel      { font-size: 48pt;
              font-weight: normal;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 10px;
              line-height: 2.5ex;
            }

.gross      { font-size: 20pt;
              font-weight: bold;
              text-align: left;
            }
.mittel     { font-size: 15pt;
              font-weight: bold;
              text-align: left;
            }
.normal     { font-size: 12pt;
              font-weight: normal;
            }
.errmsg     { font-size: 12pt;
              font-weight: bold;
              color: #a04040;
            }
.klein      { font-size: 9pt;
            }
.appell     { font-size: 12pt;
              text-align: justify;
              /* font-family: courier new, fixed, monospace; */
              font-family: Arial;
              background-color: #ffffff;
              border-style: solid;
              border-width: 1px;
              border-color: #5588bb;
              padding: 5px;
            }
.tabtext    { font-size: 12pt;
              font-weight: normal;
              background-color: #99ccff;
              font-family: Arial, sans serif;
            }

.button     {
              background-repeat: no-repeat;
              line-height: 20px;
              font-size: 12pt;
              text-align: center;
              /* color: #000000; */
              background-color: #ffffff;
              margin-top: 4px;
              margin-bottom: 4px;
              margin-left: 2px;
              margin-right: 2px;
              border-style: solid;
              border-width: 1px;
              border-color: #5588bb;
            }

body        { 
              text-align: left;
              color: #000000;
              background-color: #99ccff;
              font-family: Arial, sans serif;
              font-size: 12pt;
              font-weight: normal;
            }

h1          { font-size: 20pt;
              font-weight: bold;
              text-align: left;
              padding-left: 5px;
              background-color: #77aadd;
            }

h2          { font-size: 15pt;
              font-weight: bold;
              text-align: left;
            }

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

p           {
              text-align: justify;
              margin-top: 10px;
              margin-bottom: 16px;
            }

tr          {
              vertical-align: top;
              font-size: 12pt;
              font-weight: normal;
              background-color: #ffffff;
            }

th          {
              vertical-align: top;
              font-size: 12pt;
              font-weight: bold;
              background-color: #77aadd;
            }

input       {
              font-family: Arial;
              font-size: 12pt;
              font-weight: normal;
            }


a:link    {
            font-weight: bold;
            color: #000000;
            text-decoration: underline;
            /* border: 1px outset #CCC; color: inherit; text-decoration: * none; */
          }
a:visited {
            font-weight: bold;
            color: #000000;
            text-decoration: underline;
          }
a:hover   {
            font-weight: bold;
            color: #000000;
            background-color: #99ccff;
            text-decoration: underline;
          }
a:active  {
            font-weight: bold;
            color: #000000;
            background-color: #99ccff;
            text-decoration: underline;
          }

#menu a:link {
  display: block;
  text-decoration: none;
}
#menu a:visited {
  display: block;
  text-decoration: none;
}
#menu a:hover {
  display: block;
  text-decoration: none;
}
#menu a:active {
  display: block;
  text-decoration: none;
}

#oben       { 
              position: absolute;
              top: 5px;
              left: 5px;
              height: 110px;
              width: 620px;
              /* background-image: url("pics/bg3.gif"); */
              background-repeat: repeat;
            }
#obenrechts { 
              position: absolute;
              top: 0px;
              left: 640px;
              height: 110px;
              width: 110px;
              /* background-image: url("pics/bg3.gif"); */
              background-repeat: repeat;
            }
#menu       { 
              position: absolute;
              top: 120px;
              left: 5px;
              width: 180px;
            }
#inhalt     {
              position: absolute;
              top: 120px;
              left: 200px;
              width: 548px;
              border-top-style: none;
              border-bottom-style: none;
              border-left-style: none;
              border-right-style: none;
              border-left-width: 2px;
              padding-left: 5px;
            }
.eingerueckt{ 
              font-size: 12pt;
              font-weight: normal;
              padding-left: 2em;
            }


