/* allgemein */body {	font-family: Times New Roman;	font-size: 12px;	background-color: #FFFFFF;	margin: 0px;	padding: 0px;	border: 0px; }a,a:link,a:visited,a:hover,a:active {	font-family: Arial;	font-size: 12px;	font-weight: bold;	color: #92bf22;	text-decoration: none;}* {	border: 0px;}/* layout */#spielfeld {	position: relative; 	top: 8px;	left: 8px;	border: 1pxsolid #92bf22;	padding: 0px;	background-color: #92bf22;	width: 559px;	height: 370px;}#header {	position: absolute;	text-align: center;	top: 8px; 	width: 559px;	height: 49px;}#content {	position: absolute; 	top: 120px;	left: 8px;	width: 469px;	height: 806px;	padding: 8px;	background-color: #ffffff;}#footer {	position: absolute; 	top: 958px;	left: 8px;	padding: 2px;	width: 501px;	text-align: center;}/* typographie */.letterthema {	font-family: Times New Roman;	font-size: 10px;	line-height: 10px;	letter-spacing: 1px;	color: #000000;}.letterhl {	font-family: Arial;	font-size: 18px;	line-height: 20px;	color: #000000;}.lettertext {	font-family: Times New Roman;	font-size: 15px;	line-height: 18px;	text-align: justify;	color: #000000;}.letterbu {	font-family: Arial;	font-size: 12px;	color: #000000;}.inhalttext,a.inhalttext {	font-family: Arial;	font-size: 10px;	font-weight: bold;	line-height: 15px;	letter-spacing: 2px;	text-align: left;	text-decoration: none;	text-transform: uppercase;	color: #77bf22;}