@charset "utf-8";
/* CSS Document */
body {
    font: 12px arial, #000000;
	line-height: 18px;
	width: 397px;
}

#kniprand {
/* total size must met A6 (148 x 105mm = 559 x 297px = h x b */	
	width: 348px;
	height: 497px;
	border: thin #000000 dashed;
	padding: 15px 10px 10px 10px;
}
#logo {
	width: 118px;
	height: 30px;

}
#adres {
	border-bottom: #000000 thin solid;
	line-height: 18px;
	font: 14px;
	padding-bottom: 15px;
	overflow:hidden;
	width: 100%;
}

.adresAAN {
	float: right;
	width: 120px;
	padding: 10px 10px 10px 10px;
	border: #000 solid 2px;
}
.adresVAN {
	float: left;
	width: 200px;
	padding: 10px 0px 10px 0px;
}

#data {

	clear: left;
	overflow:hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #000000 thin solid;	
}

.titels {
	float:left;
	width: 100px;

}

.data {
	float:left;
	width: 150px;
	font-size: 14px;
       display: inline-block;
       white-space: nowrap;

}

.smallfont {
	font-size: 12px;	
}

#barcode {
	padding: 50px 0px 50px 0px;
	text-align:center;
}

@media print {
  @page { margin: 0; }
  body { margin: 1.6cm; }
}

	
