  body {
    font: normal 9pt Arial, sans-serif;
    color: #333333; background-color: #ffffff;
  }

  p {
  	font: normal 9pt Arial, sans-serif;
	letter-spacing: 0; 
	font-weight: normal;
	display:block;
	margin: 0px 0px 10px 18px;
   }
   
  p.datum {
	font-weight: bold;
	letter-spacing: 1px;
	margin: -10px 0px 0px 18px;
  }
   .bu {
  	font: normal 8pt Arial, sans-serif;
	width: 200px;
	display:block;
	margin: 0px 0px 0px 18px;
	} 
	
   .fussnoten {
  	font: normal 7pt Arial, sans-serif;
	display:block
	margin: 0px 0px 0px 0px;
	} 
	
   .hoeherstellen {
  	vertical-align:super;
    line-height: 0px;
    font-size: 80%;
  }  
  .tieferstellen {
  	vertical-align:sub;
    line-height: 0px;
    font-size: 80%;
  }  
  
  h1 {
  	font: normal 11pt Arial, sans-serif;
	letter-spacing: 0px; 
	margin-top: 10px;
	color: #149C5C; 
	font-weight: bold;
	margin: 0px 0px 10px 18px;
   } 
    
  h2 {
  	font: normal 10pt Arial, sans-serif;
	letter-spacing: 0px; 
	margin-top: 10px;
	color: #149C5C; 
	font-weight: bold;
	margin: -10px 0px 10px 18px;
   }
   
    h3 {
  	font: normal 12pt Arial, sans-serif;
	letter-spacing: 0px; 
	margin-top: 10px;
	color: #9C2E14; 
	font-weight: bold;
	margin: 0px 0px 10px 18px;
   } 
   
   
  A:link { 
  	color: #149C5C; text-decoration: none; 
	} 
  A:visited { 
  	color : #149C5C; text-decoration: none; 
	} 
  A:hover {
  	color: #149C5C;text-decoration: none;
	} 
  A:active {
  	color: #149C5C; text-decoration: none;
	}
	
  .li1 {
     background-color: #C7FFE5;
  }
  
  .li2 {
     background-color: #FFE971;
  }
  
  .litext {
  	letter-spacing: 0; 
	color: #333333; 
	font-weight: normal;
	font: normal 8pt Arial, sans-serif;
  }

  ul#Navigation {
    font: normal 9pt Arial, sans-serif;
    margin: 0; padding: 0;
    border: 0px solid #9C2E14;
    background-color: #FFFFFF;
  }
  
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    padding-left: 0;
    padd\ing-left: 0;
  }
  
  ul {
  	font: normal 8pt Arial, sans-serif;
	letter-spacing: 0; 
	font-weight: normal;
	display:block;
	margin: 0px 0px 10px 18px;
	}

  * html ul {  /* Korrekturen fuer IE 5.x */
    padding-left: 18px;
    padd\ing-left: 18px;
  }
  
  ul#Navigation li {
    width: 100%;
	list-style: none;
    margin: 0; padding: 0;
  }

  ul#Navigation li ul {
    margin: 0px 0px 0px 0px; 
	padding: 0;
	background-color: #FFFFFF;
  }
  ul#Navigation li ul li {
    width: 100%;
	padding-left: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
  }
  * html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

  ul#Navigation a {
    display:block;
    padding: 4px;
    text-decoration: none; font-weight: bold;
    color: #149C5C; 
  }
  * html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 15em;  /* Breitenangabe fuer IE 6 */
  }
  * html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 15em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #149C5C;
  }
     
  sub, sup {
    line-height: 0px;
    font-size: 80%;
  }
  
/* extra-angaben fuer das cms*/
  .button {
     background-color: #FFA820;
	 border:1 solid black ;
	 background:#FFA820; 
	 width:268px; 
	 height:20px;
  }


/* für Tabellenkopf*/
.tablehead {

	font: bold 10pt Arial, sans-serif;
	color: #ffffff;
	font-style: normal;
	background-color:#149C5C;
	margin: 0px 0px 6px 6px;
}

/* für Farbwechsel in der Tabelle*/
.tablerow1 {

	font: normal 8pt Arial, sans-serif;
	color: #149C5C;
	font-style: normal;
	background-color:#ffffff;
	margin: 0px 0px 6px 6px;
}

/* für Farbwechsel in der Tabelle*/
.tablerow2 {

	font: normal 8pt Arial, sans-serif;
	color: #149C5C;
	margin-left: 6px;
	font-style: normal;
	background-color:#FFE971;	
}