html {
	background-color: #b380ff;
	color: #000;
	font-family: lucida sans;
}
body {
	margin-top:5%;
	margin-bottom:5%;
}

div.inhalt {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 32px;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 8px;
}

h1 {
	text-align: center;
}

h2 {
	text-decoration: underline;
}

h3 {
	text-decoration: underline;
}

div.meansoftransport {
	font-weight: 500;
}

th {
	text-decoration: underline;
}

