/* Zentrale Formatdefinitionen */
/* --------------------------- */

/* Normaler Text */

p									{font-family:Verdana,Arial; 
	  							 font-size:9pt;
									 font-weight:normal;  
									 color:#000000;
									 line-height:15pt;
									 margin-left:0px;
									 margin-right:0px;
									 margin-top:0px;
									 text-align:justify;									 							 
   	  						 }
								
/* Große Überschriften */

p.ueberschrift		{font-size:14pt;
									 color:#000000;
									 font-weight:bold; 
								   margin-bottom:5px;
									 line-height:14pt;   
									 }
				 

									 
/* Zwischenüberschrift */

p.zwischen				 {font-size:11pt;
									 color:#000000;
									 font-weight:bold; 
									 line-height:14pt;
									 }
									 
									 
p.blau			     	 {font-size:12pt;
									 	font-weight:bold;
  									color:#00255C;
									  line-height:5pt;
										
									 }
									 
									 
p.fett				     {font-weight:bold;
									 }

/* ------------------------------------------------------------ */						
						
/* Listen */

ul 								 {font-family:Verdana,Arial; 
	  							 font-size:9pt;
									 color:#000000;
									 text-align:justify;									 							 
   	  						 }
				

ul.board					{font-family:Verdana,Arial; 
	  							 font-size:8pt;
									 color:#ffffff;
									 font-weight:bold;
									 text-align:justify;									 							 
   	  						 }
								
								 
/* ------------------------------------------------------------ */

/* normale Verweise */
a:link     {font-family:Verdana,Arial;
			 			font-size:9pt;
  					color:#000046;
						}

				 
a:visited  {font-family:Verdana,Arial;
						font-size:9pt;
  				 	color:#3E5B7B;
						
						}
			
						
a:active   {font-family:Verdana,Arial;
				 		font-size:9pt;
						color:#000000;
						}
				
				
a:hover    {font-family:Verdana,Arial;
						font-size:9pt;
						color:#55111C;
						}
						