


/*----------------------------------------------------------------------------- 
 *
 * @file: /imperia/md/content/strato_de/css/module/lightbox/modal.css 
 *
 * Stylesheet-Angaben fuer die EasyWeb-Lightbox
*/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.modalContent{
    display: none;
    position: fixed;
    top: 11%;
    left: 50%;
    margin-left: -280px;
    width: 540px;
   padding: 10px;
	z-index:1000;
}


.jqmOverlay { background-color: #000; }

/* iframe.jqm & .modalContent wurden fuer den IE in die bugfix_module.css ausgelagert */
#modalContent{
	text-align:left;
	z-index:1000;
}

#modalProd{
	background:url("/imperia/md/images/strato_de/elements/lightbox/empfehlung_schatten.png") no-repeat;
	width:610px;
	height:375px;
}
#modalSlide{
	background:url("/imperia/md/images/strato_de/elements/lightbox/slideshow_schatten.png") no-repeat;
	width:610px;
	height:504px;
}
#modalImage{
	background:url("/imperia/md/images/strato_de/elements/lightbox/image_schatten.png") no-repeat;
	width:610px;
	height:504px;
}
#prod_descr{
	margin:80px 20px 0px 15px;
	width:220px;
	float:left;
	/* geaenderter width-Wert fuer den IE in die bugfix_module.css ausgelagert */
}
#prod_descr div{
	margin-bottom:12px;
}
#prod_descr p{
	margin-bottom:4px;
	padding-bottom:0px;
}
#prod_img{
	float:left;
	margin:70px 0px 0px 0px;
}

#modalProd a {
	color:#EC7525;
	font-weight:bold;
	margin:0pt;
	text-decoration:underline;
}
#closeButton{
	position:relative;
	z-index:1000;
	/* geaenderter z-index-Wert fuer den IE in die bugfix_module.css ausgelagert */
}
.modalProdContentFix{
	position:relative;
	top:0px;
	margin:0px 0px 0px 5px;
	/* geaenderter margin-Wert fuer den IE in die bugfix_module.css ausgelagert */
}

#closeButton a{z-index:1000;}
.jqmClose{
	float:right;
	cursor:pointer;
	display:block;
	width:75px;
	height:25px;
	position:relative;
	top:3px;
	left:65px;
	/* geaenderter top-Wert fuer den IE in die bugfix_module.css ausgelagert */
}



