.window-container
{
	width:150px;
	position:absolute;
	left:350px;
	top:200px;
	font-size:13px;
	font-family:verdana;
}

.window-titleBar
{
	width:324px;
	height:15px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #000;
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-disco {
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/disco_tb.jpg);
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-proj {
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/on_going_tb.jpg);       
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-archiv {
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/archiv_tb.jpg);        
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-contact {
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/contact_tb.jpg);
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-agenda
{
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/agenda_tb.jpg);
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-bio
{
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/bio_graph_tb.jpg);
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.window-titleBar-dl
{
	width:548px;
	height:18px;
	padding: 1px;
	text-indent: 3px;
	font: bold 11px Arial;
	background-color: #fff;
	background-image: url(../img/design/download_tb.jpg);
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	cursor: move;
	overflow: hidden;
}

.collapsed {
	border: none;
}

.window-content
{
	width:100%;
	height:100%;
	background-color: #f1f1f1;
	font-size:13px;
	font-family:verdana;
  border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow:hidden;
}

.window-statusBar
{
	width:100%;
	height:15px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #ffffff;
	border:1px solid #000;
	color: #FFFFFF;
	overflow: hidden;
}

.window-minimizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
	color: #fff;
}

.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
  color: #fff;
}

 .window-closeButton
{
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
  color: #fff;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
  color: #fff;
}
