<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*	blau - #253147 */
/*	hellblau - #7d89a1 */
/*  grau - #303030 */
/*  orange - #ff9800 */
/*	hellgrau - #606060 */

@charset "iso-8859-15"
/* { font-family: Dauphin; src: url('dauphinn.ttf'); } */

* html{
	margin:0; 
	padding:0;
}

body {
	background-color: #7d89a1; 
	height:100.01%;
	margin:0;
	padding:0;
}

h1 {
	font-size:2.6em; 
	font-weight:bold; 
	color:#253147; 
	font-family:Lobster, Calibri; 
	margin-top:5px;
	border-top:1px solid #253147; 
	border-bottom:1px solid #253147;
	padding: 20px 10px;
	float:left;
	width:940px;
}

h2 {
	font-size:2.2em; 
	font-family: Calibri;
	font-weight:bolder; 
	color: #7d89a1; 
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
}

h3 {
	font-size:1.8em;
	font-family: Calibri; 
	font-weight:bolder; 
	color: #7d89a1; 
	margin-left:10px;
	margin-top:20px;
	margin-bottom:5px;
}

h4 {
	font-size:1.4em;
	font-family: Calibri; 
	font-weight:bolder; 
	color: #7d89a1; 
	margin-left:10px;
	margin-top:20px;
	margin-bottom:5px;
}

hr {
clear:both;
}

p {
	font-size:1.1em;
	margin-left:10px;
	font-family: Calibri;
	text-align:justify;
	clear:both;
}

ul, li{
	list-style-type: none;
}

a:link{
	text-decoration:none;
	color:#3040b4;
}

a:hover{
	text-decoration:none;
	color:#dd2c0d;
}

a:visited{
	text-decoration:none;
	color:#253147;
}


.invers {
	color: #ff9800; 
	background-color: #253147; 
	padding:6px 8px;
}

.highlight {
	color: #ff9800; 
	font-size:18pt; 
	font-weight: 600;
}

.sha1 {
	color: #ff9800;
}

.md5 {
	color:#dd2c0d;
}

.crc32 {
	color:#7d89a1;
}

.dateiname {
	color: #253147;
	border-bottom:1px solid #7d89a1;
	padding-bottom: 8px;
}

.dateigroesse {
	color: #7d89a1;
}

#header {
	background-color:#253147; 
	margin: 0px auto; 
	z-index:20;
}
#header span {
	padding-left:80px;
}

#header-text {
	width:960px;
	margin:0;
	text-align:left;
	clear:right;
}

/* Dieser Teil formatiert den Inhaltsbereich mit Hintergrundbild, etc. */
#container {
	background-image:url(img/Hintergrund-Container.png); 
	background-position:left top; 
	background-repeat:repeat-y; 
	width: 1140px; 
	background-color:#ffffff; 
	margin-top:30px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0px; 
	padding:20px; 
	text-align:left; 
	z-index:100;
	}

/* Hier werden die über dem Kopf liegenden orange farbenen
   Doppelstreifen formatiert */
#doublestripes {
	width:66px;
	height:260px; 
	margin-top:-260px; 
	margin-right:92px;
	margin-bottom:-10px; 
	z-index:40; 
	float:right;
}


/* Ab hier stehen die Anweisungen für die Hauptnavigation */
/* Erst einmal folgt der Container, der das eigentliche Menü enthält */
#menu {
	width: 960px;
	margin:14px 0px 9px 0px;
	background: #ff9800;
	float: left;
	font-family:Calibri, Arial, Verdana;
	/* font-size:16pt; */
}

/* Hier wird die Schrift für die Kopfzeile des Menüs festgelegt
   Da sie von der des normalen h3-Tags abweicht, ist das erforderlich */
#menu h3 {
	font-size: 1em;
	color: #253147;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/* formatiert die erste Ebene der Auflistung */
#menu ul {
	margin: 12px 8px;
	padding: 0px 4px;
	float: left;
}

/* formatiert die ersten Listeneinträge */
#menu li {
	position: relative; 
	margin: 0; 
	padding: 0;
}

/* formatiert die Links innerhalb des Menüs.
   Gilt für alle Ebenen */
#menu ul h3 a {
	display: inline;
	background-color:#ff9800;
	color: #253147;
	margin:0;
	padding:0;
	width:100%;
}

/* formatiert die Links innerhalb des Menüs, wenn
   man mit der Maus über einen Eintrag fährt.
   Gilt für alle Ebenen */
#menu ul h3 a:hover {
	display:inline;
	background-color:#ff9800;
	color: #253147;
	margin:0;
	padding:0;
}

/* formatiert die Links innerhalb des Menüs.
   Gilt für alle Ebenen */
