body { 
	font-family: Verdana, Tahoma, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;            /*allgemeine Schriftgrösse*/
	color: #001050; 
	background: #FFFFFF;
}
A:link	{						/*noch nicht besuchte Ziele */
	text-decoration:	underline;
	color:	#0000C0;
}	
A:visited	{					/*besuchte Ziele */
	text-decoration:	underline;
	color:	#0000C0;
}	
A:hover	{						/*Verweise bei Mouseover*/
	text-decoration:	none;
	color:	#0000C0;
	background-color: #DFDFFF;
}	
A:active	{				    /*angeklickte Ziele*/
	text-decoration:	underline;
	color:	#0000C0;
}	
A:focus	{					    /*Ziele die den Focus erhalten*/ 		 
	text-decoration:	underline;
	color:	#0000C0;
	background-color: #DFDFFF;
}
h1 {
	font-weight: bold; 
	font-size: 24px; 
	margin-bottom: 0; 
	background-color: #FFFFFF; 

}
h2 {
	font-size: 24px; 
	margin-bottom: 0;
}
h3 {
	font-weight: bold; 
	font-size: 20px; 
	margin-bottom: 0; 
}
h4 {
	font-size: 20px; 
	background-color: #D3D2D7;
}
h5 {
	font-weight: bold; 
	font-size: 16px; 
	margin-bottom: 0; 
}
h6 {
	font-size: 16px; 
	background-color: #D3D2D7;
}
hr {
	color: #000040;
}
p {
	font-size: 14px; 
}

