/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin:0 0 10px 0;
	clear: both;
	}
/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/

/* Griffschaltfl&auml;chen=Menue&uuml;berschriften */
.dbx-handle {
position:relative;
margin:0;
padding: 5px;
width: 206px;
background: url(images/menuekopf.jpg) no-repeat;
height: 15px;
color: #9d6571; 
font-size: 1.0em;
}
* html .dbx-handle { 
width: 216px;
}

/* zeigt den Verschiebe-Cursor an beim Anfassen der Griffschaltfl&auml;chen */
.dbx-handle-cursor {
cursor:move;
}

.dbx-content a:link,
.dbx-content a:visited {
color: #9d6571;
background: transparent;
text-decoration:none;
}

.dbx-content a:hover,
.dbc-content a:active,
.dbx-content a:focus {
color: #819a78;
background: transparent;
}

/* Bilder für den Schaltknopf */
a.dbx-toggle, 
a.dbx-toggle:visited {
display:block;
width:20px;
height:20px;
overflow:hidden;
background: url(images/dbx.gif) no-repeat;
position:absolute;
top: 3px;
right:6px;
text-decoration:none;
}
a.dbx-toggle-open, 
a.dbx-toggle-open:visited {
background-position:0 0;
}
a.dbx-toggle-closed, 
a.dbx-toggle-closed:visited {
background-position:0 -20px;
}
a.dbx-toggle-hilite-open, 
a.dbx-toggle-hilite-open:visited {
background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, 
a.dbx-toggle-hilite-closed:visited {
background-position:-20px -20px;
}

/* Tooltip bei Tastaturnavigation */
.dbx-tooltip {
display:block;
position:absolute;
margin:36px 0 0 125px;
border:1px solid #000;
background:#ffd;
color:#000;
font:normal normal normal 0.85em tahoma, arial, sans-serif;
padding:2px 4px 3px 5px;
text-align:left;
}

/* Der Menuebereich, schliesst ab mit dem Menuefussbild */	
.dbx-content {
padding: 5px 5px 9px 10px;
width: 199px;
/*background: url(images/menuecontent.jpg) no-repeat 0 100%;*/
background: #fdf8e6;
color: #9d6571;
border: 1px solid #f3d68f;
overflow: hidden;
}

/* ...wenn eine Menuebox geschlossen ist, ist nur der Menuefuss zu sehen */
.dbx-box-closed .dbx-content {
display:block;
height:15px;
padding:0;
width: 214px;
overflow:hidden;
}
.dbx-box-closed .dbx-content * {
display:none;
}

/* Transparentschaltung der Menueboxen beim Verschieben */
.dbx-clone {
opacity:0.8;
-moz-opacity:0.8;
-khtml-opacity:0.8;
filter:alpha(opacity=80);
}