/* DATEI: text.css */


/* Diese Datei dient der Formatierung von allen html-Seiten und ist css1.0 */
/* kompatibel */
/#58480a = Haupt-Farbe des Logos*/


		body, table
		{ 
			overflow:auto;
   			font: normal 100.01% Helvetica, Arial, sans-serif;    
    	/*		font-family: "Helvetica", "sans-serif", "Arial"       */ 
       	/*		font-size: 16pt;   */
			
			color:#58480a; 
			background:#FFE9CD;/*Hauptfenster (rechts)*/ 	
     			background-attachment:fixed;
	       		margin-top:10px;
       			margin-bottom:10px;		/* Hintergrundfarbe auch IE */
		}
		html, body	/* Position und Größe des Textes auch IE aber falsche Seite */
		{ 
			top:0; left:0; right:0;
			min-height:100%;
			margin:0;
			padding:0;
			width:75%%;
		}		
		* html, * html body    /* Nun für den MSIE */
		{
			overflow:hidden;   /* Scrollbalken IE 5.x */
			o\verflow:hidden;  /* Scrollbalken IE 6 */
			margin:0em;
			padding-top:2em;
			padd\ing-top:2em;
		/*	bottom:0;   
			height:100%;
			w\idth:100%;  */
		}
		#header_container 	/* Position und Größe der Überschrift auch IE */
		{
			position:fixed;
			top:0; left:0; right:0;
			text-align:center; 
			margin:0;
			height:145px;
			z-index:3;	
		}
		* html #header_container
		{
			position:absolute;
			width:50%;
			padding-right:16px;	/* Ausgleich für Scrollbalken IE */	
		}
		#left_container
		{
			position:fixed;
			top:0; left:0; bottom:0; 
			margin:0;
			border: 1px solid gray;
			border-right-color: 1px solid gray;
			border-bottom-color:#c8c8ff;
			background:#917710;
			width:12.3em;
			z-index:0;		
		}
		* html #left_container
		{
			position:absolute;
			height:100%;
			width:8.9em;
			w\idth:9.3em;}
                #left1_container
		{
			position:fixed;
			top:0; left:12.3em; bottom:0; 
			margin:0;
			border: 1px solid gray;
			border-right-color: 1px solid gray;
			border-bottom-color:#c8c8ff;
			background:#C6A316;
			width:19em;
			z-index:0;		
		}
		* html #left1_container
		{
			position:absolute;
			height:100%;
			width:8emem;
			w\idth:9.3em;
		}	
		#header   /* Position, Größe und Farbe des Top-Kasterls auch IE */
		{
			position:absolute;
			top:0; left:0; right:0; bottom:0;
			height:100%;
			background:#ffffff;
			z-index:2;
			margin:0;
			padding:0.2em;
		}
		* html #header
		{
			height:100%;
			position:static;
			padding:0.2em;
		}
  		ul#Navigation
 		{
			position:fixed;
    			width: 12.8em;  /* Breite der Knöpfe */
			top:48%;      /* Position von oben */
    			margin: 0; padding: 0.5em 0.5em 0.5em;  /* Rand um die Knöpfe */
    			border: 1px #837B5A;   /*  Umrandung */
    			background-color: #58480a; /* Farbe Box */
  		}
  	      * html ul#Navigation   /* Korrekturen fuer IE 5.x */
    		{
			position:absolute; 
			width: 11.8em;   /* Breite der Knöpfe IE 5.x */
    			margin: 0;
			padding: 0.6em 0.5em 0.4em;  /* Rand um Knöpfe IE 5.x */
    			w\idth: 11.0em;  /* Breite der Knöpfe IE 6 */
    			padding-left: 0;  /* Rand links IE 5.x */
    			padd\ing-left: 0.5em;   /* Rand links IE 6 */
  		}
  		ul#Navigation li 
		{
			list-style: none;
    			margin: 0.25em;   /* Rand zwischen den Knöpfen */
			padding: 0;
  		}
  		ul#Navigation a, ul#Navigation span   /* 3D effekt in Ruhe */
		{
    			display:block;    
    			padding: 0.2em;
    			text-decoration: none; font-weight: bold;
    			border: 1px solid black;
    			border-left-color: white; border-top-color: white;
    			color: #f8f8f8; background-color: #58480A; /* Farbe Schrift #ffff00 - Buttons passiv */ 
  		} 
  		ul#Navigation span  /* 3D Effekt aktiv */
		{
    			border-color: white;
    			border-left-color: black; border-top-color: black;
    			color: #ffffff; background-color:#58480a; /* Farbe Schrift #ffff33 - Seite aktiv */
  		}
  	      * html ul#Navigation a, * html ul#Navigation span 
		{
    			width: 100%;    /* Breitenangabe fuer IE 5.x */
    			w\idth: 10.6em;  /* Breitenangabe fuer IE 6 */
  		}
  		ul#Navigation a:hover  /* 3D Effekt Mouse over */
		{
    			border-color: white;
    			border-left-color: black; border-top-color: black;
    			color:#E4D1B7 ; background-color: #6D6458; /* Farbe Schrift - Button aktiv */
  		}
 		#content        /* Text Inhalt */
		{
			margin:0.3em;    /* Rand */
			padding-top:115px;   /* Beginn von oben  */
			padding-left:13.4em;  /* Beginn Text */
			z-index:3;
			       /*  Ebene  */
			/* Position und Größe des Textes auch IE */
		} 
	      * html #content   /* Text Inhalt für IE */
		{
			height:100%;
			h\eight:100%;
			width:100%;
			w\idth:100%;
			overflow:auto;     /* Scrollbalken IE 5.x */
			o\verflow:auto;    /* Scrollbalken IE 6 */
			margin:0em;	
			padding-top:115px;     /* Beginn von oben */
			padding-left:12.3em;   /* Beginn links IE 5.x */
			padd\ing-left:10.3em;   /* Beginn links IE 6 */
		/*	padd\ing-right:20em;	*/
			/* IE Position des Textes */
		} 	
		#footer_container
		{
			position:;
			bottom:0; left:0; right:0;
			text-align:left;
			margin:0;
			height:100px;   /* Position über Boden */
			z-index:3;
			/* Position und Größe der Footer Box auch IE */
		}
		* html #footer_container   /* für IE */
		{
			position:;
			bottom:0; left:0; right:0;
			text-align:left;
			margin:0;
			height:2em;
			z-index:3;
			/* Position und Größe der Footer Box auch IE */
		}
		#footer 
		{
			position:;
			top:0; left:0; right:0; bottom:0;
			background:#ffffff;
			z-index:3;
			/* Position Footer  und Farbe der Box auch IE */
		}


/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



p,p4,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {  font-family: "Helvetica", "sans-serif", "ARIAL"; color:#58480a }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */



h1 { font-size:16pt; }
* html h1 { font-size:18pt; }

h2 { font-size:14pt; }
* html h2 { font-size:16pt; }

h2.sh2 { font-size:14pt; }
* html h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
* html h3, * html h3.xmp, * html h3.xpl, * html h3.inf, * html h3.tip { font-size:14pt; }
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */

h4 { font-size:10pt; }
* html h4 { font-size:13pt; }
/* Zwischenueberschriften an manchen Stellen */

p,div,td,th,address,nobr,b,i { font-size:9pt; }
* html p, * html div, * html td, * html th,  { font-size:12pt; }
/* normaler Text */

ul,ol,li { font-size:8pt; }
* html ul, * html ol, * html li { font-size:9pt; }

pre { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; }

/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */


tt { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; }

/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */



td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 9pt = 9 Punkt, Wert aenderbar */


pre.normal { color:#000000; }

/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


a:link { color:#000099; text-decoration:underline; }
a:visited { color:#CC0099; text-decoration:underline; }
a:active { color:#CC0099; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }




/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */






