
@page { size: landscape; }

*, body {
    font-family: Arial, san-serif;
    font-size: 10px;
}

input[type=button],
input[type=submit],
 {
    display:none;
}

select{
border: none;
text-align: right;


}


input {
    border: none;
}
#wrap_laden,
#wrap_erfassen {
    display: none;
	
}
.wrap_drucken {
    display:block;
}
.print_ausblenden {
    display:none;
}
#kbbearbeiten_head,
#kbdrucken_head {
    display:none;
}
table.kbbearbeiten {
    width: 100%;
}
table.kbbearbeiten th,
table.kbbearbeiten td {
    text-align: right;
}
table.kbbearbeiten .pad {
    padding-right: 2px;
}

input {
    border: none;
    text-align: right;
}
.abstand {
    display:none;
}
table, tr, td, th {
    width: auto;
    background-color: #fff;
/*
    border-top: none;
    border-bottom: none;
*/
}
input:disabled
{
    background:#fff;
}

.statistik {
    page-break-after: always;

}
.statistik td {
    text-align: right;
}
.statistik tr.topline td {
    border-top: 1px solid #000000;
}
.statistik tr.bottomline td {
    border-bottom: 1px solid #000000;
}

.statistik td.head {
    font-weight: bold;
    text-align: left;
}