<!--
/* Standard-Formate für Textbloecke und Aufzaehlungen */

P  {
	font-size : x-small;
	font-family : sans-serif;
	color : #000000;
	text-align : justify;
}

TD  {
	font-size : x-small;
	font-family : sans-serif;
	color : #000000;
	text-align : left;
}

LI  {
	font-size : x-small;
	font-family : sans-serif;
	color : #000000;
	text-align : left;
}


/* Ueberschriften */


H1  {
	font-size : medium;
	font-family : sans-serif;
	color : #000000;
}

H2  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : #000000;
}

H3  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : #082DA6;
}


H4  {
	font-size : x-small;
	font-family : sans-serif;
	font-style : italic;
	color : #000000;
}

H5  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : #000000;
}

H6  {
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	color : #082DA6;
}

/* Standard-Verweise */

A  {	
	font-size : x-small;
	font-family : sans-serif;
	color : #004080;
	text-decoration : none;
}

A:Visited  {
	color : #004080;
	text-decoration : none;
}

A:Active  {
	color : #004080;
	text-decoration : none;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

/* Verweise fuer Artikelbezeichnungen */

A.Artikel  {	
	font-size : x-small;
	font-family : sans-serif;
	color : #e5e5e5;
	text-decoration : none;
}

A.Artikel:Visited  {
	color : #e5e5e5;
	text-decoration : none;
}

A.Artikel:Active  {
	color : #e5e5e5;
	text-decoration : none;
}

A.Artikel:Hover  {
	color : #e5e5e5;
	text-decoration : underline;
}

/* Verweise in der Navigation */

A.Navigation  {	
	font-size : x-small;
	font-family : sans-serif;
	color : #ffffff;
	text-decoration : none;
}

A.Navigation:Visited  {
	color : #ffffff;
	text-decoration : none;
}

A.Navigation:Active  {
	color : #ffffff;
	text-decoration : none;
}

A.Navigation:Hover  {
	color : #ffffff;
	text-decoration : underline;
}


/* Tabellenformatierungen */

TABLE.SHOPBEDIENUNG {
	background-color : #F0F0F0;
}

TR.SHOPKOPFZEILE {
	background-color : #d0d0d0;
}

TD.SHOPKOPFZEILE {
	background-color : #d0d0d0;
}

TR.SHOPARTIKELFARBEEINS {
	background-color : #E0E0E0;
}

TD.SHOPARTIKELFARBEEINS {
	background-color : #E0E0E0;
}

TR.SHOPARTIKELFARBEZWEI {
	background-color : #F0F0F0;
}

TD.SHOPARTIKELFARBEZWEI {
	background-color : #F0F0F0;
}


/* Body-Tag-Formate */

BODY  {}

/* Zusatzklassen f&uuml;r allgemeine Formate */

.center {
text-align : center;
}

-->

/* Navigation */

