
/* ----------------------------------------------------------------------------*/
/* Fontfamilie und Textgroesse fuer die Standardeinstellung und <p>-tag        */
body {
  font-size:16px;
  font-family: Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
p {
  font-size:16px;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite,        */
/* da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt.        */
input, textarea, select {
  /* color:#000000; */
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  background-image:url(/fotos/background.gif);
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer linkes Frame (Kategorienliste)                           */
/* ----------------------------------------------------------------------------*/
/* Hintergrundfarbe und Hintergrundbild */
/* Die Verdoppelung der body-Zeile ist fuer die Opera/Windows-Kombination not- */
/* wendig. Netscape 4.xx interpretiert fuer die Links nur den dritten Block.   */
body.left {
  color:#ffffff;
  background:#ffff66;
  background-image:url(/fotos/background.gif);
}
body.left {
  color:#ffffff;
  background:#ffff66;
  background-image:url(/fotos/background.gif);
}
body.left, a.left {
  color:#ffffff;
  text-decoration:none;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:bold;
  background-image:url(/fotos/background.gif);
}

/* Farbe und Schriftart der Links */
a:link.left {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px; font-weight:bold;
  text-decoration:none;
}
a:visited.left {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px; font-weight:bold;
  text-decoration:none;
}
a:active.left {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px; font-weight:bold;
  text-decoration:none;
}
a:hover.left {
  color:#c80000;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}

/* Farbe und Schriftart fuer die Tabs (Kategorienueberschriften)               */
div.tabs {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer oberes Frame (Top-Frame)                                 */
/* ----------------------------------------------------------------------------*/
/* Hintergrundfarbe und Hintergrundbild                                        */
/* Verdoppelung fuer Netscape 4.xx noetig                                      */
body.top, tr.top ,td.top, a.top {
  background:#ffff66;
  background-image:url(/fotos/background.jpg);
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}

/* Titel-Tag Einstellungen fuer den Shopnamen im Top-Frame                     */
td.top_titel {
  color:#ffffff;
  font-style:italic;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:30px;
  font-weight:bold;
  text-decoration:none;
}

/* Titel-Tag Einstellungen fuer den Administrationsstern im Top-Frame          */
td.top_stern {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
}
a:link.top_stern {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
}
a:visited.top_stern {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
}
a:active.top_stern {
  color:#ffffff;
  font-style:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
}

/* ----------------------------------------------------------------------------*/
/* Einstellungen fuer Hauptframe Frame (Shopartikel)                           */
/* ----------------------------------------------------------------------------*/
/* Hintergrundfarbe und Hintergrundbild                                        */
/* Zweite Zeile wird nur fuer Netscape 4.xx benoetigt                          */
body.content {
  color:#000000;
  background: #ffff66;
  background-image:url(/fotos/background.jpg);
}
a.content, tr.content, td.content {
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  background-image:url(/fotos/background.gif);
}

/* Farbe und Schriftart der Links                                              */
a:link.content {
  color:#00008b;
  font-style:normal;
  font-size:16px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:visited.content {
  color:#00008b;
  font-style:normal;
  font-size:16px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:active.content {
  color:#00008b;
  font-style:normal;
  font-size:16px;
  text-decoration:underline;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}

/* Farbe und Schriftart der Ueberschriften                                     */
h1.content {
  color:#000000;
  font-style:normal;
  font-size:25px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h2.content {
  color:#000000;
  font-style:normal;
  font-size:23px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h3.content {
  color:#000000;
  font-style:normal;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h4.content {
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h5.content {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}

/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da     */
/* Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt            */
input.content, textarea.content, select.content {
  /* color:#000000; */
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}

/* ----------------------------------------------------------------------------*/
/* Spezielle Linkklasse, wo der Link nicht unterstrichen wird (Suchresultat)   */
/* ----------------------------------------------------------------------------*/
body.no_decoration {
  color:#000000;
  background: #ffff66;
  background-image:url(/fotos/background.gif);
}
body.no_decoration, a.no_decoration, tr.no_decoration, td.no_decoration {
  text-decoration:none;
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
a:link.no_decoration {
  color:#000000;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
}
a:visited.no_decoration {
  color:#000000;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
}
a:active.no_decoration {
  color:#000000;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
}
h1.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:25px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h2.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:23px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h3.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:20px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h4.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}
h5.no_decoration {
  color:#000000;
  font-style:normal;
  font-size:12px;
  text-decoration:none;
  font-weight:bold;
  font-family:Monotype Corsiva,Helvetica,Geneva,Swiss,SunSans-Regular;
}


/* ----------------------------------------------------------------------------*/
/* Tabellenformatierung (z.B fuer Warenkorb)                                   */
/* ----------------------------------------------------------------------------*/
table.tbl {
  border-spacing:0px;
  border-collapse:collapse;
}
/* Titelzeile (Ueberschriftszeile)                                             */
td.tbl_titel {
  color:#ffffff;
  background-color:#666666;
  padding-left:10px;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung der ungeraden Zeilen (Zeile 1,3,5,7,..)                        */
td.tbl_ung {
  color:#000000;
  background-color:#eeeeee;
  padding-left:10px;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung der geraden Zeilen (Zeile 2,4,6,8,..)                          */
td.tbl_ger {
  color:#000000;
  background-color:#dddddd;
  padding-left:10px;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung der Zeilen mit speziellen Informationen                        */
td.tbl_info {
  color:#000000;
  background-color:#eeeeee;
  padding-left:10px;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
}
/* Formatierung fuer die Zeilen, die spezielle Informationen (z.B. Totalbetrag */
/* beinhalten                                                                  */
td.tbl_total {
  color:#ffffff;
  background-color:#666666;
  padding-left:10px;
  font-style:normal;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
}

/* End of file $Dl: 14.12.04 12:21:26$ -------------------------------------------*/

/*
     