.balken1{
	background-image: url(balken1.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 30px;
}
.balken2{
	background-image: url(balken2.jpg);
	background-repeat: repeat-x;
	height: 30px;
	
}
.balken3{
	background-image: url(balken3.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 30px;
}
.container02_leftbg{
	background-image: url(left.jpg);
	background-repeat: repeat-y;
	width: 5px;
}
.container02_rightbg{
   background-image: url(right.jpg);
	background-repeat: repeat-y;
	width: 5px;
}
.container02_bottombg01{
	background-image: url(04.jpg);
	background-repeat: no-repeat;
	width: 6px;
	height: 4px;
}
.container02_bottombg02{
	background-image: url(05.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
.container02_bottombg03{
	background-image: url(06.jpg);
	background-repeat: no-repeat;
	width:5px;
	height: 5px;
}
.balken_contentpane{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #666666;
}
.balken_title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #993399;
	padding: 0px;
}
.balken_mar{
 margin-bottom: 0px;
}


