body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/HG-Verlauf_1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.content {
	margin: 0px;
	position: fixed;
	height: 960px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	visibility: visible;
	padding: 0px;
}

