.infoBox {
	color: #333;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 70%;
	padding: 1em;
	text-align: left;
	z-index:1001;

}

#infoBoxBg{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
.infoBox[id]{ /* IE <=6  kann es nicht sehen */    position:fixed;    }
#infoBoxBg[id]{ /* IE <=6  kann es nicht sehen */    position:fixed;    }
