html,body {
  height:100%;
  background-color:grey;
  text-align:center; /* horizontal zentrieren fuer IE5 */
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #666666;
  margin: 0;
  color: #000000;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5;
  padding-left: 0;
}

#container {
  width: 1000px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
  min-height:99%; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
  border: 1px solid #000000;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
  background-image: url(../img/hg.jpg);
  background-attachment: fixed;
  background-color: #0e1e45;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: bottom;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

label {
  display: inline-block;
  width: 240px;
  height: 100px;
  font-weight: bold;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  text-align: left;
}
  label a {
  text-decoration: none;
  color: #FFFFFF;
}

#footer, #catalogs, #goldenmile {
  width:980px;
  background-color:#333333;
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  opacity: .80;
  color:#666666;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  border: 1px solid #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;

  position: absolute;
  left: 10px;
  margin: 0 auto;
  height:6em;
}

#footer {
  bottom: 20px;
}

#catalogs {
  bottom: 120px;
}
#goldenmile {
  bottom: 220px;
}

#goldenmile p, 
#catalogs p {
  font-weight: bold;
  color: #fff;
}
#goldenmile p a, 
#catalogs p a {
  color: #eaaa14;
  text-decoration: none;
}
#goldenmile p a:hover, 
#catalogs p a:hover {
  text-decoration: underline;
}