/* div#alogo {                                      */
/*   vertical-align: top;                           */
/*   background-image:url(/images/chaosknoten.gif); */
/*   height:100px;                                  */
/*   width:140px;                                   */
/* }                                                */

div #barcode {
  height:71px;
	width:140px;
  min-height: 90px;
}

.bcshort {
  position: absolute;
  margin-top:4px;
  height:49px;
  background: #778899;
  width:5px;
}

.bcshort_altcolor {
  /* normally orange */
  position: absolute;
  margin-top:4px;
  height:49px;
  background: #FFA333;
  width:5px;
}

.bclong {
  position: absolute;
  margin-top:4px;
  height:62px;
  background: #778899;
  width:5px;
}

.bctext {
  position: absolute;
  margin-top:52px;
  font-family: Arial;
  color: #000000;
  font-size: 70%;
}
