@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 125%;
	background-color: #0F0F0F;
}
img {
	border:none;
}
#centerBody {
	position: relative;
	top: 0px;
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 700px;
}