#menu a {
	background-color: #253147;
	color: #ffffff;
	display: block;
	font-size: 1em;
	margin:0 0 0 -6px;
	padding:0 6px;
}

/* formatiert die Links innerhalb des Menüs, wenn
   man mit der Maus über einen Eintrag fährt.
   Gilt für alle Ebenen */
#menu a:hover {
	background-color: #d0d0d0;
	color: #253147;
	display:block;
	margin:2px 2px 2px -6px;
	padding:0 6px;
	width:212px;
}

/* Enthält Anweisungen für die 3. Menüebene 
   und zwar den &lt;ul&gt;-Bereich */
#menu ul ul ul {
	position: absolute;
	background-color: #f2f2f2;
	border-left: 8px solid #ff9800;
	margin:14px 0px 0px -10px;
	top: 0;
	left: 100%;
	line-height:40px;
	width:220px;
}

/* Enthält Anweisungen für die 2. Menüebene 
   und zwar den &lt;ul&gt;-Bereich */
#menu ul ul {
	position: absolute;
	background-color: #f2f2f2;
	border-left: 8px solid #ff9800;
	line-height:40px;
	margin:0;
	width:220px;
	z-index: 500;
}

/* Enthält Anweisungen für die Listeneinträge
   der 3. und 2. Menüebene für die &lt;li&gt;-Tags */
#menu ul ul li, #menu ul ul ul li  {
	display:block;
	margin:1px 4px;
	width:220px;
}

div#menu ul ul, div#menu ul ul ul {display: none;}

div#menu ul li:hover ul {display: block;}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {display: none;}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}



/* Hier beginnt der Teil für die Breadcrumb Navigation. Dieses Element
   zeigt jeweils an, auf welcher Seite der Besucher sich befindet. Alle
   übergeordneten Seiten sind per Link erreichbar */
   
/* Brotkrumen Navigation */
#brotkrumencontainer{
float:left;
width: 952px;
margin: -32px 4px 0px 4px;
padding:0px;
}

/* hier wird der Rahmen für den Balken angelegt */
#brotkrumen{
    border:1px solid #dedede;
    height:1.6em;
}

#brotkrumen li {
	float:left;
	line-height:1.6em;
	padding-left:.9em;
	color:#777;
}

#brotkrumen li a {
	display:block;
	padding:0 20px 0 0;
	background:url(img/crumbs.gif) no-repeat right center;
}

#brotkrumen li a:link, #brotkrumen li a:visited {
	text-decoration:none;
	color:#777;
}

#brotkrumen strong, #brotkrumen li a:hover, #brotkrumen li a:focus {
	color:#dd2c0d;
}

/* Anweisungen für den Inhaltscontainer */
#content-text {
	width:960px;
	clear:left;
	min-height:720px;
}

#bildcontainer {
	width:960px;
	margin: 20px 4px;
	padding:0;
	border-style:none;
}
#bildcontainer table {
	width:940px;
	margin:0 10px;
	margin-left:auto;
	padding:5px 20px;
	border-style:none;
}

#bildcontainer tr {
	margin: 3px auto;
	padding: 3px;
	text-align:center;
}

#bildcontainer td {
	margin: 3px auto;
	padding: 3px;
	text-align:center;
	vertical-align:top;
}

#bildcontainer caption {
	text-align:left;
}

#bildcontainer img {
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin:3px;
	padding:3px;
	text-align:center;
}

/* Format für das Bild selbst */
.bild, .bild img{
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin: 3px;
	padding: 3px;
	text-align: center;
}

/* Formatierung für Bildcontainer */
.bildMitte, .bildRechts, .bildLinks {
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin: 3px;
	padding: 3px;
	text-align: center;
}

/* Bild zentriert im Text */
.bildMitte {
	margin: 20px auto;
}

/* Bild links im Text */
.bildLinks {
	margin:20px;
	float: left;
}

/* Bild rechts im Text */
.bildRechts {
	margin:20px;
	float: right;
}

/* Format für Bildbeschreibung */
.bildUnterschriftBild {
	border-top: 1px solid #dddddd;
	margin: 10px 20px 5px 0;
	padding:3px;
	font-size: 0.9em;
	text-align: center;
}

/* Format für Bildbeschreibung */
.bildUnterschrift {
	border-top: 1px solid #dddddd;
	margin: 0px;
	padding: 3px;
	font-size: 1.1em;
	text-align: center;
	clear:both;
}

/* Aufzählungen mit dem X als Dekoelement */
.aufzaehlung1{
	list-style-image:url(img/slx-X-small.png);
	margin: 5px 0px 10px 10px;
	padding: 5px 20px;
	font-size: 1.1em;
	font-family: Calibri;
}

