
body
{
	margin: 0px;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 9px;
	outline: none;
	background-color: #fffff;
	color: #000000;
	link-color: #aaaaff;
	vlink-color: #ffaaff;
	z-index: 2;
	
	
}

#page_background
{	
    padding-top: 8px;
    margin: 0;
	background-image: url('/data/pics/bakgrund.jpg');
	background-position: bottom;
	background-repeat: repeat-x; 
	background-color: #59B7EA;
	min-height: 800px;
}

#main_container
{
    width: 1024px;
    margin-left: 24px;
}

#header
{
    position: relative;
}

h1.header
{
	color: #000044;
}

hr.header_top
{
}

hr.header_bottom
{
}

hr.footer_top
{
}

hr.footer_bottom
{
}

p.footer
{
	color: #000044;
	margin: 0cm 0cm 0cm 0cm;
}


h2.textheading
{
	margin:0px;
	font-family: verdana, sans-serif;
	font-size: 24px;	
	color: #C78905;
	outline: none;
}


p.error 
{
	font-size: 150%;
	outline: none;
}

div.button
{
	font-family: arial; 
	color: rgb(21,34,93); 
	font-size: 18px; 
	vertical-align: middle; 
	background-image: url('pics/button_bg.gif'); 
	width: 100%; 
	height: 100%;
	outline: none;
}

#main_menu
{
    position: relative;
    clear: none;
	background-image: url('pics/frame_top.jpg'); 
    background-repeat: repeat-x;
    background-position: bottom;
    height: 66px;   
    padding: 0;
    margin: 0;
}

#language_menu
{
    clear: none;
    display: inline;
    position: absolute;
    right: 0;
    top: 0;
    /*vertical-align: top;*/
}


#backdrop
{
	width: 100%;
	height: 65%;
	top: 0;
	z-index: 0;
	position: absolute;
	outline: none;
}

#contents
{
    height: auto;
    height: 100px;
}

#footer_div
{
	width: 100%;
	z-index: 1;
	position: absolute;
	outline: none;
	text-align: center;
}

h1
{
	font-family:Verdana;
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	outline: none;
}

p.caption 
{
	font-family: verdana; 
	font-size: 9px; 
	font-style: italic;
	outline: none;
}

td.data_item
{
	background-color: #DEDFC4; 
	border-style: solid;
	border-color: #ffffff #ffffff #ACAC9E #ACAC9E;
	border-width: 1px;
	color: #ffffff; alpha(opacity=100);
}

p.item_heading
{
	font-style: bold;
	color: #000088;		
}

p.item_text
{
	color: #000000;		
}

td.navbar_level0_horizontal
{
	padding-left: 1cm;
}

td.navbar_level0_vertical
{
	padding-top: 1cm;
}

td.navbar_level1_horizontal
{
	padding-left: 0.5cm;
}

td.navbar_level1_vertical
{
	padding-top: 0.5cm;
}


td.navbar_level2_horizontal
{
	padding-left: 0.25cm;
}

td.navbar_level2_vertical
{
	padding-top: 0.25cm;
}

/* MENU TABS { */
/* ============*/

    /* Normal tab style*/
    /*-----------------*/
    td.navlink_level0,
    td.navlink_level0_selected,
    td.navlink_level0_left,
    td.navlink_level0_selected_left,
    td.navlink_level0_right,
    td.navlink_level0_selected_right
    {
    	outline: none;
    	height: 66px;
    	vertical-align: top;
    	padding-top: 14px;
    	margin: 0 8px 0 8px;
    }

    td.navlink_level0
    {
    	background-image: url('pics/tab_center.jpg'); 
    }
    td.navlink_level0_selected
    {
       	background-image: url('pics/tab_center_active.jpg'); 
    }

    td.navlink_level0_left
    {
    	background-image: url('pics/tab_left_shaded.jpg'); 
        width: 7px;
    }
    td.navlink_level0_selected_left
    {
        width: 30px;
    	background-image: url('pics/tab_left_active_overlap.jpg'); 
    }
    
    td.navlink_level0_right,
    td.navlink_level0_selected_right
    {
    	background-image: url('pics/tab_overlap.jpg'); 
        width: 26px;
    }
    td.navlink_level0_selected_right
    {
       	background-image: url('pics/tab_overlap_active.jpg'); 
        width: 26px;
    }
    
    
    /* Special cases*/
    /*--------------*/
    /* The leftmost tab */
    #navlink_level0_left_0,
    #navlink_level0_selected_left_0
    {
    	background-image: url('pics/tab_left.jpg'); 
        width: 29px;
    }
    #navlink_level0_selected_left_0
    {
    	background-image: url('pics/tab_left_active.jpg'); 
    }
        
    /* The rightmost tab */
    #navlink_level0_right_last,
    #navlink_level0_selected_right_last
    {
    	background-image: url('pics/tab_right.jpg'); 
        width: 26px;
    }
    #navlink_level0_selected_right_last
    {
       	background-image: url('pics/tab_right_active.jpg'); 
    }

    /* Tab on the left side of active tab */
    #navlink_level0_right_leftneighbour
    {
        width:3px;
    }    

