#body {
  background-color: rgb(102, 102, 102);
  alink: #000000 link: #660000 vlink: #666600
}
#header {
  background-image: url(Bilder%20und%20Beispiele/Header1.jpg);
  position: absolute;
  width: 1005px;
  height: 195px;
  top: 70px;
  left: 70px;
}
#sidebar {
  position: absolute;
  width: 150px;
  height: 1100px;
  top: 270px;
  left: 70px;
}
#navi {
  background-color: #ba9c7a;
  position: absolute;
  width: 850px;
  top: 270px;
  left: 225px;
  height: 40px;
  padding-top: 10px;
  font-family: "Courier New",Courier,monospace;
  font-size: 20px;
  font-weight: bold;
  alink: #000000 link: #660000 vlink: #666600
}
#content {
  background-color: silver;
  color: #333333;
  position: absolute;
  width: 710px;
  top: 325px;
  left: 225px;
  min-height: 1050px;
  padding: 70px;
}
