 /* ----------------------------------------------------*/
 /* Grundformatierungen                                 */
 /* ----------------------------------------------------*/

    #webseite {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    }

    #hauptseite {
    width: 1050px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    }

    #verzeichnis {
    float: left;
    width: 250px;
    height: 2000px;
    padding-top: auto;
    text-ident: 10px;
    }

    #inhalt {
    float: left;
    width: 550px;
    height: 2000px;
    padding-top: auto;
    background: auto;
    color: auto;
    }

    #rechts {
    float: right;
    width: 250px;
    height: 2000px;
    padding-top: auto;
    text-ident: 10px;
    }



 /*-----------------------------------------------------*/
 /* Textformatierungen                                  */
 /* ----------------------------------------------------*/


  h1 {font-family: "Arial";
      font-size: 50px;
      color: #FF0000;
      text-align: center;}

  h2 {font-family: "Arial";
      color: #C71585;
      text-align: center;}

  h3 {font-family: "Arial";
      font-size: 50px;
      color: #FF0000;
      text-align: center}

  h4 {font-family: "Arial";
      font-size: 40px;
      color: #00FF00;
      text-align: center}

  p  {font-family: "Arial";
      color: #000000;
      text-align: left;}

 /*-----------------------------------------------------*/
 /* Text Sonderformate                                  */
 /* ----------------------------------------------------*/

  #error   h4 {font-family: "Arial";
               font-size: 40px;
               color: #FF0000;
               text-align: center}

  #provence p {font-family: "Arial";
               color: #C71585;
               text-align: center;}

 
