.fenster, .fenster_bestellung {
	font-family:  arial,verdana,tahoma, ;
	font-size: 11px;
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	width: 450px;
	height: 450px;
	margin:0;
	padding:0;
	background:#F5F5F5;
	cursor:default;
	border:1px solid #999;
}
.fenster_bestellung {
	width: 310px;
	height: 530px;
}
.fenBar {
	font-size: 12px;
	overflow:hidden;
	margin:0;
	padding:2px;
	font-style: italic;
	padding-left:24px;
	color:white;
	background:#006077;
	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:#566380;
  cursor:se-resize;
}
.fenIframeKack {
  position: absolute;
}
.fenContent, .fenContent_bestellung {
	padding:10px;
	height: 430px;
	overflow : scroll;
	border-bottom: 1px solid #999;
}
.fenContent_bestellung {
	height: 510px;
}

.fenDetail {
}
.fenTitle {
	color:white;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
