
/*
1cm = 37.8px
*/
BODY
{
	font-family: Arial, sans-serif;
}
TABLE 
{
	border-collapse: collapse;
}
TD
{
	padding: 4px;
	min-width: 100px;
}
TH 
{
	text-align: left;
}
.cell
{
	border: 1px solid black;
	float: left;
	height: 50px;
	width: 50px;
}
#addressbook, #buttons, #menu
{
	display: none;
}
#consignment
{
	clear: both;
	height: 400px;
    padding-top: 10px;
}
#customer
{
	border: 1px solid black;
	border-left: 0px;
	float: left;
	height: 220px;
	padding: 5px;
	width: 48%;
}
#head
{
	display: none;
}
.right
{
	text-align: right;
}
#page
{
	height: 1100px;
    margin-left: auto;
    margin-right: auto;
	width: 790px;
}
#payment
{
	border: 1px solid black;
	border-left: 0px;
	border-top: 0px;
	float: left;
	height: 200px;
	padding: 5px;
	width: 48%;
}
#receiver
{
	border: 1px solid black;
	border-top: 0px;
	clear: both;
	float: left;
	height: 200px;
	padding: 5px;
	width: 48%;
}
#rows
{
	width: 98%;
}
#stamp
{
	float: right;
	width: 46%;
}
.signature
{
	float: center;
}
.sum
{
	border: 1px solid black;
	border-top: 3px double black;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}
.sumblank
{
	border-top: 3px double black;
	font-weight: bold;
	text-align: right;
}
#supplier
{
	border: 1px solid black;
	float: left;
	height: 220px;
	padding: 5px;
	width: 48%;
}
#title
{
	text-align: right;
}
INPUT 
{
	border: none;
}
SELECT
{
	display: none;
}
#cancel
{
	display:none;
}
.stamp 
{
	float: center;
	width: 250px;
}
/* výkazy práce */
#menu
{ display: none; }
INPUT[type="image"]
{
	display:none;
}
.qr 
{
    float:right;
    margin-top:0px;
    width: 150px;
}