/* Filename: shopstyles.css (wird aus Admin/shopstyles.txt generiert)                            *//*                                                                                               *//* Modul: CSS                                                                                    *//*                                                                                               *//* Autoren: José Fontanil & Reto Glanzmann                                                       *//*                                                                                               *//* Zweck: Beinhaltet alle Schrift-, Farb-, und Hintergrundeinstellungen                          *//*                                                                                               *//* Sicherheitsstatus:        *** ADMIN ***                                                       *//*                                                                                               *//* Version: 1.2 GPL                                                                              *//*                                                                                               *//* CVS-Version / Datum: $Id: csstemplate.txt,v 1.13 2002/07/31 14:22:24 fontajos Exp $           *//*                                                                                               *//* ----------------------------------------------------------------------------------------------*//* ! ! ! ! ! ! ! ! ! ! ! ! ! W I C H T I G E R   H I N W E I S ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *//* ----------------------------------------------------------------------------------------------*//* Wenn Sie die CSS-Einstellungen direkt im CSS-File auf Ihre Beduerfnisse anpassen wollen, be-  *//* arbeiten Sie keinesfalls das File "shopstyle.css". Dieses wird bei jedem Aufruf des Layout-   *//* management-Tools überschrieben. Manuelle Änderungen der CSS-Einstellungen dürfen deshalb      *//* nur im CSS-Template-File (csstemplate.txt) gemacht werden. Alle Ausdruecke in  sind Werte     *//* die in der Datenbank gespeichert sind. Nachdem Sie manuelle Änderungen gemacht haben, muessen *//* Sie das Web-Layoutmanagementtool aufrufen, um damit das neue "shopstyle.css" File zu erzeugen!*//* ----------------------------------------------------------------------------------------------*//*                                                                                               *//* ----------------------------------------------------------------------------------------------*//* Stylesheetdatei für Webshop                                                                   *//* ----------------------------------------------------------------------------------------------*//* Globale Einstellungen                                                                         *//* ---------------------                                                                         *//* Fontfamilie und Textgroesse für die Standardeinstellung und <p>-tag                          */body  { font-size:12px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular }P { font-size:12px; font-family:Arial,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 { font-family: Courier, Courier New, Monaco }/* Einstellungen für linkes Frame (Kategorienliste)                                              *//* ------------------------------------------------                                              *//* Hintergrundfarbe und Hintergrundbild                                                          *//* Die Verdoppelung der body-Zeile ist fuer die Opera/Windows-Kombination notwendig              *//* Netscape 4.xx interpretiert fuer die Links nur die dritte Zeile                               */body.left { color:#ffffff; background:#ffffff;  }body.left { color:#ffffff; background:#ffffff;  }body.left, a.left { color:#ffffff; text-decoration:none; font-style:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:14px; font-weight:bold;}/* Farbe und Schriftart der Links */a:link.left { color:#ffffff; font-style:normal; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none }a:visited.left { color:#ffffff; font-style:normal; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none }a:active.left { color:#ffffff; font-style:normal; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none }a:hover.left { color:#c80000;  font-style:normal; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none }/* Einstellungen für oberes Frame (Top-Frame) *//* ------------------------------------------ *//* Hintergrundfarbe und Hintergrundbild *//* Verdoppelung fuer Netscape 4.xx noetig */body.top, tr.top ,td.top, a.top { background:#759cff;  font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* Titel-Tag Einstellungen fuer den Shopnamen im Top-Frame */td.top_titel { color:#ffffff; font-style:italic; font-family:Arial,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:Arial,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:Arial, 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:Arial, 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: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size:15px; font-weight:normal; text-decoration:none }/* Einstellungen für Hauptframe Frame (Shopartikel) *//* ------------------------------------------------ *//* Hintergrundfarbe und Hintergrundbild *//* Zweite Zeile wird nur fuer Netscape 4.xx benoetigt */body.content { color:#000000; background: #d3d3d3; background-image:url(/shop/Bilder/bg_main.jpg); }body.op-content { color:#000000; background: #d3d3d3; background-image:url(/shop/Bilder/bg_opti-pro_generale.gif); }a.content, tr.content, td.content { color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* Farbe und Schriftart der Links */a:link.content { color:#00008b; font-style:normal; font-size:12px; text-decoration:underline; font-weight:normal; font-family: Arial, Helvetica,Geneva,Swiss,SunSans-Regular }a:visited.content { color:#00008b; font-style:normal; font-size:12px; text-decoration:underline; font-weight:normal; font-family: Arial, Helvetica,Geneva,Swiss,SunSans-Regular }a:active.content { color:#00008b; font-style:normal; font-size:12px; text-decoration:underline; font-weight:normal; font-family: Arial, Helvetica,Geneva,Swiss,SunSans-Regular }/* Farbe und Schriftart der Ueberschriften */h1.content { color:#000000; font-style:normal; font-size:23px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h2.content { color:#000000; font-style:normal; font-size:20px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h3.content { color:#000000; font-style:normal; font-size:16px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h4.content { color:#000000; font-style:normal; font-size:14px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h5.content { color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:bold; font-family:Arial,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 { font-family: Courier, Courier New, Monaco }/* Spezielle Linkklasse, wo der Link nicht unterstrichen wird (für Suchresultat)                 *//* ----------------------------------------------------------------------------                  */body.no_decoration { color:#000000; background: #d3d3d3; background-image:url(/shop/Bilder/bg_main.jpg); }body.no_decoration, a.no_decoration, tr.no_decoration, td.no_decoration { text-decoration:none; color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }a:link.no_decoration { color:#000000; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:16px; font-weight:; text-decoration:none }a:visited.no_decoration { color:#000000; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:16px; font-weight:; text-decoration:none }a:active.no_decoration { color:#000000; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:16px; font-weight:; text-decoration:none }h1.no_decoration { color:#000000; font-style:normal; font-size:23px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h2.no_decoration { color:#000000; font-style:normal; font-size:20px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h3.no_decoration { color:#000000; font-style:normal; font-size:16px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h4.no_decoration { color:#000000; font-style:normal; font-size:14px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h5.no_decoration { color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* Einstellungen für AGB *//* ------------------------------------------------ *//* Hintergrundfarbe und Hintergrundbild *//* Zweite Zeile wird nur fuer Netscape 4.xx benoetigt */body.agb { color:#000000; background: #e8e8e8; background-image:url(/shop/Bilder/bg_opti-pro_generale.gif); }body.op-agb { color:#000000; background: #e8e8e8; background-image:url(/shop/Bilder/bg_opti-pro_generale.gif); }a.agb, tr.agb, td.agb { color:#000000; font-style:normal; font-size:9px; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* Farbe und Schriftart der Ueberschriften */h1.agb { color:#000000; font-style:normal; font-size:18px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h2.agb { color:#000000; font-style:normal; font-size:16px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h3.agb { color:#000000; font-style:normal; font-size:14px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h4.agb { color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }h5.agb { color:#000000; font-style:normal; font-size:10px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* Einstellungen für Formular (ein/ausgabe) *//* ------------------------------------------------ */body.f12 { color:#000000; background: #d3d3d3; text-decoration:none; font-weight:bold; background-image:url(Bilder/bg_main.jpg); font-size:12px; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }body.f12 { color:#000000; background: #d3d3d3; text-decoration:none; font-weight:bold; background-image:url(Bilder/bg_main.jpg); font-size:12px; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }body.f10 { color:#000000; background: #d3d3d3; text-decoration:none; font-weight:bold; background-image:url(Bilder/bg_main.jpg); font-size:10px; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }body.f10 { color:#000000; background: #d3d3d3; text-decoration:none; font-weight:bold; background-image:url(Bilder/bg_main.jpg); font-size:10px; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.f10, a.f10, tr.f10, td.f10, DIV.f10 { color:#000000; font-style:normal; font-size:10px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.f12, a.f12, tr.f12, td.f12, DIV.f12 { color:#000000; font-style:normal; font-size:12px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.f14, a.f14, tr.f14, td.f14, DIV.f14 { color:#000000; font-style:normal; font-size:14px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.f16, a.f16, tr.f16, td.f16, DIV.f16 { color:#000000; font-style:normal; font-size:16px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.f10, a.f10, tr.f10, td.f10, DIV.f10 { color:#000000; font-style:normal; font-size:10px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }p.angebot, a.angebot, tr.angebot, td.angebot, DIV.angebot { color:#009900; font-style:normal; font-size:12px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }/* End of file ----------------------------------------------------------------                   */
