/*  Schriftfarbe und Hintergrund (BODY) weiß */
  #BodyW {
  background-color: #ffffff;
  color: #000000;
  }
/*  Ende BodyW*/

  a:link {color: #0000FF; text-decoration: none}
  a:active {color: #550000; text-decoration: none}
  a:visited {color: #551A8B; text-decoration: none}
  a:hover {color: #550000; text-decoration: underline}

/*  Globale Tabelle (TABLE) */
  #TabGl {
  border: 0;
  border-spacing: 10px;
  border-collapse: separate;
  width: 1000px;
  margin-left: 30px;
  }
/*  Ende TabGl */

/*  Tabellenelement (TD)  */
  #TDW {
  background-color:#ffffff;
  border-style: solid;
  border-bottom-color:#cccccc;
  border-left-color:#eeeeee;
  border-top-width: 0px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  vertical-align:top;
  }
/*  Ende TDWeiss */

/*  Tabellenelement (TD)  */
  #TDG {
  background-color:#f5f5f5;
  border-style: solid;
  border-bottom-color:#cccccc;
  border-left-color:#eeeeee;
  border-top-width: 0px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  vertical-align:top;
  }
/*  Ende TDGrau */

/*  Tabellenelement (TD)  */
  #TDGR {
  background-color:#f5f5f5;
  border-style: solid;
  border-bottom-color:#cccccc;
  border-left-color:#eeeeee;
  border-top-width: 0px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-bottom-color:#aa1e50;
  border-left-color:#ee0000;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  vertical-align:top;
  width:100%;
  }
/*  Ende TDGrauRand */

/*  Absatz einer Frage (P)  */
  #Frag {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#aa1e50;
  text-align:left;
  line-height:150%;
  }
/*  Ende Frag */

/*  Absatz einer Frage (P)  */
  #FragUe {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#323232;
  text-align:left;
  line-height:150%;
  }
/*  Ende Frag */

/*  Bibeltext ohne Einrückung (P) */
  #BibF {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:#281956;
  text-align: justify;
  line-height:120%;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
/*  Ende BibF */

/*  Normaler Text ohne Einrückung (P) */
  #NorF {
  font-weight:normal;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:#000064;
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
/*  Ende NorF */

/*  Kommentar ohne Einrückung (P) */
  #KomF {
  font-size:small;
  font-weight:lighter;
  font-style:normal;
  text-decoration:none;
  color:#323232;
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
  }
/*  Ende KomF */

/*  Text ausgegraut (P) */
  #Grau {
  font-style:italic;
  color:#282828;
  }
/*  Ende KomF */

/*  Trennlinie eingerückt Abstand nach oben/unten 5px*/
#TrLiFs {
  height:2px;
  margin-top:5px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:5px;
  border: 0;
  color: #646464;
  background-color: #646464;
  }
/*  Ende TrLiFs */

/*  folgende Trennlinie eingerückt Abstand nach oben 0px/unten 5px*/
#TrLiFf {
  height:2px;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:5px;
  border: 0;
  color: #646464;
  background-color: #646464;
  }
/*  Ende TrLiFf */