body, div, table, tr, td, th, ul, ol, li, p, img, h1, h2, h3, home_contact
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

body
{
    background-color: #efefef;
}

td p {
	margin: 0px;
	padding-top: 3px;
}

a img
{
    border: 0;
}

a
{
    color: #30407B;
}

a:hover
{
    color: #333;
}

h1
{
    font-weight: normal;
    font-size: 18px;
}

strong
{
    font-weight: bold;
}

#wrapper
{
    width: 1007px;
    margin: 0 auto;
}

.clear 
{
    float: none;
    clear: right;
    }


/***************************************************/
/******** HEADER ********************/
/***************************************************/



#header_wrapper
{
    width: 1007px;
}

#header
{
    background-image: url(../images/mast_background.gif);
    background-repeat: no-repeat;
    width: 1007px;
    height: 110px;
    position: relative;
}


#header #homelink
{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 200px;
    height: 50px;
    
}


#language 
{
    position: absolute;
    right: 10px;
    bottom: 8px;
    }

#language a 
{
    float: left;
        width: 60px;
    height: 20px;
    display: block;
    margin: 0 10px 0 0;

    }

#language a.norsk
{
    background: url(../images/header_language_bg.png) no-repeat;
    background-position: bottom left;
    width: 60px;
    height: 20px;
    display: block;
    margin: 0 10px 0 0;
}

#language a:hover.norsk,
#language a.norskselected
{
    background: url(../images/header_language_bg.png) no-repeat;
    background-position: bottom right;
    border-bottom:none;
}

#language a.engelsk
{
    background: url(../images/header_language_bg.png) no-repeat;
    background-position: top left;
    width: 60px;
    height: 20px;
    display: block;
}

#language a:hover.engelsk,
#language a.engelskselected
{
    background: url(../images/header_language_bg.png) no-repeat;
    background-position: top right;
    border-bottom:none;
}


/***************************************************/
/******** TOP NAVIGATION ********************/
/***************************************************/


#top_nav
{
    float: left;
    display: inline;
    background-color: #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 1005px;
    vertical-align: middle;
    /*height: 17px;*/
    padding: 10px 0px;
    text-align: center;
}

#top_nav a
{
    color: #fff;
    font-size: 13px;
    padding: 10px 5px 11px 10px;
    margin: 0 0 0 1px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    min-height: 40px;

}


#top_nav a:hover
{
    text-decoration: none;
    background-color: #900;
}


#top_nav a.current
{
    background-color: #900;
    padding: 10px 5px 11px 10px;
}



/***************************************************/
/********Subnavi********************/
/***************************************************/

#subnav
{
    margin: 7px 0 0 10px;
    *margin: 5px 0 0 10px;
    float: left;
}

#subnav ul.level1 a, #subnav ul.level1 a:visited
{
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    display: block;
    margin: 2px 0;
    background: url(../images/content_subnav.gif) no-repeat;
    background-position: right 0;
    width: 200px;
    color: #000;
    font-size: 12px;
}



#subnav ul.level1 a:hover, #subnav ul.level1 a:focus
{
    /*background: url(../images/content_subnav.gif) no-repeat;*/
    background-position: right -44px;
    color: #fff;
    
    
}

#subnav ul.level1 li.current a
{
    background: url(../images/content_subnav.gif) no-repeat;
    background-position: right -44px;
    color: #fff;
    font-weight: bold;
}

#subnav ul.level1 ul.level2 li a, #subnav ul.level1 ul.level2 ul.level3 li a, #subnav ul.level1 ul.level2 ul.level3 ul.level4 li a
{
    background: url(../images/content_subnav.gif) no-repeat;
    background-position: right -132px;
    color: #666;
    font-weight: normal;
}

#subnav ul.level1 ul.level2 a:hover, #subnav ul.level1 ul.level2 ul.level3 a:hover, #subnav ul.level1 ul.level2 ul.level3 ul.level4 a:hover
{
    background: url(../images/content_subnav.gif) no-repeat;
    background-position: right -176px;
    color: #000;
}

#subnav ul.level1 ul.level2 li.current a, #subnav ul.level1 ul.level2 ul.level3 li.current a, #subnav ul.level1 ul.level2 ul.level3 ul.level4 li.current a
{
    background: url(../images/content_subnav.gif) no-repeat;
    background-position: right -176px;
    color: #990000;
    font-weight: bold;
}

