/* bibvoice.css */
/* Eric 20.02.2001 */
/* body { margin-top:10px; margin-bottom:10px; }*/
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
/* { font-family:Arial,sans-serif; font-size:10pt;} */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: black;
  background: white;
}

h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
{ font-family:Arial,sans-serif; }

h1 { 
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-bottom:40pt;
  background: #DDDDDD;
  color: black;
  width: 100%;
  padding: 10px;
}

.code {
  background-color: #FFFFE2;
  color: inherit;
  margin: 1em;
  border: solid 1px black;
  padding: 1em;
}


h2 { font-size:10pt; font-weight:bold; margin-top:20pt;  color: black;  }
h3 { font-size:10pt; font-weight:normal; margin-top:10pt; text-decoration:underline; margin-bottom:0pt; }

.justifytexte { font-size:10pt; }

.titre0 {  font-size:12pt; font-weight:bold }
/* Eric 2002 */
/* Normal text */

.titre { font-size:10pt; font-weight:bold }
/* Eric 20.09.2001 */
/* Normal text */

.texte { font-size:10pt; margin-left:30pt; }
/* Eric 20.09.2001 */
/* text-indent:10pt;  ??? */
/* Normal text */

.bible { font-size:10pt; margin-left:60pt;  font-weight:bold; color:"maroon"  }
.secte {font-size:10pt; margin-left:60pt; font-style:italic; color:"navy" }

 hr { color:#DDDDDD; height:3px; background:transparent; noshade }

.note { font-size:9pt;  }
/* Eric 20.09.2001 */
/* Normal text */

.auteur { font-family:Arial; font-size:10pt; text-align:right;}


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

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

p,ul,ol,li,div,th,address,nobr,b,i { font-family:Arial;  }
/* Eric 20.02.2001 */

td.xmpcode { border-width:1pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; }

/* Bereiche mit Beispiel-Quelltexten */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



.code { background-color:#FFFFE0; font-family:Courier New,Courier; font-size:10pt; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */



td.xplcode { background-color:#EEEEFF; }

/* Tabelleninhalte mit Erklaerungen */
/* background-color = Hintergrundfarbe */
/* #EEEEFF = helles Blau, Wert aenderbar */



.doc { background-color:silver;}
/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */



.footer { background:#DDDDDD; width:100%; color:black }

/*.qbar { background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif; } */

/* Layout-Elemente mit hellgrauem Hintergrund */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* font-family = Schriftart */
/* Arial,sans-serif = Schriftarten, Wert aenderbar */
/
/* 9pt = 9 Punkt, Wert aenderbar */


/* pre.normal { color:#000000; } */
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


/* a:link    { color:#AA5522; text-decoration:underline; }
/* a:visited { color:#772200; text-decoration:underline; }
/* a:active  { color:#000000; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

/* a.an { text-decoration:none; } */


/* Wenn Sie sich mit Style-Sheets */
/* auskennen, koennen Sie weitere Angaben notieren */