/* CSS *//* Kanzlei Jahn *//* ################################## *//* ALLGEMEINE EINSTELLUNGEN *//* ################################## */	.bgcolor 		{ 			background-color: #000000; 		}	/* ################################## *//* LINKFORMATIERUNGEN *//* ################################## */	a 		{			font-weight: normal;			color:#800000;			text-decoration:none;			font-family:verdana;		}	a:link 		{			font-weight: normal;			color:#2A5074;			font-family:verdana;		}		a:visited 		{			font-weight: normal;			color:#2A5074;			font-family:verdana;		}		a:active 		{			font-weight: normal			color:#2A5074;			font-family:verdana;		}		a:hover 		{			font-weight: normal; 			color: #2A5074;			text-decoration:underline;			font-family:verdana;		}	