.statusbar_box
{
	width: 18%;
	position: absolute;
	z-index: 1;
	margin-top : -17px;
}

.statusbar_bar
{
	position: absolute;
	width: 1px;
	height: 100%;
	border-style: solid;
	border-width: 0px; 
	background-color: #0000ff;
	z-index: 2;
}

.statusbar_text
{
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 35px; /*wie statusbar_box.height*/
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-family: calibri;
	font-weight: bold;
	border-style: solid;
	border-width: 0px; 
	z-index: 3;
}