/* CSS Basis. */
html {
    margin: 0;
    padding: 0;
    color: #868788;
    background-color: #fcf6de;
}

body {
    margin: 40px auto;
    padding: 0 0 0 16px;
    width: 952px;
    border: 0;
    background-image: url("/images/hintergrund.gif");
    background-position: 0 15px;
    background-repeat: repeat-y;
    background-color: inherit;
    color: #727272;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

a {
    color: #9a1c2e;
    font-weight: bold;
    background-color: inherit;
    text-decoration: none;  
}

a:visited {
    color: #9a1c2e;
    font-weight: bold;
    background-color: inherit;
    text-decoration: inherit;
}

a:hover {
    color: #545454;
    background-color: inherit;
    font-weight: bold;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
    color: #9a1c2e;
}

a.pdf {
    background-image: url("/images/pdf.gif");
    padding-left: 20px;
    background-repeat: no-repeat;
}

p {
    line-height: 1.8em;
    margin: 0.6em 0 0 0;
    /* margin-bottom: 0.6em; */
    text-align: left;
}

.erster {
    margin-top: 0;
    padding-top: 30px;
}

p.mehr {
    margin-top: 0;
    text-align: left;   
}

p.mehr a {
    font-size: 0.9em;
    font-weight: bold;    
}

p.datum {
    margin-top: -1.0em;
    margin-bottom: 0.4em;
    font-size: 0.9em;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
    color: #9a1c2e;
    font-weight: bold;
}

h1 {
    margin-top:0;   
    padding-top: 20px;
    font-size: 1.2em;
    text-transform: lowercase
}

h2 {
    color: #545454;
    margin-top: 20px;
    font-size: 1.1em;
}

h3 {
    color: #545454;
    margin-top: 20px;
    font-size: 0.9em;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    padding: 0 0 0 16px;
    list-style: none;
    background-image: url("/images/red-disc.gif");
    background-repeat: no-repeat;
    background-position: 0 0.8em;
    line-height: 1.8em;
}

img {
    border: none;
}

table {
    border-collapse: collapse;
    display: block;
}

td {
    padding: 0.6em 0;
    vertical-align: top;
}

.besonders {
    color: #9a1c2e;
    font-weight: bold;
}

#inhalt ul.list {
    margin: 0 0 0 343px;
    padding: 0;
}

ul.list li {
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    background-image: none;
    list-style-type: none;
}

ul.list li.important {
    margin: 0.6em 0;
    font-weight: bold;
}
