body {
  background-color: #434343; 
  margin-top: 10px; /* abstand nach oben */
  margin-left: 10px; /* abstand nach links */
}

body, table, td {
  color: #000000; /* Schriftfarbe */
  font-family: Arial;
  font-size: 12pt;
}


h1 { font-size: 24pt; color: #ffde00; }



h2 { font-size: 14pt; color: #ffde00; }

/* td { padding: 2pt; } */

th { font-size: 16pt; color: #ffdf4a; font-weight: bolder; }

a img {
 border: 2px solid #ffffff;
}

a:hover img {
 border: 2px solid #fff000;
} 

.neutral { font-size: 12px; color: #dcdcdc; text-align: justify;}

.neutral img { border-width: 0px; }

.neutral a:hover img { border-width: 0px; }

a.gross {
font-size: 18px;
text-align: center;
}


/* Links */
a { color: #ffffff; font-size: 8pt; text-decoration: underline; /* unterstrichen */font-weight: bolder;}


a:hover {
  color: #fff000;
  text-decoration: none; /* nicht unterstrichen */
  font-weight: bolder;
}

.backlinks {
  font-size: 10pt; color: #FFFFFF; text-align: justify;
}

.backlinks a { color: #ffffff; font-size: 10pt; text-decoration: underline; /* unterstrichen */font-weight: bolder;}

.backlinks a:hover { color: #fff000; font-size: 10pt; text-decoration: underline; /* unterstrichen */font-weight: bolder;}

#headline {
  font-size: 32pt; font-weight: bolder; color: #fff000;
}

.klein {
  font-size: 8pt; color: #FFFFFF; font-weigh= bolder;
}

.footer {
  font-size: 8pt; color: #c4c4c4;
}

.Text {
  font-size: 10pt; color: #FFFFFF; text-align: justify;
}

.Text a{
    color: #fff4a9;
}

.Text a:hover{
    color: #fffce6;
    text-decoration: underline;
}


* {
  margin: 0px;
  padding: 0px;
}