@media print {
	.noPrint {
	    display:none;
	}
}

body, div, #inner_all, td, th, table { 
	border: 0;
	background: none;
	padding: 0;
	margin:0;
}

html, body{
	size: landscape;
}

tr, th, td {
    vertical-align: middle;
}

table.listPrint { 
	table-layout:auto; 
	border: 0;
	background: none;
	
}

table.listPrint th, table.listPrint td{ 
	font-size: 12pt;
	height: 22pt; 
	border-top: solid 2px #333;
	border-left: solid 2px #333;
}


table.listPrint tr, table.listPrint tr.header { 
	height: 13mm; 
}

table.listPrint tr.header th {
	font-weight: bold;
}

table.listPrint .lastcol{
	border-right: solid 2px #333;
}

table.listPrint .lastrow{
	border-bottom: solid 2px #333;
}


table.listPrint td.center { 
	text-align: center;
}

table.listPrint th.eins{
	width: 17mm;
}

table.listPrint th.zwei{
	width: 35mm;
}

table.listPrint th.drei{
	width: 25mm;
}

table.listPrint th.vier{
	width: 90mm;
}

table.listPrint th.fuenf{
	width: 90mm;
}

table.listPrint th.sechs{
	width: 25mm;
}

table.listPrint td.kdnr{
	font-size: 13pt;
	font-weight: bold;
}

.jh_rahmen {
    float: left;
    left: 0;
    margin-left:0;
    max-width: 1200px;
    min-height: 590px;
    position: relative;
    top: 0;
    width: 1200px;
    padding: 0;
    margin: 0;
}

#jh_header, #footer, .message {
	display: none;
}

.filterBut{
	display: none;
}
