/*********************************************************************
* www.bibelcenter.de  - bc_studien.css                                  *
**********************************************************************
* CSS definitions by W. Schneider / webmaster@bibelcenter.de 
* 25.02.2004
* (c) 2004
**********************************************************************
*  This program is free software; you can redistribute it and/or     *
*  modify it under the terms of the GNU General Public License as    *
*  published by the Free Software Foundation; either version 2 of    *
*  the License, or (at your option) any later version.               *
*********************************************************************/
body {
color: #333;
font-family: arial, verdana, lucida, helvetica, sans-serif;
font-size: 100.01%;
}

#wrapper { width:90%;  margin: 0 auto; padding: 1em;
 font-family: arial, verdana, helvetica; border: 1px dotted #006;}
#header { border-bottom: 1px solid #006; padding: 1em; text-align: center; }

#logo { float: left; margin: 0; text-align: left; width: 250px; }
#overview {float: right; text-align: center; background: #fff; padding: 3px 12px;
   border: 1px solid #333;    -moz-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; }

.titel { clear: both; font: italic 2em times, serif; padding: 0; margin: 0; }
.autor { font: normal 1.2em arial, sans-serif; margin: 1.0em 0 1.5em 0; }

#footer { border-top: 1px solid #006; padding: 1em; margin: 2em 0 0 0; text-align: center; }
#source { float: right; }
#date { float: left; }
#copyright { margin: 2em 0 0 0; }

h1, h2, h3, h4 {
font-weight: normal;
font-family: arial, verdana, lucida, sans-serif;
color: #006;
margin : 1.5em 0 0.5em 0em;
}

h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-weight: bold;
font-size: 0.9em;
}

p { margin: 0.5em 0 0.5em 0; line-height: 1.3em; padding: 0; text-indent: 0em; }

p, li {
font-family: arial, sans-serif;
font-size: 0.9em; 
line-height: 1.3em;}

a:link {
   text-decoration: none;
   color: #0000CD;
}

a:visited {
   color: #660066;
   text-decoration: none;
}

a:hover {
   color: #006600;
   text-decoration: none;
}

blockquote {
  font-family: sans-serif;
  font-size: 9pt;
}

.intro {font-style: italic; }

.vers {
  font-weight: normal;
  font-size: 0.9em;
  font-family: arial, verdana;
  color: #006; margin: 1em 2em; }


.greek {
 font-family: "Arial Unicode MS";
}

.fn {
  font-size: 0.8em;
  font-family: sans-serif;
}
.fn_text { text-indent: -1.5em; padding-left: 1.5em; }

ol {
   font-family: sans-serif;
   font-size: 10pt;
   line-height: 12pt;
   font-weight : normal;
}

sup {
   font-size: 0.9em;
}

