body {
	background: #1E201E;
}
#container {
	background: #1E201E url(bilder/hg-oben.jpg) no-repeat;
	height: 550px;
	width: 760px;

	/* Hack, um Seite mittig zu stellen */
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -380px;
	position: absolute;
}
#spaltelinks {
	margin: 120px 30px 20px 25px;
	width: 520px;
	float: left;
}
#spalterechts {
	width: 151px;
	float: left;
	margin-top: 30px;
}
#bildleiste {
	clear: both;
	height: 170px;
	width: 760px;
	background-color: #039;
}
#bildleiste img {
	border-top: 6px solid #000;
	margin-top: 6px;
}


#spaltelinks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #039;
}
#spaltelinks a {
	color: #000;
}
#spaltelinks a.extralink {
	background: url(bilder/puck01.gif) no-repeat;
	height: 31px;
	padding-left: 40px;
	padding-top: 5px;
	display: block;
	color: #039;
}
#spaltelinks a.extralink:hover {
	background: url(bilder/puck02.gif) no-repeat;
	color: #000;
}

