html, body {
  scrollbar-base-color:#D6E0D4;
  scrollbar-3dlight-color:#D6E0D4;
  scrollbar-arrow-color:#D6E0D4;
  scrollbar-darkshadow-color:#D6E0D4;
  scrollbar-face-color:#808000;
  scrollbar-highlight-color:#808000;
  scrollbar-shadow-color:#808000;
  scrollbar-track-color:#D6E0D4;
}

.main {
  background: url(imgs/orange/bg.jpg) left no-repeat;
}

.header {
  background: url(imgs/orange/header.jpg) top left no-repeat;
}

.header img {
  margin: 23px 0px 0px 20px;
}

.menu {
  margin-top: 17px;
  background: url(imgs/orange/bgmenu.jpg) top left no-repeat;
}

.content {
  margin: 17px 35px 0px 0px;
  background: url(imgs/orange/bgtext.jpg) top left no-repeat;
}

.imprint {
  background: url(imgs/orange/footer.jpg) top left no-repeat;
}