   html {
     font-family: Courier New;
     font-size: 10pt;
     color: #000000;
     font-weight: normal;
   }

   body {
     background-color-deaktiviert: #3a72a5;
     margin: 30px;
   }

   .logo
   {
     margin: 10px;
     margin-bottom: 20px;
     border-width: 0px;
   }

   table.standard {
     width: 760px;
     margin: 20px 0px 20px 0px;
   }

   table.standard td {
     background-color: #fafafa;
     padding: 15px;
     font-size: 10pt;
   }

   table.auswertung {
     width: 400px;
     margin: 10px;
   }

   table.auswertung th {
     background-color: #bbbbbb;
     padding: 5px;
     font-size: 10pt;
     text-align: left;
   }

   table.auswertung td {
     background-color: #eeeeee;
     padding: 1px 5px 1px 5px;
     font-size: 10pt;
   }

   .klein
   {
     font-size: 8pt;
   }

   h3 {
     color: #eeeeee;
   }

   input.submit
   {
     color: #eeeeee;
     font-size: 8pt;
     font-family: Courier New;
     font-weight: bold;
     background-color: #666666;
     border: 1pt solid #333333;
     margin: 5px;
   }

   textarea
   {
     border: 1pt solid #333333;
     margin: 5px;
     font-size: 8pt;
     padding: 3px;
   }

   a {
     color: #000080;
     text-decoration: none;
   }

   a:hover {
     text-decoration: underline;
   }

   #sqlbox {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 35px;
      height: 35px;
      overflow: auto;
      border-style: solid;
      border-color: #999933;
      border-width: 1px;
      scrollbar-face-color: #BBBB55;
      scrollbar-shadow-color: #BBBB55;
      scrollbar-highlight-color: #EEEE88;
      scrollbar-3dlight-color: #BBBB55;
      scrollbar-darkshadow-color: #BBBB55;
      scrollbar-track-color: #DDDD77;
      scrollbar-arrow-color: #000000;
      font-family: Courier New;
      font-size: 8pt;
      color: #000000;
      background-color: #EEEE88;
      padding: 3px;
      z-index: 10;
      cursor: default;
      text-align: left;
   }

   .emoticon
   {
      border: 0px;
      vertical-align: middle;
      margin: 0px 1px 0px 1px;
   }

   .name {
      font-family: Lucida Handwriting, Marisse ITC, Courier New;
   }
