/* DATEI: formate.css */



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

/* 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;
	margin-top: 0;
	margin-bottom: 0.4em;
	}
	
h2 {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	}
	
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	line-height: 1.3em;
	color: black;
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	}
	
p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	}
	
img {
	border: none;
	}
	
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	padding-top: 0.6em;
	}

ul,ol,li,blockquote {

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

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

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

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

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:9px; 
	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:8pt;
	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.white10 { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	color:white;}
	
font.white {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#ffffff; }
	
font.tacblack { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:black;}
	
font.tacred { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:red;}

font.tacmaroon { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:#993333;}	

font.tacgreen { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:green;}
	
font.tacblue { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:blue;}
	
font.taclightblue { 
	margin-top:10pt; 
	margin-bottom:10pt; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:10pt;
	font-weight:bold;
	color:white;
	background:#3399FF;}

/* 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:10pt; 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:#0033ff;
	text-decoration:none;}

a:visited {

	color:#0033ff;
	text-decoration:none;}
