/* 		--> Formatierungen Inhalte <-- 															*/	

/* --> Schrift <-- */	
    
body,br,div,p,li,ul,table,tr,td	{
  font-size: 98%;
  color: #222222;
  font-family: verdana, arial, sans-serif, trebuchet ms;
  vertical-align: top;
  }

#inhalt {
  font-size: 0.8em;
  line-height: 1.20em;
  }


/* 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;
 }



#fuss 	{
  font-size: 0.71em;
  color: #ffffff;
  }


    
    td > p {
      margin: 0px;
      padding: 0px;
      }
      
    #inhalt p {
      padding-bottom: 13px;
      }
      
    #inhalt table {
      width: 100%;
      }  
    
/* --> Auszeichnungen <-- */	
    
span.auszeichnung1 {
  color: #000000;
  text-decoration: underline;
  }

span.bildlegenden {
  font-style: italic;
  } 

td.h2_table {
  vertical-align: top;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 105%;
  line-height: 110%;
  color: #378831;
  border-bottom: 1px solid #e0d6c4;
 }
      
	  /* 		--> Absätze <-- 											  	*/	       
      
	  /* 		--> Linien <-- 											  	*/	       
      
    hr {
      color: #e0d6c4;
      height: 0px;
      border: 0px;
      border-bottom: 1px solid #e0d6c4;
      }     
      
/* Tabellen */

/* Allgemein Tabellen */

td {
  padding: 0px 1px 0px 1px;
  }

/* Design-Vorgaben */
