* {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
  font-family: arial, helvetica, swiss, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #231F20;
  border: none;
}

hr {
  width: 1px;
  height: 1px;
  border: none;
  visibility: hidden;
  clear: both;
  margin: -1px 0 0 0;
}

body {
  font-size: 0.7em;
  background-color: #B4B5B6;
}

/* .. Links......................................................*/

a {
  color: #B4B5B6;
}

/* .. Container .................................................*/

#content {
  width: 840px;
  height: 510px;
  margin-top: -260px;
  margin-left: -420px;
  position: absolute;
  top: 49%;
  left: 50%;
  background-color: #fff;
}

#head {
  background-color: #E6E7E8;
  height: 79px;
}

#navig {
  padding: 0 0 0 40px;
  background-color: #808285;
  height: 24px;
  margin: 0 0 0 0;
}

#main {
  overflow: hidden;
  height: 319px;
  padding: 0;
}

#footer {
  background-image: url(grafik/back-footer.gif);
  background-repeat: repeat-x;
  height: 103px;
  padding: 0 0 0 40px;
}

