
/*                     STANDARD.CSS                       */

/* Diese Datei enthaelt Style Sheet Definitionen fuer die */
/* Seiten des Projekts                                    */
/*                     chefpilot.de                       */


body { margin-top:0px; margin-bottom:10px;
       color:#113440; background-color:#D8D8D8; }

body,p,h1,h2,h3,h4,ul,ol,li,div,span,td,th,address,pre,blockquote,b,i,u,small
     { font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; }

h1 { font-size:24px; }

h2 { font-size:18px; }

h3 { font-size:13px; }

h4 { font-size:13px; }

p,ul,ol,li,td,th,div,address,b,i { font-size:13px; }

em { font-size:13px; color:#FFFFBF; background-color:#8585A9; }

a { font-size:13px; text-decoration:none; font-weight:bold; }
a:link { color:#FFFFBF; }
a:visited { color:#505050; }
a:hover { color: #D8D8D8; text-decoration:underline; }
a:active { color:#D8D8D8; text-decoration:underline; }

.footer { font-size:11px; text-align:center; vertical-align:middle; white-space:nowrap }

.small { font-size:11px; }

/*         Formate fuer die Anzeigentafel                 */
/* Standard-Schriftfarbe color:#FFCC00                    */
/* Hintergrundfarbe: #333333                              */
/* tafeltop: Ueberschriftformatierung                     */
/* tafel1:   Inhalt (zentriert)                           */
/* tafel2:   Inhalt (linksbuendig)                        */
/* tafel3:   Linkfarben (fuer bessere Lesbarkeit)         */

.tafeltop { font-size:13px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
            color:#FFCC00; background-color:#333333;
            text-align:center; font-weight:bold; }

.tafel1 { font-size:13px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
          color:#FFCC00; background-color:#333333;
          text-align:center; background-image:url(images/anz_bg.gif); }

.tafel2 { font-size:13px; font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
          color:#FFCC00; background-color:#333333;
          text-align:left; background-image:url(images/anz_bg.gif); }

a.tafel3:link { color:#FFFFBF; }
a.tafel3:visited { color:#808080; }
a.tafel3:hover { color: #D8D8D8; text-decoration:underline; }
a.tafel3:active { color:#D8D8D8; text-decoration:underline; }
