/**
 * Styles for Michael Bauer Werkhof
 * (c) 2009, Benjamin Zaiser, info@benjamin-zaiser.de
 * Printer friendly 
 */
body{
  font-size: 12px;
}
.hide{ display: none; }

img{
  border: 0px;
}

.metanavi,
.menu,
.backgroundlogo{
  display: none;
}

a.logo{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
}

address{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
  font-style: normal;
  text-align: center;
  font-size: 11px;
  clear: both;
}


.gallery{
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.gallery div{
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  margin-bottom: 10px;
}
.gallery div div{
  margin: 0px;
}
.galleryborder,
.pagebrowser{
  display: none;
}