a {
	color: #7a4300;
	font: small-caps 12px "Lucida Grande", Verdana;
	text-decoration: none;
}

a:hover {
	color: #ffa900;
	font: small-caps 12px "Lucida Grande", Verdana;
	text-decoration: none;
}

body {
	color: #7a4300;
	font: 10px "Lucida Grande", Verdana;
}

#obener {
	width: 800px;
	margin-left: 60px;
	height: 60px;
	background: url(img/oben.jpg) no-repeat;
	margin-top: 50px;
}

#sammler {
	width: 800px;
	height: 400px;
	margin-left: 60px;
	background-image: url(img/back.jpg);
}

#bildlinks {
	width: 250px;
	height: 400px;
	float: left;
}

#content {
	width: 510px;
	height: 300px;
	float: right;
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
}

#unten {
	width: 800px;
	height: 50px;
	margin-left: 60px;
	margin-top: 20px;
	font-size: 10px;
}

h2 {
	color: #7a4300;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}