body {
	margin: auto;
	max-width: 1024px;
	background-color: black;
	color: white;
}

#mainimage {
	display: block;
	max-width: 100%;
}

#content {
	margin: 1em;
}

.listenbuttons {
	list-style-type: none;
}

.listenbuttons li {
	margin: 1em;
}

a {
	color: orange;
}

a:visited {
	color: violet;
}

.legal {
	margin-top: 2em;
	color: gray;
	font-size: smaller;
}

#imprint {
	white-space: pre;
}
