 div.staticcontent li {
    color: black;
    margin-left: 15px;
    padding-left: 0;
    display: list-item;
    list-style-type: disc;
    font-weight: normal;
}

div.staticcontent table {
	line-height: normal;
}
div.staticcontent table.blocktable {
    float: none;
}

div.staticcontent h2 {
	padding-bottom: 0px; /* Abstand unter h2 */
}

div.staticcontent p, div.staticcontent ul {
	margin-top: 2px;    /* Abstand über Paragraph & Liste */
	margin-bottom: 2px; /* Abstand unter Paragraph & List */
}

div.staticcontent .keinabstand {
	margin-top: 0px;    /* Abstand über Paragraph & Liste */
	margin-bottom: 0px; /* Abstand unter Paragraph & List */
}
div.staticcontent .vielabstand {
	margin-top: 15px;    /* Abstand über Paragraph & Liste */
	margin-bottom: 0px; /* Abstand unter Paragraph & List */
}

div.staticcontent h4 {
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding: 0;
    margin: 0;
    padding-bottom: 6px;
}
div.staticcontent h5 {
    padding: 0;
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 0px;
}

div.staticcontent h6 {
    padding: 0;
    margin: 0;
    color: black;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
}

h2.klein {
	padding: 0;
	margin: 0;
}
