.verrechnungspakete {
    width: 100%;
    float: left;
}
.verrechnungspakete span.title {
    float: left;
    width: 100%;
    cursor: pointer;
    font-size: 8px;
    margin: 2px 0;
    background-color: #eeeeee;
}
.verrechnungspakete span.title:last-of-type {
    margin-bottom: 20px;
}
.verrechnungspakete span.title.active, .verrechnungspakete span.title:hover {
    background-color: #dddddd;
}
.verrechnungspakete td.summe, .verrechnungspakete td.aufschlag {
    display: none;
}
input, textarea {
    border: 0px solid #aaaaaa;
    padding: 0;
}
.customInfo {
    float: left;
}
.customInfo:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000000;
}
.customInfo img.ico {
    float: none;
    margin-left: 10px;
}
.mtop20, .baukontodetailsTable {
    margin-top: 20px;
}
.baukontodetailsTable {
    float: left;
    width: 100%;
}
.nav, .ico, .search, .hide:not(.showOnPrint), .hideOnPrint, table.baukontodetails td:first-child,
table.baukontodetails td:last-child, table.baukontodetails td.id, table.baukontodetails td.typ,
table.baukontodetails td.aufschlag, table.baukontodetails td.summena,
.bezeichnung:not(.showOnPrint):not(.title), .buttons {
    display: none;
}
.title.bezeichnung {
    width: 300px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
table, th, tr, td {
    border: 1px solid #cccccc;
}
td {
    padding: 1px 2px;
}
.title, .bold {
    font-weight: bold;
}
.tright {
    text-align: right;
}
.right {
    float: right;
}
.left {
    float: left;
}
body {
    font-size: 8px;
    line-height: 10px;
    margin: 0;
    border: 0px solid #eeeeee;
    background-color: #ffffff;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
@page {
    size: a4;
    margin: 15mm 10mm;
}
h1, h2, h3 {
    font-size: 12px;
    margin: 5px 0 10px;
}