/* } MENU TABS */

a.navlink_level0,
a.navlink_level0_selected
{
	font-family: arial, sans-serif;
	font-size: 22.68px;
	color: #FFFFCD; 
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 16px;
}

/* SUB MENU */
#paper_submenu ul 
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

a.navlink_level1,
a.navlink_level1_selected,
#paper_submenu ul li a
{
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #C78905; 
    text-decoration: none;
    font-weight: bold;
}

#paper_submenu ul li
{
    margin-bottom: 16px;
}


li.current-cat a,
a.navlink_level1_selected,
.selected
{
    font-style: italic;
}
    


/* The frame { */
/* ============*/
/*  IE 7 and Firefox */

/* top row */
#frame_top_right
{
   	background-image: url('pics/frame_top_right.jpg'); 
   	width: 33px;
   	height: 26px;
   	margin: 0;
   	padding: 0;
   	position: absolute;
   	bottom: 0;
   	right: -1px;
}

/* middle row (contents) */
#desktop_container
{
	clear: left;
	margin-top: 0px;
	padding-top: 0px;
	bottom: 0px;
	position:relative;
	overflow: hidden;
	width: 100%;
}

#frame_left
{
	float: left;
	position: absolute;
	left: 0;
	display: inline;

	width: 23px;
	height: 100%;
	
    background-image: url('pics/frame_left.jpg');
	background-repeat: repeat-y;
	
	margin: 0;
	padding: 0;

}


#desktop
{
    display: block;
}

#frame_right
{
	float: right;
	display: inline;
	position: absolute; 
	right: -2px;
		
	width: 34px;
	height: 100%;
	
	background-image: url('pics/frame_right.png');
	background-repeat: repeat-y;
}


/* bottom row */
#desktop_bottom
{
	clear: left;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 31px;
}

/* } The frame */
#frame_bottom_left
{
   	float: left;
	position: absolute;
	left: 0;
	display: inline;

	width: 23px;
	height: 31px;
	
    background-image: url('pics/frame_bottom_left.png');
	background-repeat: none;
	
	margin: 0;
	padding: 0;
}

#frame_bottom
{
	margin: 0;
	padding: 0;
    width: 969px;
    height: 31px;
	display: inline;
	margin-left: 23px;
    background-image: url('pics/frame_bottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
}


#frame_bottom_right
{
   	float: right;
	position: absolute;
	right: -2px;
	display: inline;

	width: 34px;
	height: 31px;
	
    background-image: url('pics/frame_bottom_right.png');
	background-repeat: none;
	background-position: bottom;
	
	margin: 0;
	padding: 0;
}

#bottom_padding
{
    clear: both;
}

/* content fields */
#paper
{   
   	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	left: 23px;	
    background-color: #fff;
	width: 969px;
	min-height: 480px;
	overflow: hidden;
	display: block;
}


#paper_submenu
{
    border-style: dotted;
    border-color: #C78905;
    border-width: 0 1px 0 0;
    width: 200px;
    float: left;
    position: absolute;
    height: 100%;
    margin-left: 0;
    left: 0;
    display: inline;
}

#paper_text
{
    margin-left: 224px;
    width: 400px;
    vertical-align: top;
    display: inline;
    float: left;
    min-height: 480px;
}

#paper_pics
{
    width: 320px;
    vertical-align: top;
    display: inline;
    float: right;
}

.data_item,
div.data_item_text,
div.textfield
{
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    font-family: Georgia;
    text-align: left;
}

div#login
{
    position: absolute;
    top: 0;
    right: 0;
}

div#login a
{
    color: #66b4ff;
}

div#search
{
}

input#s
{
    width: 100px;
    border-color: #ff0;
    background-color: #dde;
}

#ld_picgallery_fullsize
{
    z-index: 10;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
}

#ld_picgallery_passepartout
{
    background-color: #444444;
    position: absolute;
    width: 100%;
    height: 100%; 
    left: 0;
    top: 0;   
   
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
    
}

#ld_picgallery_image_div
{
    z-index: 11;
    position: absolute;
    padding: 8px 8px 8px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #000;
}

#ld_picgallery_back
{
    position: absolute;
    z-index: 12;
    width: 100%;
    text-align: center;
    bottom: 32px;
    left: 0;
}

#picgallery_container
{
    width: 100%;
    text-align: center;
}

#picgallery
{
    /*background-color: #000;*/
    width: 75%;
    margin-left: 12.5%;
    border-width: 0 1px 1px 1px;
    border-style: none;
    border-color: #660000;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    min-height: 346px;
}

img.thumb
{
    border-color: #fff;
    margin: 4px;
}

#ld_picgallery_caption
{
    color: #fff;
    height: 18px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/* BLOGG */
.blogglist
{
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
}

.commentlist
{
    margin-left: 0;
    padding-left: 0px;
    list-style: none;
}

.comment_even,
.comment_odd
{
    padding-left: 10px;
    padding-right: 10px;
}

.comment_even 
{
    background-color: #ffffef;
}

.comment_odd
{
    background-color: #efefff;
}

/* Wordpress blogg */
#content {
	font-size: 14px;
}

#content a {
    color: #639F04;
}