/*--------------------------------------------------------------------------------------------*/ /*--- txt0.css.php [30.08.2009] --------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--- Ueberschriftformatierungen (h1, h2, h3, h4, h5) ----------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ h1 { /*-- for subtextpage headline --*/ font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: bold; font-variant: small-caps; /*-- Kapitaelchen: /2/, S.029 --*/ color: #000000; /*-- Text= schwarz: /2/, S.030 --*/ } /*--------------------------------------------------------------------------------------------*/ h2 { /* for subtextpage headline and MenuTitle in addition */ font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: bold; color: #000000; } /*--------------------------------------------------------------------------------------------*/ h3 { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-style: normal; font-weight: bold; color: #000000; } /*--------------------------------------------------------------------------------------------*/ h4 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #000000; } /*--------------------------------------------------------------------------------------------*/ h5 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold; color: #000000; } /*--------------------------------------------------------------------------------------------*/ /*--- Absatzformatierungen -------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ p.textnormal { /*-- (standard) text, justified, normal --*/ font-family: "Times New Roman", Times, serif; font-size: 20px; font-style: normal; font-variant: normal; color: #000000; /*-- Text= schwarz: /2/, S.030 --*/ text-align: justify; /*-- Blocksatz: /1/, S.452 ------*/ ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textnormalunjustified { /*-- (standard) text, justified, normal --*/ font-family: "Times New Roman", Times, serif; font-size: 20px; font-style: normal; font-variant: normal; color: #000000; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmall { /*-- (standard) text, justified, small --*/ font-family: "Times New Roman", Times, serif; font-size: 17px; font-style: normal; font-variant: normal; color: #000000; text-align: justify; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmallunjustified { /*-- (standard) text, unjustified, small --*/ font-family: "Times New Roman", Times, serif; font-size: 17px; font-style: normal; font-variant: normal; color: #000000; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmaller { /*-- (standard) text, justified, small --*/ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; text-align: justify; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmallerunjustfied { /*-- text, unjustified, smaller --*/ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmallest { /*-- (standard) text, justified, smallest --*/ font-family: "Times New Roman", Times, serif; font-size: 13px; font-style: normal; font-variant: normal; color: #000000; text-align: justify; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ p.textsmallestunjustified { /*-- (standard) text, unjustified, smallest --*/ font-family: "Times New Roman", Times, serif; font-size: 13px; font-style: normal; font-variant: normal; color: #000000; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--- end of txt0.css.php --------------------------------------------------------------------*/