/* Rahmenformatierungen */ body { } table.Matrix { border-collapse: collapse; width: 100%; height: 100%; } ol { padding:8px; } /* Überschrift Grad 1 */ h1 { color: #000099; font-size: 16px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px; text-decoration: none; } /* Überschrift Grad 2 */ h2 { color: #000099; font-size: 13px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px; text-decoration: none; } /* Überschrift Grad 3 */ h3 { color: #000099; font-size: 12px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px; text-decoration: none; } /* Absatz */ p { color: #333333; font-size: 11px; font-weight: normal; font-style: normal; font-family: Verdana, sans-serif; margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px; text-decoration: none; } /* Normal */ .Normal { color: #000099; font-size: 12px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Warnung */ .Warnung { color: #FF0000; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Warnung Überschrift */ .WarnungU { color: #FF0000; font-size: 12px; font-weight: bold; font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; } /* Highlight */ .Highlight { color: #000099; font-size: 12px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Highlight Überschrift */ .HighlightU { color: #FF6600; font-size: 13px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Text Kommentar */ .Kommentar { color: #000099; font-size: 10px; font-weight: normal; font-style: italic; font-family: Arial, sans-serif; text-decoration: none; } /* Klein */ .Klein { color: #000099; font-size: 10px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Hyperlink normal */ a:link { color: #000099; font-size: 12px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; cursor: pointer; } /* Hyperlink besucht */ a:visited { color: #000099; font-size: 12px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; cursor: pointer; } /* Hyperlink drüberfahren */ a:hover { color: #FFCC00; font-size: 12px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; cursor: pointer; } /* Hyperlink aktiv */ a:active { color: #000099; font-size: 12px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; cursor: pointer; } /* Input Felder */ input { color: #000099; background-color: #EEEEEE; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Select Box */ select { color: #000099; background-color: #EEEEEE; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Formular Abstand */ form { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; } /* Formular mehrzeilig */ textarea { color: #0000FF; background-color: #EEEEEE; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Deaktivierter Text */ .Disabled { color: #999999; font-size: 11px; font-weight: normal; font-style: italic; font-family: Arial, sans-serif; text-decoration: none; } /* Navigation Normal */ a.Navigation:link { color: #0000FF; font-size: 11px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Warnung Klein */ .WarnungKlein { color: #FF0000; font-size: 9px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Navigation Highlight */ a.Navigation:hover { color: #000099; font-size: 11px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Navigation Gewählt */ a.Navigation:active { color: #CC2211; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Verzeichnisanzeige */ .Verzeichnisanzeige { color: #CCCCCC; font-size: 10px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Navigation Inaktiv */ a.Navigation:visited { color: #0000FF; font-size: 11px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; cursor: pointer; } /* Navigation Aktiv */ .NavigationAktiv { color: #0000FF; font-size: 11px; font-weight: bold; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; } /* Navigation Deaktiviert */ .LinkInaktiv { color: #CCCCCC; font-size: 11px; font-weight: normal; font-style: normal; font-family: Arial, sans-serif; text-decoration: none; }