/* v09 */ /* css MVS Ratgeber, XML First */ /* Konrad Seidel, Andrea Hoffmann, Monika Klotz */ /* überarbeitet von Björn Gallinge */ /* 14-07-07: Grautöne angepasst */ /* 14-07-07: media querys für linke Einzüge der Überschriften ergänzt */ /* 14-07-07: h1 und p auf text-align: left !important gesetzt */ /* rost-petrol */ /* Inhaltsverzeichnis / toc */ /* fonts */ @font-face { font-family: DejaVuSerif; font-style: normal; font-weight: normal; src:url(XXXXXXXXXXXXXXXX); } @font-face { font-family: DejaVuSerif-Bold; font-weight: bold; src:url(XXXXXXXXXXXXXXXX); } @font-face { font-family: DejaVuSerif-Italic; font-style: italic; src:url(XXXXXXXXXXXXXXXX); } @font-face { font-family: DejaVuSans; font-style: normal; font-weight: normal; src:url(XXXXXXXXXXXXXXXX); } @font-face { font-family: DejaVuSans-Oblique; font-style: italic; src:url(XXXXXXXXXXXXXXXX); } @font-face { font-family: DejaVuSans-Bold; font-weight: bold; src:url(XXXXXXXXXXXXXXXX); } /* Headings */ h1 { font-size: 1.8em; /*Ü1*/ color: #ae1f22; text-align: left !important; margin-top: 1.25em; margin-bottom: 1.25em; } /* Inhaltsverzeichnis */ p { text-align: left !important; } .inhalt0 { color: #ae1f22; /*HF1*/ font-size: 1.2em; margin-bottom: 0; margin-top: 2em; } .inhalt1 { /*HF1*/ color: #ae1f22; font-size: 1em; margin-top: 1.5em; } .inhalt2 { /*HF2*/ color: #50b89c; font-size: 1em; margin-left: 1em; margin-top: 0em; } .inhalt3 { /*Grau*/ color: #787878; font-size: 1em; margin-left: 2em; margin-top: 0em; } p.inhalt0 > a { /*gleiche Farbigkeiten von oben übernommen, bezieht sich auf die Links in den Überschriften*/ color: #ae1f22; text-decoration:none; } p.inhalt1 > a { color: #ae1f22; text-decoration:none; } p.inhalt2 > a { color: #50b89c; text-decoration:none; } p.inhalt3 > a { color: #787878; font-size: 1.0em; text-decoration:none; }