body,html {
/*  height: 99.8%; */
  font-size: 10px; 
  font-family: "Trebuchet MS", "Luxi Sans", "Helvetica", sans-serif;  
  color: black;
  background: #9ec7e6;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
}
#box {
  position:relative;
  border: 0;
  padding: 0;
  margin:0 auto;
  text-align: left;
  min-width: 500px;
  max-width: 800px;
/*  min-height: 99.5%; */
  background: #ffffff;
}
#outerHeader {
  width: 100%;
  padding: 0;
  margin: 0;
  background-image: url('../../img/layout/headerRemaining.png');
  background-repeat: repeat-x;
}

#innerHeader {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 96px;
  font-size: 20px;
  background-image: url('../../img/layout/header2.png');
  background-repeat: no-repeat;
}
#outerHeaderDialog {
  width: 100%;
  padding: 0;
  margin: 0;
  background-image: url('../../img/layout/dialogHeader.png');
  background-repeat: repeat-x;
}

#innerHeaderDialog {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 26px;
  font-size: 20px;
  background-image: url('../../img/layout/dialogHeader.png');
  background-repeat: no-repeat;
}

#spalte_links {
  width: 160px;
  float: left;
  clear: left;
  border-right: 1px dotted #cccccc;
}
#spalte_rechts {
  margin:0 0 0 170px;
  padding:0px 10px 4em 10px;
  font-size: 12px;
}
#spalte_mitte {
  float: left;
  clear: left;
  margin:0;
  padding:0;
  font-size: 12px;
  background-color: #fff;
}

#spalte_einzeln {
  margin:0 0 0 0px;
  padding:0px 10px 4em 10px;
  font-size: 12px;
}

#footer {
/*  position: absolute; */
  width: 100%;
/*  bottom: 0;
  left: 0; */
  height: 25px;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  color: #ccc;
  text-align: center;
  font-size: 10px;
  color: #444444;
  line-height:25px;
  clear: both;
}
#calibrationDiv {
  width: 1px;
  height: 0px;
  overflow: hidden;
  padding:0px;
  margin:0px;
}
#navigation {
  list-style:none;
  text-align:center;
  height:25px;
  border-bottom:15px solid #5A6BBD;
}

#testMode {
  position: fixed;
  top: 10px;
  left: 20px;	
  border: 1px solid #ff8400;
  background-color: #ffba00;
  padding: 3px 6px 3px 6px;
  color: #000;
  font-weight: bold;
  z-index: 10; 
}
