html {
height: 100%;
}

body {
  font-family: Georgia, Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
  font-family: Verdana, Georgia, Trebuchet MS, Geneva, Arial, helvetica, sans-serif;
  background-color: #ccc;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center;
  border-width: 0px;
}

a {
  text-decoration: none;
}

/* das gesamte Fenster */
#box {
  position: relative;
  color: #918F8F;
  margin: auto;
  margin-top: 20px;
  width: 940px;
  height: 725px;
  background-color: #fff;
}

#start-box {
  position: relative;
  margin: auto;
  margin-top: 20px;
  width: 940px;
  height: 600px;
  background-color: #fff;
}

#ueberschrift {
  float: left;
  height: 45px;
  margin: 72px 133px 25px 133px;
  padding: 5px;
}

#BoxMitte {
  float: left;
  border-width: 0px;
  width: 940px;
  height: 380px;
  text-align: left;
/*  font-weight: bold; */
  font-size: 11px;
  color: #918F8F;
}

/* die Einzelboxen */
#linke-spalte {
  float: left;
  width: 341px;
  margin-left: 125px;
}

#rechte-spalte {
  float: left;
  width: 341px;
  margin-left: 25px;
}

#rechte-spalte a {
  text-decoration: none;
  color: #373737;
}

#linke-tabellenspalte {
  float: left;
  width: 148px;
  text-align: right;
  color: #888686;
}

#mittlere-tabellenspalte {
  float: left;
  width: 20px;
  text-align: center;
  color: #888686;
}

#rechte-tabellenspalte {
  float: left;
  width: 148px;
  text-align: left;
  color: #888686;
}

#fuss {
  float: left;
  width: 940px;
  height: 198px;
}

#links {
  width: 682px;
  height: 50px;
  margin-left: 125px;
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
}

#links a {
  text-decoration: none;
  color: #373737;
}

#herzensgeld-logo {
  height: 50px;
  margin-top: 17px;
}

#antoinette-kontakt {
  height: 98px;
  color: #918F8F;
}

#antoinette-kontakt a {
  text-decoration: none;
  color: #918F8F;
}

