/* ------------------------------
   Popup DHTML 
   ------------------------------*/
.fenster {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: x-small;
	color: #000;
	background: #f3f5fc;
	cursor: default;
	border: 1px solid #5b79bf;
	z-index: 10;
	line-height:1.4em;
}
.fenBar {
	overflow:hidden;
	font-size:small;
	height:1.2em;
	margin:0;
	padding:0 0 2px 5px;
	font-weight:bold;
	color:#ffffff;
	cursor: move;
	background-color: #5b79bf;
}
.fenMaxBtn {
	position:absolute;
	overflow:hidden;
	font-size:x-small;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	color:#000;
	background:#CCCCCC url(../img/bt_close.gif) no-repeat 100% -1px;
	cursor:default;
}
.fenResBtn {
	position:absolute;
	overflow:hidden;
	font-size:x-small;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	color:#000;
	background:#596380 url(../img/bt_redim.gif) no-repeat 100% 100%;
	cursor:default;
}
.fenContent {
	margin:0 0 10px;
	overflow: auto;
	background: #FFFFFF;
	padding: 5px;
}
.fenContent p {
	margin:0 0 1em;
}