body {
   font: normal 12px/16px arial, verdana, helvetica, sans-serif;
}
#wrapper {
   width: 650px;
}
#logo {
   width: 100%;
   margin-bottom: 20px;
}
#logo img {border: 0;}

#adress {
   width: 100%;
   background-color: #f4f4f4;
   height: 230px;
}

.adressblock {
  margin-top: 20px;
  margin-left: 20px;
  width: 400px;
  float: left;
}

hr { clear:both; margin-bottom: 20px; margin-top: 20px;}

@media print {
#printlink { display: none; }
}

