html {margin:0; padding:0;}
body {margin:0; padding:0; background:#FFFFFF;}

/*********************************
Main div
*********************************/
    div#main_frame {
        border: 0px solid black;
        width: 760px;
        text-align: left;
        font-family: verdana, arial, helvetica, sans;
	font-size: 0.75em;
        background: #FFFFFF;
        padding:0;
        margin-bottom:25px;
    }
    
    div#left_sidebar {
        margin:0;
        padding:0;
        float:left;
        width:150px;
    }
    
    div#page_content_center {
        /*width : 100%;*/
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 150px;
        margin-right: 150px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:30px;
        padding-right:30px;
        border: 0px solid black; 
    }
    
    div#page_content_center h1 {
        margin:0;
        padding:0;
        font-size:2em;
        text-decoration: none;
    }
    
    div#page_content {
        /*width : 100%;*/
        height:100%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 150px;
        margin-right: 0px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:30px;
        padding-right:30px;
        border: 0px solid black; 
    }
    
    div#page_content h1 {
        margin:0;
        padding:0;
        font-size:2em;
        text-decoration: none;
    }
    
    div#page_content_full {
        /*width : 100%;*/
        height:100%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        border: 0px solid black; 
    }
    
    div#page_content_full h1 {
        margin:0;
        padding:0;
        font-size:2em;
        text-decoration: none;
    }
    
    div#right_sidebar {
        margin:0;
        padding:0;
        float: right;
        width:150px;
        /*border-left: 1px dotted #909090; */
    }

table {
    text-align: left;
    font-family: verdana, arial, helvetica, sans;
    font-size: 1em;
    }

/*********************************
Page Heading
*********************************/    
    div#page_header {
        background: url("../images/top.jpg") no-repeat;
        height:80px;
        width:760px;
        padding:0;
        margin:0;
    }
    div#page_header h1 {
        margin:0;
        padding-top:2px;
        padding-bottom:0px;
        padding-left:180px;
        padding-right:0px;
        text-align:left;
        text-transform:lowercase;
        letter-spacing:0.25em;
        font-size:30pt;
    }
    div#page_header h2 {
        margin:0;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:180px;
        padding-right:0px;
        text-align:left;
        text-transform:lowercase;
        letter-spacing:0.25em;
        font-size:13pt;
    }
    
/*********************************
Top Menu
*********************************/
    div#top_menu {
        background: url("../images/granskog.jpg") repeat-x;
        height:25px;
        /*width:100%;*/
        font-size: 1.1em;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 12px;
        padding-right: 12px;
        /*cursor:hand;*/
        font-weight: bold;
        text-align: right;
        line-height: 16px;
        border: #000000 0px solid;
    }
    div#top_menu a:link {color: #000000;}
    div#top_menu a:visited {color: #000000;}
    div#top_menu a:active {color: #000000;}
    div#top_menu a:hover {color: #FFFFFF;}


/*********************************
Main Menu (left sidebar)
*********************************/
    div#main_menu {
        background: url("../images/green_gradient.jpg") repeat-y;
        /* width:150px; */
        font-size: 1.1em;
        /*cursor:hand;*/
        font-weight: normal;
        text-align: left;
        line-height: 16px;
        /*border-top: 1px dotted #999999;*/
        border-bottom: 1px dotted #999999;
    }
    div#main_menu h1 {
        margin:0;
        padding:2px 10px;
        /*width:150px;*/
        height:20px;
        cursor:auto;
        text-align: left;
        font-size: 1.4em;
        font-weight: bold;
        background-color:#5B8726;
        color: #FFFFFF;
        border-bottom: 1px dotted #999999;
    }
    div#main_menu a {
        text-decoration: none;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 20px;
        padding-right: 12px;}
    div#main_menu a:link {color: #000000;}
    div#main_menu a:visited {color: #000000;}
    div#main_menu a:active {color: #000000;}
    div#main_menu a:hover {color: #000000; text-decoration: underline}
    
    div#main_menu a.current {
        font-weight: bold;}
    
    div#main_menu a.sub {
        font-weight: normal;
        padding-left: 30px}
        
/*********************************
Select Language Div
*********************************/
    div#language {
        margin:0;
        padding: 3;
        text-align: left;
        color: #548587;
    }
    div#language a {
        text-decoration: none;
        color: #548587;
        }

/*********************************
Fotter Div
*********************************/
    div#page_fotter {
        margin:0;
        padding: 3px;
        width:760px;
        border-top: 1px dotted #999999;
        border-bottom: 1px dotted #999999;
        text-align: center;
        color: #548587;
    }
    
    div#page_fotter a {
        text-decoration: underline;
        color: #548587;
        }


/*********************************
infoframe Div
*********************************/
div#infoframe {
    border: 1px solid black;
    width:150px;
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    
    }

div#infoframe h1 {
    margin:0;
    padding:2px 10px;
    /*width:150px;*/
    height:20px;
    cursor:auto;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    background-color:#5B8726;
    color: #FFFFFF;
    border-bottom: 1px dotted #999999;
    line-height: 16px;
}

div#infoframe_fullsize {
    border: 1px solid black;
    margin:0px;
    padding:0px;
    /*width:100%;*/
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    
    }

div#infoframe_fullsize h1 {
    margin:0;
    padding:2px 10px;
    /*width:150px;*/
    height:20px;
    cursor:auto;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    background-color:#5B8726;
    color: #FFFFFF;
    border-bottom: 1px dotted #999999;
    line-height: 16px;
}

div#entry_fullsize {
    padding: 5px 10px 0;
    }

div#entry {
    padding: 5px 10px 0;
    font-size: 0.8em;
    font-weight: normal;
    }

div#entry a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;}
    
div#entry a:link {color: #000000;}
div#entry a:visited {color: #000000;}
div#entry a:active {color: #000000;}
div#entry a:hover {color: #000000;}


div#entry a.sub {
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
    padding-left: 10px;}
    
div#entry a.sub:link {color: #000000;}
div#entry a.sub:visited {color: #000000;}
div#entry a.sub:active {color: #000000;}
div#entry a.sub:hover {color: #000000;}
