#wrapper {
	position:absolute;

	top:20px;
	left:20px;

	width:900px;
}
#logo {
	position:absolute;

	top:0;
	width:100%;
	height:124px;
	left:0px;

	z-index:100;
}
#wrapper>#logo /* für mozilla */
{
	height:122px;
}
#body {
	position:absolute;

	width:100%;
	top:124px;
	left:0px;
}

.body {
	width:900px;
}


.navigation {
	width:180px;
	margin:0;
	padding:0;
}

.inhalt {
	vertical-align:top;
	padding:20px;
	width:720px;
}

