/* 		--> Formatierungen Inhalte <-- 															*/	

	  /* 		--> Schrift <-- 											  	*/	
    
    body,br,div,p,li,ul,table,tr,td	{
      font-size: 11px;
      color: #696969;
      font-family: Verdana, Arial, Helvetica, Sans-serif;
      line-height: 13px;
      }    
	
	  /* 		--> Seitentitel H1-H6 <-- 											  	*/	
    
 
    h1 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #696969;
      }
      
    h2 {
      font-size: 15px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #696969;
      }

    h3 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #A9A9A9;
      }
      
    h4 {
      font-size: 15px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: #A9A9A9;
      }

    h5 {
      font-size: 13px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: white;
      }
      
    h6 {
      font-size: 15px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-weight: bold;
      color: white;
      }                        

	  /* 		--> Auszeichnungen <-- 											  	*/	
    
    span.auszeichnung1 {
      color: darkblue;
      }           
    span.auszeichnung2 {
      color: crimson;
      }
    span.auszeichnung3 {
      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: #EDEDED;
      padding: 1px;
      }     
    td.tabellenzelle3 {
      background-color: #D3D3D3;
      padding: 1px;      
      }
    td.tabellenzelle4 {
      background-color: #A3B4D1;
      padding: 1px;   
      }         

	  /* 		--> Tabellentitel <-- 											  	*/
      
    td.tabellentitel1 {
      background-color: #F5F5F5;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel2 {
      background-color: #EDEDED;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel3 {
      background-color: #D3D3D3;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }
    td.tabellentitel4 {
      background-color: #A3B4D1;
      padding: 3px;
      height: 25px;
      vertical-align: middle;
      }

p.align-center {  text-align: center;}
p.align-left {  text-align: left;}
p.align-right {  text-align: right;}
p.align-justify {  text-align: justify;}
