
#Tabelle_01 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 1730px;
}

#navi {
	list-style: none;
	position:absolute;
	left:0px;
	top:180px;
	width:180px;
	height:1493px;
	background-color: #58a468;
	padding-top: 7px;

}


#content {
	position:absolute;
	left:180px;
	top:0px;
	width:620px;
	height:1500px;
	background-color: #a3c8ab;
}

#contentinner {
	margin: 20px 0 0 20px;
	height: 970px;
	width: 570px;
}
