div#infoPnl {
	width: 150px;
	position: absolute;
	right: 30px;
	top: 150px;
	height: 300px;
	background-color: white;
	border: 1px solid black;
}

div#infoPnlShadow {
	width: 150px;
	height: 300px;
	position: absolute;
	right: 25px;
	top: 157px;
	background-color: black;
	opacity: .8;
	filter: alpha(opacity = 80, finishopacity = 80, style = 1);
}

div.title {
	height: 18px;
	background-image: url(../../../bilder/cat_title_back.png);
	text-align: left;
	padding-left: 10px;
	padding-top: 2px;
	position: static;
	color: white;
	font-weight: bolder;
	text-shadow: -0.05em -0.05em black;
}

div#contentFrame {
	height: 205px;
	background-image: url(../../../bilder/components/back_small2.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#contentFrame td.content {
	font-family: "Calibri, Cambria, Tahoma, Arial";
	width: 100%;
	height: 100%;
	text-shadow: 3px 2px 4px grey;
}

div#proben {
	width: 140px;
	height: 75px;
	padding-left: 10px;
	background-image: url(../../../bilder/components/back_small1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 8pt;
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}