<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	------
	Datei: /css/facebox-css.php?noCache=1749821640
	Datum: 11.07.2025, 18:14:43
	Version: 1749821640
	------
	-&gt; border-radius
	-&gt; box-shadow
	-&gt; border-image
	-&gt; mehrfache background-image
	-&gt; linear-gradient als background-image
	=&gt; behavior: url('/scripts/PIE.js?noCache=1749821640');
*/

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
	margin: 50px 0px 0px 0px; /* sonst wird das close icon von loginbox fast verdeckt */
	border: 3px solid rgba(50, 50, 50, 0.5);
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-pie-border-radius: 5px;
		 border-radius: 5px;
	behavior: url('/scripts/PIE.js?noCache=1749821640'); /* CSS3 Fix for IE 6-9 */
}
#facebox .content {
	display: table;
	width: 350px;
	padding: 1em;
	background: #fff;
	-khtml-box-shadow: 0 0 1px 2px #ccc;
	-webkit-box-shadow: 0 0 1px 2px #ccc;
	-o-box-shadow: 0 0 1px 2px #ccc;
	-ms-box-shadow: 0 0 1px 2px #ccc;
	-pie-box-shadow: 0 0 1px 2px #ccc;
			 box-shadow: 0 0 1px 2px #ccc;
	behavior: url('/scripts/PIE.js?noCache=1749821640'); /* CSS3 Fix for IE 6-9 */
}
#facebox .content &gt; p:first-child {
	margin-top: 0;
}
#facebox .content &gt; p:last-child {
	margin-bottom: 0;
}

#facebox .close::before {
	content: url('/images/static/close.png?noCache=1749821640');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 35px 35px;
	position: absolute;
	top: -19px;
	right: -19px;
}
#facebox .close {
	opacity: 0.5;
}
#facebox .close:hover {
	opacity: 1.0;
}

#facebox .loading::before {
	content: url('/images/static/indicator.png?noCache=1749821640');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px 35px;
	position: relative;
}
#facebox .content_image {
	text-align: center;
}

#facebox img {
	border: 0px none;
	margin: 0px;
}

#facebox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.facebox_hide {
	z-index: -100;
}

.facebox_overlayBG {
	background-color: transparent;
	z-index: 99;
}
</pre></body></html>