/* Aufzählungen mit rotem Minuszeichen als Dekoelement */
.aufzaehlung2{
	list-style-image:url(bilder/list-image-dash.png);
	margin: 0px 0px 5px 10px;
	padding: 0 0 0 5px;
	font-size: 1.1em;
	font-family: Calibri;
	text-decoration: none;
}

/* Formatierungen für die Sitemap */
#sitemap {margin: 0 4px; font-size:1.2em; font-family:Calibri,Arial,Verdana;}
#sitemap ul li {list-style-image:url(img/slx-X-small.png); margin:0 24px; padding:4px 0;}
#sitemap ul li a {font-size: 1.2em;}
#sitemap ul ul li{list-style-image:url(bilder/list-image-dash.png); font-size:0.95em; margin:0 24px; padding:4px 0;}
#sitemap ul ul li a {font-size: 1em;}


/* Formatierungsanweisungen für die ins Impressum integrierte
   Karte von Google Maps */
/* Rahmencontainer um die Karte im Impressum */
#mapcontainer{
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin:0px auto;
	padding:5px;
	width: 800px;
	height: 480px;
	text-align:center;
}

/* Container für die Google-Maps-Karte im Impressum */
#map {
	margin:0px;
	padding:0px; 
	height:100.01%; 
}

/* Es folgen hier die Formatanweisungen für das Formular des
   Übersetzungsrechners */

#uebersetzung fieldset {
 margin:14px;
 padding:10px;
}
   
#uebersetzung legend {
	font-size: 1.4em;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	color: #ff9800;
}

#uebersetzung label {
	position:relative;
	width:170px;
	float:left;
}

#uebersetzung input  {
	position:absolute;
	font-size: 1.1em;
	font-weight: bold;
	color:#253147;
	margin:0;
	padding:0 2px;
	height: 26px;
	width: 240px;
	float:left;
}

#uebersetzung button {
	width: 250px;
}

#uebersetzung button p {
	text-align:center;
	font-size:1.2em;
}


/* Formatierungen für Tabellen mit Download-Infos */
#downloaddetails, #systemvoraussetzungen, #installation {
	margin: 30px 20px;
}

#downloaddetails table {
	width:640px;
	border:none;
	font-family: Calibri, Arial, Verdana;
}

#systemvoraussetzungen table, #installation table  {
	width:920px;
	border:none;
	font-family: Calibri, Arial, Verdana;
} 

#downloaddetails td, #systemvoraussetzungen td, #installation td  {
	padding: 6px 20px;
	text-align:left;
	vertical-align:top;
	text-align:justify;
	font-family: Calibri, Arial, Verdana;
}

#downloaddetails h3, #systemvoraussetzungen h3, #installation h3 {
	text-align: left;
}

#downloaddetails .spalte1, #systemvoraussetzungen .spalte1, #installation .spalte1  {
	margin: 6px 8px 6px 20px;
	width:230px;
}


#downloaddetails .spalte2 {
	margin: 6px 8px 6px 20px;
	font-weight:bold;
	color:#dd2c0d;
}

#systemvoraussetzungen .spalte2, #installation .spalte2 {
	margin: 6px 8px 6px 20px;
}


/* Formatierungsanweisungen für das Kontaktformular */
#kontaktformular fieldset {
	position:relative;
	margin:14px;
	padding:10px;
}
   
#kontaktformular legend {
	font-size: 1.4em;
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	color: #ff9800;
}

#kontaktformular label {
	top:10px;
	left:20px;
	width:160px;
	margin:10px;
	padding:0;
	float:left;
}

#kontaktformular input  {
	position:relative;
	top:20px;
	font-size: 1.1em;
	font-family: Calibri, Arial, Verdana;
	color:#253147;
	margin:-14px 0px 10px 0px;
	padding:5px 10px;
	height: 24px;
	width: 480px;
	float:left;
}
#kontaktformular textarea  {
	position:relative;
	font-size: 1.1em;
	font-family: Calibri, Arial, Verdana;
	color:#253147;
	margin-top:10px;
	padding:5px 10px;
	height: 300px;
	width: 640px;
}


#kontaktformular button {
	width: 250px;
	margin: 0 40px;
}

#kontaktformular button p {
	text-align:center;
	font-size:1.2em;
}

#kontaktformular .filebutton {
	height:36px;
	font-family: Calibri, Arial, Verdana;
	font-size:1em;
}

/* Formatierungsanweisungen für den orange-farbenen
   Doppelstrich am unteren Seitenrand */
.stripes_bottom {
	float:right; 
	width:66px;
	margin-right:92px; 
	z-index:200;
}


#footer p {
	text-align:left; 
	background-color: #253147; 
	color:#ff9700; 
	font-size:1.1em; 
	margin:0px auto; 
	padding:10px; 
	clear:left; 
	z-index:10;
}
</pre></body></html>