body { margin-left: 0.5cm; margin-right:0,5cm; background-color:#8a9ab5;}
/*
Pfad:x:\_educopedia\_sw_swelements\styles&fonts 
Konventionen für die Bezeichnung: 
		[html-Bezeichnung]
		#[Textgröße][Farbe][Ausrichtung][Zeilenabstand][Schriftstil][Einrückung][Abstand in pt]
		#[99pt]   [g,b,s][l,r,j,c]      [a01,a10,a11] [f1,f2,f3,k,u,l] [el,er]
		Farbcode:  				   keine Angabe: schwarz
											   r=rot
							 				   g=grün
							 			 	   b=blau
							 			 	   s=special
		Ausrichtungscode:    l=links
											   r=rechts
											   j=blocksatz
											   c=zentriert
		Zeilenabstandscode:  a01=0pt oben, 1pt unten
												 a10=1pt oben, 0pt unten
												 a22=2pt oben, 2pt unten			 
		Schriftstilcode:	   keine Angabe: normal
											   f1=halbfett (font-weight: 600)
											   f2=mittelfett (font-weight: 800)
											   f3=ganz fett (font-weight: 1000)
											   k=kursiv
											   u=unterstrichen
											   l=blinkend
		Einrückungscode:	   el=Einrückung links
											   er=Einrückung rechts									 					 																																 

Letzte Aktualisierung: 18.3.04 

Zuerst die Überschriften:
	Bei Überschriften fällt das "n" weg, da es bereits dirch die Definition in 
	HTML enthalten ist und die Eingabe unnötigerweise verlängert. Da bei allen
	anderen Formaten sowieso die Ergänzung id="" folgt, wird sie hier aus Gründen
	der Systematik und vor allem der Übersichtlichkeit einbezogen.
.*/
	/*Überschriften 22pt*/
		/*Standardüberschrift 22pt*/
		h1 	 { font-family: Ottawa, sans-serif; font-size: 22pt;
		     font-variant:small-caps; font-weight:600; letter-spacing:1.1pt; 			
		     margin-top:5pt; margin-bottom:0pt; }
		/*Standardüberschrift 22pt zentriert*/
				h1#c { text-align:center; }	
		/*Standardüberschrift 22pt rot*/
				h1#r { color=#ff0000; }
		/*Standardüberschrift 22pt rot zentriert*/
				h1#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 22pt grün*/
				h1#g { color=#00ff00; }
		/*Standardüberschrift 22pt blau*/
				h1#b { color=#0000ff; }
	/*Überschriften 18pt*/	 
		h2 { font-family: Ottawa, sans-serif; font-size: 18pt; 
		     font-variant:small-caps;font-weight:600; letter-spacing:0.9pt; 
		     margin-top:4pt; margin-bottom:0pt; }
		/*Standardüberschrift 18pt zentriert*/
				h2#c { text-align:center; }	
		/*Standardüberschrift 18pt rot*/
				h2#r { color=#ff0000; }
		/*Standardüberschrift 18pt rot zentriert*/
				h2#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 18pt grün*/
				h2#g { color=#00ff00; }
		/*Standardüberschrift 18pt blau*/
				h2#b { color=#0000ff; }		 
	/*Überschriften 16pt*/			 
		h3 { font-family: Ottawa, sans-serif; font-size: 16pt; 
		     font-variant:small-caps; font-weight:600; letter-spacing:0.7pt; 
		     margin-top:3pt; margin-bottom:0pt; }
		/*Standardüberschrift 16pt zentriert*/
				 h3#c { text-align:center; }											 
		/*Standardüberschrift 16pt rot*/
				 h3#r { color=#ff0000; }
		/*Standardüberschrift 16pt rot zentriert*/
				 h3#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 16pt grün*/
				 h3#g { color=#00ff00; }
		/*Standardüberschrift 16pt blau*/
				 h3#b { color=#0000ff; }
		/*Standardüberschrift 16pt Einrückung links 10pt*/		 
				 h3#el10 {margin-left:10pt; }
		/*Standardüberschrift 16pt Einrückung links 20pt*/	
				 h3#el20 {margin-left:20pt; }
		/*Standardüberschrift 16pt Einrückung links 30pt*/	
				 h3#el30 {margin-left:30pt; }
		/*Standardüberschrift 16pt Einrückung links 40pt*/	
				 h3#el40 {margin-left:40pt; }		 			 
	/*Überschriften 14pt*/			 
		h4 { font-family: Ottawa, sans-serif; font-size: 14pt; 
		     font-variant:small-caps;font-weight:600; letter-spacing:0.5pt; 
		     margin-top:2pt; margin-bottom:0pt; }
		/*Standardüberschrift 14pt rot*/
				 h4#r { color=#ff0000; }
		/*Standardüberschrift 14pt rot zentriert*/
				 h4#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 14pt grün*/
				 h4#g { color=#00ff00; }
		/*Standardüberschrift 14pt blau*/
				 h4#b { color=#0000ff; }
		/*Standardüberschrift 14pt Einrückung links 10pt*/		 
				 h4#el10 {margin-left:10pt; }
		/*Standardüberschrift 14pt Einrückung links 20pt*/	
				 h4#el20 {margin-left:20pt; }
		/*Standardüberschrift 14pt Einrückung links 30pt*/	
				 h4#el30 {margin-left:30pt; }
		/*Standardüberschrift 124t Einrückung links 40pt*/	
				 h4#el40 {margin-left:40pt; }		 				 
	/*Überschriften 13pt*/			 
		h5 { font-family: Ottawa, sans-serif; font-size: 13pt; 
		     font-variant:small-caps; font-weight:600; letter-spacing:0.3pt; 
		     margin-top:1pt; margin-bottom:0pt; }
		/*Standardüberschrift 13pt rot*/
				 h5#r { color=#ff0000; }
		/*Standardüberschrift 13pt rot zentriert*/
				 h5#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 13pt grün*/
				 h5#g { color=#00ff00; }
		/*Standardüberschrift 13pt blau*/
				 h5#b { color=#0000ff; }
		/*Standardüberschrift 13pt Einrückung links 10pt*/		 
				 h5#el10 {margin-left:10pt; }
		/*Standardüberschrift 13pt Einrückung links 20pt*/	
				 h5#el20 {margin-left:20pt; }
		/*Standardüberschrift 13pt Einrückung links 30pt*/	
				 h5#el30 {margin-left:30pt; }
		/*Standardüberschrift 13pt Einrückung links 40pt*/	
				 h5#el40 {margin-left:40pt; }		 			 
	/*Überschriften 12pt*/				 
		h6 { font-family: Ottawa, sans-serif; font-size: 12pt; 
		     font-variant:small-caps; font-weight:600; letter-spacing:0.1pt; 
		     margin-top:1pt; margin-bottom:0pt; }	
		/*Standardüberschrift 12pt rot*/
				 h6#r { color=#ff0000; }
		/*Standardüberschrift 12pt rot zentriert*/
				 h6#rc { color=#ff0000; text-align:center;}
		/*Standardüberschrift 12pt grün*/
				 h6#g { color=#00ff00; }
		/*Standardüberschrift 12pt blau*/
				 h6#b { color=#0000ff; }				 	 
		/*Standardüberschrift 12pt Einrückung links 10pt*/		 
				 h6#el10 {margin-left:10pt; }
		/*Standardüberschrift 12pt Einrückung links 20pt*/	
				 h6#el20 {margin-left:20pt; }
		/*Standardüberschrift 12pt Einrückung links 30pt*/	
				 h6#el30 {margin-left:30pt; }
		/*Standardüberschrift 12pt Einrückung links 40pt*/	
				 h6#el40 {margin-left:40pt; }
				 		
/*Formatierung Normaltext:*/
		p { font-family: Ottawa, sans-serif; margin-top:0pt; margin-bottom:0pt;					
	    text-align:justify; }
	
	/*Textformate 11Pt:*/
		/*11pt Normaltext*/
			p#110 { font-size: 11pt; }
			/*11pt Normaltext Ausrichtung rechts*/
				  p#110r { font-size: 11pt; text-align:right; }
			/*11pt Normaltext halbfett*/
					p#110f1 { font-size: 11pt; font-weight:600; }
			/*11pt Normaltext fett*/
					p#110f2 { font-size: 11pt; font-weight:800; }		
			/*11pt Normaltext vollfett*/
					p#110f3 { font-size: 11pt; font-weight:1000; }
			/*11pt Einrückung links 10pt*/
					p#110el10 {font-size: 11pt; margin-left:10pt; }
			/*11pt Einrückung links 20pt*/
				  p#110el20 {font-size: 11pt; margin-left:20pt; }
			/*11pt Einrückung links 40pt*/
				  p#110el40 {font-size: 11pt; margin-left:40pt; }
/*02.02.99 11pt Normaltext halbfett zentriert Hintergrund Basisstichwort*/
					p#110mar { font-size: 11pt; font-weight:600; background-color:ddeeee; }	
/*Textformate 10,5pt*/
		/*10,5 Normaltext*/
		   	p#105 { font-size: 10.5pt; }
				/*10,5 Text 10,5pt halbfett*/
		   	   p#105f1 { font-size: 10.5pt; font-weight:600; }
				/*10,5 Text 10,5pt fett*/
		   	   p#105f2 { font-size: 10.5pt; font-weight:800; }	 
				/*10,5 Text 10,5pt vollfett*/
		   	   p#105f3 { font-size: 10.5pt; font-weight:1000; }	 
				/*10,5 Text 10,5pt zentriert*/
					 p#105c { font-size: 10.5pt;  text-align:center; }
				/*10,5 Text 10,5pt halbfett zentriert*/
					 p#105cf1 { font-size: 10.5pt; font-weight:600; 
				   text-align:right; }
				/*10,5pt Text halbfett zentriert Abstand unten 3pt*/
					 p#105cf1a03 { font-size: 10.5pt; text-align:center; font-weight:600; 
				   margin-bottom:3pt; }
				/*10,5pt Text halbfett zentriert Abstand nach oben 3pt*/
				   p#105cf1a30 { font-size: 10.5pt; text-align:center; font-weight:600; 
				   margin-top:3pt; }
				/*10,5pt Text halbfett zentriert Abstand nach oben und unten 3pt*/
				   p#105cf1a33 { font-size: 10.5pt; text-align:center; font-weight:600; 
				   margin-top:3pt; margin-bottom:3pt; }					
				/*10,5pt Text links halbfett */
				   p#105cl { font-size: 10.5pt; text-align:left; font-weight:600; }
				/*10,5 Text 10,5pt Ausrichtung rechts*/
					 p#105r { font-size: 10.5pt;  text-align:right; }
				/*10,5 Text 10,5pt Ausrichtung rechts halbfett*/
					 p#105rf1 { font-size: 10.5pt;  text-align:right; font-weight:600;}	 
				/*10,5pt Einrückung links 10pt*/
				   p#105el10 {font-size: 10.5pt; margin-left:10pt; }
				/*10,5pt Einrückung links 10pt Ausrichtung links*/
				   p#105lel10 {font-size: 10.5pt; text-align:left; margin-left:10pt; }	 
				/*10,5pt Einrückung links 10pt fett*/
				  p#105f1el10 {font-size: 10.5pt; font-weight:600; margin-left:10pt; }
				/*10,5pt Einrückung Links 17pt (wird zur sauberen Formatierung von 
		      Aufzählungen mit rotem Pfeil benötigt)*/
			    p#105el17 { font-size: 10,5pt; margin-left:17pt; }
				/*10,5pt Einrückung Links 17pt blau halbfett (wird zur sauberen 
					Formatierung von Aufzählungen mit rotem Pfeil benötigt)*/
			    p#105blf1el17 { font-size: 10,5pt; margin-left:17pt; }	
				/*10,5pt Einrückung links 20pt*/
				  p#105el20 {font-size: 10.5pt; margin-left:20pt; }
				/*10,5pt Einrückung links 20pt halbfett*/
			    p#105f1el20 {font-size: 10.5pt; font-weight:600; margin-left:20pt; }
		    /*10,5pt Einrückung links 27pt (wird zur sauberen Formatierung von 
		    	eingerückten Aufzählungen mit rotem Pfeil benötigt)*/
				  p#105el27 {font-size: 10.5pt; margin-left:27pt; }		
				/*10,5pt Einrückung Links 40pt*/
			    p#105el40 {font-size: 10.5pt; margin-left:40pt; }
				/*10,5pt Einrückung links 20pt fett*/
			    p#105bel40 {font-size: 10.5pt; font-weight:600; margin-left:40pt; }
	
	/*Textformate 10pt*/
				
				/*10pt Normaltext */
			    p#100 { font-size: 10pt; }
			 		/*10pt Normaltext Ausrichtgung links*/
			      p#100l { font-size:10pt; text-align:left; }	
					/*10pt Normaltext Ausrichtgung rechts*/
			 		  p#100r { font-size: 10pt; text-align:right; }		
					/*10pt Text Ausrichtung links halbfett*/
			 		  p#100lf1 { font-size: 10pt; text-align:left; font-weight:600; }
					/*10pt Text Ausrichtung links fett*/
			      p#100lf2 { font-size: 10pt; text-align:left; font-weight:800; }
					/*10pt Text Ausrichtung links vollfett*/
			 		  p#100lf3 { font-size: 10pt; text-align:left; font-weight:1000; }	 
				  /*10pt Text Ausrichtung rechts halbfett*/
			 		  p#100rf1 { font-size: 10pt; text-align:right; font-weight:600; }
			 		/*10pt Text Ausrichtung rechts fett*/
			 		  p#100rf2 { font-size: 10pt; text-align:right; font-weight:800; }
			 		/*10pt Text Ausrichtung rechts vollfett*/
			 		  p#100rf3 { font-size: 10pt; text-align:right; font-weight:1000; }	 
			 		/*10pt Text Ausrichtung zentriert halbfett */
			 		  p#100cf1 { font-size: 10pt; text-align:center; font-weight:600; }
		      /*10pt Text Ausrichtung zentriert fett */
			 		  p#100cf2 { font-size: 10pt; text-align:center; font-weight:800; }	 
			 		/*10pt Text Ausrichtung zentriert vollfett */
			 		  p#100cf3 { font-size: 10pt; text-align:center; font-weight:1000; }	 
			    /*10pt Text zentriert halbfett Abstand 1pt nach oben*/
			 		  p#100cf1a10 { font-size: 10pt; text-align:center; font-weight:600; 
						margin-top:1pt; }	
					/*10pt Text zentriert halbfett Abstand 1pt nach unten*/
			 		  p#100cf1a01 { font-size: 10pt; text-align:center; font-weight:600; 
						margin-bottom:1pt; }	
					/*10pt Text zentriert halbfett Abstand 1pt nach oben und unten*/
			 		  p#100cf1a11 { font-size: 10pt; text-align:center; font-weight:600; 
						margin-top:1pt; margin-bottom:1pt; }	
			    /*10pt Einrückung links 10pt */
			 		  p#100el10 {font-size: 10pt; margin-left:10pt; }	
					/*10pt Einrückung links 10pt halbfett*/
			 		  p#100f1el10 {font-size: 10pt; font-weight:600; margin-left:10pt; }	
			    /*10pt Einrückung Links 17pt, wird zur sauberen Formatierung von 
		    	  Aufzählungen mit rotem Pfeil benötigt*/
			   		p#100el17 { font-size: 10pt; margin-left:17pt; }
					/*10pt Einrückung links 20pt */
			 		  p#100el20 {font-size: 10pt; margin-left:20pt; }	
					/*10pt Einrückung links 20pt halbfett*/
			 		  p#100f1el20 {font-size: 10pt; font-weight:600; margin-left:20pt; }
			    /*10pt Einrückung Links 27pt (wird zur sauberen Formatierung von 
		  		  eingerückten Aufzählungen mit rotem Pfeil benötigt)*/
					  p#100el27 { font-size: 10pt; margin-left:27pt; }	
					/*10pt Einrückung links 30pt */
			 		  p#100el30 {font-size: 10pt; margin-left:30pt; }	
					/*10pt Einrückung links 30pt halbfett*/
			 			p#100f1el30 {font-size: 10pt; font-weight:600; margin-left:30pt; }	
					/*10pt Einrückung links 40pt */
			 		  p#100el40 {font-size: 10pt; margin-left:40pt; }	
					/*10pt Einrückung links 40pt halbfett*/
			 			p#100f1el40 {font-size: 10pt; font-weight:600; margin-left:40pt; }		 
	
	/*Textformate 9,5pt*/
		
		/*09,5pt Normaltext*/
			 p#095 { font-size: 9.5pt; }			
		   /*09,5pt Text Ausrichtung links halbfett*/
			   p#095lf1 { font-size: 9.5pt; text-align:left; font-weight:600; }
			 /*09,5pt Text Ausrichtung links fett*/
			   p#095lf2 { font-size: 9.5pt; text-align:left; font-weight:800; }
			 /*09,5pt Text Ausrichtung links vollfett*/
			 	 p#095lf3 { font-size: 9.5pt; text-align:left; font-weight:1000; } 	 
			 /*09,5pt Text Ausrichtung rechts halbfett*/
			   p#095rf1 { font-size: 9.5pt; text-align:right; font-weight:600; }
			/*09,5pt Text Ausrichtung rechts fett*/
			 	 p#095rf2 { font-size: 9.5pt; text-align:right; font-weight:800; }
			/*09,5pt Text Ausrichtung rechts vollfett*/
			 	 p#095rf3 { font-size: 9.5pt; text-align:right; font-weight:1000; }
			/*09,5pt Text Ausrichtung zentriert halbfett */
			 	 p#095cf1 { font-size: 9.5pt; text-align:center; font-weight:600;
		  /*09,5pt Text Ausrichtung zentriert fett */
			 	 p#095cf2 { font-size: 9,5pt; text-align:center; font-weight:800; }	 
			/*09,5pt Text Ausrichtung zentriert vollfett */
			 	 p#095cf3 { font-size: 9,5pt; text-align:center; font-weight:900; }	 
			/*09,5pt Text zentriert halbfett Abstand 1pt nach oben*/
			 	 p#095cf1a10 { font-size: 9,5pt; text-align:center; font-weight:600; 
				 margin-top:1pt; }	
			/*09,5pt Text zentriert halbfett Abstand 1pt nach unten*/
			 	 p#095cf1a01 { font-size: 9,5pt; text-align:center; font-weight:600; 
				 margin-bottom:1pt; }	
			/*09,5pt Text zentriert halbfett Abstand 1pt nach oben und unten*/
			 	 p#950cf1a11 { font-size: 9,5pt; text-align:center; font-weight:600; 
				 margin-top:1pt; margin-bottom:1pt; }	
			/*09,5pt Einrückung links 10pt*/
			 	 p#095el10 {font-size: 9,5pt; margin-left:10pt; }
			/*09,5pt Einrückung links 10pt halbfett*/
			 	 p#095f1el10 {font-size: 9,5pt; font-weight:600; margin-left:10pt; }	
			/*09,5pt Einrückung Links 17pt (wird zur sauberen Formatierung von 
		    Aufzählungen mit rotem Pfeil benötigt)*/
			   p#095el17 { font-size: 9,5pt; margin-left:17pt; }
			/*09,5pt Einrückung links 20pt*/
			 	 p#095el20 {font-size: 9,5pt; margin-left:20pt; }
			/*09,5pt Einrückung links 20pt halbfett*/
			 	 p#095f1el20 {font-size: 9,5pt; font-weight:600; margin-left:20pt; }
			/*09,5pt Einrückung Links 27pt (wird zur sauberen Formatierung von 
		    eingerückten Aufzählungen mit rotem Pfeil benötigt)*/
			   p#095el27 { font-size: 9,5pt; margin-left:27pt; }
		  /*09,5pt Einrückung Links 27pt fett blau, wird zur sauberen Formatierung 
		    von eingerückten Aufzählungen mit rotem Pfeil benötigt*/
			   p#090blf1el27 { font-size: 9pt; text-align:left; font-weight:600;  
			   margin-left:27pt; } 	
			/*09,5pt Einrückung links 30pt*/
			 	 p#095el30 {font-size: 9,5pt; margin-left:30pt; }
			/*09,5pt Einrückung links 30pt halbfett*/
			 	 p#095f1el30 {font-size: 9,5pt; font-weight:600; margin-left:30pt; }	
			/*09,5pt Einrückung links 40pt*/
			 	 p#095el40 {font-size: 9,5pt; margin-left:40pt; }
			/*09,5pt Einrückung links 40pt halbfett*/
			 	 p#095f1el40 {font-size: 9,5pt; font-weight:600; margin-left:40pt; }		 
				 		  	  		
	/*Textformate 9pt*/
		
		/*09pt Normaltext*/
			 p#090 { font-size: 9pt; }
		   /*09pt Text halbfett*/
			   p#090f1 { font-size: 9pt; font-weight:600; }
			 /*09pt Text fett*/
			   p#090f2 { font-size: 9pt; font-weight:800; }	 
			 /*09pt Text vollfett*/
			   p#090f3 { font-size: 9pt; font-weight:1000; }	 
			 /*09pt Text Ausrichtung links*/
			   p#090l { font-size: 9pt; text-align:left; }
			 /*09pt Text Ausrichtung links halbfett*/
			   p#090lf1 { font-size: 9pt; text-align:left; font-weight:600; }
			 /*09pt Text Ausrichtung links fett*/
			   p#090lf2 { font-size: 9pt; text-align:left; font-weight:800; }
			 /*09pt Text Ausrichtung links vollfett*/
			   p#090lf3 { font-size: 9pt; text-align:left; font-weight:1000; }	 	 
			 /*09pt Text Ausrichtung zentriert*/
			   p#090c { font-size: 9pt; text-align:center; }
			 /*09pt Text Ausrichtung zentriert halbfett*/
			   p#090cf1 { font-size: 9pt; text-align:center; font-weight:600; }
			 /*09pt Text Ausrichtung zentriert fett*/
			   p#090cf2 { font-size: 9pt; text-align:center; font-weight:800; }
			 /*09pt Text Ausrichtung zentriert vollfett*/
			   p#090cf3 { font-size: 9pt; text-align:center; font-weight:1000; }		 
			 /*09pt Text blau Ausrichtung links halbfett */
			   p#090blf1 { font-size: 9pt; color:#0088FF; text-align:left;
				 font-weight:600;}
			 /*09pt Einrückung Links 10pt*/
			   p#090el10 { font-size: 9pt; margin-left:10pt; }
			 /*09pt Einrückung Links 10pt halbfett*/
			   p#090f1el10 { font-size: 9pt; margin-left:10pt; font-weight:600; }	 
			 /*09pt Einrückung Links 17pt (wird zur saubere Formatierung von 
		     Aufzählungen mit rotem Pfeil benötigt)*/
			   p#090el17 { font-size: 9pt; margin-left:17pt; }
			 /*09pt Einrückung Links 17pt halbfett (wird zur saubere Formatierung 
			 	 von Aufzählungen mit rotem Pfeil benötigt)*/
			   p#090lf1el17 { font-size: 9pt; font-weight:600; text-align:left;
				 margin-left:17pt; }
			 /*09pt Einrückung Links 20pt*/
			 	 p#090el20 { font-size: 9pt; margin-left:20pt; }
			 /*09pt Einrückung Links 20pt halbfett*/
			   p#090f1el20 { font-size: 9pt; font-weight:600; margin-left:20pt; }	
			 /*09pt Einrückung Links 27pt (wird zur sauberen Formatierung von 
		     eingerückten Aufzählungen mit rotem Pfeil benötigt)*/
			   p#090el27 { font-size: 9pt; margin-left:27pt; }
		   /*09pt Einrückung Links 27pt fett blau, wird zur saubere Formatierung von 
		     eingerückten Aufzählungen mit rotem Pfeil benötigt*/
			   p#090blf1el27 { font-size: 9pt; font-weight:600; text-align:left; 
				 margin-left:27pt; }
			/*09pt Einrückung Links 30pt halbfett*/
			   p#090f1el30 { font-size: 9pt; font-weight:600; margin-left:30pt; }		  	
			 
			 /*Textformate 8pt*/
		
			   /*Normaltext 08pt*/
			     p#080 { font-size: 8pt; }
					 /*Normaltext 08pt halbfett*/
			       p#080f1 { font-size: 8pt; fontweight:600; }	
					/*Normaltext 08pt halbfett*/
			       p#080f2 { font-size: 8pt; fontweight:800; }	 
					/*Normaltext 08pt halbfett*/
			       p#080f3 { font-size: 8pt; fontweight:1000; }	 
				
	     /*Textformate 7pt*/
		     
				 /*Normaltext 07pt*/
			     p#070 { font-size: 7pt; }
					 /*Normaltext 07pt halbfett*/
			       p#070f1 { font-size: 7pt; fontweight:600; }	
					/*Normaltext 07pt halbfett*/
			       p#070f2 { font-size: 7pt; fontweight:800; }	 
					/*Normaltext 07pt halbfett*/
			       p#070f3 { font-size: 7pt; fontweight:1000; }	 
	
	     /*Textformate 6pt*/
		
		     /*Normaltext 06pt*/
			     p#060 { font-size: 6pt; }
					 /*Normaltext 06pt halbfett*/
			       p#060f1 { font-size: 6pt; fontweight:600; }	
					/*Normaltext 06pt halbfett*/
			       p#060f2 { font-size: 6pt; fontweight:800; }	 
					/*Normaltext 06pt halbfett*/
			       p#060f3 { font-size: 6pt; fontweight:1000; }	 
	
	     /*Textformate 5pt*/
		 
		     /*Normaltext 05pt*/
			     p#050 { font-size: 5pt; }
					 /*Normaltext 05pt halbfett*/
			       p#050f1 { font-size: 5pt; fontweight:600; }	
					/*Normaltext 05pt halbfett*/
			       p#050f2 { font-size: 5pt; fontweight:800; }	 
					/*Normaltext 05pt halbfett*/
			       p#050f3 { font-size: 5pt; fontweight:1000; }	 
					 						
/*Rahmen*/
	p.rahmen { text-align: right; line-height: 1.2; padding: 10px; 
	 background: silver; }
	b { color: red; }
	f1 ( fontweight:600;)
	ul { list-style-image: url(cross.gif); font-family: Comic Sans MS, Arial, 
	 Helvetica, sans-serif; font-size: 12pt; }

/*Links*/
	A:link { color: blue; }
	A:hover { text-decoration: none; color: red; }
	A:active { text-decoration: none; color: red; }
	A:visited { color: blue; }

/*T A B E L L E N*/
