body#startseite {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(./images/startseite_bg.jpg) repeat 0 50% #fff;
}

#startseite #centerpx {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
}

#startseite #container {
	position: absolute;
	top: -250px;
	left: -495px;
	background: url(./images/startseite_bg.jpg) repeat 0 -750px #fff;
	width: 990px;
	height: 500px;
	margin: 0;
	padding: 0;
}

#startseite #topNav {
	position: absolute;
	top: 0;
	right: 0;
}

#startseite #dreieck {
	margin: 204px auto 0 auto;
	width: 800px;
	height: 92px;
	background: url(./images/dreieck.jpg) no-repeat 50% 0 transparent;
}

#startseite #logo_mb {
	float: left;
}

#startseite #logo_wt {
	float: right;
}

#startseite #welcome {
	position: relative;
	margin: 0 auto;
	width: 474px;
	top: 100px;
	color: #3A66AE;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.5em;
}