@charset "UTF-8";
body {
	background-color: #E3E4E9;
	margin: 15px;
	text-align: center;
}
#container {
	background-color: #000000;
	height: 656px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	position: absolute;
	left: 195px;
	top: 28px;
}
#navigation {
	position: absolute;
	height: 300px;
	width: 165px;
	left: 0px;
	top: 97px;
	margin: 0px;
}
#kontaktangaben {
	position: absolute;
	top: 422px;
	width: 165px;
	height: auto;
	left: 0px;
}
#kontaktangaben p {
	text-align: right;
	font-size: 10px;
	margin-top: 8px;
	letter-spacing: 1px;
}
#bild {
	position: absolute;
	height: 300px;
	width: 705px;
	left: 195px;
	top: 100px;
	z-index: 100;
}
#content {
	position: absolute;
	top: 405px;
	left: 195px;
	text-align: left;
}
#titel {
	height: auto;
	width: 640px;
	position: relative;
}
#text {
	clear: left;
	width: 640px;
	margin-top: 7px;
	position: relative;
}
#copyright {
}
#copyright {
	position: absolute;
	left: 195px;
	bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #868786;
	letter-spacing: 0px;
}
#adresse {
	position: absolute;
	right: 9px;
	bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #868786;
	letter-spacing: 0px;
}
