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

.fenDetail {
}
