<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

body { background-color:#ffffff; font-size:10pt; font-family:Arial; }

h1{ 
color:#316CD4; 
font-size:12pt; 
font-weight:bold; 
font-family:Arial; 
margin-bottom : 2px; 
}

h2{ 
color:#316CD4; 
font-size:10pt; 
font-weight:bold; 
font-family:Arial; 
margin-bottom : 2px; 
}

h3{ 
color:#ffffff; 
font-size:14pt; 
font-weight:bold; 
font-family:Arial; 
margin-bottom : 2px; 
}

table, td { color:#000000; font-size:10pt; font-family:Arial; }

a.normtext:link { color:#000000; font-family:Arial; font-size:10pt;font-weight:normal; text-decoration:none; }
a.normtext:visited { color:#000000; font-family:Arial; font-size:10pt;font-weight:normal; text-decoration:none; }
a.normtext:active { color:#000000; font-family:Arial; font-size:10pt;font-weight:normal; text-decoration:none; }
a.normtext:hover { color:#000000; font-family:Arial; font-size:10pt;font-weight:normal; text-decoration:none; }

a:link { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a:visited { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a:active { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a:hover { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }

a.title:link { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a.title:visited { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a.title:active { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }
a.title:hover { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold; }

a.more:link { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold; }
a.more:visited { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold; }
a.more:active { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold; }
a.more:hover { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold; }

a.nav:link { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold;text-decoration:none;}
a.nav:visited { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold;text-decoration:none;}
a.nav:active { color:#316CD4; font-family:Arial; font-size:10pt; font-weight:bold;text-decoration:none;}
a.nav:hover { color:#ffffff; font-family:Arial; font-size:10pt; font-weight:bold;text-decoration:none;}

a.navsmall:link { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold;text-decoration:none;}
a.navsmall:visited { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold;text-decoration:none;}
a.navsmall:active { color:#316CD4; font-family:Arial; font-size:8pt; font-weight:bold;text-decoration:none;}
a.navsmall:hover { color:#ffffff; font-family:Arial; font-size:8pt; font-weight:bold;text-decoration:none;}

a.cloud:link { color:#dddddd; font-family:Arial;text-decoration:none;}
a.cloud:visited { color:#dddddd; font-family:Arial; text-decoration:none;}
a.cloud:active { color:#dddddd; font-family:Arial;text-decoration:none;}
a.cloud:hover { color:#badbf5; font-family:Arial; text-decoration:none;}

.tdhell {
	background-color: #BADBF5;
	color: #316CD4;
}
.tddunkel {
	background-color: #ffffff;
	color: #BADBF5;
}


ul, li {
	color: #ffffff;
}

.li {
	color: #316CD4;
	list-style-image:url("layout/square.gif");
}

.li_black {
	color: #000000;
	margin-bottom : 3px; 
	list-style-image:url("layout/square.gif");
	
}


hr {
	color: #BADBF5;
}

.hr {
	color: #316CD4;
	border-style: dotted;
}

.color_dunkel {
	color: #316CD4;
}

.color_hell {
	color: #BADBF5;
}

.img {  border-color: #316CD4 #316CD4 #316CD4 #316CD4; border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 1000px) {

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../img/menu-icon-large.gif'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/menu-icon-large.gif'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/menu-icon-large.gif'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/menu-icon-large.gif'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../img/close-icon-large.gif'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.gif'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.gif'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.gif'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		background-color: #238be3; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav &gt; li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus  optional .parent class indicates dropdowns */

	.primary-nav &gt; li:hover &gt; a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent &gt; a:after {
		content: "";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent &gt; a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

} /* End Mobile Styles */</pre></body></html>