/* CSS Document
Farben:
/* ------------------------------- formatting ----------------------------- */


body {
    line-height:1;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, small, strike, strong,  dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}


table {
    border-collapse: separate;
    border-spacing: 0;
}
th, td {
    text-align: left;
    font-weight: normal;
}


