/* CSS Document */

/* Standardstile der Browser außer Kraft setzen */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* end Standardstile */

/* GRUNDLEGENDER AUFBAU */

html, body {
    font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
    font-size: 16px;
    background: #b6c1cd;
    color: black;
    margin: 0;
    padding: 1rem;
    text-align: left;
}

p {
    margin: 0.5em 0;
    padding: 0;
    line-height: 1.5em;
}

p.note {
    font-size: 0.85em;
    line-height: 1.5em;
}

h1 {
    margin: 0.5em 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
}

h2 {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
}

h3 {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
}

h4 {
    margin: 1em 0 0.5em 0;
    font-size: 1.2em;
    word-spacing: 0.1em;
}

a {
    color: black;
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    color: #3983FF;
    background-color: inherit;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

table {
    margin: 1em 0;
}

caption {
    font-size: 0.9em;
    text-align: right;
    color: #666;
    margin: 0.25em 0 0.25em;
    caption-side: bottom;
}

table.auflistung {
    margin: 1em 0;
    border: 2px solid black;
    width: 100%;
    overflow: hidden;
    color: black;
    background-color: white;
    border-collapse: collapse;
}

table.auflistung th {
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1em;
    background-color: #ccc;
    padding: 0.25rem 0.75rem;
    border-bottom: 1px solid black;
}

table.auflistung td {
    padding: 0.4rem 0.75rem;
    border-bottom: 1px solid black;
    line-height: 1.2em;
}

table.auflistung tr.disabled td {
    background-color: #f6f6f6;
    color: #999;
}

table.auflistung tr.disabled td a {
    background-color: inherit;
    color: #999;
}

td.id, th.id {
    text-align: center;
    font-weight: bold;
}

td.aktionen, th.aktionen {
    text-align: right;
}

tr.nicht_veroeffentlicht {
    background-color: #d3afaf;
}

tr:hover {
    background-color: #ccffcc;
}

ul, ol {
    margin: 0.5em 0;
    padding: 1rem;
    background: #fff;
    border: 2px solid black;
}

ul ul, ol ol, ul ol, ol ul {
    margin-right: 0;
}

ul li, ol li {
    margin-left: 1.5em;
    padding: 0.15em 0 0.15em 0.5em;
    line-height: 1.5em;
}

ul li {
    list-style-position: outside;
    list-style-type: disc;
}
