.click:HOVER {
	color: #F68802;
	cursor: pointer;
}

.button_close:HOVER, .a_button_close:HOVER {
	background-image: url("../images/buttons/close_aktiv.jpg");
	cursor: pointer;
}

.button_close {

	background-repeat: no-repeat;
	
	
	width: 20px;
	height: 20px;
	
	margin-left: 657px;
	margin-top: 13px;
	
	background-image: url("../images/buttons/close_inaktiv.jpg");
		

}

.a_button_close {

	width: 20px;
	height: 20px;
	
	margin-left: 657px;
	margin-top: -2px;
	
	background-image: url("../images/buttons/close_inaktiv.jpg");
		
}

.lightbox_frame {
	
	z-index: 2;
	font-size: 12px;
	
	left: -100%;
	top: -100%;

	
	position: absolute;
	visibility: hidden;
}

.lightbox_content {
	
	z-index: 2;
	overflow: auto;

}

.lightbox table {
	
	width: 500px;
	height: 350px;
	
	margin-top: 30px;
}


.lightbox_background {

	z-index: 2;
	
	background-color: #000;
	position: absolute; 
	filter: alpha(opacity = 50); 
	opacity: .50;
	width:992px;
	height:660px;
	margin-left: 1px; 
	margin-top:-120px;
	visibility: hidden;
		
}


