body {
	font-family: Arial Narrow, Helvetica, sans-serif;
	text-align: center;
	background-color: #782434;
}
.rand {
	position: absolute;
	left: 112px;
	top: 445px;
	}
.background {
	width: 1031px;
	height: 774px;
	display: block;
	position:relative;
	background-image: url(grafiken/hg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;

}
.hg {
/*    position: relative;*/
vertical-align: top;
	background-image: url(grafiken/hgo.jpg);
	background-repeat: no-repeat;
	background-position: 500px 15px;
	height: 774px;
}
.logo {
	position: absolute;
	left: 112px;
	top: 170px;

}

.fuss {
	text-align: left;
	position: absolute;
	left: 140px;
	top: 460px;
	width: 300px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	line-height: 26px;
	color: #782434;
	letter-spacing: 1px;

}

a:link, a:visited, a:hover {
	color: #782434;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

