/*--------------------------------------------------------------------------------------------*/ /*--- txt2.css.php [29.08.2009] --------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--- table text -----------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ p.texttable { /* cell in table text, left aligned */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; color: #000000; /* Text= schwarz: /2/, S.030 */ text-align: left; /* linksbuendig: /1/, S.452 */ ; margin-top: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.texttableC { /* cell in table text, centered */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; color: #000000; text-align: center; ; margin-top: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.texttableR { /* cell in table text, right aligned */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; color: #000000; text-align: right; ; margin-top: 3px; border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--- end of txt2.css.php --------------------------------------------------------------------*/