/* @group basics */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #D33300;
}

a:hover {
	color: #e23500;
	border-bottom: 1px solid #D33300;
}

/* @end */

#uberschrift {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 6em;
}

#impressum {
	font-size: 0.75em
}