body {
	margin: 5px;
	text-align: center;
	background-color: #000000;
	font-size: 100%;
}

div.container {
	margin: 0 auto;
	text-align: left;
	width: 850px;
	border-style: solid;
	border-width: 2px;
	border-color: #cb0303;
	background-color: #ffffff;
}

*html div.container {
	width: 854px;
	wid\th: 854px;
}

div.header {
   	width: 850px;
	background-image: url(bilder/hintergrund.jpg);
	height: 120px;
	padding: 0px;
	margin: 0px
}

div.linkleiste {
	width: 850px;
	background-image: url(bilder/linkleiste.jpg);
	height: 70px;
	border-style: solid;
	border-color: black;
	border-width: 0px;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px
}

div.footer {
	float: left;
   	width: 850px;
	height: 30px;
	background-color: #000000;
	border-top-width: 1px;
	padding: 0px;
	margin: 0px
}

*html div.footer {
	float: none;
}

span.display {
	clear: both;
	display: block;
}	


