
.mitarbeiter {
     width:370px;
	  clear: left;
    
}

 .mipicture {
     width:100px;
      float:left; 
		clear: left;
     background:#fff;
    /* padding-top: 5px;
     padding-bottom:5px; */
     padding-right: 10px;
    /* border: 1px dashed black;*/
		height: 160px ;
		 }
		 
.mitext {
     width:250px;
    float:right; 
	 clear: right;
     background:#fff;
     height: 160px ;
    /* padding-top: 5px;
     
     padding-bottom:5px;*/
    /* border: 1px dashed black;	*/
     }
     
