/*
In dieser CSS-Datei ist es möglich, das Aussehen der meisten Elemente des Shops zu verändern. 
Alle Einstellungen zu Texten, Links, Hintergrundfarben, Hintergundbilder usw. des Shops sind 
hier erfasst und können hier verändert werden.
Dazu ist es lediglich notwendig zu wissen, welches Objekt man wie verändern will und wo es 
angezeigt wird. Darauf wird in der Dokumentation zu Willows Free PhpShop näher eingegangen.
*/

/* Aussehen von Links allgemein: */

	a 		{text-decoration: none; border: none; color:#002200}
	a:link		{ color: #002200; }  // noch nicht aktivierte Menue-button
	a:visited	{ color: #002200; }  // aktivierte Menue-button
	a:hover		{ color: #002200; }  // Maus-Zeiger auf Menuepunkt
	a:active	{ color: #002200; } 
	a:hidden	{ color: #002200; } 


/* allgemeiner Text auf allen Seiten */
	.text	{ font-family: Arial,Helvetica,sans-serif; color: #000000; text-decoration:none; font-size:12px; font-weight:normal; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.klein	{ font-family: Arial; color:#000000; text-decoration:none; font-size:10px; font-weight:normal; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.sehrklein	{ font-family: Arial; color:#000000; text-decoration:none; font-size:8px; font-weight:normal; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.gross	{ font-family: Arial; color:#000000; text-decoration:none; font-size:14px; font-weight:bold; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.titel	{ font-family: Arial; color:#000000; text-decoration:none; font-size:22px; font-weight:bold; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.grgr	{ font-family: Arial; color:#000000; text-decoration:none; font-size:32px; font-weight:bold; font-style:normal;}

/* z.B. Bildunterschriften in Produktübersichtsseite */
	.grgrgr	{ font-family: Arial; color:#000000; text-decoration:none; font-size:46px; font-weight:bold; font-style:normal;}

/* Menutext auf flback Untergrund */
	.hfmenu	{ font-family: Arial; color:#ffffff; text-decoration:none; font-size:12px; font-weight:normal; font-style:normal; a.link:#ffffff; a.vlink=#ffffff; alink=#ffffff;}

/* kleines Menu auf flsback */
	.grossmenu	{ font-family: Arial; color:#ffffff; text-decoration:none; font-size:16px; font-weight:bold; font-style:normal; }

/* Menutext oben auf weissem Untergrund */
	.blmenu	{ font-family: Arial; color:#000000; text-decoration:none; font-size:10px; font-weight:normal; font-style:normal; a.link:#000000; a.vlink=#000000; alink=#000000;}

/* definiert das obere Fenster mit dem Shoplogo und das linke Fenster mit den Produktkategorien */
	.logo	{ font-family: Arial; color:#000033; text-decoration:none; background-color:#ffffff; font-size:14px; font-weight:bold; font-style:normal;}

/* mit .text gleichsetzen!!! */
	body { font-family: Arial; color: #000000; background-color:#ffffff; left:15px; clip:rect(   );}

