<!-------------------------------------------------------------------------------------------------->
<!-- Titelzeite im oberen Frame -->
h1 { font-family: Arial Black, sans serif; font-size:46px; font-weight:normal; margin-top:5px; margin-left:5px; color:white }

<!-- Titelzeile im Hauptframe -->
h2 { font-family: Arial Black, sans serif; font-size:18px; font-weight:normal; font-style:normal;  color:#E20A19 }

<!-- Untertitelzeile im Hauptframe -->
h3 { font-family: Futura Md BT, Arial Black, sans serif; font-size:18px; font-weight:normal; font-style:normal; margin-left:5px; background-color:black; color:white }

<!-- Untermenüzeile im Hauptframe -->
h4 { font-family: Arial, sans serif; font-size:14px; font-weight:normal; font-style:normal; color:black }

hr 		{ color:black; height:2px; margin-left:5px; }
hr.thin { color:gray; height:1px; margin-left:5px; }

<!-------------------------------------------------------------------------------------------------->
<!-- 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-weight:bold; }

<!-- Font für Disclaimer -->
p.small { font-size:10px; }
p.verysmall { margin-left:1px; text-align:center; font-size:10px; }

<!-------------------------------------------------------------------------------------------------->
<!-- Aufzählungen in normalem Text -->
ul { font-family: Arial, sans serif; font-size:12px; font-style:normal; margin-top:5px; margin-left:15px; }
li { margin-top:5px; margin-left:10px; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition normale Tabelle -->
table { font-family: Arial, sans serif; font-size:12px; font-style:normal; margin-bottom:1px; margin-top:1px;  border-width:0px; border-style:solid; vertical-align:top; }
td { font-family: Arial, sans serif; font-size:12px; font-style:normal; vertical-align:top; padding-right:5px; border-width:0px; border-style:dotted; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition Tabelle mit Hyperlinks für die Subnavigation -->
td.navi { background-color:#909090; color:white; layout:fixed; width:160px; }
tr.navi { background-color:white; }

<!-------------------------------------------------------------------------------------------------->
<!-- Definition Tabelle für die Lösungsübersicht -->
td.solutions { border-width:1px; border-style:none; layout:fixed; }

<!-------------------------------------------------------------------------------------------------->
<!-- Darstellung von Hyperlinks -->
a {font-family: Arial, sans serif; font-size:12px; font-weight:normal; }
a.navi { color:white; }


a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }
a:hover { color:white; text-decoration:none; background-color:#C1002D; }
