/* 		--> Formatierungen Inhalte <-- 															*/	

/* --> Schrift <-- */	
    
body,br,div,p,li,ul,table,tr,td	{
  font-size: 99%;
  color: black;
  font-family: verdana, arial, sans-serif, "trebuchet ms";
  vertical-align: top;
  }

#inhalt {
  font-size: 0.85em;
  line-height: 1.25em;
  }


#fuss 	{
  font-size: 0.71em;
  }
    
    td > p {
      margin: 0px;
      padding: 0px;
      }
      
    #inhalt p {
      padding-bottom: 0px;
      }
      
    #inhalt table {
      width: 100%;
      }  

/* 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;
 }

/* --> Titel <-- 															*/	

h1 {
  }
h2 {
  width: 100%;
  vertical-align: middle;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  font-size: 110%;
  line-height: 130%;
  color: #ab0000;
  }
h3 {
  width: 100%;
  vertical-align: top;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 100%;
  line-height: 120%;
  color: #333333;
  }

    
/* --> Auszeichnungen <-- */	
    
span.auszeichnung1 {
  color: #000000;
  text-decoration: underline;
  }

span.bildlegenden {
  font-style: italic;
  }  
      
/* --> Absätze <-- 											  	*/	       
/* --> Linien <-- 											  	*/	       
      
    hr {
      color: #a5a5a5;
      height: 0px;
      border: 0px;
      border-bottom: solid 1px #a5a5a5;
      }     
      
/* Tabellen */

/* Allgemein Tabellen */

td {
  padding: 0px 1px 0px 1px;
  }

caption {
  text-align: left;
  padding: 0px 0px 0px 9px;
  font-weight: bold;
  }

/* TYPO3-Tabelle -> Inhaltselement */

table.contenttable {
border: 0px;
}
table th {
border: 1px solid #b8b8b8;
background-color: #e8e8e8;
font-weight: bold;
padding: 2px;
}
table.contenttable td {
border: 1px solid #d8d8d8;
background-color: #f8f8f8;
}
