body {
	margin: 0px;
	font-size: 10px;
	//overflow-y: hidden;
}

#menue{
	position: fixed;
	vertical-align: top;
	top: 0px;
	background-color: white;
	width: 760px;
	z-index: 2;
	height : 150px;
}

.inhalt{
	position: absolute;
	vertical-align: top;
	background-color: White;
	width: 760px;
	top: 180px;
	z-index: 1;
}
