/* Farben */

/* 		--> Formatierungen Inhalte <-- 															*/	

/* --> Schrift <-- */	
    
body,br,div,p,li,ul,table,tr,td	{
  font-size: 100%;
  color: black;
  font-family: verdana, arial, sans-serif, trebuchet ms;
  vertical-align: top;
  }

#inhalt {
  font-size: 0.70em;
  line-height: 1.35em;
  }
#inhaltrechts {
  font-size: 0.71em;
  line-height: 1.35em;
  text-align: right;
  padding: 5px;
  border: solid 1px #efefef;
  }


#fuss 	{
  font-size: 0.71em;
  }
    
    td > p {
      margin: 0px;
      padding: 0px;
      }
      
    #inhalt p {
      padding-bottom: 13px;
      }
      
    #inhalt table {
      width: 100%;
      }

#inhalt h1 {
  width: 100%;
  vertical-align: top;
  padding: 0px 0px 5px 0px;
  font-size: 1.3em;
  font-weight: normal;
  color: #ba2f3b;
  }
 
/* 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;
 }
   
/* --> Auszeichnungen <-- */	
    
span.auszeichnung1 {
  color: #000000;
  text-decoration: underline;
  }

span.bildlegenden {
  font-style: italic;
  }  
      
	  /* 		--> AbsÃÂ¤tze <-- 											  	*/	       
      
	  /* 		--> Linien <-- 											  	*/	       
      
    hr {
      color: #ebdde1;
      height: 0px;
      border: 0px;
      border-bottom: solid 1px #ebdde1;
      }     
      
/* Tabellen */

/* Allgemein Tabellen */

td {
  padding: 0px 1px 0px 1px;
  }
td.backlink {
  width: auto;
  vertical-align: top;
  padding: 3px 3px 3px 3px;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  background-color: #ebdde1;
  }



/* Design-Vorgaben */