body {
  margin: 0;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  min-width: 780px;
  background: #000 url(../img/base/backgrd.jpg) top center fixed no-repeat;
  background-color: #69748F;
}
#alles {
  text-align: center;
}
#upper {
  height: 250px;
}
#top {
  margin: 0 auto;
  width: 780px;
  height: 20px;
  background-image: url("../img/base/top.jpg");
  background-repeat:no-repeat;
  background-position: center;
}
#mid {
  margin: 0 auto;
  width: 780px;
  background-image: url("../img/base/mid.jpg");
  background-repeat:repeat-y;
  background-position: center;
}
#bottom {
  margin: 0 auto;
  width: 780px;
  height: 20px;
  background-image: url("../img/base/bottom.jpg");
  background-repeat:no-repeat;
  background-position: center;
}
#breadcrumb{
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 11px;
  color: #820000;
}
#breadcrumb span {
  color: #000000;
}
* html #breadcrumb{
  display: none;
}
#container {
  width: 730px;
  padding: 10px 25px 25px 25px;
  text-align: justify;
}
* html #container {
  width: 730px;
  padding: 10px 25px 25px 40px;
  text-align: justify;
}
h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #0000a4;
  white-space: nowrap;
  background-color: transparent;
  margin: 0;
  padding: 20px 10px 15px 280px;
}
h2 {
  font-size: 1.1em;
  color: #820000;
  background-color: transparent;
  border-bottom: 1px solid silver;
  margin: 1.2em 0 0 3em;
  padding: 0;
}
h3 {
  font-size: 1.1em;
  color: #820000;
  background-color: transparent;
  margin: 0.5em 3em;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #0000A4;
  background-color: transparent;
}
a:hover {
  color: #820000;
  background-color: #ffffff;
}
a:active {
  color: #820000;
  background-color: #eeeeee;
}
#inhalt {
  float: left;
  width: 480px;
  padding: 0;
}
#inhalt p {
  text-align: justify;
  line-height: 20px;
  margin-bottom: 1em;
}
#inhalt p:first-letter {
  font-size: 20px
}
* html #inhalt  {
  margin-top: 10px;
}
.verz ul, .verz  li{
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  list-style-type: circle;
  color: #737373;
}
.anfg {
  font-size: 9px;
  line-height: 1em;
}
#rechts {
  float: right;
  width: 240px;
  margin-right: -5px;
  margin-top: 5px;
}
* html #rechts  {
  margin-top: 25px;
}
.bilder {
  font-size: 0.8em;
  text-align: center;
  margin: 20px 0;
  padding-right: 15px;
}
* html .bilder {
  margin: 0 0 0 15px;
}
.bilder img, #box img {
  border: 1px solid gray;
  padding: 1px;
}
.bilder a {
  color: #000000;
  background-color: transparent;
}
#ende {
  clear: both;
  width: 100%;
}
* html #ende {
  margin-top: 20px;
}
#ende blockquote p {
  font-size:110%;
  font-weight:bold;
}
#ende p {
  text-align:right;
  font-style:italic;
  font-size:90%;
  color:#820000;
  margin-right:30px;
}
#foot {
  clear: both;
  margin: 0;
  padding-top: 10px;
  font-size: 10px;
  height: 290px;
  background: #000 url(../img/base/bgbottom.jpg) bottom center no-repeat;
  background-color: transparent;
}
#foot img {
  border: 1px solid #69748F;
}
.drucken {
  display: none;
}
.karte {
  float: left;
  margin: 15px 10px 10px 0;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid gray;
}
div#grossbox {
  z-index : 10;
  position : fixed;
  color : #000000;
  background : #FFFFFF;
  border : 1px solid #D2D2D2;
  visibility : hidden;
  width: auto;
}
* html div#grossbox {
  position: absolute;
}
#grossbox table {
  margin: 10px 10px 1px 10px;
}
#grossbox img {
  padding:1px;
  margin:1px;
  border:1px solid #D2D2D2;
  text-align:right;
}
#grossbox td {
  font-size: 13px;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  color: #0000A4;
  }
* html a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: static;
  }
 a.tooltip:hover  {
  color: #820000;
  }
a.tooltip span {
  display: none;
  text-decoration: none;
}
a.tooltip:hover span {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  width: auto;
  min-width: 177px;
  z-index: 20;
  color: #000000;
  border:1px solid #808080;
  background: #FFFFFF;
  font-size: 0.8em;
  text-align: center;
  }
a.tooltip:hover img {
  border:1px solid #808080;
  margin: 1px;
  }
.back {
  float: left;
  text-align: left;
}
.up{
  text-align: center;
  margin: 0 auto;
}
.forward {
  float: right;
  text-align: right;
}
.back, .up, .forward {
  font-size: 9px;
  line-height: 9px;
  padding: 15px 0 0 0;
}
* html .back, * html .forward, * html .up{
  width: 33%;
}
#casa {
  width: 650px;
  padding: 0 40px;
  text-align: justify;
}
.lesen {
  font-size: 1em;
  color: #333333;
  line-height: 130%;
  width: 650px;
  background-image: url(../img/base/bg.gif);
  border: 1px solid #808080;
}
.lesen li {
  margin: 0 2em;
}
.lesen ul {
  margin: 0 0 1.5em 0;
}
#tipbox{ position:absolute; width:auto; border:0px solid gray; padding:0; margin:0; text-align:left; font-size:13px; color:#000000; background-color:transparent; visibility:hidden; z-index: 30;}
#tipbox #cross { padding:0; border:0px solid black; position:relative;}
.z { color:#00478D; font-style:italic; cursor:help;}
.z:hover { color:#BF0000; font-style:italic;}
