/* 		--> Formatierungen Inhalte <-- 															*/	



	  /* 		--> Schrift <-- 											  	*/	

    body,br,div,p,li,ul,table,tr,td	{
    font-size: 11px;
    color: black;
    font-weight: normal;
    font-family: verdana, trebuchet ms, arial, sans-serif;
    line-height: 14px;
    vertical-align: top;
    }

    td > p {
      margin: 0px;
      padding: 0px;
      padding-bottom: 1px;
      }

    #inhalt p {
      padding-bottom: 14px;
      }
    

  /* 		--> Auszeichnungen & Titel <-- 											  	*/	    

    span.auszeichnung1 {
      font-weight: bold;
      }

/* 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 <-- 											  	*/	       

    p.Titel {
      font-weight: bold;
      color: #000000;
      }

    p.Untertitel {
      font-weight: bold;
      color: #e52b38;
      }
    p.headline_rot {
      color: #e52b38;
      font-weight: bold;
      font-size: 24px;
      }      

/* 		--> Linien <-- 											  	*/	       

    hr {
      color: #000000;
      height: 0px;
      border: 0px;
      border-bottom: solid 1px #000000;
      }

    hr.ganzebreite {
      border: solid 1px #015581;
      height: 2px;
      width: 580px;
      margin-left: 0px;
      }          

/* Tabellen */

  /* Allgemein Tabellen */

    td.abstand_20px {
      width: 20px;
      height: 20px;
      margin: 0px;
      padding: 0px;

      }

  /* 2-spaltige Tabelle */

    table.tabelle_2spalten {
      width: 720px;
      border: 0px;
      margin: 0px;
      padding: 0px;

      }

    /* Tabellen-Kopfzeilen */

    td.titel {
      margin: 0px;
      vertical-align: middle;
      padding: 5px 0px 6px 5px;
      font-weight: bold;
      color: #e52b38;
      background-color: #EDEDED;
      border: solid 1px #DCDCDC;
      font-size: 13px;
      }
      

    /* Tabellen-Inhaltszeilen */    

    td.inhalt_2spalten {
      margin: 0px;
      padding: 5px;
      vertical-align: top;
      width: 360px;
      }

    td.inhalt_1spalte {
      margin: 0px;
      padding: 5px;
      vertical-align: top;
      width: 720px;
      }
      
td.inhaltfarbe1,
tr.inhaltfarbe1 {
 background-color: #e4e4e4;
 }

td.inhaltfarbe2,
tr.inhaltfarbe2 {
 background-color: #e6c8c8;
 }
