/*
** Stylesheet für meine Internetseiten
** Coded by Chris
** 30.12.1999
**
** Version 1.00: 24.03.2000 (Basisgerüst, Syntax Überprüfung)
** Version 1.10: 17.08.2000 (a.src, span.src, span.ini, span.plain)
** Version 1.20: 23.09.2001 (Kommentare, Klassen für Musikseite erstellt:
**      li.music, span.album, span.interpret, span.sales, span.title,
**      span.comment)
** Version 1.30: 14.01.2006 ((Leere) Klasse für eBrief-Adressen erstellt.
**      Hacks für den alten Netscape Betrachter entfernt)
*/


/* Seitengestaltung */
body                    { background-image: url(Marmor.gif);
                          font-family: Helvetica, Arial, sans-serif;
                          color: black; font-size: 12pt;
                          text-align: justify; }
h1                      { font-size: 24pt; font-weight: bold;
                          text-align: center; }
hr                      { margin-left: 5%; margin-right: 5%; }
p.first:first-letter    { font-size: 150%; font-style: normal; color: red; }


/* Allgemeine Gestaltung */
code                    { font-family: "Courier New", Courier, monospace; }
dt                      { font-weight: bold; margin-top: 1ex; }
blockquote              { font-style: italic; }
i.sub                   { font-style: italic; font-size: 80%; }
li.red                  { color: red; }
b.non                   { font-style: normal; font-weight: normal; }
b.topic                 { font-style: italic; font-weight: bold; color: red; }
b.topic:first-letter    { font-size: 150%; font-style: italic;
                          font-weight: bold; color: red; }
td.bdrt                 { font-weight: bold; text-align: right;
                          padding-right: 2em; }                          
td.bdce                 { font-weight: bold; text-align: center;
                          padding-left: 2em; padding-right: 2em; }                          


/* Gestaltung der Compactdiscliste */
li.music                { padding-bottom:1ex; }
span.album              { font-weight: bold; }
span.interpret          { font-style: italic; }
span.sales              { }
span.title              { color:blue; font-weight:bold; font-size: 80%;
                          padding-right:2em; }
span.comment            { color:green; font-weight:bold; font-style: italic;
                          font-size: 80%; padding-right:2em;  }

/* Für die Fußzeilen auf jeder Seite */
span.src                { font-size: 80%; }
span.ini                { font-size: 20pt; }
span.plain              { font-style: normal; }
span.caps               { font-variant: small-caps; }
span.email1             { }
span.email2             { font-size: 5%; }
a.src                   { font-size: 70%; }
