.dhtmlwindow{
	position: absolute;
	border: 1px solid;
	visibility: hidden;
	/*	background-color: white;  */
	border-color: #707173;
	background-image: url(/fileadmin/bilder/DHTML/1px-title.png);
	background-repeat: repeat;
}

.dhtmlwindow_2nd_border {
	border: 1px solid;
	border-color: #014073;
/*	background-image: url(/img/1px-transparent.png); */
	background-image: url(/fileadmin/bilder/DHTML/title.png);
	background-position: 0px 0px !important;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	color: #004173;
	cursor: move;
	overflow: hidden;
	width: auto;
	/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*	background-image: url(/img/1px-transparent.png);   */
	height: 17px;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 3px;
top: 1px;
cursor: pointer;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-titlebar { /*CSS for Content Title Area div*/
	border-top: 0px; 
/*	background-color: #EFEFEF;   */
	color: #636563;
	height: 34px;
	padding: 2px 6px 0px 6px;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; 
}

.drag-titlebar a{ /*CSS for Content Title Area div*/
	border-top: 0px;
	color: #000000;/*	text-decoration: none; */
	text-decoration: none; 
}

.drag-titlebar a:hover{ /*CSS for Content Title Area div*/
	border-top: 0px;
	text-decoration: underline;
	color: #000000;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #707173;
 background-color: white;  
/* background-color: #D4D4D4; */
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #D6E3F7;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

