/* ########################################### */
/* Generelles Layout                           */
/* ########################################### */
body {
  background-color: #ffffff;
  text-align: center;
}
#inhalt { 	
  text-align: center;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
  width: 1024px;
  height: 768px;
  background-color: #ffffff;
  background-image: url(bg_compass_neu.jpg);
  z-index: 1;
}
.level1, .level1:visited, .level1:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 011px;
color: #000000;
text-decoration: none;
font-weight: bold;
padding-left: 010px;
padding-top: 003px;
padding-bottom: 003px;
}
.level1:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 011px;
color: #FF9900;
text-decoration: none;
font-weight: bold;
padding-left: 010px;
padding-top: 003px;
padding-bottom: 003px;
}
/* ########################################### */
/* Untere Leiste                               */
/* ########################################### */
#untereleiste {
  position: absolute;
  text-align: center;
  top: 710px;
  left: 63px;  
  height: 15px;
  width: 610px;
  z-index: 999;
}
/* ########################################### */
/* Content Text                                */
/* ########################################### */
#content {
  position: relative;
text-align: center;
margin: 0px 0px 0px 0px;
  top: 0px ;
  left: 12px;
  height: 745px;
  width: 1024px;
  overflow : auto;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index:998;
}
#textmeldung {
  position: relative;
  top: 200px;
  left: 80px;
  height: 200px;
  width: 600px;
  visibility: visible;
  z-index:999;
}
.contenttext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 011px;
color: #000000;
text-decoration: none;
font-weight: bold;
padding-top: 003px;
padding-bottom: 003px;
}
.contenttextwarnung {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 014px;
color: #000000;
text-decoration: none;
font-weight: bold;
padding-top: 003px;
padding-bottom: 003px;
}
/* ########################################### */
/* VRML area                               */
/* ########################################### */
#vrmlarea {
  position: absolute;
  float: left;
  left: 64px;
  top: 221px;
  width: 610px;
  height: 485px;
  z-index:99;
}
/* ########################################### */
/* Treppen Text                                */
/* ########################################### */
#treppeninfos {
  position: absolute;  
  float: right;
  text-align: center;
  top: 230px;
  right: 95px;
  height: 470px;
  width: 210px;
  z-index: 10;
  }
.infotext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}
.infotextfett {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}
