*  { font-weight: normal; font-size: 12px; font-family: Verdana, Tahoma, Geneva, sans-serif, Arial, Helvetica }

BODY { background-color: #fff }

/* Definitionen für das Layout der Start-, der AGB/Impressum-, der Produkt- und Warengruppenseiten */
.main { background-color: #fff; border: solid 1px #f00 }

.main TD{
	COLOR: #000000
}

.main TH { color: #f00; font-weight: bold; font-size: 15px; text-align: left; border-bottom: 1px solid #f00 }

.main A { color: #f00; text-decoration: none; padding: 2px }

.main A:hover { color: #f00; text-decoration: underline }

.main IMG{
	BORDER: 1px solid #000033
}

.main STRONG{
	FONT-WEIGHT: bold
}

li   { color: #f00; padding-left: 3px }



/* Definitionen für das Layout der cats.htm, cart.htm und den Quickview */
.cats   { background-color: #fff; border: solid 1px #f00 }

.cats TD { COLOR: #000000 }

.cats TH  { color: #000000; font-weight: bold; font-size: 15px; text-align: left; border-bottom: 1px solid #f00 }

.cats A { color: #f00; font-size: 13px; text-decoration: none; padding: 2px }

.cats A:hover { color: #f00; text-decoration: underline }

.cats STRONG{
	FONT-WEIGHT: bold
}

.cats INPUT  { color: black; font-size: 10px }

.cats SELECT  { color: black; font-size: 10px }

/* Definitionen für das Layout des Warenkorbs und der Bestellseiten */
.basket { color: #f00; border: none }

.basket TD { color: #000033 }

.basket TH  { color: #f00; font-weight: bold; font-size: 14px; text-align: left; border: solid 1px #f00 }

.basket A { color: #f00; text-decoration: none; padding: 2px }
.basket A:hover { color: #f00; text-decoration: underline }

.basket STRONG { font-weight: bold }

.basket HR{
	BACKGROUND-COLOR: red
}	

.basket INPUT { color: black }

.basket SELECT { color: black }

.basket TEXTAREA { color: black };
	COLOR: ${basket.textarea.color}
}



/* Definitionen für Textelemente */
.text{
	TEXT-ALIGN: justify
}

.text h4{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: ${text.h3.color}
}

/* Definition für die Anzeige von Preisen und dem Warenkorb-Button */
.price{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000
}

.cartButton{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000
}

