body    {
        color:#000000;
        background-color:#FFFFFF;
        margin-top:0px;
        margin-bottom:0px;
        }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */


a:link    { color:#0000FF; text-decoration:none; font-weight:bold; }
a:visited { color:#0000FF; text-decoration:none; font-weight:bold; }
a:hover   { color:#0000FF; text-decoration:underline; font-weight:bold; }
a:active  { color:#FF0000; text-decoration:none; font-weight:bold; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* text-decoration = Textstil */
a.menu:link    { color:#000000; text-decoration:none; font-weight:bold; }
a.menu:visited { color:#000000; text-decoration:none; font-weight:bold; }
a.menu:hover   { color:#000000; text-decoration:underline; font-weight:bold; }
a.menu:active  { color:#000000; text-decoration:none; font-weight:bold; }


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift */

table.albenliste {
border: 0px solid #CCCCCC;
width: 580px;
background-color: #FFFFFF;
}

table.album {
border: 0px solid #CCCCCC;
width: 580px;
background-color: #FFFFFF;
}

table.mainheader {
border: 0px solid #CCCCCC;
width: 580px;
background-color: #FFFFFF;
}

table.maincontent {
border: 1px solid #CCCCCC;
width: 580px;
background-color: #FFFFFF;
padding: 3px;
margin: 5px;
}

h1 { font-size:16pt;
   margin-top:0px;
   margin-bottom:5px;
 }
/* Seitenueberschriften */


h2
 { font-size:13pt;
   margin-top:0px;
   margin-bottom:0px;
 }
/* Unterüberschriften */

h2.sh2 { font-size:13pt; }
/*  */


h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }
/*  */


h4 { font-size:10pt; }
/*  */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:9pt; }
/* normaler Text */

td.green    {
            color:#00AA00;
            }

td.red      {
            color:#FF0000;
            }


