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

    #webseite {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-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;
           }
