/*  Standard-Formatierungen */
/*   <P id=HTUe>...</P>    oder   <SPAN id=Bibt>...</SPAN>    */

/*  Hauptüberschrift der Webseite */
  #HTUe {
  font-size:xx-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:rgb(170, 30, 80);
  text-align:center;
  margin-top:30px;
  line-height:150%;
  margin-left:250px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Untertitel der Webseite */
  #UTUe {
  font-size:x-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:center;
  margin-top:15px;
  line-height:150%;
  margin-left:250px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Untertitel der Webseite Bibelvers*/
  #UT2Ue {
  font-size:medium;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:center;
  margin-top:15px;
  line-height:120%;
  margin-left:280px;
  margin-right:40px;
  margin-bottom:0px;
  }

/*  Titel über Bibelvers*/
  #UT3Ue {
  font-size:x-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  margin-top:15px;
  line-height:120%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:15px;
  }

/*  Überschrift im Text  Ebene GLOBAL */
  #GTUe {
  font-size:x-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#aa1e50;
  text-align:left;
  margin-top:30px;
  line-height:150%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Überschrift im Text  Ebene GLOBAL blau*/
  #GTUebl {
  font-size:x-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:#0000c8;
  text-align:left;
  margin-top:30px;
  line-height:150%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Hauptüberschrift über Text  */
  #A0TUe {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(170, 30, 80);
  text-align:left;
  margin-top:30px;
  line-height:150%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Überschrift über Text  Ebene A */
  #ATUe {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  margin-top:10px;
  line-height:150%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Überschrift über Text  Ebene B */
  #BTUe {
  font-size:large;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  margin-top:10px;
  line-height:120%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }


/*  Überschrift über Text  Ebene C */
  #CTUe {
  font-size:medium;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  margin-top:10px;
  line-height:120%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Überschrift im Text  integriert  Ebene GLOBAL */
  #GTUeI {
  font-size:x-large;
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(170, 30, 80);
  text-align:left;
  line-height:150%;
  }

/*  Hauptüberschrift im Text  integriert */
  #A0TUeI {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(170, 30, 80);
  text-align:left;
  line-height:150%;
  }

/*  Überschrift im Text  integriert Ebene A */
  #ATUeI {
  font-size:large;
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(0, 0, 200);
  text-align:left;
  line-height:150%;
  }

/*  Überschrift im Text  integriert Ebene B */
  #BTUeI {
  font-size:large;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  line-height:120%;
  }

/*  Überschrift im Text  integriert Ebene C */
  #CTUeI {
  font-size:medium;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
  color:rgb(0, 0, 200);
  text-align:left;
  line-height:120%;
  }

/*  Bibeltext als eigener Absatz */
  #Bib {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  text-align: justify;
  margin-top:0px;
  line-height:120%;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Position für normalen Text */
  #PosNor {
  text-align: justify;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Normaler Text als eigener Absatz */
  #Nor {
  font-weight:normal;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Kommentar als eigener Absatz */
  #Kom {
  font-size:small;
  font-weight:lighter;
  font-style:normal;
  text-decoration:none;
  color:rgb(50, 50, 50);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Bibeltext als eigener Absatz ohne Einrückung */
  #BibI {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  text-align: justify;
  line-height:120%;
  margin-top:0px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Normaler Text als eigener Absatz ohne Einrückung */
  #NorI {
  font-weight:normal;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Kommentar als eigener Absatz ohne Einrückung */
  #KomI {
  font-size:small;
  font-weight:lighter;
  font-style:normal;
  text-decoration:none;
  color:rgb(50, 50, 50);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Bibeltext als eigener Absatz eingerückt auf 45 */
  #Bib2 {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  text-align: justify;
  margin-top:0px;
  line-height:120%;
  margin-left:45px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Normaler Text als eigener Absatz eingerückt auf 45 */
  #Nor2 {
  font-weight:normal;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:45px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Kommentar als eigener Absatz eingerückt auf 45 */
  #Kom2 {
  font-size:small;
  font-weight:lighter;
  font-style:normal;
  text-decoration:none;
  color:rgb(50, 50, 50);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:45px;
  margin-right:30px;
  margin-bottom:0px;
  }



/*  Bibeltext als eigener Absatz */
  #Bib3 {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  text-align: justify;
  margin-top:0px;
  line-height:120%;
  margin-left:60px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Normaler Text als eigener Absatz */
  #Nor3 {
  font-weight:normal;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:60px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Kommentar als eigener Absatz */
  #Kom3 {
  font-size:small;
  font-weight:lighter;
  font-style:normal;
  text-decoration:none;
  color:rgb(50, 50, 50);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:60px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Bibeltext innerhalb eines Absatzes (SPAN) */
  #Bibt {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  }

