/* CSS Document */
body {
  background-color: #A85B37;
  font-size: 9px;
  line-height: 12px;
  margin: 0px;
  padding: 0px;
}

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

/* Die folgenden Container stehen für die Startseite */

#index_container {
  height: 300px;
  width: 250px;
  margin-top: -150px;
  margin-left: -125px;
  padding: 0px;
  top: 50%;
  left: 50%;
  position: absolute;
  border: 0px;
  background-image: url(../welitschkocom_n.gif)
}

#index_footer {
  height: 35px;
  width: 400px;
  margin-left: -200px;
  padding: 0px;
  bottom: 0px;
  left: 50%;
  position: absolute;
  border: 0px;
  text-align: center;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #E3AA91;
  line-height: 12px;
}

p a:link, a:visited, a:active {
  color: #E3AA91;
  font-weight: bold;
  text-decoration: none;
}

p a:hover {
  color: #E3AA91;
  font-weight: bold;
  text-decoration: underline;
}
