

#popup {
position:absolute;
	/*top: 100%;
	left: 100%;*/
	width:760px;
	height:490px;
	margin-top: 260px; 
	margin-left: 200px;
	/*background:#FFFFFF;*/
	/*background-image:url(../system_img/werbung/werbung_ausstellung_empty.png);*/
	background-position:bottom;
	
	
}

#close {
text-align:right;

position:relative;
top:10px;
right:25px;
cursor:pointer;
}

#left {
width:30%;
height:65%;
border:dotted 0px #0066FF;
float:left;
margin-top:10px;
margin-left:10px;
margin-bottom:15px;
color:#ffffff;
font-family:Tahoma;
font-size:14px;
overflow:hidden;
}

#right {
width:60%;
height:65%;
border:dotted 0px #0066FF;
padding-left:-5px;
margin-top:10px;
margin-left:10px;
margin-bottom:15px;
padding-right:20px;
float:right;
color:#ffffff;
font-family:Tahoma;
font-size:12px;
text-align:right;
overflow:hidden;
}