/*  Normaler Text innerhalb eines Absatzes (SPAN) */
  #Nort {
  font-weight:bold;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  }

/*  Kommentar innerhalb eines Absatzes (SPAN) */
  #Komt {
  font-weight:lighter;
  font-style:normal;
  font-size:small;
  text-decoration:none;
  color:rgb(50, 50, 50);
  }

/*  Bibeltext innerhalb eines Absatzes - fett (SPAN) */
  #Bibb {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(40, 25, 80);
  }

/*  Normaler Text innerhalb eines Absatzes - fett (SPAN) */
  #Norb {
  font-weight:bold;
  font-style:normal;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  }

/*  Kommentar innerhalb eines Absatzes - fett (SPAN) */
  #Komb {
  font-weight:bold;
  font-style:normal;
  font-size:small;
  text-decoration:none;
  color:rgb(50, 50, 50);
  }

/*  Bibeltext innerhalb eines Absatzes - fett und unterstrichen (SPAN) */
  #Bibu {
  font-weight:bold;
  font-style:italic;
  text-decoration:underline;
  color:rgb(40, 25, 80);
  }

/*  Normaler Text innerhalb eines Absatzes - fett und unterstrichen (SPAN) */
  #Noru {
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(0, 0, 100);
  }

/*  Kommentar innerhalb eines Absatzes - fett und unterstrichen (SPAN) */
  #Komu {
  font-weight:bold;
  font-style:normal;
  text-decoration:underline;
  color:rgb(50, 50, 50);
  }

/*  Normaler Text als eigener Absatz, aber kursiv und fett */
  #NorK {
  font-weight:bold;
  font-style:italic;
  font-size:medium;
  text-decoration:none;
  color:rgb(0, 0, 100);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Kommentar als eigener Absatz, aber kursiv und fett */
  #KomK {
  font-size:small;
  font-weight:bold;
  font-style:italic;
  text-decoration:none;
  color:rgb(50, 50, 50);
  line-height:120%;
  text-align: justify;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:0px;
  }

/*  Hinweis id für ">>>> Neu" in rot, aber ohne Text, da das nicht in allen Browsern geht(SPAN) */
  #Neu0{
  font-weight:bold;
  font-style:normal;
  color:rgb(170, 30, 80);
  }

/*  Hinweis ">>>> Neu" in rot (geht nicht in allen Browsern (SPAN) */
  #Neu {
  font-weight:bold;
  font-style:normal;
  color:rgb(70, 70, 70);
  margin-right:60px;
  }
  #Neu:before{
  content:"Neu >>>>   ";
  font-size:large;
  font-weight:bold;
  font-style:normal;
  color:rgb(130, 0, 0);
  margin-right:30px;
  }
  #Neu:after{
  content:"<<<<   ";
  font-size:large;
  font-weight:bold;
  font-style:normal;
  color:rgb(130, 0, 0);
  margin-left:30px;
  }

/*  Schriftfarbe und Hintergrund (BODY) */
  #GlobF {
  background-color: #77ddff;
  color: rgb(0, 0, 100);
  }

/*  Schriftfarbe und Hintergrund (BODY) weiß */
  #GlobW {
  background-color: #ffffff;
  color: #000000;
  }

  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}

/*  Hervorgehobener Text */
  #Wichtig {
  font-weight:bold;
  color: #6600CC}

/*  Hervorgehobener unterstrichener Text */
  #Wichtigu {
  font-weight:bold;
  text-decoration:underline;
  color: #6600CC}

/*  Normale Tabelle */
  #NTab {
  margin-left:30px;
  margin-right:30px;
  margin-top:10px;
  margin-bottom:10px;
  Background-color: #cce0ff;
  font-weight:bold;
  text-decoration:none;
  color: rgb(0, 0, 100);
  vertical-align: middle;
  empty-cells: show;
  }

/*  Normale Tabelle mit Linien und innerem und äußerem Abstand und hellblauem Grund*/
  #NLaTab {
  margin-left:30px;
  margin-right:30px;
  margin-top:10px;
  margin-bottom:10px;
  Background-color: #70B0F0;
  font-weight:bold;
  text-decoration:none;
  color: rgb(0, 0, 100);
  vertical-align: middle;
  empty-cells: show;
  border-spacing: 2px;
  border:thin solid blue;
  padding:1px;
  }

/*  Normale Tabelle mit Linien und innerem Abstand*/
  #NLiTab {
