<!-------------------------------------------------------------------------------------------------->
<!-- Font für Titel/Kontext (der sich aus der Framenavigation ergibt) -->
h1{ font-family: Arial Black, sans serif; font-size:22px; font-style:normal; }

<!-- Font für Überschriften in normalen Texten -->
h2 { font-family: Arial, sans serif; font-size:12px; font-weight:bold; margin-top:5px; margin-left:5px; margin-right:10px; }

h3 { font-family: Arial, sans serif; font-size:14px; font-weight:bold; margin-top:5px; margin-left:5px; margin-right:10px; }

p.title { font-family: Arial, sans serif; font-size:12px; font-weight:bold; font-style:normal; text-decoration:underline; }

<!-------------------------------------------------------------------------------------------------->
<!-- Font für normale Texte -->
p { font-family: Arial, sans serif; font-size:12px; font-style:normal; margin-top:5px; margin-left:5px; text-align:justify; }

<!-- Font für normale Texte in Fettschrift (z.B. für Abstracts) -->
p.bold {  font-family: Arial, sans serif; font-size:12px; font-weight:bold; }

<!-- Kleine Fonts -->
p.small {  font-family: Arial, sans serif; font-size:11px; font-weight:normal; }
p.verysmall {  font-family: Arial, sans serif; margin-left:1px; text-align:center; font-weight:bold; font-size:10px; }
p.disclaimer {  font-family: Arial, sans serif; text-align:justify; font-weight:normal; font-size:9px; }

<!-------------------------------------------------------------------------------------------------->
<!-- Aufzählungen in normalem Text -->
li.small { font-family: Arial, sans serif; font-size:11px; font-weight:normal;margin-top:5px; margin-left:10px; }
li { font-family: font-style:normal; margin-top:5px; margin-left:10px; }
ul { font-family: font-style:normal; margin-top:5px; margin-left:15px; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition normale Tabelle -->
table { font-family: Arial, sans serif; font-size:12px; font-style:normal; margin-bottom:1px; margin-top:1px;  vertical-align:top; border-width:1px; border-style:none; }
td { font-family: Arial, sans serif; font-size:12px; font-style:normal; vertical-align:top; padding-right:5px; border-width:1px; border-style:none; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition Tabelle mit Hyperlinks für die Subnavigation -->
td.navi { layout:fixed; width:160px; font-size:11px;  }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition Tabelle für die Lösungsübersicht -->
td.solutions { border-width:1px; border-color:#FFCC00; border-style:None; layout:fixed; font-size:11px; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition Tabelle für Infokasten -->
table.info { background-color:#CCCCCC; border:1.5pt solid #FFCC00; vertical-align:top; border-style:solid; }
td.info {  padding:5px; font-family: Arial, sans serif; font-size:11px; font-style:normal; vertical-align:top;}

<!-- Normaler Text im Infokasten -->
p.info { font-family: Arial, sans serif; font-size:11px; font-style:normal; }

<!-- Überschrift im Infokasten -->
p.blue { font-family: Arial, sans serif; font-size:11px; font-weight:bold; text-align:left; font-style:normal; color:#4A82D0; }

<!-------------------------------------------------------------------------------------------------->
<!-- Darstellung von Hyperlinks -->
a {font-family: Arial, sans serif;  }
a:link { color:#4A82D0; text-decoration:none; }
a:visited { color:#4A82D0; text-decoration:none; }
a:active { color:#4A82D0; text-decoration:none; }
a:hover { color:black; text-decoration:underline; }
a.an { text-decoration:none; }
