
body {
  padding: 0px;
  margin: 0px;
  background-color: white;
  font-size: 100.01%;
  Overflow-x: auto;
  Overflow-y: scroll;
  text-align: center;  /* Zentrierung im Internet Explorer */
}

* {
 margin:0;
 padding:0;
}

div {border: 0px dotted gray; padding: 0em; text-align: center;}

textarea {font-family:Tahoma;font-size: 10pt; sans-serif;}

INPUT {font-family:Tahoma;font-size: 10pt; sans-serif;}

TD {font-family:Tahoma;font-size: 10pt; sans-serif; }

ul {border: 0px dotted gray;padding: 0em; text-align: center;}

p {font-family:Tahoma;font-size: 11pt; sans-serif; line-height: 130%;}

a {color: darkgreen;}

.g8 {font-size: 8pt;}
.g10 {font-size: 10pt;}
.g11 {font-size: 11pt;}
.g12 {font-size: 12pt;}
.small {font-size:small;}

h1 {font-family:Tahoma; font-size: 24pt; font-weight: bold;}
h2 {font-family:Tahoma; font-size: 18pt; font-weight: bold;}
h3 {font-family:Tahoma; font-size: 16pt; font-weight: bold; }
h4 {font-family:Tahoma; font-size: 14pt; font-weight: bold; }
h5 {font-family:Tahoma; font-size: 12pt; font-weight: bold;}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0;
    width: 900px;
    padding: 0px;
    background: #b6bac3 ;
    border: 0px ridge silver;
  }

#kopf {
  height: 160px;
  width: 900px;
  margin: 0px;
  padding: 0px;
  background-color: white;
  border: 0px ridge silver;
}

#fuss {
  height: 20px;
  margin: 0;
  margin-top: 0;
  padding: 0.1;
  background-color: #b6bac3;
  border-top: 1px ridge silver;
}
#mitte {
  position: relative;
  margin: 10px 0px 0px 0px;
  border: 0px ridge silver;
  width: 100%;
  height: auto;
}

#nav {
  height: 25px;
  margin: -6px 0px 0px 150px;
  background-color: #b6bac3;
  border: 0px ridge silver;
}

#inhalt {
  background-color: #b6bac3;
  text-align: center;
  margin: 20px 0px 0px 150px;
  padding: 0 60px 0 60px;
}
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  
#links {
    position: absolute;
    left: 0px; top: -5px;
    width: 150px; height: auto;
    margin: 0; padding: 0;
  }


#links li {
    list-style: none;
    margin: 0; padding: 0px;
  }
#links a {
    display: block; padding: 4px 3px 0px 2px ;
    margin: 1px 0 0 0;
  }
#links a:link {
    color: darkgreen; background-color: #b6bac3;
    border-color: silver; border-style: outset; border-width: 2px;
  }
#links a:visited {
    color: green background-color: #b6bac3;
    border-color: silver; border-style: outset; border-width: 2px;
  }
#links a:focus {
    color: forestgreen; background-color: green;
    border-color: silver; border-style: inset; border-width: 2px;
  }
#links a:hover {
    color: chartreuse; background-color: green;
    border-color: silver; border-style: inset; border-width: 2px;
  }
#links a:active {
    color: greenyellow; background-color: green;
    border-color: silver; border-style: inset; border-width: 2px;
  }