<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link		{ font-weight:bold; color:white; 	text-decoration:none; }
a:visited	{ font-weight:bold; color:white;	text-decoration:none; }			
a:hover		{ font-weight:bold; color:#222266;	text-decoration:none; }
a:active	{ font-weight:bold; color:white; 	text-decoration:none; }
			
body { 
	background-color: #6F6F6F;
	background-image: url(sprites/backgrounds/hintergrund.png);
	background-attachment:fixed;
	color: white;
}

body &gt; .menu 	{ position: fixed; }
body &gt; div .bg	{ position: fixed; }
body &gt; .logo	{ position: fixed; }
body &gt; .flag	{ position: fixed; }

.logo {
	top:0px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	z-index:1000;
}
.bg {
	position:absolute;
	left:50%;
	margin-left:-150px;
	top:100px;
}
.flag {
	top: 50px;
	position:absolute;
	left:50%;
	margin-left:420px;

	z-index:2;
}
.menu {
	position:absolute;
	top:150px;
	left:50%;
	width:200px;
	margin-left:-600px;
	
	font:16px Arial,sans-serif;
	font-variant:small-caps;
	text-align: right;
}	
.menu-right {
	border:	0px solid white;
	
	position:fixed;
	top:150px;
	left:50%;
	width:300px;
	margin-left:360px;
	text-align:left;

	font:14px Arial,sans-serif;
	font-variant:small-caps;

}		
.menu-linie {
	position:relative;
	top:-180px;
	left:23px;
}			

.slideshow {
	position:absolute;
	top:100px;
	left:50%;
	width:750px;
	height: 550px;
	margin-left:-325px;
	/* border: 1px solid white; */
}

.slideshow-captions {
	position: relative;
	width: 600px;
	height: 40px;
	margin: 20px auto;
	overflow: hidden;
}

.slideshow-caption {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	font:14px Arial,sans-serif;	
}

.slideshow-caption.active {
	opacity: 1;
}

.slideshow-images {
	position: relative;
	width: 100%;
	height: 100%;
}

.slideshow img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.slideshow img.active {
	opacity: 1;
}

.slideshow-controls {
	position: absolute;
	bottom: 0px;
	left: 350px;
	z-index: 10;
	opacity: 0.8;
}
.slideshow-controls button {
	background: transparent;
	padding: 0;
	border: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	color: white;
}

.content {
	position:absolute;
	top:150px;
	left:50%;
	width:650px;
	margin-left:-325px;
	text-align:center;
	border:	0px solid white;
	font:14px Arial,sans-serif;				
}

.content-right {
	border:	0px solid white;
	
	position:fixed;
	top:150px;
	left:50%;
	width:300px;
	margin-left:360px;
	text-align:justify;

	font:14px Arial,sans-serif;				
}

.table {
	font:14px Arial,sans-serif;
}

.title {
	font:36px Arial,sans-serif;
	font-variant:small-caps;		
		
	text-align: center;
}</pre></body></html>