html,body {
	margin: 0;
	padding: 0px;
}
body {
	text-align:center;
}
div#container{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 792px;
	height: 582px;
	margin: -290px auto auto -396px;
}
div#menu {
	padding-top: 50px;
	overflow: hidden;
}
div#bild{
	float: none;
	clear: both;
	width: auto;
	margin: auto auto auto auto;
	background-color: transparent;
	overflow: hidden;
}
div#contentLeftStartseite {
	margin: 20px 10px auto 20px;
	height: 220px;
	width: 510px;
	overflow: auto;
	float: left; /*	background-color: Fuchsia;*/
}
div#contentRightStartseite {
	overflow: hidden;
	margin: 20px 20px auto 10px;
	float: right;
	width: 180px;
	height: 220px; /*	background-color: Lime;*/
}
div#contentLeft {
	margin: 20px 10px auto 20px;
	height: 320px;
	width: 510px;
	overflow: auto;
	float: left; /*	background-color: Fuchsia;*/
}
div#contentRight {
	overflow: hidden;
	margin: 20px 20px auto 10px;
	float: right;
	width: 180px;
	height: 320px; /*	background-color: Lime;*/
}
div.headline h1 {
	clear: none;
	float: left;
}
div.headline div.traum {
	clear: none;
	float: right;
}