#Fenster {
  position: relative;
  
  top: 0px;
  left: 0%;
  right: 0px;
  background-color: #ffffff;
  z-index: 2;
  width:400px;
  height:370px;
  font-family : tahoma;
  font-size: 9pt;
  padding:5px;
  

}