div.__modWnd {
  border: 2px solid #F9E6C6;
}

.modWnd_head {
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #F9E6C6;
  border: 2px inset white;
  border: 2px solid #F9E6C6;
}

.modWnd_foot {
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #F9E6C6;
  border: 2px inset white;
  border: 1px solid #F9E6C6;
  text-align: right;
}

img.modWnd_icon {
  margin: 0px;
  border: 1px outset #336699;
  position:absolute;
  top: 0px;
  cursor: pointer;
}

img.modWnd_icon:hover {
  border: 1px inset #336699;
}
div.__modWnd.active {
  border: 2px inset #006d84;  
  -moz-opacity:0.9;
}

.active .modWnd_head {
  color: white;
  background-color: #006d84;
  border: 2px inset #006d84;  
  border-bottom: 2px solid white;
}

.active .modWnd_foot {
  color: white;
  background-color: #006d84;
  border: 2px inset #006d84;  
  border-top: 1px solid white;
}


button.modWnd_icon {
  padding: 0px;
  margin: 0px;
  position:absolute;
  top: 0px;
  cursor: pointer;  
  /*float: right;*/
}

.modWnd_head button.modWnd_icon {
  position: absolute;
  top: 0px;
}

.modWnd_foot button.modWnd_icon {
  position: relative;
}

.modWnd_content {
	padding: 0px;
}

.modWnd_foot .resize_handle
{
  width: 15px;
  height: 15px;
  border-right: 3px ridge #336699;
  border-bottom: 3px ridge #336699;
  position: absolute;
  right: 1px;
  bottom: 1px;
  cursor: nw-resize;
}

div.__modWnd.moving {
  border: 2px dashed #336699;
  -moz-opacity:0.9;
}

.moving .modWnd_head {
  border: 2px dashed #336699;
  border-bottom: 1px solid white;
}

.moving .modWnd_foot {
  border: 2px dashed #336699;
  border-top: 1px solid white;

}
span.blau11  {
	font-size : 10pt;
	font-weight : bold;
	font-style:oblique;	
	color : #336699;
}
span.blau10ml {
	font-size : 9pt;
	color : #336699;
		}