#body {
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	height:200px;
	width: 762px;
	z-index: 1;	
}
#navi {
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	height:200px;
	width: 762px;
	z-index: 1;	
}
#home {
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 300px;
	height:auto;
	width: auto;
	z-index: 3;	
}
#contents {
	position: relative;
	clear: both;
	margin: 0 auto 0px;
	width: 762px;
}
#inhalt {
	position: absolute;
	visibility: visible;
	left: 190px;
	top: 200px;
	height:auto;
	width: auto;
	z-index: 3;	
}
#addedlinks {
	position: absolute;
	visibility: visible;
	left: 730px;
	top: 224px;
	width: 190px;
	height: 100px;
	z-index: 4;
	
}
#footer {
	position: fixed;
	bottom:0px;
	margin-bottom: 0px;
	visibility: visible;
	left: 0px;
	right: 0px;
	width:100%;
	height: 180px;
	z-index: 0;
}