/* Grunddefinitionen */

table {
    padding-left: -3px;
}

body {
    font-family: arial, verdana, "sans serif";
    font-size: 12px;
}

table tr td.headBoxLeft {
    width: 500px; 
    vertical-align: top;
}

div.logo {
    height: 100px;
    padding-bottom: 45px;
    display: block;
}

div.headerBox {
    position: relative;
    width: 100%;    
}

div.firmadressBox {
    width: 200px;
    font-size: 10px;
}

table.firmenKopf {
    border: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
}

div.kundenAdressBlock {
    margin-top: 25px;
    font-size: 14px;
    height: 160px;
}


table.firmenKopf tr td {
    font-size: 10px;
}

div.block {
    display: block;
    width: 200px;
}

table.zahlenDaten {
    margin-top: 3px;
    width: 200px;
    font-size: 11px;
}


.left {
    text-align: left;
}

.right {
    text-align: right;
}


div.kleineAdressZeile {
    font-size: 10px;
    margin-top: 15px;
}

table.warenkorb {
    margin-top: 15px;
    width: 675px;
    font-size: 11px;
    border: 0px;
}

table.warenkorb tr th {
    border-bottom: 1px solid #000000;
}

table.warenkorb tr {
    border-bottom: 1px solid #000000;
    padding: 3px;
}

table.warenkorb tr td {
    vertical-align: top;
    padding: 5px;
}

.pos { width: 10px; }
.artnummer { width: 25px; }
.artikel { width: 250px; }
.menge { width: 5px; }
.mwst { width: 45px; }
.preis { width: 60px; }
.gesamt { width: 60px; }

table.dokumentenHeadline {
    width: 100%;
}

td.headline {
    font-size: 20px;
    font-weight: bold;
}

td.leistungsdatum {
    text-align: right;
    font-size: 10px;
}

td.tdfooter {
    font-size: 11px;
    vertical-align: top;
    padding-left: 5px;
}

td.footer1 {
    width: 250px;
}

td.footer2 {
    width: 250px;
}

td.footer3 {
    width: 300px;
}

.summeFormat {
    color: #8c0000;
    font-size: 16px;
}

.bruttoSummeEndkunde {
    font-size: 13px;
}

/* ************ Formatierung Preisliste *********** */

.preisliste tr th {
    background-color: #e8e8e8;
    font-size: 14px;
    padding: 3px;
}

.preisliste tr td {
    border: 1px solid #e8e8e8;
    font-size: 13px;
    padding: 3px;
}