/* Allgemeine Definitionen */
BODY 
  {
    background-color:chocolate; font-family: Verdana, Arial, Helvetica; 
    scrollbar-base-color:chocolate;scrollbar-arrow-color:teal;
  }
HR { color:teal; }
H1 {text-align:center; }
A:link    { color:darkgreen; }
A:visited { color:darkgray; }
A:active  { color:red; }
TABLE.CONTENT {font-size:x-small; font-family: Verdana, Arial, Helvetica; }

/* Definitionen für den Orgel Teil */
P.QUESTION { font-weight:bold; font-style:italic; text-indent:1ex; margin-bottom:1ex; }
P.REMARK { margin-left:50ex; margin-right:2ex; margin-bottom:2ex; font-style:italic; }
P.CITE { margin-left:5ex; margin-right:6ex; margin-bottom:2ex; font-style:italic; }
UL.EMPTYLIST { list-style-type: none; }

/* Definitionen für die Überschrift */
A.KOPF {font-size: 10px; font-family: Verdana, Arial, Helvetica; text-decoration: none; font-weight:bold; }
A.KOPF:link    { color:white; }
A.KOPF:visited { color:darkgray; }
A.KOPF:active  { color:red; }
BODY.KOPF {color:white; }
TABLE.KOPF {background-color:teal; }

/* Definitionen für den unteren Teil */
BODY.UNTEN { background-color:teal; background-image:url(img/banner.gif); background-repeat:no-repeat; }
P.UNTEN { font-family: Verdana, Arial, Helvetica; font-weight:bold; color:white; font-size:xx-large; }