body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #E6DDD4;
	color: #060000;
	height: 100%;
	width: 100%;
	text-align: center;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
#abstand {
   height: 50%;
	width: 100px;
	margin-bottom: -293px;
	float: left;
} 
#container {
	position: relative;
	clear: left;
	width:760px;
	height: 586px;
	margin: auto auto;
	background: url(../_images/layout.jpg) top left no-repeat;
}
#navi {
	position: absolute;
	width: 300px;
	left: 450px;
	top:20px;
	text-align: right;
	font-weight: bold;
}
#navi a {
	font-weight: bold;
	color: #060000;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#text {
	position: absolute;
	width: 360px;
	height: 440px;
	left: 370px;
	top: 80px;
	text-align: left;
}
#text h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
