body {
   font: normal 12px/16px arial, verdana, helvetica, sans-serif;
}
.title {
  color:#434242;
  font-family:arial,sans-serif;
  font-size:10pt;
  font-weight:bold;
}
h1 {
  font-size:13pt;
}
h2 {
  font-size:12pt;
}
h3 {
  font-size:10pt;
}
#logo {
   width: 100%;
   margin-bottom: 20px;
}
#logo img {border: 0;}

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

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

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

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

