aside {
        margin: 0px;
        padding: 0px;
	border-radius: 25px; 
	position: fixed;
	top: 5px;
	right: 5px;
	}

h1{
	font-size: 54px;
}
a{ text-decoration: none; }
a:link{ color: #BA261A;}
a:visited{ color: #BA261A; }
a:hover{ font-size: 128%; }
body{
	background-color: #808080;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: 1920px 1245px;
	font-family: monospace;
	font-size: 16px;
	background-attachment: fixed;
	}
table{
	left: 10px;
	right: 120px;
	font-family: monospace;
	font-size: 16px;
	position: absolute;
	top: 150px;
}
th{
	padding-left: 20px;
	padding-right: 20px;
	border: solid 2.5px #BA261A;
}
td{
	padding: 10px;
	border: solid 2.5px #BA261A;

}
#inhalte-werden-zentriert 
{
  display: flex;
  align-items: center;
  justify-content: center;
}
div{
	padding: 20px;
	margin: 150px;
	border: inset 5px #BA261A;
	border-radius: 25px;
}
section{position: fixed;}
footer{font-size: 10pt;
text-align: center;
bottom: 10px;}
