/* font-size Angaben mit px als Masseinheit machen unter Linux Riesenprobleme */

/* Farbtabelle:    Head-Hintergrund dunkelgrau = #5C5D5F */
/*              Content-Hintergrund weiss      = #FFFFFF */
/*                 Foot-Hintergrund hellgrau   = #AFAFAF */

/*            Menue-Bilder 125px x 20px, GIF, 128 Farben */
/*          Content-Bilder 550px breit, vertikaler Abstand bei mehreren untereinander folgenden Bildern: 5px */

/*   Menue normal     Schrift grau = #323232  Myriad, 12px, nicht Antialiased - Menue ist als Grafik eingebaut */
/*   Menue selektiert Schrift rot  = #CC0000  Myriad, 12px, nicht Antialiased - Menue ist als Grafik eingebaut */
/*   Menue OPQ        Schrift 		      Apple LiSung 16px, nicht Antialiased - Menue ist als Grafik eingebaut */

/*    Content ich     Schrift grau = #666666  Arial, 11px, nicht Antialiased */
/*    Content Kontakt Schrift grau = #333333  Arial, 11px, nicht Antialiased */
/*  Shop Beschreibung Schrift grau = #666666  Arial, 11px, nicht Antialiased */
/*  Shop Subline      Schrift grau = #979797  Verdana, 9px, nicht Antialiased */
/*             Footer Schrift grau = #68686A  Verdana, 9px, nicht Antialiased */



a {               text-decoration:underline; }        /* zentrales Format fuer alle Links */

a:hover {         color:#CC0000; }                    /* zentrales Format fuer alle Links (mouse-over Effekt) */



h1 {              font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#666666;
                  font-weight:normal; }           /* Ueberschrift im Bereich des Content */

h2 {              font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#666666;
                  font-weight:normal; }           /* Unter-Ueberschrift im Bereich des Content */


p {               font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#666666;
                  font-weight:normal; }           /* Schrift im Bereich des Content */

p a {             text-decoration:none;
                  color:#666666; }                /* Content-Link */

p a:hover {       color:#D02626; }                /* Content-Link (mouse-over Effekt) */

p b {             color:#666666;
                  font-weight:bold; }             /* Hervorhebung "bold" im Bereich des Content */

p i {             color:#666666;
                  font-weight:normal;
                  font-style:normal; }            /* Hervorhebung "italic" im Bereich des Content */


td {              font-family:Arial,Helvetica,Sans Serif;
                  font-size:9pt;
                  color:#666666;
                  font-weight:normal; }           /* Schrift im Bereich des Content */

td a {            text-decoration:underline;      /* Content-Link */
                  color:#666666; }

td a:hover {      color:#D02626; }                /* Content-Link (mouse-over Effekt) */

td b {            color:#666666;
                  font-weight:bold; }             /* Hervorhebung "bold" im Bereich des Content */

td i {            color:#666666;
                  font-weight:normal;
                  font-style:normal; }            /* Hervorhebung "italic" im Bereich des Content */



.shop_subline {   font-family:Verdana,Arial,Helvetica,Sans Serif;
                  font-size:7pt;
                  color:#979797;
                  font-weight:normal; }           /* Schrift fuer die Shop-Subline */



.footer {         font-family:Verdana,Arial,Helvetica,Sans Serif;
                  font-size:7pt;
                  color:#68686A;
                  font-weight:normal; }           /* Schrift fuer den Footer */

.footer a {       font-family:Verdana,Arial,Helvetica,Sans Serif;
                  font-size:7pt;
                  color:#68686A;
                  text-decoration:none;
                  font-weight:normal; }           /* Link im Footer */

.footer a:hover { color:#FFFFFF; }                /* Footer-Links (mouse-over Effekt) */

.footer b {       font-family:Verdana,Arial,Helvetica,Sans Serif;
                  font-size:7pt;
                  color:#68686A;
                  font-weight:normal; }           /* Hervorhebung im Footer */



.error {          font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#CC0000;
                  font-weight:bold;   }          /* Content-Bereich: Fehlermeldung (CLASS="error") */



.admin {          font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#000000;
                  font-weight:normal;   }        /* Schrift im Admin-Bereich (CLASS="admin") */

.admin td {       font-family:Arial,Helvetica,Sans Serif;
                  font-size:10pt;
                  color:#000000;
                  font-weight:normal;   }        /* Schrift im Admin-Bereich */

.admin td b {     color:#FFFFFF;
                  font-weight:bold; }            /* Hervorhebung "bold" im Admin-Bereich */


