<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  body {
    color: black; background-color: #666666;
    font-size: 100.01%;
    font-family: Arial,sans-serif, Helvetica;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */

    width: 860px;
	height: 1210px;
    padding: 0.0em;
    border: 2px ridge silver;
    background-color: white;
	background-image:url("../pics/fond_layout-01.jpg");
  	 background-repeat: no-repeat;
  	 background-position: top left;
  }


  ul#Navigation {
	font-size: 0.75em;
  	margin-left: 5px;
    padding: 0.8em;
    text-align: center;
    border: 0px solid black;
    background-color: none;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: 9.2em;
    margin: 0.3em; padding: 0.2em 0.8em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #990033; background-color: #CCCCCC;
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 9em;
    w\idth: 9em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #666666;
  }
  ul#Navigation div {
     clear: left;
  }

  div#Kopf {
  	 margin-left: 3.5em;
  	 height: 8.0em; 
  	 border: none;
  	 text-decoration: none; 
  }

  div#Kopf a, a:hover, a:active, a:visited { 
  	 text-decoration: none;
  	 border: 0px;
    color: white; 
  }
  div#navi {
  	height: 2em; 
  	border: none;
  	text-decoration: none; 
  }
  
  div#Inhalt {
    margin-left: 2em;
    margin-right: 2em;
    padding: 0 1em;
    vertical-align: top;
	height: 867px;
  }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h1 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt h1.red {
    font-size: 4em;
    margin: 0.2em 0;
    color: #990033;
  }
    div#Kopf h1.red {
    font-size: 4em;
    margin: 0.2em 0;
    color: #990033;
  }
  div#footer h2.red {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #990033;
    text-align: center;
  }
  div#Inhalt h2 {
    font-size: 1.1em;
    margin: 0.2em 0;
  }
  div#Inhalt h2#sub {
    font-size: 1.7em;
    color: gray;
  }
  }
  div#Inhalt h3 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt h4 {
    font-size: 0.8em;
    margin: 0.2em 0;
    color: gray;
  }
    div#Inhalt h4#intro {
    font-size: 0.8em;
    margin: 0.2em 0;
	width: 20em;
    color: gray;
  }
  div#Inhalt p, ul, table {
    font-size: 0.8em;
    margin: 1em 0;
  }
  div#Inhalt p#intro {
    font-size: 0.8em;
    margin: 0em 0 0 35em;
	width: 20em;
  }
  div#Inhalt p#show {
    font-size: 0.8em;
    margin-left: 7em;
	width: 40em; 
  }

  div#Inhalt form {
    font-size: 0.8em;
    margin: 1em 0;
  }

  div#Inhalt a  {
    font-weight: bold;
    margin: 1em 0;
  }
  a:link {color: #990033;}   
	&lt;!-- a:visited {color: #7C1AC1;} --&gt;   
	a:visited {color: #990033;}
	a:active {color: #A90369;}   
	a:hover {color: #A90369;}

span#red
	{
   color: #990033;
   letter-spacing: 0.05em;
   }
  	

/*********************************************/
/* classes                                   */
/*********************************************/

div.clear
	{
	clear: both;
	}
	
.centered
	{ text-align:center;}
	
.imgRight
	{ float: right; margin: 0 0 10px 10px;}
	
.imgLeft
	{ float: left; margin: 0 10px 10px 0;}
	
.bold
	{ font-weight: bold; font-variant: small-caps;}
	
.boldAlert
	{font-weight: bold; color: #990000; font-size: 14px;}
	
.alertText
	{ font-weight:bold; font-variant: small-caps; color: #990000; font-size: 14px;}
	
.formBox
	{
	padding: 2px;
	border: 1px #520000 solid;
	font-size: 11px;
	}
	
  p#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #E6E6FA; border: 1px solid silver;
    }
  div#footer {
    clear: both;
    width: 855px;
    font-size: 0.8em;
    &lt;!-- background-color: #eee; --&gt;
    border-collapse: collapse;
    empty-cells: show;
    border: 1px solid #666666;
    margin: 0;
    text-align: left;
    padding: 0.2em;
    }
</pre></body></html>