/* ====================================================================
   Fenster Klasse
===================================================================== */

td.drag{
	cursor:move;
}

/* ====================================================================
   TOP
===================================================================== */
td.ol{
	height:24px;
	width:11px;
	background:transparent url(../images/window/ol.png) bottom left no-repeat;
}
td.om{
	height:24px;
	background:transparent url(../images/window/om.png) bottom left repeat-x;
}
td.or{
	height:24px;
	width:26px;
	background:transparent url(../images/window/or.png) bottom left no-repeat;
}
/* ====================================================================
   MITTE / CONTENT
===================================================================== */
td.ml{
	width:11px;
	background:transparent url(../images/window/ml.png) top left repeat-y;
}
td.mr{
	background:transparent url(../images/window/mr.png) top left repeat-y;
}
td.ul{
	height:10px;
	width:11px;
	background:transparent url(../images/window/ul.png) top left no-repeat;
}
/* ====================================================================
   FOOTER
===================================================================== */
td.um{
	height:10px;
	background:transparent url(../images/window/um.png) top left repeat-x;
}
td.ur{
	height:10px;
	width:26px;
	background:transparent url(../images/window/ur.png) top left no-repeat;
}
td.inhalt{
	background:#ffffff;
}
td.inhalt .headline{
	font-size:18px;
	line-height:40px;
	font-weight:bold;
	color:#e42219;
	padding-left:13px;
}
