body{
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    /*line-height: 1.3em;*/
    margin-bottom: 1px;
    padding: 10px 0;
    background: url('http://kjevikflyklubb.no/templates/kfk/css/../images/bg-img.png')  no-repeat fixed 0 0 #2D5986;
}
div.wrapper{
    margin-left:auto;
    margin-right: auto;
    display:table;
    max-width: 1280px;
    min-width: 900px;
    position:relative; 
       
}
div.top{
    border-top-left-radius: 10px;
   	-moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    background:url("http://kjevikflyklubb.no/templates/kfk/css/../images/header-bg-center.png") no-repeat scroll 2% 0 transparent;
    position: relative;
    width:100%;
    height: 151px;
    display:table;
}
div.top_below{
    background:url("http://kjevikflyklubb.no/templates/kfk/css/../images/topmenu-bg.png") no-repeat scroll -7px 0 #626B7E;
    height: 20px;
    
}
div#logo {
    background: url("http://kjevikflyklubb.no/templates/kfk/css/../images/logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 160px;
    left: 0;
    margin-left: 30px;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 194px;
}
div.sidemenu{
    background:#fff;
    color:#333;
    position: relative;
    width:100px;
    display:table;
    float:left;
    padding-left:15px;
    
}
span p.menuitem{
    
    background:lightgray;
    cursor:pointer;
    padding-left:8px;
}
div.main_content{
    background:#fff;
    color:#333;
    display:table;
    width:900px;
    height:500px;
    float:left;
    position:relative;
    
}