#subnav ul.level1 ul.level2 li a
{
    padding: 10px 10px 10px 50px;
    width: 180px;
    font-weight: bold;
    color: #000;
}

#subnav ul.level1 ul.level2 ul.level3 li a
{
    padding: 10px 10px 10px 70px;
    width: 160px;
    font-weight: normal;
    color: #666;
}


#subnav ul.level1 ul.level2 ul.level3 ul.level4 li a
{
    padding: 10px 10px 10px 90px;
    width: 140px;
    color: #666;
    font-size: 11px;
    font-weight: normal;
}

#jobbanner 
{
    margin: 20px 0 0 10px;
    width: 230px;
    height: 490px;
    }

/***************************************************/
/********CONTENT ********************/
/***************************************************/



#content_wrapper
{
    float: left;
    width: 1007px;
    background-color: #fff;
    background-image: url(../images/footer_bottom.gif);
    background-repeat: no-repeat;
    padding: 35px 0px;
    font-family: Verdana;
}


#content
{
    margin: 0 30px 0 295px; /*display: table;*/
    position: relative;
    min-height: 200px;
    
}

#content_nomenu
{
    margin: 0 30px 0 45px; /*display: table;*/
    position: relative;
    min-height: 200px;
    
}

#content h1, #content_nomenu h1
{
    color: #990000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 4px 0 12px;
    letter-spacing: -1px;
}


#content h2, #content_nomenu h2
{
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0 8px;
}


#content h3, #content_nomenu h3
{
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 8px;
}


#content h4, #content_nomenu h4
{
    color: #990000;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 8px;
}



#content a, #content_nomenu a
{
    color: #990000;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#content ul, #content ol, #content_nomenu ul, #content_nomenu ol
{
    margin: 0 0 10px 20px;
    list-style: inherit;
}

#content ul, #content_nomenu ul
{
    list-style: square;
}

#content li, #content_nomenu li
{
    line-height: 18px;
}

/* beredskap */
.beredskap #content_wrapper 
{
    background: #990000;
    color: #fff;
    margin: 0 0 0 1px;
    width: 1005px;
    }
    
.beredskap #footer 
{
    margin: 0 0 0 1px;
    width: 1005px;    
    }    
    
.beredskap #content_wrapper #content 
{
    margin-left: 30px;
    }
    
.beredskap #content_wrapper h1 
{
    font-size: 30px;
    }    
    
.beredskap #content .entry h1,
.beredskap #content .entry h2,
.beredskap #content .entry h3,
.beredskap #content .entry h4,
.beredskap #content .entry h5,
.beredskap #content .entry h6 
{
    color: #fff;
    }    
    
.beredskap #content_wrapper .subentrys,
.beredskap #content_wrapper .subentrys .bottom
{
    background: #fff;
    color: #000;
    padding: 20px;
    }
.beredskap #content_wrapper .subentrys .bottom 
{
    display: none;
    }

.beredskap .small #entry 
{
    width: 650px;
    }

.beredskap .entry 
{
    
    margin: 0 0 40px;
    }
    
    
/*problem */

#content a:hover,
#content a:active
{
    border-bottom: 1px solid #990000;
}

#content p
{
    line-height: 18px;
    margin: 0 0 5px 0;
}

#content img
{
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 3px;
}

#content img.ingressimg
{
    margin: 5px 0 15px ;
    
}

#content table td
{
    /*border: 1px solid #ccc !important;*/
    padding: 1px 3px !important;

}

img.facebook 
{
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icoFacebook.gif) no-repeat;
    }
    
.small 
{
    width: 680px;
    } 

#entry 
{
    width: 100%;
    }
    
.small #entry
{
    /*margin: 0 280px 0 0;*/
    width: 400px;
}

#content .subentrys
{
    /*display: table-cell;*/
    width: 205px;
    min-height: 163px;
    float: right;
    background: url(../images/subentrys_ul_bg.gif) no-repeat;
    background-position: right top;
    padding: 10px 15px 10px 30px;
    *padding: 15px 15px 10px 30px;
    position: relative;
    margin: 0px 0 0 8px;
}

#content .small .subentrys 
{
    position: absolute;
    right: 0;
    }


