/* 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:16px; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
P { font-size:16px; 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:#850085; background:#f2f5d4;  }
body.left { color:#850085; background:#f2f5d4;  }
body.left, a.left { color:#850085; 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:#850085; font-style:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none; }
a:visited.left { color:#850085; font-style:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none; }
a:active.left { color:#850085; font-style:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:14px; font-weight:bold; text-decoration:none; }
a:hover.left { color:#de00de;  font-style:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular; font-size:15px; font-weight:bold; text-decoration:none; }

.search {FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: groove; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BORDER-RIGHT-STYLE: groove; BORDER-LEFT-STYLE: groove; BACKGROUND-COLOR: #f7f7f7; BORDER-BOTTOM-STYLE: groove}
.button_s {FONT-SIZE: 11px; COLOR: #000000; BORDER-TOP-STYLE: none; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BACKGROUND-COLOR: #aaaa66; BORDER-BOTTOM-STYLE: 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:#f2f5d4;  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) */
/* ------------------------------------------------ */

/* Scrollbar Farben, nur IE 5.5-> */
BODY  {
  SCROLLBAR-BASE-COLOR:#CACDAC;
  SCROLLBAR-SHADOW-COLOR: #AAAD8C; 
  SCROLLBAR-3DLIGHT-COLOR: #F2F5D4; 
  SCROLLBAR-DARKSHADOW-COLOR: #BA9535
}

/* Hintergrundfarbe und Hintergrundbild */
/* Zweite Zeile wird nur fuer Netscape 4.xx benoetigt */
body.content { color:#000000; background: #d3d3d3; background-image:url(Bilder/bg_main.jpg); }
a.content, tr.content, td.content { color:#000000; font-style:normal; font-size:16px; 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:16px; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
a:visited.content { color:#00008b; font-style:normal; font-size:16px; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
a:active.content { color:#00008b; font-style:normal; font-size:16px; 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:25px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h2.content { color:#000000; font-style:normal; font-size:23px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h3.content { color:#000000; font-style:normal; font-size:20px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h4.content { color:#000000; font-style:normal; font-size:16px; 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(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:16px; 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:25px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h2.no_decoration { color:#000000; font-style:normal; font-size:23px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h3.no_decoration { color:#000000; font-style:normal; font-size:20px; text-decoration:none; font-weight:bold; font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular }
h4.no_decoration { color:#000000; font-style:normal; font-size:16px; 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 }

/* End of file ----------------------------------------------------------------                   */
