<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Seitenrand und -hintergrund */
body {
   margin-top:10px;
   margin-bottom:0px;
   margin-left:0px;
   marginwidth:0px;
   marginheight:10px;
   background-color: rgb(255,255,255);
   font-family:Arial, Helvetica, sans-serif;
}

/* Standard-Schriftart: */
p {
   font: 10pt Arial;
   color: rgb(0,0,0)
}

/* Überschrift: */
h2 {
   font: 14pt Arial;
   color: rgb(0,0,0);
   font-weight: bold
}

/* Schrift in Tabellenzeile: */
td {
   font: 10pt Arial;
   color: rgb(0,0,0)
}

/* Schrift fettgedruckt: */
b {
   font: 10pt Arial;
   color: rgb(0,0,0);
   font-weight: bold
}

/* Schrift in Tabellenheader: */
i {
   font: 10pt Arial;
   color: rgb(255,255,255);
   font-weight: bold
}

/* Tabellenheader: */
.thead {
   font: 10pt Arial;
   color: rgb(255,255,255);
   background: rgb(184,41,55);
   font-weight: bold
 }

/* 1. Tabellenzeile bei Datenausgabe: */
.tbody0{
   font: 10pt Arial;
   color: rgb(0,0,0);
   background: rgb(212,208,200)
}

/* 2. Tabellenzeile bei Datenausgabe: */
.tbody1{
   font: 10pt Arial;
   color: rgb(0,0,0);
   background: rgb(255,255,255)
}

/* 3. Tabellenzeile bei Datenausgabe: */
.tbody2{
   font: 10pt Arial;
   color: rgb(0,0,0);
   background: rgb(234,234,244)
}

/* Tabellenzeile für Versandkosten bei Warenkorb: */
.tbody3{
   font: 10pt Arial; color: rgb(0,0,0);
   background: rgb(192,192,192)
}

/* Tabellenzeile für Endsumme bei Warenkorb: */
.tbody4{
   font: 10pt Arial; color: rgb(0,0,0);
   background: rgb(239,239,239)
}

/* Navigationsfuß unter Datenausgabe: */
.navi {
   font: 8pt Tahoma; color: rgb(0,0,0);
   font-weight: bold
}

/* Verweise zu noch nicht besuchten Seiten: */
a:link {
   color: rgb(0,0,0);
   text-decoration:underline;
}

/* Verweise zu bereits besuchten Seiten: */
a:visited {
   color: rgb(0,0,0);
   text-decoration:underline;
}

/* Verweise, die gerade angeklickt werden: */
a:active {
   color: rgb(0,0,0);
   text-decoration:none;
}
</pre></body></html>