#nav {
  border-left: 1px solid #bfbfbf;
  background-color: #fdfdfd;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  background-image: url(images/haus-300x236.jpg);
  background-position:  center 6cm;
  background-repeat: no-repeat;
}
#nav h3 {
  border-bottom: 1px solid #8e796a;
  color: #a4310f;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#menu1 ul, #menu1 li {
  padding: 0px;
  list-style-type: circle;
  list-style-image: none;
  list-style-position: outside;
  margin-left: 15px;
  color: #2f2f2f;
}
#menu1 a {
  border-bottom: 1px dashed #000000;
  display: block;
  width: 160px;
  color: #c2631d;
  text-decoration: none;
  background-color: #fdfdfd;
  font-family: verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}
#menu1 a:hover {
  border-bottom: 1px dashed #c2631d;
  background-color: #f3ece2;
  color: #800000;
}

