/*****************************************************************************/
/* Stylesheet für zitate.js                                                  */
/* Letzte Änderung 02.05.2003                                                */
/* Günter Faber                                                              */
/*****************************************************************************/
/* benötgt zitate.js                                                         */
/* in der html-Datei einbinden mit                                           */
/*                                                                           */
/* <link rel="stylesheet"                                                    */
/*       href="../global/styles/zitate.css"                                  */
/*       type="text/css"/>                                                   */
/*****************************************************************************/

p.zitat-text, p.zitat-autor, p.zitat-info{
                background-color     : transparent;
                font-family          : Verdana, Helvetica, sans-serif;
                color                : rgb(0,0,200);
                text-align           : center;
                text-decoration      : none;
                }
p.zitat-text {
                font-size            : 12px;
                margin               : 5px 0px 2px 0px;
                font-style           : normal;
                font-weight          : bold;
                }
p.zitat-autor {
                font-size            : 10px;
                margin               : 5px 0px 2px 0px;
                font-style           : normal;
                }
p.zitat-info {
               font-size            : 9px;
               margin               : 2px 0px 5px 0px;
               font-style           : italic;
               }