
/* -------------------------------------------------------------------- */
/* Hier können Sie das Layout des Shops nach Ihren Bedürnissen anpassen */
/*      Ändern Sie dazu die Werte der einzelenen Style-Sheet-Klassen.   */
/* -------------------------------------------------------------------- */



/* Hintergrundfarbe, Schriftart, Schriftgröße der Unternavigationspunkte */
td.navi {
	background-color: #cccccc;	
	font-size: 11px;	
	font-family: verdana;
	/* Rahmen um die Unter-Navigationspunkte */
	/* Rahmen um die Haupt-Navigationspunkte */
	/* 1. und 2.Wert = Breite in Pixel, 3. und 4. Wert = Rahmenart, 5. Wert = Rahmenfarbe*/
	
}

table.listings {
border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	
	border-bottom-width:1px;
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#333333;
}
/* Kopffarbe, Schriftart, Schriftgroesse, Schriftfarbe für den Kopf der Optionsfelder im rechten Bereich des Shops */
td.optionhead {
	background-color: #A2A9C6;
	font-family: Verdana, Arial;
	font-size: 11px;	
	color:#ffffff;	
}

/* Zellenfarbe, Schriftart, Schriftgroesse, Schriftfarbe für die Links der Optionsfelder im rechten Bereich des Shops */
td.optionfields {
	background-color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10px;	
	color:#333333;	
}

/* Rahmenfarbe für die Optionsfelder im rechten Bereich des Shops */
table.optionborder {
	background-color: #000000;	
}

/* Hintergrundfarbe der Artikeluebersicht */
td.articlelist {
	background-color: #E3E9EB;		
}

/* Aendern der Forumarfeldereigenschaften wie Rahmenfarbe, Rahmendicke, Hintergrundfarbe, Schriftgroesse, Schriftart */

/* Formulare: Textfelder, Buttons */
input{
	border: 1px solid #336699 1;	
	font-size: 11px;	
	font-family: verdana;
	color:#474747;		
	background: #ffffff;
}

/* Formulare: Listboxen */
select{
	border: 1 solid #336699;
	font-size: 11px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

/* Formulare: Textfelder */
textarea{
	border: 1 solid #336699;
	font-size: 11px;
	font-family: verdana;
	color:#474747;
	background: #ffffff;
}

/* Standard Text Normal. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.normal {
	font-size: 12px;	
	color:#333333;
	font-family: verdana;
}

/* Standard Text Klein. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.small {
	font-size: 10px;	
	color:#333333;
	font-family: verdana;
}

/* Standard Text Gross. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.big {
	font-size: 12px;	
	color:#999999;
	font-family: verdana;
}
/* Text für die Artikelbezeichnung. HINWEIS : Das Ändern der Schriftgröße bzw. Art kann das Layout des Shops beeinträchtigen */
.artbez {
	font-size: 12px;	
	color:#333333;
	font-family: verdana;
	font-weight: bold;
}

/* Eigenschaften der Links (Farbe, Textattribute) bei normal, besucht, MouseOver, Mousedown */

A:link { color: #333333; text-decoration: none; } 
A:visited { color :#333333; text-decoration: none; } 
A:hover {color:#333333;text-decoration: underline;} 
A:active {color:#333333; text-decoration: none; } 
