﻿    body
    {
        font: 11.5pt Arial;
	    color: #000000;
    }

    table 
    { 
        background : #b1c2ff;
	    border-style : inset; 
    }

    div.skille		
    { 	
        border-style : inset;	
    }

    td	
    { 
        padding : 6px; 
    }

    div.bunntxt    
    {
        font-size : small;
        color : blue;
    }

    div.header 
    { 	
        color : green;
    	font-size : 36pt;
    	background : #fffff0;
    }

    div.radio   
    { 
        display : block;
        left    : 100px;
    }

    .knapper ul 
    {   float   : left;
		width   : 100%;
		padding : 0;
		margin  : 0;
		list-style-type : none;
	}
		
    .knapper a  
    {
        float : left;
		width : 8em;
		text-decoration : none;
		color : white;
		background-color : #0167ff;
		padding : 0.2em 0.6em;
		border-right : 1px solid white;
	}
		
    .knapper a:hover 
    { 
        background-color : #ff6701
    }
	
    .knapper li  
    {
        display:inline
	}

    /*Siden er bestemt til å være 750 pixler bred totalt*/
    .innrykk 
    { 	
        position : relative; 
		left  : 200px; 
		top   : 10px;
		width : 650px;
    }
