/*
In dieser CSS-Datei ist es möglich, das Aussehen der meisten Elemente des Shops zu verändern.
Alle Texte, Links, Hintergrundfarben, Hintergundbilder usw. des Shops werden hier eingestellt
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. Ich habe versucht, immer verständlich dazuzuschreiben, um was es sich handelt.6E0505
Wenn es doch Fragen gibt: Email an webmaster@open-letters.de
*/

/* allgemeiner Text auf allen Seiten rechts unten*/
	.text			{ color: #003366; font-family: Book Antiqua; text-decoration: none; font-size:14px; }

/* Hintergrundfarbe rechts und links vom Shop*/
	.hintergrund	{ background-color:#D0B2B2;}

/* Farbe des dünnen Seitenstreifens links und rechts des Shops*/
	.rahmen			{ background-color:#6E0435;}

/* definiert die Hintergrundfarbe des Logofensters am Kopf des Shops */
	.logo			{ background-color: #cad1d7;;}

/* definiert das Fenster unterhalb des Shoplogos: Link zum Warenkorb und Hauptmenü ( "Startseite", "Links, "Versand",...)*/
	.schwaarz 			{ background-color:#6E0435; font-weight:bold; font-family: Book Antiqua; text-decoration: none; color: #FFFFFC; font-size:16px;}
	a.schwarz:link		{ font-weight:bold; font-family: Book Antiqua; text-decoration: none; 		color: #FFFFFC; font-size:16px;}
	a.schwarz:visited	{ font-weight:bold; font-family: Book Antiqua; text-decoration: none; 		color: #FFFFFC; font-size:16px;}
	a.schwarz:hover		{ font-weight:bold; font-family: Book Antiqua; text-decoration: underline; color: #FFFFFC; font-size:16px;}
	a.schwarz:active	{ font-weight:bold; font-family: Book Antiqua; text-decoration: underline; color: #FFFFFC; font-size:16px;}

/* Aussehen des Produktmenüs im linken Teil des Shops */
	.produktemenue			{font-size:16px; font-family: Book Antiqua; text-decoration: none; font-weight:bold; background-color:#E2E3E7; background-position: 50% 20px; background-repeat: no-repeat; background-image:url(../bilder/produktemenue-bg.jpg);}
	a.produktmenue:link		{font-size:16px; font-family: Book Antiqua; text-decoration: none; color: #6E0435;}
	a.produktmenue:visited	{font-size:16px; font-family: Book Antiqua; text-decoration: none; color: #B10303;}
	a.produktmenue:hover	{font-size:16px; font-family: Book Antiqua; text-decoration: underline; color: #FEECC9;}
	a.produktmenue:active	{font-size:16px; font-family: Book Antiqua; text-decoration: none; color: #6E0435;}

/* definiert die Sonderangebote die unterhalb des Produktmenüs im linken Bereich des Shops gezeigt werden (wenn sie aktiviert sind) */
	.highlights			{ color: #6E0435; text-decoration:none; font-family:Book Antiqua; font-size:16px; font-weight:bold;}
	a.highlight:link	{ color: #6E0435; text-decoration:none; font-family:Book Antiqua; font-size:14px;}
	a.highlight:visited	{ color: #6E0435; text-decoration:none; font-family:Book Antiqua; font-size:16px;}
	a.highlight:hover	{ color: #FEECC9; text-decoration:underline; font-family:Book Antiqua; font-size:14px;}
	a.highlight:active	{ color: #6E0435; text-decoration:none; font-family:Book Antiqua; font-size:14px;}

/* definiert die Hauptseiten rechts unten */
	.hauptseiten	{ background-color:#fffffc; background-image:url(../bilder/hintergrund.jpg); background-repeat:no-repeat;
					  background-position: 70% 60%; background-attachment:fixed; padding:0px;}

/* Aussehen von Links auf den Hauptseiten rechts unten (wegen anderer Hintergrundfarbe oft sinnvoll) */
	a.alternativ:link		{ color: #0066CC; font-family: Book Antiqua; text-decoration: none;}
	a.alternativ:visited	{ color: #0066CC; font-family: Book Antiqua; text-decoration: none;}
	a.alternativ:hover		{ color: #990000; font-family: Book Antiqua; text-decoration: underline;}
	a.alternativ:active		{ color: #0066CC; font-family: Book Antiqua; text-decoration: none;}

/* Aussehen von besonders kleinen Links auf den Hauptseiten rechts unten (wegen anderer Hintergrundfarbe oft sinnvoll) */
	a.kleinlink:link	{ color: #0066CC; font-family: Book Antiqua; text-decoration: none; font-size:10px; }
	a.kleinlink:visited	{ color: #0066CC; font-family: Book Antiqua; text-decoration: none; font-size:10px; }
	a.kleinlink:hover	{ color: #990000; font-family: Book Antiqua; text-decoration: underline; font-size:10px; }
	a.kleinlink:active	{ color: #0066CC; font-family: Book Antiqua; text-decoration: none; font-size:10px; }

/* Aussehen der Bildunterschriften in Produktübersichtsseite */
	.klein	{ font-family: Book Antiqua; color: #000000; text-decoration: none; font-size:12px; }

/* Aussehen von Trennlinien in der Produktdetailansicht */
	.trennlinie {color:#517BA8; background-color: #517BA8; height:1px; text-align:center; border:1px dotted}

/* Aussehen und Anordnung des Produktbildes innerhalb des Produktbeschreibungstextes */
	.produktbild	{ text-align:right; margin-right:8px; margin-bottom: 8px;}
	.produkttext	{ font-family: Book Antiqua; color: #003366; text-decoration: none; font-size:14px; }

/* definiert die Überschriften auf den verschiedenen Hauptseiten */
	.headline	{ font-family: Book Antiqua; color: #003366; text-decoration: none; font-size:18px; text-align: center; font-weight: 600; }

/* definiert die Hintergrundfarbe der Tabelle im Warenkorb und im letzten Schritt der Bestellung */
	.warenkorbtabelle	{ background-color: #EFE99C;}

/* Warnhinweis bei falsch eingegebener Kundenadresse oder nicht akzeptierten AGBs*/
	.warnung	{ font-family: Book Antiqua; color: #FF3300; text-decoration: none; font-size:12px; font-weight:bold; background-color:#FFFF66;}

/* Aussehen des Schriftzuges "sie sind hier" auf der Übersichtsseite über eine Produktrubrik*/
	.siesindhier			{ font-family: Book Antiqua; color: #336699; text-decoration: none; font-size:12px; }
	a.siesindhier:link		{ font-family: Book Antiqua; color: #336699; text-decoration: none; font-size:12px; }
	a.siesindhier:visited	{ font-family: Book Antiqua; color: #336699; text-decoration: none; font-size:12px; }
	a.siesindhier:hover		{ font-family: Book Antiqua; color: #990000; text-decoration: underline; font-size:12px; }
	a.siesindhier:active	{ font-family: Book Antiqua; color: #336699; text-decoration: none; font-size:12px; }

/* definiert Schriftart und Farbe für alle Buttons im Shop*/
	.schaltflaeche	{ font-family: Book Antiqua; color: #990000; background-color: #FED585; text-decoration: none; font-size:12px; font-weight: bold;}

/* Aussehen des Besucherzählers und des Links zu "www.Open-Letters.de" am Fuß des Shops*/
	.counter			{ color: #FED585; text-decoration:none; font-family:Book Antiqua; font-size:10px; }
	a.counter:link		{ color: #FED585; text-decoration:none; font-family:Book Antiqua; font-size:10px;}
	a.counter:visited	{ color: #FED585; text-decoration:none; font-family:Book Antiqua; font-size:10px;}
	a.counter:hover		{ color: #FEECC9; text-decoration:underline; font-family:Book Antiqua; font-size:10px;}
	a.counter:active	{ color: #FED585; text-decoration:none; font-family:Book Antiqua; font-size:10px;}

/* definiert das Aussehen von Listen und Aufzählungen*/
	.liste	{text-align:1em; margin-left:2em; margin-top:5px; margin-bottom:5px;}