﻿body {
	background-image: url("bilder/tapete.jpg");
}
h1 {
	font-family: Book Antiqua, times new roman, times;
	font-size: 20pt;
	margin-bottom: 10;
}
p.2 {
	font-family: Calibri;
	font-size: 14pt;
}
h2 {
	font-family: book antiqua, times new roman, times;
	font-size: 18pt;
}
h3 {
	font-family: book antiqua, times new roman, times;
	font-size: 16pt;
}
h4 {
	font-family: book antiqua, times new roman, times;
	font-size: 14pt;
	font-weight: bold;
}
p {
	font-family: book antiqua, times new roman, times;
	font-size: 14pt;
}
td {
	font-family: book antiqua, times new roman, times;
	font-size: 14pt;
}
li {
	font-family: Arial;
	font-size: 14pt;
	margin-bottom: 12;
}
p.klein {
	font-family: Calibri;
	font-size: 10pt;
}

section {
	display: flex;
	flex-direction: row;
	gap: 3rem;
	padding: 1rem;
	align-items: center;
	justify-content: center;
}

footer {
	text-align: center;
	padding: 5px;
}
li.inline {
	display: inline;
	margin-right: 100px;
	<!-- background-color: green; -->
	}
.button {
	font: 120%/1.5 sans-serif;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 1rem 2rem;
	border-radius: 0.3rem;
	color: black;
	background-color: silver
	}
	
.button:hover {
	background-color: grey;
	
}

.links {
	padding: 0.5rem
	
}

.rechts {
	background-color:grey;
	padding: 0.5rem;
}