body {
 font-family:Arial;
  font-style:normal;
   font-size:10pt;
    font-weight:normal;
     text-align:justify;
      line-height:20px;
       background-color:#800000;
        }
	
	
	 
	 td {
	  font-family:Arial;
	   font-style:normal;
	    font-size:10pt;
	     text-align:left;
	      vertical-align:top;
	        }
		
		.td_left
		 {
		  text-align:left;
		   }
		   
		   .td_right
		    {
		     text-align:right;
		      }
		      
		      .td_center
		       {
		        text-align:center;
			font-size:20pt;
			background-color:#FFFF00;
			font-weight:bold;
			 }
			 
			 .td_justify
			  {
			   text-align:justify;
			    }
			    
			    hr {
			     background-color:blue; /* Mozilla 1.4 */
			      color:blue; /* IE 6 */
			       border:blue; /* Opera 7.11 */
			        height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
				 width: 70%;
				  text-align:center;
				   }
				   
				     
				     pre {
				      font-family:Courier New;
				       font-style:normal;
				        font-size:10pt;
					 text-align:left;
					  background-color:#F7F7F7;
					    }   
					    
					    .kapitel
					     {
					      font-family:Arial;
					       font-size:11pt;
					        background-color:blue;
						 color:white;
						  padding:2px 10px 2px 10px;
						   letter-spacing:0.5pt;
						    font-weight:bold;
						     }
						     
a:link {color:#800000; text-decoration:none }
a:visited {color:#800000; text-decoration:none }
a:hover {color:#005AB3; text-decoration:underline }
a:active {color:#800000; text-decoration:none }
a:focus  {color:#800000; text-decoration:underline }




