body {
        margin: 0px;
	width: 100%;
        height: 100%; 
	overflow: auto;
}
.top{
	position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 155px;
        background-color: #000000;
	overflow: auto;
}
.menu{
	position: fixed;
        top: 155px;
        left: 0px;
        width: 210px;
        background-color: #000000;
	padding-top: 5px;
	overflow: auto;
}
.inhalt{
        position: absolute;
	margin-top: 152px;
	margin-left: 210px;
	padding: 5px;
        background-color: #000000;
	overflow: auto;
}