﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
}

#header
{
    background-image: url(images/top.gif);
    width: 940px;
    height: 160px;
    }

/* Meny */
#menu
{
position: absolute;
left:0px;
top:160px;
background:#fff;

    }
    
    #menu div.box {
        background: url(images/box-bottom.gif) no-repeat left bottom;
        padding: 0 0 18px 12px;


    }

    #menu div.box .menutopbild {
            background: url(images/box-top.gif) no-repeat left top;
            margin: 0 -17px 15px -12px;
            padding: 8px 28px 0 8px;

    } 
       
        	
        #menu p
{
    font-size: 10px;
    font-style: normal;
    font-family: Verdana;
    margin-left: 12px;
    line-height: 11pt;
}

/* Center */
#centercontent {
background:#fff;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 203px;
margin-right:291px;
padding-top: 5px;
	}

#centercontent h1
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    }	

#centercontent h3
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    }	


#rightcontent {
position: absolute;
left:685px;
top:160px;
background:#fff;
color: White;

	}

#rightcontent h4
{
    font-size: 14px;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:4px;
    padding:0;
    }

    /* Blue */
    #rightcontent div.box {
    background: url(images/box-bottom-blue.gif) no-repeat left bottom;
    width: 230px;
    padding: 0 17px 18px 12px;



    }

    #rightcontent div.box .top {
    background: url(images/box-top-blue.gif) no-repeat left top;
    margin: 0 -17px 15px -12px;
    padding: 19px 30px 0 8px;

    } 
        

    #rightcontent div.box .box_inner
    {
        margin-left:10px;
        }

    /* Gray */
    #rightcontent div.box_gray {
    background: url(images/box-bottom-gray.gif) no-repeat left bottom;
    width: 230px;
    padding: 0 17px 18px 12px;
    color: #000;



    }

    #rightcontent div.box_gray .top {
    background: url(images/box-top-gray.gif) no-repeat left top;
    margin: 0 -17px 15px -12px;
    padding: 19px 30px 0 8px;

    } 
        

    #rightcontent div.box_gray .box_inner
    {
        margin-left:10px;
        }



    
