#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 523px;
	margin-right: auto;
	margin-left: 80px;
	position: relative;
	height: 225px;
	margin-top: 100px;
	margin-bottom: auto;
}
#foto {
	position:absolute;
	left:175px;
	top:285px;
	width:86px;
	height:59px;
	z-index:1;
	font-size: 22px;
}
#foto a {
	color: #808691;
	text-decoration: none;
}
#foto a:hover {
	color: #1A171B;
	text-decoration: none;
}
#musik {
	position:absolute;
	left:486px;
	top:285px;
	width:86px;
	height:59px;
	z-index:1;
	font-size: 22px;
}
#musik a {
	color: #808691;
	text-decoration: none;
}
#musik a:hover {
	color: #1A171B;
	text-decoration: none;
}
body {
	background-image: url(bilder/bg.jpg);
	background-repeat: no-repeat;
	background-color: #9EA6B9;
}
