html, body
{
  height: 100%;
  padding: 0px;
  margin: 0px;
}




/*Seite*/

#mk {

         position: absolute;
         top: 0;
         left: 0;
         width: 98%;
         min-height: 100%;
         background-color: white;
         margin: 0;
}




#inhalt {
         margin-left: 200px;
         width: 79%;
         min-height: 100%
         background-color: white;

         }



#rand {
         float: left;
         top: 0px;
         width: 15%;
         min-height: 800px;
         left: 0px;
         background-color: black;
         }

img#index {
         width: 530px;
         height: 634px;
         margin-left: 100px;
         margin-top: 50px;
         }