p, h1, h2, h3, h4, th, td, li, div, blockquote {
	   font-family: Verdana, Arial, sans-serif;
	   line-height: 140%; 
       }

p      {
	   text-align: left;
       }

h1     {
	   text-align: center;
       }

blockquote {
       font-size: 90%;
       margin-left: 5%;
       margin-right: 5%;
       }
       
sub, sup    {
       font-size: 60%;
       position: relative;
       line-height: 0px;
       }

i, em     {
      font-style: italic;
      }

b, strong {
          font-weight: bold; 
          }

p.litangabe {
            font-size: 90%;
            text-align: right;
            margin-left: 20%
}

p.kommentar {
            font-size: 90%;                     
}

p.kleiner   {
            font-size: 90%;
}


p.einruckung1 {
  margin-left: 30px;
}

p.einruckung2 {
  margin-left: 50px;
}


table  {
            font-size: 90%;
            vertical-align: top;
            border-style: solid;
            border-collapse: collapse;
            border-color: #008080;
            padding: 5;
}

td          {
  border-style: solid;
  border-width: thin;
  border-color: #008080;
  padding: 10px;
  vertical-align: top;
}




