/*datei: th.css*/body         { background-color: #e1e6e8; color: #000000; margin-top:10; margin-left:10;	}body {font-size: 10pt; font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif; }/* Allgemeine Definition für Schriftart */p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,tt,address,blockquote,nobr,b,i{ font-family: Arial,Tahoma,verdana,sans-serif; }/* Überschriften und hervortretende Texte */h1           { font-size: 18pt; color: #336699; font-weight: bold }/* Seitenüberschriften */h2           { font-size: 14pt; color: #336699; font-weight: bold;  }h3           { font-size: 12pt; color: #336699}/* Überschrift mit weniger Bedeutung */h4 { font-size:10pt; font-weight:bold;color: #336699;}h6 { font-size:8pt; }/* Allgemeine Schriftgröße und Ausrichtung */p,ul,ol,li,div,th,tt,address,nobr { font-size:10pt; }/* Normaler Text, grau */p.grau { color:#808080; font-size:12pt; font-weight:bold; }pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }pre.normal { color:#000000; }/* Allgemeine Definiton für Aufzählungen *//*ul {list-style-position:outside ;list-style-type:square;}*/ul {list-style-image:url("images/web/bullet.gif"); }li.schwarz { color:#000000; }/*Horizontale Linie */hr {width:100%; color:#FF9900; height:1;}/* Allgemeine Definiton für Listen */ol           { list-style-type: decimal; color: #000000; font-family: Tahoma, Arial;                word-spacing: 0; margin-left: 25; margin-right: 25;                margin-top: 15; margin-bottom: 15 }ol.letter { list-style-type:lower-alpha; color:#000000; font-family: Tahoma,Arial;}/*Tabellen */td {font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;font-size: 10pt}/* Globale Standard-Definitonen wie Größe, Ausrichtung und Stärke */.klein       { font-size: 8pt }.kleinmitte {font-size: 8pt;text-align:center;}.mitte {text-align:center; }.mittefett {text-align:center; font-weight:bold; }.fettkursiv {text-weight:bold; font-style:italic; }.rechts {text-align:right; }.rechtsunten {text-align:right; vertical-align:bottom; }.oben {vertical-align:top; }.zentoben {vertical-align:top; text-align:center; }.vemitte {vertical-align:middle; }.vemitrechts {vertical-align:middle; text-align:right; }.unten {vertical-align:bottom; }.zentunten {vertical-align:bottom; text-align:center; }.zentral  {vertical-align:middle; text-align:center; }.links {text-align:left; }/* Definiton der Link-Colors */a:link       { color: #336699; font-weight:bold;}a:visited { color:#006699;}a:hover { color:#FF9900; text-decoration:underline;}a:active { color:#FF9900; text-decoration:underline;}textarea     { font-size: 10pt }  