/* DATEI: formate.css */



body { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:9pt;}

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

h1 {

	font-family:Times;
	font-size:24pt; color:black; }

h2 {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt; color:#cc6633; }

h3.nav {

	font-family:Helvetica,Arial,sans-serif;
	font-size:24pt; color:#993333; }
	
h4 {

	font-family:Helvetica,Arial,sans-serif;
	font-size:10pt; color:black; }
	
p,ul,ol,li,blockquote {

	font-family:Helvetica,Arial,sans-serif;
	font-size:9pt; color:black; }


div,td,th,address,nobr,b,i {

	font-family:Helvetica,Arial,sans-serif;
	font-size:9pt; color:black;}

p.rot { color:#993333; }

p.blau { color:#444477; }

div.normal {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:black; 
	margin-top:3px;
	margin-left:0px;
	margin-right:0px; 
	margin-bottom:2px}

div.normal_b {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#993333; 
	margin-top:3px;
	margin-left:0px;
	margin-right:0px; 
	margin-bottom:2px}	

div.gross {

	font-family:Helvetica,Arial,sans-serif;
	font-size:14px; color:black; }
	
div.klein {

	font-family:Helvetica,Arial,sans-serif;
	font-size:11px; 
	color:black;
	margin-top:2px;
	margin-left:0px;
	margin-right:0px; 
	margin-bottom:1px}

div.rot { color:#993333; }

div.blau { color:#444477; }

font {

	font-family:Helvetica,Arial,sans-serif;
	font-size:10pt; color:black; }

font.big {

	font-family:Helvetica,Arial,sans-serif;
	font-size:14pt; 
	color:black;
	font-weight:bolder;}

font.small {

	font-family:Helvetica,Arial,sans-serif;
	font-size:9pt;
	font-weight:bolder; 
	color:black; }

font.rot {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px; 
	color:#993333; }

font.blau {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#444477; }

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

h3,h3.xmp,h3.xpl,h3.inf,h3.tip {

	font-size:12pt; }

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


pre {

	font-family:Courier New,Courier;
	font-size:12px; 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:10pt; 
	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 */


.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:Helvetica,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:#cc6633;
	text-decoration:none;}

a:visited {

	color:#cc6633;
	text-decoration:none;}
