/* DATEI: formate.css */


/* Es folgen die Stil-Definitionen fuer die Seite */
/* www.KAplus.de. Stand Sep 2007 */
/* Unterhalb jedes Befehls steht eine Kurzerklaerung */

body { background-color:#FFFFFF; margin-top:50px; margin-bottom:10px; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 50px = 50 Pixel */

p,h1,h2,h3,h4,h4.add,ul,ol,li,div,tr,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Verdana,sans-serif; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift */

div.org { font-size:20pt; font-weight:bold; color:#FF9F00; margin-left:30px; line-height:110%; }

div.div2 { font-size:14pt; font-weight:bold; color:#808080; margin-left:30px; line-height:140%; }

#tab { font-size:10pt; vertical-align:top; background-color:#EEEEEE; border-width:1px; border-style:solid; border-color:white; padding:5px; border-spacing:0px }

#tab1 { vertical-align:center; background-color:#FFFFFF; border-width:4px; border-style:solid; border-color:white; padding:2px; border-spacing:0px }

#tab2 { font-size:12pt; color:#DF0000; vertical-align:center; text-align:center; font-weight:bold; width:20%;  background-color:#FFFFFF; border-width:5px; border-style:solid; border-color:white; padding:2px; border-spacing:0px }

#tab3 { font-size:8pt; vertical-align:bottom; background-color:#FFFFFF; border-width:4px; border-style:solid; border-color:white; padding:1px; border-spacing:0px }

#tab4 { width:800px; height:78px; font-size:20pt; text-align:center; background-color:#FFFFFF; border-width:0px; border-style:solid; border-color:#AFAFAF; padding:10px; border-spacing:0px }

#tab5 { width:800px font-size:20pt; text-align:center; background-color:#FFFFFF; border-width:0px; border-style:solid; border-color:#AFAFAF; padding:10px; border-spacing:0px }

#tab6 { font-size:10pt; vertical-align:top; background-color:#FFFFFF; border-width:1px; border-style:solid; border-color:white; padding:1px; border-spacing:0px }

td { font-size:11pt; color:#000000; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */
/* color = Farbe */
/* #000080 = blau, Wert aenderbar */

b.blu { font-size:11pt; color:#000080; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */
/* color = Farbe */
/* #000080 = blau, Wert aenderbar */

b.red { font-size:18pt; color:#FF0000; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt */
/* color = Farbe */
/* #FF0000 = rot, Wert aenderbar */

b { font-size:11pt; color:#000000; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */
/* color = Farbe */
/* #000080 = blau, Wert aenderbar */

b.mim { font-size:10pt; color:#000000; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

b.ewt { font-size:22pt; color:#E00060; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 24pt = 24 Punkt */
/* color = Farbe */
/* #EFEFEF = weiß, Wert aenderbar */

b.ewt2 { font-size:24pt; color:#FFFFFF; }
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 24pt = 24 Punkt */
/* color = Farbe */
/* #FFFFFF = weiß, Wert aenderbar */

p.mim { font-size:10pt; color:#000000; }
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

ul { list-style-type:disc; font-size:10pt; color:#000000; }
/* Aufzählungen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */

b.ftt { color:#000000; font-size:14pt; background-color:#EEEEEE; text-align:left; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */
/* color = Farbe */
/* #000080 = blau, Wert aenderbar */

b.ftt_a { color:#000000; font-size:14pt; text-align:left; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt */
/* color = Farbe */
/* #000080 = blau, Wert aenderbar */

a:link { color:#0070C0; text-decoration:none; font-family:Arial,sans-serif; }
a:visited { color:#0070C0; text-decoration:none; font-family:Arial,sans-serif; }
a:hover { color:#FF00A0; text-decoration:none; font-family:Arial,sans-serif; }
a:active { color:#0070C0; text-decoration:none; font-family:Arial,sans-serif; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #999999 = hellgrau */
/* #000000 = schwarz */
/* text-decoration = Tesxtstil */
/* none = nicht unterstrichen, Wert aenderbar */