/*==================================================Stylesheet fuer die Druckausgabe==================================================*//* Fuer die Druckausgabe ueberfluessiges abschalten */#navigation, #fusszeile, #kopf { display: none;}body			   { margin:0; padding:0;	   			   	 color: black; background-color: transparent;   	   			  	 font-family: Garamond, Palatino, "Times New Roman", Times, serif; 					 font-size: 11pt; }				   /* allg. Attribute ---------------------------------------------------------- */*.fett	 		   { font-weight:bold }*.fett_mitte 	   { font-weight:bold; text-align: center }*.kursiv 		   { font-style:italic }*.fett_kursiv 	   { font-weight:bold; font-style:italic }*.unterstrichen    { text-decoration: underline }*.zentriert 	   { text-align: center }*.rechts 		   { text-align: right }*.kleiner 		   { font-size: smaller }*.klein 		   { font-size: 80% }*.eng 			   { line-height: 80% }*.mittel 		   { line-height: 150% }*.weit 			   { line-height: 200% }*.anmerkung 	   { color: black; background-color: transparent; 			  	   	 font-style:italic; font-weight:bold } /* Boxen -------------------------------------------------------------------- */.inhalt 		   { position:relative; top:0px; left:0px;		  			 padding:0;		  			 width:100%;		  			 border:0px; }					 /* ----------------------------------------------------- */.rahmeninhalt 	   { margin:0; padding:0; }.rahmeninhalt p    { margin:0; padding:0.6em 20px 0.6em 20px; }.rahmeninhalt li   { margin:0; padding:0em 10px 0.2em 10px;			  	   	 list-style-position:outside;				   	 marker-offset:0; }			  /* ueberschriften ----------------------------------------------------------- */h1, h2, h3, h4 	   {font-family: verdana,arial,sans-serif}h1 				   { font-size: 130%; font-weight: bold }h2 				   { font-size: 120%; font-weight: bold;   	 			   	 font-variant: small-caps; }h3 				   { font-size: 120%}h4 				   { font-size: 120%; font-weight: bold;    				     font-variant: small-caps; 	 				 text-align: left }*.titel1 		   { color: black; background-color: transparent; 		   		   	 font-size: 180%; font-variant: small-caps; font-weight:bold;		   		   	 text-align: right; }*.titel2 		   { color: white; background-color: transparent; 		   		   	 font-size: 120%; font-weight:bold; 		   		   	 text-align: right; }*.titelmed 		   { font-size: 120%; font-weight:bold; 		   	 	   	 text-align: center }*.footer 		   { color:white; background:#000066; }  /* Listen ------------------------------------------------------------------- */ul 		  		   { font-weight: normal;    	 			   	 line-height:100%}li 				   { font-weight: normal;    	 			   	 line-height: 150%}li.menu 		   { padding:0;		  		   	 font-weight: normal; text-align: left;		  		   	 line-height: 150%; list-style:none; 		  		   	 text-decoration: none; }li.bullet 		   { padding:0;		  		   	 font-weight: normal; 				   	 line-height: 100%; 				   	 text-decoration: none; }			/* Tabellen ----------------------------------------------------------------- */table,tr,trbody    { color: black; background-color: transparent; 				   	 font-size: 100%; font-family: verdana,arial,sans-serif; }.kopf 			   { color: black; background-color: #c0c0c0; 	  			   	 font-weight:bold; }		/* Links -------------------------------------------------------------------- */a:link 	   		   { color: #04667e; background-color: transparent; 	   	 		   	 text-decoration:none; }a:visited 		   { color: #04667e; background-color: transparent; 		  		   	 text-decoration:none; }a:hover 		   { color: #04667e;background-color: transparent; 		  		   	 text-decoration:none; }					 /* ----------------------------------------------------- */a.wichtig:link 	   { color: red; background-color: transparent; 			   	   	 font-weight:bold; 				   	 text-decoration:none; }a.wichtig:visited  { color: red; background-color: transparent; 				  	 font-weight:bold; text-decoration:none; }a.wichtig:hover    { color: red; background-color: transparent; 				   	 font-weight:bold; text-decoration:underline; }a img			   { border: none;}