.x-window-ml {
	background: transparent url(../../art/felma/window/left-right.gif) repeat-y 0 0;
}
.x-window-mr {
	background: transparent url(../../art/felma/window/left-right.gif) repeat-y right 0;
}

.x-window-bl {
	background: transparent url(../../art/felma/window/left-corners.gif) no-repeat 0 bottom;
}

.x-window-br {
	background: transparent url(../../art/felma/window/right-corners.gif) no-repeat right bottom;
}

.x-window-tc {
	background: transparent url(../../art/felma/window/top-bottom.gif) repeat-x 0 0;
}

.x-window-tl {
	background: transparent url(../../art/felma/window/left-corners.gif) no-repeat 0 0;
}

.x-window-tr {
	background: transparent url(../../art/felma/window/right-corners.gif) no-repeat right 0;
}

.x-window-bc {
	background: transparent url(../../art/felma/window/top-bottom.gif) repeat-x 0 bottom;
}

.x-tool {
	background:transparent url(../../art/felma/window/tool-sprites.gif) no-repeat scroll 0 0;
}

.x-window-tl .x-window-header {
	color: #b05f09;
}

/* Rand im window */
.x-window-mc {
	background: #F1F2F7 none repeat scroll 0 0;
	border:1px solid #b05f09;
}

/* Ghosting */
/* Panelfarbe beim schieben */
.x-panel-ghost {
    background:#c57226;
}

/* Rand beim verschieben */
.x-panel-ghost ul {
    border:1px solid #b05f09;
}

.x-panel-ghost .x-window-tl {
    border-bottom:1px solid #b05f09;
}

/* Popup effektfarbe */
.x-window-proxy {
	background:#c57226 none repeat scroll 0 0;
	border:1px solid #c57226;
}

