/* rund um flash: */
#Banner { z-index:88; }
#Banner embed {z-index:90; }


/* Layer für Stilberater und Katalog */


#KatalogLayer,
#StilberaterLayer,
#AktionLayer,
#Aktion2Layer,
#ProspektLayer,
#ClosingLayer
{
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 111;
	display: none;
}

#ClosingLayer{ background: url(../img/rahmen_mit_frau.jpg) top left no-repeat; cursor: pointer;}

/* größen werden inline geschrieben
#KatalogLayer      { width: 800px; height: 560px; }
*/
#StilberaterLayer  { width: 850px; height: 383px; }


#KatalogLayer     embed { z-index:123; }
#StilberaterLayer embed { z-index:124; }
#AktionLayer embed { z-index:125; }
#Aktion2Layer embed { z-index:126; }
#ProspektLayer embed { z-index:127; }
#ClosingLayer embed { z-index:128; }


#KatalogMask,
#StilberaterMask,
#AktionMask,
#Aktion2Mask,
#ProspektMask
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	background-color: #333;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	display: none;
	cursor: pointer;
}
#ClosingMask
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	display: none;
}
#KatalogLayerClose,
#StilberaterLayerClose,
#AktionLayerClose,
#Aktion2LayerClose,
#ProspektLayerClose,
#ClosingLayerClose
{
	background-color:#cacaca;
	border:5px solid white;
	position: absolute;
	top:-12px;
	right:-12px;
	cursor:hand;
	cursor:pointer;
	z-index:222;
	font-weight:bold;
	padding:4px 8px 4px 8px;
}
#centerContent{
		position: absolute;
		background-color: #fff;
		top: 10px;
		margin-left: -458px;
		left: 50%;
		z-index: 111;
		width: 905px;
		max-width: 905px;
}
#eMagFrame{
		display: none;
		height: 620px;
		max-height: 620px;
		width: 905px;
		max-width: 905px;
}
#eMagMask{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 101;
		background-color: #333;
		opacity: .50;
		filter: alpha(opacity=50);
		-moz-opacity: 0.50;
		display: none;
		cursor: pointer;
}

.tprosp{
	display: block;
	width: 135px;
}

.closingInfo{
	display: block;
	width: 436px;
	min-width: 436px;
	max-width: 436px;	
	padding: 43px 0px 10px 22px;
}

p.closingtext{
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 20px;
}