/* Print styles */

p {
  color: #000;
}

div#bar {
  display: none;
}
div#barContent {
  display: none;
}
div#logo {
  height: auto;
  left: 163px;
  position: absolute;
  top: 17px;
  width: auto;
}
div#barShade {
  display: none;
}

div#leafWrapper {
  display:none;
}
div#leafWrapperContent {
  display:none;
}

div#topLeaves {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 20;
}
div#topLeavesContent {
  display: none
}

div#layoutNavigation {
  display: none;
}
div#bgNav {
  display: none;
}
div#rightSpace {
  display: none;
}

div#layoutFooter {
  width: 100%;
  height: 84px;  
  background: url(../images/bg_footer.jpg) repeat-x top left;
  position: relative;
  z-index: 100;
}

div#footerWrapper {
  width: 990px;
  position: relative;
  margin: 0px auto;
}

div#bottomLeaves img {
  display: none;
}

div#designerLink {
  position: absolute;
  width: 450px;
  height: auto;
  bottom: 0px;
  left: 380px;
}

div#adres {
  float: left;
}

div.line {
  width: 100%;
  height: 2px;
  background: url(../images/i_line.png) no-repeat center center;
  text-align: center;
  padding: 0px 0px 10px 0px;
  clear: both;
}

h1, h2, h3 {
  color: #000;
  }
  