* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #79471D;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
}

td {
  color: #79471D;
}

div#linkerRand {
  float: left;
  width: 80px;
}

div#rechterRand {
  float: right;
  width: 80px;
}

div#Inhalt {
  color: #79471D;
  background-color: #FFEFB4;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 170px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 80px;
}
div#Inhalt a {
  color: #F78F2D;
  text-decoration: none;
}
div#Inhalt a:hover {
  color: #F78F2D;
  text-decoration: underline;
}
div#Inhalt ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1em;
}
div#Inhalt ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}

#menu {
  position: absolute;
  top: 254px;
  left: 8px;
}
html>body #menu {  /* nur fuer moderne Browser! */
  position: fixed;
}

#zwergwerk {
  position: absolute;
  top: 0px;
  right: 67px;
}
html>body #zwergwerk {  /* nur fuer moderne Browser! */
  position: fixed;
}

h1 {
  color: #F78F2D;
  font-size: 180%;
  font-weight: normal;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  border-bottom: 1px dashed #79471D;
}

h2 {
  color: #F78F2D;
  font-size: 140%;
  font-weight: normal;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}

h3 {
  color: #F78F2D;
  font-size: 120%;
  font-weight: normal;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}

p, ol, ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div#submenu {
  font-size: 80%;
}

.footnote {
  font-size: 70%;
}

.current {
  color: #F78F2D;
  font-weight: bold;
}

.still {
  border: 1px solid #F78F2D;
  margin-left: 10px;
}