/* Start of CMSMS style sheet 'CSS_start' */
    html { overflow: -moz-scrollbars-vertical; }
    body { text-align:center; background-color:#e9e9e9; font-size:62.5%;  }    

/*
    * {
       border: 1px solid red !important;
    }
*/
  
    #container {
        position:relative;
        width:950px;
        margin:0 auto;
        margin-top:15px;
        padding-top:1px;
        text-align:left;
        background-color:#ffffff;
        background-image: url('grafik/start/raster_uppe.gif');
        background-repeat: no-repeat;
    }
    
    #meny {
        position:relative;
        width:950px;
        height:66px;
        margin-top:12px;
        text-align:right;
        background-color:#000000;
        background-image: url('grafik/logotype.gif');
        background-repeat: no-repeat;
    }
    

    #innehall_meny {
        position:relative;
        width:580px;
        height:20px;
        left:-25px;
        top:22px;         /* justera över all css */
        text-align:right;
float:right;
    }

#klicka_meny {
        position:relative;
        width:320px;
        height:40px;
top:18px;
left:30px;
float:left;
    }
    
    #puff {
        position:relative;
        width:894px;
        height:274px;
        margin-top:10px;
        left:20px;
        border:8px solid #000000;
    }
    
    #innehall {
        position:relative;
        width:910px;
        margin-top:30px;
        left:20px;
       overflow:hidden;
    }
    
    #innehall_vanster {
        position:relative;
        width:390px;
        left:60px;
        float:left;
        background-image: url('grafik/spalt_bred.gif'); 
        background-repeat:repeat-y;
        padding-right:10px;
}
    
    #innehall_hoger {
        position:relative;
        width:450px;
        float:right;
    }
    
    #innehall_hoger_vanster {
        position:relative;
        width:210px;
        float:left;
        padding-left:10px;
    }

   #innehall_hoger_vanster ul {
	margin:0;
	padding:0;
        list-style:none;
   }
    


    #innehall_hoger_hoger {
        position:relative;
        width:210px;
        float:right;
        padding-left:10px;
        background-image: url('grafik/spalt.gif');
        background-repeat:repeat-y;
    }
    
#arbetsprov .gom {display:none;}

    #footer {
        position:relative;
        width:930px;
        text-align:right;
        clear:both;
        top:10px;
        z-index:2;
    }
    
    #footer_bild {
        position:relative;
        width:950px;
        height:40px;
        background-color:#ffffff;
        background-image: url('grafik/raster_nere.gif');
        background-repeat: no-repeat;
        z-index:1;
    }
/* End of 'CSS_start' */

