/* 1. Die Basis-Formate fŸr die ganze Seite festlegen */
body {
  font-family: Helvetica, Arial, sans-serif; /* Nur noch 1x vorhanden */
  background-color: #eeeeee;
  font-size: 1em;
  line-height: 1.3; /* Der gewŸnschte Zeilenabstand */
}

/* 2. Sicherstellen, dass auch Tabellenzellen die Zeilenhšhe erben */
td, th {
  line-height: inherit;
}

table {
  width: 100%;
  padding: 10px;
  height: auto; 
}

/* Dein bisheriges CSS fŸr den Hover-Effekt */
.hoverTable tr:hover,
.hoverTable tr.selected {
  background-color: #dddddd;
}

/* Optimierung fŸr MobilgerŠte (Responsive Design) */
.hoverTable td img {
        float: none;      /* Hebt den Float auf, damit Text sauber darunter flie§en kann */
        margin: 10px auto; /* Zentriert das Bild auf dem Smartphone und gibt etwas Abstand */
        max-width: 100%;  /* Nutzt den vollen verfŸgbaren Platz auf kleinen Bildschirmen */
        }
        
.table-blau-c {
  width: 100%;
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: center;
  border: 0;
  background-color: #9DDEFF; /* Gleiche Farbe wie die Zellen */
}

/* LEFT Wenn die ganze Tabelle blau sein soll */
.table-blau-l {
  width: 100%;
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
  border: 0;
  background-color: #9DDEFF; /* Gleiche Farbe wie die Zellen */
}
  
  /* RIGHT Wenn die ganze Tabelle blau sein soll */
.table-blau-r {
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: right;
  border: 0;
  background-color: #9DDEFF; /* Gleiche Farbe wie die Zellen */
}
  
/* CENTER  Wenn die ganze Tabelle grau/transparent sein soll */
.table-transparent-c {
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: center;
  border: 0;
  background-color: #EEEEEE; /* Gleiche Farbe wie die Zellen */
}

LEFT
/* CENTER  Wenn die ganze Tabelle grau/transparent sein soll */
.table-transparent-l {
line-height: 2;
  padding: 10px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
  border: 0;
  background-color: #EEEEEE; /* Gleiche Farbe wie die Zellen */
}
 
a {
 color: #003264;
  text-decoration: underline;
}

a:visited {
  color: #00478e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a:active {
  font-size: 1.1em;
  color: #00ff00;
}

li {
line-height: 1.4;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
line-height: normal;
  color: #00478e;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
line-height: normal;
  color: #00478e;
}

h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
line-height: normal;
  color: black;
}

.ex1 {
  max-width: 800px;
  margin: auto;
}

.ex2 {
  max-width: 1200px;
  margin: auto;
}

.small {
  font-size: 0.9em;
}
