div, td, th {
  text-align: left;
  font: normal 10pt Tahoma, Sans-Serif;
}
table {
  padding: 0;
  margin: 0;
}
th {
  font-weight: bold;
  }
a {
  text-decoration: none;
  }
div.main {
  border: 1px dashed #fa0;
  height: 480px;
  width: 600px;
  background-color: #FFF2D9;
  margin-top: 20px;
  position: relative;
}
div.main div.seitentitel {
  position: absolute;
  right: 20px;
  top: -10px;
  background-color: #FFE0A6;
  border: 1px dashed #fa0;
  padding: 1px 20px;
  font-weight: bold;
}
div.menu {
  position: absolute;
  left: -50px;
  top: 400px;
  background-color: #FFF6E5;
  border: 1px dashed #fa0;
  padding: 1px 10px;
  width: 110px;
}
div.menu a b {
  color: #664200;
}
div.menu b {
  text-align: center;
}
div.menu b.block {
  display: block;
}
div.menu a {
  display: block;
  color: #B27300;
}
div.menu a.akt {
  display: block;
  font-weight: bold;
  color: #B27300;
}
div.menu2 {
  position: absolute;
  top: 11px;
  left: 130px;
  padding: 1px 3px;
}
div.menu2 a {
  text-decoration: underline;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  border: 2px solid #FFFFFF;
  background-color: #FFE0A6;
  padding: 2px 5px;
  color: #805200;
  height: 22px;
}
div.menu2 a.akt {
  background-color: #FFB733;
  /* font-weight: bold; */
  color: #805200;
}

div.stock {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: white;
  border: 1px inset #B27300;
  width: 100px;
  height: 370px;
}
div.text {
  position: absolute;
  top: 30px;
  left: 130px;
  width: 430px;
  height: 410px;
  border: 2px solid #FFFFFF;
  background-color: #FFE9BF;
  overflow: auto;
  padding: 5px;
}
div.text a {
  color: #996300;
  font-weight: bold;
  border-bottom: 1px solid #FFB733;
}
div.text a:hover {
  border-bottom: 3px double #FFB733;
}
/* ----------------------- */
h1 {
  padding: 0px;
  margin: 10px;
  text-align: center;
  border: 1px solid #FFAE1A;
}

div.titel {
  font-weight: bold;
  width: 120px;
  float: left;
}
div.element {
  font-weight: normal;
}
div.element_titel {
  font-weight: bold;
  margin-top: 10px;
  border-bottom: 1px solid #FFAE1A;
  background-color: #FFE0A6;
  padding-left: 20px;
}
.prninfo {
  display: none;
}