/* ----------------------------------------------------------------------
Style sheet for bible2.net
------------------------------------------------------------------------*/

@charset "utf-8";
/* ============================================================
Beispiel-CSS, das Trennlinien einfügt und die Zeilenumbrüche des Texts erhält.
  Achtung: lange Zeilen werden mit "white-space:pre"  nicht umgebrochen,
  sondern notfalls über andere Inhalte drüber geschrieben.
  Sehen Sie also genügend Platz nach rechts vor,
  und testen Sie mit verschiedenen Schriftgraden (z.B. in FireFox: Menü Ansicht).

Example CSS which adds separator lines and preserves line-breaks of the text.
  Note: with "white-space:pre", long lines will not be wrapped,
  but instead they will be written over other texts.
  Be sure to provide enough space to the right,
  and test your page with different font sizes (e.g. in FireFox: Menü View).
============================================================ */

div.TheWord { margin: 0.2em; font-family: sans-serif; text-align: center; 
       color: #33cc33; background-color: #ffffff; }
p.TL { margin-bottom: 0.2em; font-weight: bold; border-bottom: 2px solid #cccccc; }
div.Parol { margin-top: 0.5em; border-bottom: 2px solid #cccccc; }
p.IL { font-style: italic; margin: 0; color: #009966;}
p.L  { white-space: pre; margin: 0;}
p.SL { font-style: italic; font-size: 90%; margin: 0; color: #009966;}
p.C  { white-space: pre; line-height: 1em; font-style: italic; 
       font-size: 90%; margin: 0.5em 0 0 0; color: #336666;}

