body, td {
  font-family: Lato, Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1,5;
  color: #ca071e;
  background-color: #ffe7ab;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

table.main {
    width: 800px; /* Gesamtbreite: links 200 + mitte 400 + rechts 200 */
    margin: 0 auto; /* zentriert die Tabelle horizontal */
    border-collapse: collapse;
    table-layout: fixed; /* feste Spaltenbreiten */
}

td.left {
    width: 200px;
    padding-right: 20px;
    border-right: 1px solid #ca071e;
    vertical-align: top;
}

td.center {
    width: 400px;
    padding: 0 20px;
    border-right: 1px solid #ca071e;
    text-align: center;
    vertical-align: top;
}

td.right {
    width: 200px;
    padding-left: 20px;
    text-align: center;
    vertical-align: top;
}


h1 {
  font-family: Cal sans,Lato-bold,Roboto,Verdana,Arial,Helvetica,sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
   line-height: 2;
   text-align: center;
  color: #ca071e;
  margin-top: 10px;
  margin-bottom: 10px;
}   
h2 {
  font-family: Cal sans,Lato-bold, Roboto,Verdana,Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
   line-height: 16px;
   text-align: center;
  color: #ca071e;
  margin-top: 10px;
  margin-bottom: 10px;
}   
h3 {
  font-family: Lato, Roboto,Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
   line-height: 14px;
   text-align: center;
  color: #ca071e;
  margin-top: 5px;
  margin-bottom: 5px;
} 
/* Nur Links mit der Klasse "button-link" bekommen das Button-Design */
.button-link {
  background-color: #f44336;
  color: #ffe7ab;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px; /* optional, abgerundete Ecken */
  transition: background-color 0.3s; /* sanfter Hover-Effekt */
}
.button-link:visited {
  color: #ffe7ab;
}

.button-link:hover {
  background-color: rgb(0, 0, 0);
}
a {
  text-decoration: none;
  color: #660e18ab
}
a:visited {
  color: #dc4052;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
