/* 
Document   : frontpage
Created on : Jul 14, 2008, 12:19:11 PM
Author     : sjurl
Description:
            Containere for tekst/bilder på framsida
*/

/*
* Div containing the text on the left side of the page
*/
#indexleft{
    float : left;
    position : relative;
    width : 48em;
    border-style : solid;
    border-width : thin;
    border-color : #DDDDDD;
    padding : 3px;
    background-color : #FFFFFF;
    margin-right : 1.5em;
    margin-top : 0.5em;
}
/*
* Div containing the map and text on the right side of the page
*/
#indexright{
    float : right;
    position : relative; 
    border-style : solid;
    border-width : thin;
    border-color : #DDDDDD;
    padding : 3px;    
    background-color : #FFFFFF;
    margin-top : 0.5em;
}
/*
* Div containing the clickable map
*/
#norge{
    margin-bottom : 0.5em;
    cursor : pointer;
    border : none;
}

/*
* The text on the frontpage
*/
div.index_text{
    margin-top : 10px;
    margin-bottom : 10px;
    color : black;
 /*   font : 9pt Verdana, Arial, sans-serif; */
    letter-spacing : normal;
}
