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

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

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


    #kopf {
    position: fixed;
    padding-top: auto;
    width: 1300px;
    height: 200px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    }

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

    #inhalt {
    float: left;
    width: 1050px;
    height: 3000px;
    padding-top: 200px;
    background: auto;
    color: auto;
    }
    
       #inhalt2 {
    float: left;
    width: 1050px;
    height: 2000px;
    padding-top: 10px;
    background: auto;
    color: auto;
    }

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

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

 #inhalt   img {
           float: left;
           margin-right: 20px;
           }


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


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

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

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

  h4 {font-family: "Arial";
      font-size: 20px;
      color: #FF00FF;
      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;}
               
  #rot      p {font-family: "Arial";
               color: #FF0000;
               text-align: center;}

 
