#Tabelle_01 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 1700px;
}
#navi {
	list-style: none;
	position:absolute;
	left:0px;
	top:180px;
	width:180px;
	height:1513px;
	background-color: #58a468;
	padding-top: 7px;

}
#content {
	position:absolute;
	left:180px;
	top:0px;
	width:620px;
	height:1520px;
	background-color: #a3c8ab;
}
#contentinner {
	margin: 20px 0 0 20px;
	height: 1570px;
	width: 570px;
}
