.Überschrift {
	color: rgb(192,0,0);
	font-weight: bold;
	font-size: 200%;
	font-family: sans-serif;
}

#Gesamtüberschrift {
	position: relative;
	left: 100px;
	top: 50px;
}

.Link {
	color: black;
	text-decoration: none;
}

.Link:hover {
	text-decoration: underline;
}

.text {
	color: black;
	font-size: 100%;
	position: relative;
	left: 100px;
	top: 50px;
	font-family: sans-serif;
	width: 70%;
}

#kostenpflichtig {
	font-size: 80%;
}

#zurück {
	color: rgb(192,0,0);
	font-weight: bold;
	font-family: sans-serif;
	font-size: 120%;
	/*position: relative;
	left: 100px;
	top: 50px;*/
	margin-bottom: 100px;
	text-decoration: none;
}

#zurück:hover {
	text-decoration: underline;
}

.img {
	width: 70%;
	height: auto;
	border-color: black;
	border-width: 2px;
	border-style: solid;
}