/* sonstige Abstände und Elemente */
p, ul, ol, pre, table, blockquote {
margin-top: 0em;
margin-bottom: 1.5em;
}
ul ul, ol ol, ul ol, ol ul {
margin-top: 0em;
margin-bottom: 0em;
}
ul {
list-style: square;
}
ol {
list-style: decimal;
}
li {
margin-left: 2em;
}
hr {
border: 1px solid #292c37;
margin: -1px 0;
}