body {
	font-family: Arial;
	background-image: url("https://i.ibb.co/sQWnWJF/beige128.gif");
	background-attachment: fixed;
}

h1, h5 {
	margin-left: 25px;
}

a {
	color: blue;
}

a:active {
	color: red;
}

.Alles {
	position: absolute;
	left: 25%;
	width: 900px;
	height: auto;
}

.oben {
	margin-bottom: 30px;
	border: 3px solid #CEC3C6;
	width: 900px;
	height: auto;
	background-color: white;
}

p {
	color: white;
}

h2 {
	margin: 0 0 1px 200px;
	font-size: 26px;
}

#Translate {
	float: right;
	color: white;
	font-size: 18px;
	padding: 5px;
	background-image: url("https://i.ibb.co/vJVQrk1/beige122.gif");
	background-color: #CEC3C6;
}

.Box {
	margin-top: 50px;
	width: 950px;
	height: auto;
}

.Cover-Box {
	float: left;
	width: 170px;
	height: 210px;
	background-image: url("https://i.ibb.co/vJVQrk1/beige122.gif");
	background-color: #CEC3C6;
}

#Covers {
	margin-top: 5px;
	margin-left: 10px;
	width: auto;
	height: 200px;
}

.Text-Box {
	border: 3px ridge #CEC3C6;
	float: right;
	margin-top: 8px;
	width: 750px;
	height: 130px;
	background: linear-gradient(rgb(255, 255, 255), rgb(247, 243, 247));
	background-color: white;
}

#Text {
	font-size: 19px;
	padding: 0 25px;
	color: black;
}


#Text-TBD {
	font-size: 19px;
	padding: 0 25px;
	color: Red;
}

.Jahr, .Info-Text {
	display:inline-block;
	padding: 0 10px;
	background-image: url("https://i.ibb.co/vJVQrk1/beige122.gif");
	background-color: #CEC3C6;
}

::selection {
	color: maroon;
	background: orange;
}