/* Position + HG-Farbe für alle */body {	margin: 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #000000;	background: #999999;	line-height: 18px;}/* Link */a:link {	color: #000000;	text-decoration: none;}/* Link besucht */a:visited {	color: #000000;	text-decoration: none;}/* Link Mouseover */a:hover {	color: #4d345c;	text-decoration: underline;}/* Hintergrund */#hg {	position: relative;	width: 800px;	height: 518px;	margin-left: auto;	margin-right: auto;	margin-top: 50px;	z-index:1;	border: 1px solid #999999;	background: #ffffff;}/* Abbinder */#footer {	position: absolute;	left: 0;	top: 525px;	z-index:2;	color: #FFFFFF;	width: 802px;	height: 28px;	text-align: center;}