#comercialPopUp
{
  position: absolute;
  height: 100%;
	width: 100%;
	z-index: 2340;
}

.reklamMain
{
	position: fixed;
	height: 100%;
	width: 100%;
	visibility: hidden;
	overflow: hidden;
	z-index: 2340;
}

.reklamTransparency
{
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	z-index: 2345;
}

.reklamClose
{
  background: transparent url(close.png) no-repeat 0 0;
  height: 40px;
  margin: -25px 0 0 0;
  right: -25px;
  position: absolute;
  width: 40px;
}

.reklamClose a { display: block; height: 100%; width: 100%; }

.reklamBild
{
  background: #fff;
	border: 8px solid #fff;
	height: 486px;
	top: 50%;
	left: 50%;
	margin-top: -243px;
	margin-left: -293px;
	position: absolute;
	width: 586px;
	z-index: 3456;
}