/*  margin-left:30px;
  margin-right:30px;
  margin-top:10px;
  margin-bottom:10px;
  empty-cells: show;
  Background-color: #70B0F0;*/
  font-weight:bold;
  text-decoration:none;
  color: rgb(0, 0, 100);
  vertical-align: middle;
  border-spacing: 2px;
  border:thin solid blue;
  padding:10px;
  }

/*  Text in einer Tabelle - Groß*/
  #ATab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: large;
  }

/*  Text in einer Tabelle - Mittel*/
  #BTab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: medium;
  }

/*  Text in einer Tabelle - Klein*/
  #CTab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: small;
  }

/*  Text in einer Tabelle - Groß und Einrückung*/
  #A1Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: large;
  margin-left: 15px;
  }

/*  Text in einer Tabelle - Mittel und Einrückung*/
  #B1Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: medium;
  margin-left: 15px;
  }

/*  Text in einer Tabelle - Klein und Einrückung*/
  #C1Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: small;
  margin-left: 15px;
  }

/*  Text in einer Tabelle - Groß - Einrückung - ohne unteren Rand*/
  #A2Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: large;
  margin-left: 15px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Mittel - Einrückung - ohne unteren Rand*/
  #B2Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: medium;
  margin-left: 15px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Klein - Einrückung - ohne unteren Rand*/
  #C2Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: small;
  margin-left: 15px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Groß - keine Einrückung - ohne oberen u unteren Rand*/
  #A3Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: large;
  margin-left: 0px;
  margin-top: -8px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Mittel - keine Einrückung - ohne oberen u unteren Rand*/
  #B3Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: medium;
  margin-left: 0px;
  margin-top: -8px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Klein - keine Einrückung - ohne oberen u unteren Rand*/
  #C3Tab {
  font-weight:bold;
  color: rgb(0, 0, 100);
  font-size: small;
  margin-left: 0px;
  margin-top: -8px;
  margin-bottom: -12px;
  }

/*  Text in einer Tabelle - Nur Einrückung*/
  #XTab {
  margin-left: 15px;
  }

/*  Kommentartext in einer Tabelle - Ohne Einrückung*/
  #DTab {
  font-weight:bold;
  color: #0000AA;
  font-size: medium;
  }

/*  Kommentartext in einer Tabelle - Einrückung*/
  #D1Tab {
  font-weight:bold;
  color: #0000AA;
  font-size: medium;
  margin-left: 15px;
  }

/*  Kommentartext in einer Tabelle - Einrückung - ohne unteren Rand*/
  #D2Tab {
  font-weight:bold;
  color: #0000AA;
  font-size: medium;
  margin-left: 15px;
  margin-bottom: -12px;
  }

/*  Tabellenelement - mittig*/
  #tdm {
  text-align: justify;
  }

/*  Trennlinien */
#AbsR {
  margin-top:30px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:30px;
  padding: 20px;
  outline-width: thin;
  outline-color: rgb(100, 100, 155);
  outline-style: inset;
  text-align: left;
  }

/*  Trennlinie eingerückt r+l */
#TrLi {
  height:2px;
  margin-top:5px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:5px;
  border: 0;
  color: rgb(100, 100, 100);
  background-color: rgb(100, 100, 100);
  }
/*  outline-width: thin;
  outline-color: rgb(100, 100, 100);
  outline-style: solid;
  }                         */


/*  Trennlinie eingerückt Abstand nach oben/unten 5px*/
#TrLis {
  height:2px;
  margin-top:5px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:5px;
  border: 0;
  color: rgb(100, 100, 100);
  background-color: rgb(100, 100, 100);
  }

/*  folgende Trennlinie eingerückt Abstand nach oben 0px/unten 5px*/
#TrLif {
  height:2px;
  margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  margin-bottom:5px;
  border: 0;
  color: rgb(100, 100, 100);
  background-color: rgb(100, 100, 100);
  }
/*  outline-width: thin;
  outline-color: rgb(100, 100, 100);
  outline-style: solid;
  }                         */

/*  Trennlinie nicht eingerückt */
#TrLi0 {
  height:2px;
  margin-top:5px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:5px;
  border: 0;
  color: rgb(100, 100, 100);
  background-color: rgb(100, 100, 100);
  }
/*  outline-width: thin;
  outline-color: rgb(100, 100, 100);
  outline-style: solid;
  }                       */

#WWWEinr
  {
  margin-left:10px;
  margin-right:10px;
  }

#Kge
  {
  background-color:#eeeeee;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  padding: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  width: 805px
  }

#Kli
  {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-color: #444444;
  padding: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  width: 400px
  }

#Kre
  {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  padding: 20px;
  text-align:justify;
  margin-left: 0px;
  margin-right: 5px;
  width: 400px
  }


  /*  http://www.css4you.de/ */