#content .subentrys .bottom
{
    background: url(../images/subentrys_ul_bg.gif) no-repeat;
    background-position: right bottom;
    height: 10px;
    width: 240px;
    position: absolute;
    bottom: 00px;
    right: 0px;
}

#content .subentrys img.ingressimg
{
    margin: 8px 0;
}

ul#mediastream
{
    margin: 0;
}

ul#mediastream li
{
    margin: 10px 0;
    list-style: none;
}

ul#jobstream 
{
    padding: 10px 0 0 0;
    margin:0;
    
    
    }
ul#jobstream li
{
    margin: 0 0 25px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 25px 0;
    list-style: none;
}

ul#jobstream h1
{
    font-size: 20px;
    margin: 0 0 3px 0;
}

.more
{
    float: right;
    font-style: italic;
    font-size: 11px;
}

/***************************************************/
/******** Ansatter ********************/
/***************************************************/



#content .ansatterlist img.ingressimg 
{
    margin: 0px 3px 3px 0;
    opacity: 0.5; 
    filter: alpha(opacity=50); 
    z-index: 2;
    display: block;
    }

123#content .ansatterlist img.ingressimg:hover,
123#content .ansatterlist img.selected
{
    filter: alpha(opacity=100);
    opacity: 1; 
    } 
    


ul#ansatter_hover_images,    
ul#ansatter_bg_images 
{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding:0;
    }
    
ul#ansatter_hover_images li,    
ul#ansatter_bg_images li 
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    }    


.ansatterlist .ingressimg_big 
{
    display: none;    
    }

#content .ingressimg_big h2 
{
    font-size: 14px;
    margin: 5px 0 0 4px;
    }

123#content a:hover img
{
    border-bottom: none;
    text-decoration: none;
    }

123ul#ansatter_bg_images li:hover .ingressimg_big 
{
    display: block;
    position: absolute;
    bottom: -220px;
    left: -15px;
    z-index: 999;
}

.ansatterlist  
{
    margin: 10px 0 6px -5px;
    position: relative;
    *margin-top:20px; 
    width: 250px;
    }
    
.ansatter 
{
    position: relative;
    display: block;
    height: 90px;
    float: left;
    width: 105px;
    }

.ansatter img.ingressimg 
{
    float: none;
    
    }

#content .ansatter h2 
{
    position: absolute;
    bottom: 3px;
    left: 0px;
    display: none;
    font-size: 10px;
    line-height: 12px;
    width: 100px;
    padding: 1px 4px 4px;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    }
    
#content .ansatter:hover h2,
#content .ansatter.selected h2
{
    display: block;
    }

/*
.ansatter .ingressimg_big 
{
    display: none;    
    }
*/

/* ut for test
.ansatter 
{   
    float: left;
    
    }

.ansatter .ingressimg_big 
{
    display: block;
    position: absolute;
    bottom: -210px;
    left: 12px;
    z-index: 999;
    }

.ansatter:hover h2 
{
    padding-left: 2px;
    }
*/    



#content .ansattermetainfo img.ansattingressimg 
{
    float: left;
    margin: 0 15px 5px 0;  
    display: block;
    padding: 0;
    border: 1px solid #fff;
    }   
    
.ansattermetainfo  
{
    display: block;
    height: 145px; 
    position: relative;
    background: #f3f3f3;
    padding: 10px;
    margin: -5px 0 5px;
    }    

.ansattermetainfo pre 
{
    text-align: left;
    color: #666;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 225px;
    line-height: 17px;
    font-family: Arial,Helvetica,sans-serif;
    
    }     
     
/***************************************************/
/******** FOOTER ********************/
/***************************************************/



#footer
{
    float: left;
    width: 1007px;
    height: 75px;
    color: #fff;
    font-size: 11px;
    background-color: #000;
    text-align: center;
    position:relative;
    
}


#footer img
{
    vertical-align: middle;
    margin-right: 10px;
}

#footer div
{
    font-size: 11px;
    padding-top: 30px;
}

#footer a
{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    margin: 0px 4px;
}

#footer a:hover
{
    color: #ccc;
}


#footer a.myhalliburton 
{
     color: #FFF;
     float: left;
     margin: 30px 0 0 30px;     
     position: absolute;
     left: 0px;
    }

#footer a.myhalliburton:hover 
{
    color: #ccc;
    }    