/* 		--> Formatierungen Inhalte <-- 															*/

	  /* 		--> Schrift <-- 											  	*/

    body,br,div,p,li,ul,table,tr,td	{
      font-size: 11px;
      color: black;
      font-family: Verdana, Arial, Helvetica, Sans-serif;
      line-height: 13px;
      }

	  /* 		--> Seitentitel H1-H6 <-- 											  	*/


    h1 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 1px;
      font-weight: bold;
      color: black;
      }
      
    h2 {
      font-size: 14px;
      margin-top: 0px;
      margin-bottom: 2px;
      font-weight: bold;
      color: DarkGrey;
      }

    h3 {
      font-size: 15px;
      margin-top: 0px;
      margin-bottom: 3px;
      font-weight: bold;
      color: #CC0000;
      }

    h4 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: -13px;
      font-weight: bold;
      color: black;
      }
    h5 {
      font-size: 14px;
      margin-top: 0px;
      margin-bottom: -14px;
      font-weight: bold;
      color: DarkGrey;
      }
    h6 {
      font-size: 15px;
      margin-top: 0px;
      margin-bottom: -15px;
      font-weight: bold;
      color: #CC0000;
      }

	  /* 		--> Auszeichnungen <-- 											  	*/
    
    span.auszeichnung1 {
      color: gray;
      }
    span.auszeichnung2 {
      color: darkblue;
      }           
    span.auszeichnung3 {
      color: #CC0000;
      }
    span.auszeichnung4 {
      color: ForestGreen;
      }
      
	  /* 		--> Absätze <-- 											  	*/
      
    p.absatznormal {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 6px;
      }
    p.absatzfett {
      line-height: 15px;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 6px;
      }
    p.absatzkursiv {
      line-height: 15px;
      font-style: italic;
      margin-top: 0px;
      margin-bottom: 6px;      
      }         
    p.absatzfettkursiv {
      line-height: 15px;
      font-style: italic;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 6px;
      }
    p.erstzeileneinzug {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 6px;
      text-indent: 25px;
      }

	  /* 		--> Aufzählungen & Nummerierungen <-- 											  	*/

    ul {
      text-indent: 0px;
      }
    li {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }
    ol {
      line-height: 15px;
      font-weight: normal;
      margin-top: 0px;
      margin-bottom: 0px;
      }

	  /* 		--> Tabellenzellen <-- 											  	*/

    td {
      margin: 0px;
      padding: 0px;
      }

    td.tabellenzelle1 {
      background-color: #F5F5F5;
      padding: 1px;
      }
    td.tabellenzelle2 {
      background-color: #DCDCDC;
      padding: 1px;
      }
    td.tabellenzelle3 {
      background-color: #D3D3D3;
      padding: 1px;
      }
    td.tabellenzelle4 {
      background-color: #F08080;
      padding: 1px;
      }

	  /* 		--> Tabellentitel <-- 											  	*/
      
    td.tabellentitel1 {
      background-color: #F5F5F5;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel2 {
      background-color: #DCDCDC;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel3 {
      background-color: #D3D3D3;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel4 {
      background-color: #F08080;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      color: white;
      }

/* Textausrichtung */
.align-justify,
p.align-justify {
 text-align: justify;
 }
.align-left,
p.align-left {
 text-align: left;
 }
.align-right,
p.align-right {
 text-align: right;
 }
.align-center,
p.align-center {
 text-align: center;
 }

