* {
	margin: 0;
	padding: 0;
}
body {
	background: #000;
	color: #FFF;
	font: 0.6em Verdana,Arial,Geneva,Helvetica, sans-serif;
}
h1 {
	font-size: 1.7em;
	margin-bottom: 16px;
	font-weight: normal;
}
p {
	margin: 8px 0;
}
.content p {
	margin: 0;
}
.content img {
	margin-bottom: 16px;
}
.fblau, a:link, a:link, a:visited, a:active {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
.fgrau, #footer {
	color: #8F9699;
}
img {
	border-width: 0;
}
#site {
	width: 786px;
	position: absolute;
	top:24px;
	left: 50%;
	margin: 0 0 0 -393px;
}
#topl, #footerl {
	float: left;
	height: 1%;
	width: 450px;
}
#topl, #topr {
	height: 1%;
}
#topl p, .content p, h1 {
	margin-left: 70px;
}
#topr p {
	margin: 32px 0;
	margin-left: 470px;
}
* html #topr p {
	margin-left: 20px;
}
.content {
	padding-top: 16px;
}
.content, #footer {
	border-top: 1px solid #555;
	margin: 18px 0;
}
#footerr {
	text-align: right;
}
.clearfloat {
	clear:both;
	height: 1px;
	overflow: hidden;
}
