/* Start of CMSMS style sheet 'LilaCSSMenuLayout' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* Sticky nav bar on the left and one column of content */
    div#content {
        position: relative;
        width: 100%;
        margin: 1.5em auto 2em auto;
        padding: 0;
        text-align: left;
    }
    div#main {
        float: left;
        margin-right: 1em;   /*-<(kmk)>-*/
        margin-left: 9em;   /*-<(kmk)>-*/
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 8em;     
        height: 100%;
        position: absolute; 
        display: inline;
        margin-left: -1.5em;
        top: 0;
    }
    html>body #menu_vert {  /* nicht fuer IE */
    position: fixed;
    }
  
   div#menu_vert img {   /* A picture attached to the menu -<(kmk)>-*/
        width: 8em;
        margin-bottom: 1em;
    } 
   
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }

/* END CONTENT */
/* End of 'LilaCSSMenuLayout' */

