body {
  font-family:Helvetica,Arial,sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  text-align: justify;
  color:#0F0F0F;
  background-color: #FFFFFF
/*background-image:url(graphics/inscenique_background.jpg) */
}
 a:link { color:#0F0F0F; text-decoration:underline; font-weight:400; } /* noch nicht besuchte Ziele */
 a:visited { color:#4F4F4F; text-decoration:underline; font-weight:400; } /* besuchte Ziele */
 a:focus { color:#4F4F4F; text-decoration:underline; font-weight:400; }   /* bei Klick */
 a:hover { color:#4F4F4F; text-decoration:underline; font-weight:400; }  /* Verweise bei "MouseOver" */
 a:active { color:#4F4F4F; text-decoration:underline; font-weight:400; }  /* Angeklickte Verweise */



div.top {
  position: fixed;
  z-index:4;
  top:   0%;
  left: 10%;
  width: 80%;
  hight: 15%;
  overflow:hidden;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color: #FFFFFF;
  margin: 0px;
  background-color: #FFFFFF
}

div.middle {
  position: absolute;
  z-index:0;
  top: 2%;
  left: 10%;
  width: 80%;
  hight: 70%;
  overflow:hidden;
  padding: 1%;
  padding-bottom: 150px;
  margin: 0px;
  background-color: #FFFFFF
}


div.bottom {
  position: fixed;
  z-index:3;
  top: 90%;
  bottom:  0%;
  left: 10%;
  width: 80%;
  hight: 0%;
  overflow:hidden;
  padding: 0px;
  padding-bottom: 0px;
  border-top-width:3px;
  border-top-style:solid;
  border-top-color: #FFFFFF;
  margin: 0px;
  background-color: #FFFFFF
}

