#sidebar {
    width:300px;
   
    position:fixed ;
    vertical-align:top;
    max-height:60px;
    min-height:400px;
    overflow:inherit;
  
    margin-top:10px;
 
 
    
    
}
#contentFrame {
    width:700px;
   height:100%;
    padding-top:0px;
    margin:100px;
    padding-bottom:40px;
     
 
}
#content {
    width:700px;
   
    padding-top:108px;
 
    position:relative ;
    
 
}

/* navigation */
nav {
    width:300px;
    
      font-family: 'Open Sans' , sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    padding:0 12px;
}

nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
}

nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav li {

}

nav li a {
    color:rgb(50,50,50);
    font-weight:700;
}

a.nav-active {
    color:#ccc;
}
   .funkMeny
{
	scrollbar-face-color: #dedede;
    scrollbar-shadow-color: #dedede;
    scrollbar-highlight-color:#dedede;
    scrollbar-3dlight-color: #dedede;
scrollbar-darkshadow-color: blue;
scrollbar-track-color: blue;
scrollbar-arrow-color: blue;
overflow-x: hidden;
overflow-y: auto;
min-height:100%;
height:100%;
 
width:242px;
 
}
 
