/***********************************************************
 * M&M Fachversand GmbH - StyleSheet                       *
 * Konstantin Reidel * http://www.rydle.de * info@rydle.de *
 * Letzte Änderung: 24.03.2002                             *
 ***********************************************************/
 
/* Ueberschriften*/
H1  {
	font-size:16pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
}

/* Untertitel*/
H2  {
	font-size:13pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
}

/* Standard-Schrift (Normal) */
H3  {
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

/* Standard-Schrift (Normal) - FETT*/
H3.fett  {
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
}

/* Klein fuer Beschreibungen*/
H4  {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

/* Bestellung: Module */
H4.weiss {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
}

/* Links*/
A  {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#1b3473;
}

A.weiss  {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
}

A:Hover.weiss  {
	font-size:8pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}

A:Visited  {
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#808080;
}

A:Active  {
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}

A:Hover  {
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#CC0000;
}

/* Bestellung: blaue Module */
TD.blau {
	background-color:#1B3473;
}

/* Bestellung/Lagerliste: blaue Module */
TD.grau {
	background-color:#C0C0C0;
}

/* Lagerliste: Grau Zeilen */
TR.hellgrau {
	background-color:#E8E8E8;
}
	
BODY  {
	background-color:#FFFFFF;
}

BODY.blau  {
	background-color:#1B3473;
}