Table
{
  border: thin solid rgba(0, 0, 0, 0.836);
  border-collapse: collapse;
}

th {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

td {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body {
    background-color: #fff;
    color: #333;
    background-image: url(resources/Unbenannt.PNG);
  }
  
h1, h2, h3, td, th
{
  color: rgb(0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 115%;
  text-align: center;
}
#text
{
  background-color: white;
  margin-left: 0;
  margin-right: 0;
}
#title
{
  font-size: 220%;
}

table
{
  margin-left: auto;
  margin-right: auto;
  margin-top:  30px;
  color: #fff;
  background-color: #333;
  border-color:grey;
border-width: 10px;
}

th, td {
  padding: 8px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; /* Füge eine rechte Trennlinie hinzu */
}

th {
  border-right: 1px solid #fff; /* Füge eine rechte Trennlinie für Header hinzu */
}

header {
  background-color: #333;
  color: #333;
  padding-top: 2%;
  padding-bottom: 10%;
}
#searchInput {
  max-width: 100%; /* Die Suchleiste kann nicht breiter als der umgebende Container sein */
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
  font-size: 16px;
  background-color: #333;
  margin-bottom: 1%;
  color: white;
  border-collapse: collapse;
  padding-left: 9.8%;
  padding-right: 9.8%;
}
.container {
  text-align: center;
  margin-top: 20px; /* Justiere den Abstand nach Bedarf */
}


.list {
  text-align: left; /* Stelle den Text im Inhalt linksbündig aus */
  margin-top: 20px; /* Justiere den Abstand nach Bedarf */
}
