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

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

/* Links */
a {
  color: #add57e;
  text-decoration: underline; /* unterstrichen */
}

/* Links - mouseover */
a:hover {
  color: #eefcde;
  text-decoration: underline; /* nicht unterstrichen */
}

/* wenn in der HTML datei id="xyz" steht, muss in der CSS Datei #xyz stehen */
#headline {
  font-size: 24pt; font-weight: bolder; color: #add57e;
}

#name {
  font-size: 16pt; font-weight: bolder; color: #add57e;
}


.beschreibung {
  font-size: 10pt; color: #e5e3e3; text-align: justify;
}

.klein {
  font-size: 10pt; font-weight: bolder; color: #cccccc;
}

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

.telefon {
  font-size: 8pt; color: #FFFFFF; 
}

.Text {
  font-size: 10pt;
}

.LinkGross {
 font-size: 16pt; font-weight: bold;
}

/* einfach so lassen */
* {
  margin: 0px;
  padding: 0px;
}
