/* Grundlayout der Seite Münzkabinett Druck */

body {
   font-family: verdana,arial,helvetica,sans-serif;
   /*font-family:'Times New Roman',Times,serif;*/
   color: #000;
   font-size: 80%;
   background-color: #fff;
   margin-top: 0px;
   margin-left: 0px;
   padding: 20px;
}

img {
   border: 0;
}

div, p {
  margin: 0;
  padding: 0;
  border: 0;
}

div {
  text-indent: 0px;
}

p {
  margin-top: 1em;
}

p.printTitel{
  font-weight: bold;
  margin-bottom: 1em;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

#copyright{
  margin-top: 2em;
  font-size: 80%;
}

.qrcode{ 
  margin-top: 20px; 
  width: 85px;
}

