* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #D3DFEF;
	background-image: url(/layout/grafiken/bgcolor.gif);
	background-repeat: repeat;
}

#container {
	height: 581px;
	margin: 121px auto 0 auto;
	width: 863px;
}

#logoContainer {
	background-color: #ffffff;
	height: 70px;
	left: 40px;
	padding-top: 5px;
	position: relative;
	top: 468px;
	width: 560px;
	z-index: 999;
}

/* for Internet Explorer */
/*\*/
* html #logoContainer {
top: -113px;
}
/**/

/* for Internet Explorer */
/*\*/
*+html #logoContainer {
top: -113px;
}
/**/