/* (C)2016-2025 - schweer-computer.de | Wer den Stylesheet klaut, wird von nun an böse angeschaut. ;) */
body {
    background-color: #ffffff;
}

h2 {
	color: #008066;
}

#fixed-header {
	width: 100%;
	text-align: center;
	background-color: #f3f3f3;
	position: fixed;
	top: 0;
}

main {
	max-width: 800px;
	margin: auto;
	text-align: justify;
	font-size: 150%;
	margin-bottom: 75px;
	margin-top: 100px;
}

.colored {
	color: #008066;
}

#site-footer {
	background-color: #f3f3f3;
	width: 100%;
	text-align: center;
	font-size: 125%;
	position: fixed;
	bottom: 0;
}

th {
	text-align: center;
}

td {
	padding: 10px;
	border: 1px solid black;
}