div.window{
	/*Allgemeine Confi*/
	z-index:999;
}
div.window_tl{
	width:13px;
	height:28px;
	float:left;
	margin:0px;
	
	background-image:url(../img/window/window_topleft.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
}

div.window_tm{
	min-width:160px;
	height:28px;
	float:left;
	margin:0px;
	color: #FFFFFF;
	line-height:28px;
	font-weight:bold;
	background-image:url(../img/window/window_top.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

div.window_tr{
	width:27px;
	height:28px;
	float:left;
	margin:0px;
	
	cursor: pointer;
	
	background-image:url(../img/window/window_topright.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.window_content{
	min-width: 198px;
	min-height: 150px;
	
	background-color:#FFFFFF;
	border-left: solid 1px #203a74;
	border-right: solid 1px #203a74;
	
	margin:0px;
	overflow:auto;
}

div.window_bl{
	width:13px;
	height:15px;
	float:left;
	margin:0px;
	
	background-image:url(../img/window/window_bottomleft.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

div.window_bm{
	min-width:160px;
	height:15px;
	float:left;
	margin:0px;
	
	background-image:url(../img/window/window_footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

div.window_br{
	width:27px;
	height:15px;
	float:left;
	margin:0px;
	
	background-image:url(../img/window/window_bottomright.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
