.auszeichnung {
	color: #aa0000;
	font-size:13px;
	line-height:20px;

}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 47%;
	margin-top:-300px;
	margin-left:-400px;
	left: 50%;
	width: 800px;
	height: 600px;
	padding: 20px;
	border: 2px solid #aa0000;
	background-color: #fff;
	text-align: left;
	z-index:1001;

}


.screenshot {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 600px;
	height: 400px;
	background-color: none;
	border:1px solid #aa0000;

}


.rechte_uebersicht {
	position: absolute;
	top: 200px;
	left: 640px;
	width: 180px;
	height: 250px;
	background-color: none;

}


.head_kunde {
	position: absolute;
	top: 430px;
	left: 20px;
	width: 600px;
	height: 30px;
	background-color: none;

}

.beschreibung_kunde {
	position: absolute;
	top: 465px;
	left: 22px;
	width: 760px;
	height: 150px;
	overflow:auto;
	background-color: none;

}



#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#fff;
	-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;    }
