* {
	padding: 0px;
	margin: 0px;
}
body {
	position: relative;
	width: 800px;
	height: 600px;
	background: #3E6B8C;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}
#main {
	position: relative;
	width: 800px;
	height: 600px;
	text-align: left;
}
#kopf {
	background: url(images/kopf.jpg) no-repeat;
	width: 800px;
	height: 90px;
}
#links {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 297px;
	height: 510px;
}
#links img {
	border: none;
}
#rechts {
	position: absolute;
	right: 0px;
	top: 90px;
	width: 220px;
	height: 510px;
	background: url(images/rechts.jpg)
}
#unten {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 800px;
	height: 20px;
	background: url(images/unten.jpg);
}
#content {
	position: relative;
	left: 250px;
	z-index: 1000;
	color: white;
	padding: 20px 150px 0px 0px;
	width: 400px;
}
* html #content {
	padding: 20px 0px 0px 0px;
	padd\ing: 20px 150px 0px 0px;
}
