@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#hintergrund {
	background: url(hintergrund.jpg)}

#mantel {
	margin: auto;
	background-color: #ffffff;
	width: 800px;
}

#banner {
	height: 120px;
	margin: auto;
}
#link_banner {
	background-color: #e1e1e5;
	height: 34px;
}
#linker_container {
	float: left;
	width: 207px;
	position: relative;
	margin-top: -34px;
}
#rechter_container {
	position: relative;
	height: 407px;
	margin-left: 207px;
}
#bild1 {
	background-color: #ffffff;
	position: absolute;
	height: 120px;
	width: 120px;
	right: 0px;
}

#fussleiste {
	background-color: #Ob0f58;
	height: 36px;
	clear: left;
	position: static;
}

