body {
	background-image: url('images/background_small.jpg');

	font-family: Arial, sans-serif;
	color: #333;
	text-align: center;

	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.container {
  max-width: 800px;
  margin: 0 auto;
}
.header {
  text-align: center;
  margin-bottom: 20px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 200px; /* Die Breite des Logos anpassen */
}
#sliderImage {
  display: block;
  margin: 20px auto; /* Vertikaler Abstand zum Container und horizontale Zentrierung */
}