     td {
          border: 1px solid #666666;
     }
     td.header {
          background: #666666;
          color: #ffffff;
     }
     td.spalte1 {
          width: 300px;
          background: #f0f0f0;
     }
     td.spalte2 {
          width: 150px;
          text-align: center;
          background: #f0f0f0;
     }
     td.spalte_all {
          background: #f0f0f0;
     }
     div.inhalt {
          background: #ffffff;
          padding: 5px;
          margin-bottom: 20px;
          border: 1px solid #cccccc;
          overflow: auto;
     }
     body {
          top: 0px;
          left: 0px;
          font-size: 12px;
          font-family: Helvetica,Arial,sans-serif;
          margin: 0; padding: 1em 0;
          text-align: center;  /* Zentrierung im Internet Explorer */
          background: url('images/hg_tiefbohrfix.png_') 100% 0% no-repeat #f0f0f0;
     }
     div#seite {
          text-align: left;    /* Seiteninhalt wieder links ausrichten */
          margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
          width: 760px;
          padding-top: 70px;
          padding-left: 5px;
          padding-right: 5px;
          background: url('images/logo.gif') 100% 0% no-repeat;
     }
     table {
          border-collapse:collapse;
          margin-bottom: 5px;
     }
     ul#navi li {
         display: inline;
         padding-left: 0px;
         padding-right: 10px;
    }
     ul#navi li a{
         color: #0099ff;
         font-weight: bold;
         text-decoration: none;

    }
         a.start {
         display: block;
         color: #0099ff;
         font-weight: bold;
         text-decoration: none;
         margin-top: 20px;
     }
         a:hover.start {
         text-decoration: underline;
     }
     h2 {
         color: #666666;
     }
     div#kopf {
          background: #ffffff;
          padding: 5px;
          margin-bottom: 20px;
          border: 1px solid #cccccc;
          text-align: center;
     }