.style_type_none {
    list-style-type: none;
}

.center{
    text-align: center;
}

.satzung {
    list-style-type: none;
    font-weight: normal;
    font-size: 1.1em;
}

.satzung li {
    line-height: 1.5em;
}

.nach_oben {
    margin-right: 0.5em;
    text-align: right;
}

/* Definiert den Abstand nach h3 */
.sprungmarke h3{
    margin-bottom: 15px;
}


/* Auflistung A  - nur Paragraph 1  */
.auflistung_A {
    list-style-type: none;
}

.auflistung_A li{
    margin-left: 0px;
}

.auflistung_A ul li {
    list-style-type:none;
    margin-bottom: 15px;
}

.auflistung_A ul ul {
    margin-top: 15px;
}

.auflistung_A ul ul li {
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
}

.auflistung_A ul ul li ul li {
    list-style-type: disc;
}

.auflistung_A ul ul {
    margin-top: 15px;
}
/* ENDE Auflistung A  - nur Paragraph 1  */


/* Auflistung B */
.auflistung_B {
    list-style-type: none;   
}

.auflistung_B li{
    margin-left: 0px;
}

.auflistung_B ul li {
    list-style-type:decimal;
    margin-bottom: 15px;
    margin-left: 45px;  
}

.auflistung_B ul ul {
    margin-top: 15px;
}

.auflistung_B ul ul li {
    list-style-type: lower-latin;
    margin-left: 20px;
}

.auflistung_B ul ul li ul li {
    list-style-type: disc;
}
/* ENDE Auflistung B */


/* Auflistung C - nur Paragraph 8 */
.auflistung_C {
    list-style-type: none;    
}

.auflistung_C ul li{
    margin-left: 45px;
    margin-bottom: 15px;
    list-style-type: upper-roman;    
}

.auflistung_C ul li ul li{
    list-style-type: decimal;
    margin-left: 20px;
}

.auflistung_C ul ul {
    margin-top: 15px;
}

.auflistung_C ul ul li {
    margin-left: 20px;
}

.auflistung_C ul ul ul li{
    list-style-type: disc;
    margin-left: 30px;
}
/* ENDE Auflistung C - nur Paragraph 8 */


/* Tabelle Ehrungen in Paragraph 8 */
.ehrungen {
    margin-left: 15%;
    border: 1px solid #CCC28E;
    border-collapse: collapse;
}

.ehrungen .kopf td{
    text-align: center;
    font-weight: bold;
    color: #FFAA00;
}

.ehrungen tr td {
    border: 1px solid #CCC28E;
    padding: 5px 10px 5px 10px;
}
/* Ende Tabelle Ehrungen */




@media screen and (max-width : 760px){
.ehrungen {
   margin-left: 0px;
}
}


