div#Verlag {
  font-family: 'Courier New', courier, monospaced;
  font-size: 1em;
  color: #577;
  border: 1px solid silver;
  padding: 0 0.5em;
}

div#Buchtitel {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  padding: 0.2em 0.5em;
  background-color: #ccc;
  border: 1px solid black;
}

ul#Navigation {
  position: fixed;
  font-size: 0.91em;
  float: left; width: 12em;
  margin: 0; padding: 0;
  border: 1px dashed silver;
  background-color: #eee;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
ul#Navigation li {
  font-size: 0.9em;
  list-style: none;
  margin: 0.0em; padding: 0.1em;
}
ul#Navigation li#li2 {
  margin: 0 0 0 1em;
}
ul#Navigation li#li3 {
  margin: 0 0 0 2em;
  font-size: 0.8em;
}
ul#Navigation a {
  display: block;
}
ul#Navigation a:link {
  color: black; background-color: #eee; text-decoration: none;
}
ul#Navigation a:visited {
  color: #666; background-color: #eee; text-decoration: none;
}
ul#Navigation a:hover {
  color: black; background-color: white; text-decoration: underline;
}
ul#Navigation a:active {
  color: white; background-color: gray; text-decoration: underline;
}

ul#Sitemap {
  margin: 0; padding: 0;
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
ul#Sitemap li {
  list-style: none;
  margin: 1em 0 0 1em;
  padding: 0.1em;
}
ul#Sitemap li#li2 {
  margin: 0.2em 0 0 2em;
}
ul#Sitemap li#li3 {
  margin: 0 0 0 3em;
}
ul#Sitemap li a {
  display: block;
}
ul#Sitemap li a:link {
  color: black; text-decoration: none;
}
ul#Sitemap li a:visited {
  color: black; text-decoration: none;
}
ul#Sitemap li a:hover {
  color: black; text-decoration: underline;
}
ul#Sitemap li a:active {
  color: black; text-decoration: underline;
}

div#Inhalt {
  margin-left: 12em;
  padding: 0 1em;
  border: 0px;
  min-width: 16em;
}
div#Inhalt a:link {
  color: blue; text-decoration: none;
}
div#Inhalt a:visited {
  color: blue; text-decoration: none;
}
div#Inhalt a:hover {
  color: red; text-decoration: underline;
}
div#Inhalt a:active {
  color: red; text-decoration: underline;
}
div#Inhalt table.navig a:link {
  color: black; text-decoration: none;
}
div#Inhalt table.navig a:visited {
  color: black; text-decoration: none;
}
div#Inhalt h1 {
  color: black; 
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
div#Inhalt h2 {
  color: black; 
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
div#Inhalt h3 {
  color: black; 
  font-size: 1.0em;
  margin: 0 0 0.5em;
}
div#Inhalt p {
  font-size:0.8em;
  margin: 0em 0em 0.5em;
}
div#Inhalt ul {
  margin: 0em 0em 0.5em;
  font-size: 0.9em;
}
div#Inhalt ol {
  margin: 0em 0em 0.5em;
  font-size: 0.9em;
}
div#Inhalt table {
  margin: 0.5em 0em 0.5em 0em;
}
div#Inhalt table.news {
  border-style: dashed;
}
div#Inhalt table.news td {
  text-align:justify;
}
div#Inhalt table.news li {
  font-size: 1.1em;
}
div#Inhalt table.doku-left {
  background-color: #EEEEEE;
  float: left; 
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  text-align: left;
}
div#Inhalt table.doku-right {
  background-color: #EEEEEE;
  float: right; 
  margin-left: 0.5em;
  margin-bottom: 0.1em;
  text-align: left;
}

div#Fusszeile {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: 0.7em;
  font-weight: lighter;
  text-align: center;
}


