/* Design und Ausfuehrung: Timo Weil */

  h1 { color: rgb(255, 255, 255);
    margin-left: 198px;
    }

  h2 { font-size: large;
    font-weight: bold; 
    padding-top: 18px;
    margin-bottom: 12px;

    }

  h3 { font-size: small; 
    font-weight: bold; 
    padding-top: 18px;
    margin-bottom: 12px;
    }

  h4 { font-size: small; 
    font-weight: normal; 
    text-decoration: underline;
    margin-top: 18px;
    margin-bottom: 12px;
    }

  .textmitte {text-align: left;
    margin-left: 190px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px; 
    padding-bottom: 20px;
    background-color: rgb(255, 255, 255);
    }
