/*--------------------------------------------------------------------------------------------*/ /*--- txt7.css.php [23.07.2010] --------------------------------------------------------------*/ /*--- external style sheet for text in mainFrames --------------------------------------------*/ /*--- special additions to txt0.css ----------------------------------------------------------*/ /*--- imported from in WebContentX/cDATA/text1.css -------------------------------------------*/ /*--- Referenzen: KnowWare 168 ---------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ p.textcentered { /* normal (standard) text, centered */ font-family: "Times New Roman", Times, serif; font-size: 20px; font-style: normal; font-variant: normal; color: #000000; /* Text = schwarz: S.30 */ text-align: center; /* Text zentriert */ ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.textxref { /* normal (standard) text, left */ font-family: "Times New Roman", Times, serif; font-size: 20px; font-style: normal; font-variant: normal; color: #000000; text-align: left; /* kein Blocksatz ! */ text-indent: -48px; ; margin-top: 5px; margin-left: 48px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.textfigure { /* figure text */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; 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.textcomment { /* normal comment text, justified */ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; text-align: justify; /* Blocksatz */ ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.textcommentcentered { /* normal comment text, centered */ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; text-align: center; ; margin-top: 5px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--- end of txt7.css.php --------------------------------------------------------------------*/