
/* Definitionen für das Popup der Bilder-Vollansicht */

#js-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../files/jspopup/$file/overlay.png);
	z-index: 1999;
}

#js-popup-box {
	position: absolute;
	padding: 3px;
	background: #ffffff;
	border: 2px ridge #8080ff;
	z-index: 1000;
	text-align: center;
	font-size: 80%;
}

#js-popup-image {
	margin: 0;
	padding: 0;
}

#js-popup-wait {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#js-popup-resize {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 2px;
}

#js-popup-close {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}


