﻿/* LitV/Biblio CSS */
/* Inspiration from »A list apart« gratefully acknowledged */

body { 
       background-color: #FCFBF0;
}

div.pic { 
       float: left;
       margin-right: 1em;
       margin-bottom: 1em;}

div.pic2 {
       float: right;
       margin-left: 1em;
       margin-bottom: 1em;}

h1   { color: red; 
       font-size:  2.5em;
       letter-spacing: 3px;
       font-style: italic;
       font-weight: medium;
       line-height: 3em;
       font-family: Georgia, "Times New Roman", serif;}

h2   { text-align: center;
       margin-top: 18px;
       font: 1.4em Georgia, "Times New Roman", serif; 
       letter-spacing: 1px;}

h3   { font: bold 0.8em Verdana, Arial, sans-serif; 
       letter-spacing: 2px;
       text-transform: uppercase;
       text-align: center;}

h4   { font: 1em Georgia, "Times New Roman", serif; 
       letter-spacing: 1px;
       text-align: center;}

h5   { font: italic 0.8em Georgia, "Times New Roman", serif; 
       letter-spacing: 1px;
       text-align: center;
}

/* ************************************************* */

p	{ font-family:  georgia,  "Times New Roman", serif;
          font-size: 0.8em; line-height:1.6em;}

ul, ol  { font-family:  georgia,  "Times New Roman", serif;
          font-size: 0.8em; line-height:1.6em;}

p.ref {  margin-left: 2em;
         margin-top: -1em;
		  text-indent: -2em;}

p.leitsatz { border: 1px solid #aaaaaa;
          padding: 5px;
          margin-left: 50px; 
          margin-top: 0px;
          font:  0.7em  georgia,  "Times New Roman", serif;}

p.cit   { padding: 5px;
          margin-left: 50px; 
          margin-top: 0px;
          font-family: georgia,  "Times New Roman", serif;
          font-size: 0.8em; line-height:1.4em;}

p.subtitle  { font: italic 0.7em Georgia, "Times New Roman", serif; 
       letter-spacing: 1px;
       text-align: center;}


p.navi  { font-family: Verdana, sans-serif;
          font-weight: bold;
          padding: 0px;
          margin-left: 0px; margin-bottom: 1em;}

p.navi2 { margin-bottom: 2em; 
          padding-top: 1px;
          padding-bottom: 4px;
          font-weight: bold;
          font-size: 0.9em;
          border-top: 2px solid black; 
          border-bottom: 2px solid black; }
		    
span.n  { display: marker;
          position:relative; 
          left: -80px;
          color:red; 
          display: marker; } 


span.sc { font-variant: small-caps }