.leightbox {
	color: #143610;
	display: none;
	position: absolute;
	top: 200px;
	left: 42%;
	width: 312px;
	min-height: 100px;
	border: none;
	text-align: left;
	z-index:1001;
	background-color: #f5f5d9;
}

#overlay{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	/*background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
}

.lightbox[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}

#overlay[id]{
	/* IE6 and below Can't See This */
	position:fixed;
}

.ro {
	width: 312px;
	height: 100%;
	background-image: url("../../grafiken/allgemein/produkt_info_ro.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.lo {
	width: 312px;
	height: 100%;
	background-image: url("../../grafiken/allgemein/produkt_info_lo.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.ru {
	width: 312px;
	height: 100%;
	background-image: url("../../grafiken/allgemein/produkt_info_ru.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.lu {
	width: 312px;
	height: 100%;
	background-image: url("../../grafiken/allgemein/produkt_info_lu.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}

.x{
	margin-top: -12px;
	margin-left: 300px;
}