.fenster {
  position:absolute;
  visibility: hidden;
  overflow:hidden;
  width:634px;
  height: 524px;
  margin:100;
  padding:0;
  color:#fff;
  background:#fff;
  cursor:default;
  border:2px solid white;
}
.fenBar {
  overflow:hidden;
  margin:0;
  padding:3px;
  font-weight:bold;
  color:white;
  background:#044C03;
  cursor:move;
  z-index: 1;
}
.fenClBtn {
  position:absolute;
  margin:1;
  padding:1px;
  cursor:pointer;
}
.fenResBtn {
  position:absolute;
  overflow:hidden;
  font-size:x-small;
  width:1.2em;
  height:1.2em;
  margin:0;
  padding:0;
  color:#000;
  background:#596380;
  cursor:se-resize;
}
.fenIframeKack {
  position: absolute;
}
.fenContent {
color:white;
  padding:10px;
  height: 150px;
  overflow : auto;
  border-bottom: 1px solid #999;
}

.fenDetail {
}

