<!--

* {
	font-size : 10pt;
    font-family: "Trebuchet MS", "Arial", "Helvetica", "sans-serif";
}

HaHoe  {
	font-size : 0.5em;
}
/* Body-Tag-Formate */

body {
    background-color : #d6d7ce;
    color: #555555; 
    margin: 0; 
    padding: 0;
}


/* Standard-Formate für Textbloecke und Aufzaehlungen */

P  {
	color : #000000;
	text-align : justify;
}

TD  {
	color : #000000;
	text-align : left;
}
UL { margin-bottom:0px; margin-top:0px; }

LI  
	{ margin-left:-15px; 
	DISPLAY: list-item; }

LI LI  
	{ margin-left:-20px; 
	DISPLAY: list-item; }

/* Ueberschriften */


H1  {
	font-size : 1.3em;
	color : #000000;
}

H2  {
	font-size : x-small;
	font-weight : bold;
	color : #000000;
}

H3  {
	font-size : 1.1em;
	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 : 1.0em;
	color : #000000;
	text-decoration : none;
}

A:Visited  {
	color : #004080;
	text-decoration : none;
}

A:Active  {
	color : #004080;
	text-decoration : none;
}

A:Hover  {
	color : #0000FF;
	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 : 0.8em;
	color : #000000;
	text-decoration : none;
}

A.Navigation:Visited  {
	font-size : 0.8em;
	color : #004080;
	text-decoration : none;
}

A.Navigation:Active  {
	font-size : 0.8em;
	color : #000000;
	text-decoration : none;
}

A.Navigation:Hover  {
	color : #687760;
	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;
}


/* Zusatzklassen f&uuml;r allgemeine Formate */

.center {
text-align : center;
}

-->

/* Navigation */

/*  Artikelbewertung mit sternen */
.rating{   
position:absolute;  width:120px;   
height:24px;   
background:url(/Bilder/stern.png) 0 -26px repeat-x;   
z-index:0;   
}   
.rating .progress{   
position:absolute;   
height:24px;   
background:url(/bilder/stern.png) 0 0 repeat-x;   
z-index:1;   
}  

#BildUnten
{
background-color:#efefef;
width:100px;
height:100px;
z-index:0;
}

#BildOben
{
background-color:#cdcdcd;
position:absolute;top:15px;left:20px;
width:50px;
height:50px;
z-index:1;
}


