
 
/*1. Titel */
 h2.lit {
   font-family: Helvetica, sans-serif;
   font-weight: normal;
   font-size: 220%;
   }

/* 3.Titel */
 h4.lit {
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 130%;
   text-align: right;
   border-bottom-color: black;
   border-bottom-width: 3px;
   border-bottom-style:double;

  }

/* 4.Titel */
 h3.lit {
   font-family: Arial, sans-serif;
   font-weight: bold;
   font-size: 120%;
   text-align: left;

  }

/* 4.Titel */
h5.lit {
   font-family: Helvetica, sans-serif;
   font-weight: normal;
   font-size: 90%;
  }

/* Personen */
.lit_p { 
   font-variant:small-caps;
   color:black;
   
  }

/* Buchtitel */
.lit_t {
   font-style:italic;
   color:#000000;
  }
   
/* Paragraph */
.lit_para {
   font-family: Gerogia, serif;
   font-size: 120%;
}
   
   /* Paragraph_eingerueckt */
.blockquote {
   text-decoration: none;
}
