html {
   background-color:white;
   margin:0px;
   padding:0px;
}

body {
   width:800px;
   margin-top:25px;
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   font-family:helvetica,verdana,arial,sans-serif;
}

#header {
   position:absolute;
   width:800px;
   height:175px;
   margin-top:0px;
   margin-left:0px;
   background-color:rgb(115,185,185);
}

#content {
   position:absolute;
   margin-top:175px;
   width:800px;
   margin-left:0px;
   text-align:center;
}

#logo {
   position:absolute;
   top:10px;
   left:25px;
   width:114px;
   height:75px;
}

#text {
      text-decoration:none;
      position:absolute;
      top:50px;
      left:150px;
      font-weight:bold;
      font-style:normal;
      font-size:125%;
      line-height:1.1em;
      color:rgb(0,0,0);
      }

h1,h2,p.text,p.intro,ul,ol,table.text {
   margin-left:16px;
   margin-right:16px;
}

h1 {
   font-weight:bold;
   font-style:normal;
   font-size:130%;
   line-height:1.1em;
   color:rgb(0,0,0);
   border-left:rgb(115,185,185) solid 20px;
   border-bottom:rgb(115,185,185) solid 4px;
   padding-left:12px;
   margin-top:32px;
   width:400px;
   text-align:center;
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:rgb(0,0,0);
   border-bottom:rgb(115,185,185) solid 2px;
   margin-top:24px;
   width:400px;
   text-align:center;
}

hr {
   font-weight:bold;
   font-style:normal;
   font-size:110%;
   line-height:1.1em;
   color:rgb(0,0,0);
   border-bottom:rgb(115,185,185) solid 2px;
   margin-top:24px;
   width:80%;
}

p {
   text-align:justify;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
   margin-left:16px;
   margin-right:16px;
   width:400px;
}

li {
   text-align:justify;
   margin-left:16px;
   margin-right:16px;
   font-weight:normal;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}

td,th {
   text-align:left;
   font-style:normal;
   font-size:100%;
   line-height:1.1em;
   color:black;
}

th {
   font-weight:bold;
}

/*Tabelle Impressum etc*/

table.tab {
   position:absolute;
   margin-top:5px;
   margin-left:419px;
   background-color: black;
   text-decoration:none;
  }

table.tab td {
   font-size: 8pt;
   text-align: center;
   color: black;
   background-color:rgb(255,255,255);
   font-weight: bold;
   width: 80px;
   height: 25px;
   text-decoration:none;
  }

/*Tabelle in der Kopfzeile*/

   table.top {
   position:absolute;
   margin-top:100px;
   margin-left:25px;
   background-color: black;
  }

  table.top td {
   font-size: 8pt;
   text-align: center;
   color: black;
   background-color:rgb(255,255,255);
   font-weight: bold;
   width: 100px;
   height: 25px;
  }

      /*Tabelle für Webkatalog*/

  table.web {
            font-family: Helvetica,Arial,sans-serif;
            font-size: 9pt;
            width: 600px;
            text-align: center;
            background-color:rgb(255,255,255);
            }

  table.web td {
               width: 300px;
               border:2px solid;
               border-color: #0000C6;
               text-align: center;
               }

      .kasten {
  font-size: 12pt;
  text-align: center;
  padding: 5px;
  color: black;
  background-color: #ffff99;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width:450px;
  }
