/*
-----------------------------------------------
Kildenett Screen Styles
Version:  17 March 2007
----------------------------------------------- */


html,body {
	margin:0;
	padding:0;
	color:#000;
}
body {
	padding:0px;
	font:11px/150% Arial, Helvetica, sans-serif;
  /*
	background: #C0D8DA url(kildenett_img/topborder.png) repeat-x;
  */
}

#labfooter {
	text-align:center;
	clear:both;
}



/* =Themes
----------------------------------------------- */
#standard, #standard body {
  /*
  background: #B3D7D7 url(kildenett_img/bg_kildenett.jpg) top center no-repeat;
  */
  background-color: #c2d5dc;
}


#krig, #krig body {
  background: #586740 url(kildenett_img/bg_krig.jpg) top left no-repeat;
}

#helse, #helse body {
  background: #fff url(kildenett_img/bg_helse.jpg) top left no-repeat;
}
#lov, #lov body {
  background: #695A39 url(kildenett_img/bg_lov.jpg) top left no-repeat;
}

#metode, #metode body {
  background: #7DACC0 url(kildenett_img/bg_noytral_metode.jpg) top left no-repeat;
}
#skole, #skole body {
  background: #DDC182 url(kildenett_img/bg_skole.jpg) top left no-repeat;
}
#modernisering, #modernisering body {
  background: #89728f url(kildenett_img/bg_modernisering.jpg) top left no-repeat;
}
#landskap, #landskap body {
  background: #919f4d url(kildenett_img/bg_landskap.jpg) top left no-repeat;
}
#befolkning, #befolkning body {
  background: #C07E3D url(kildenett_img/bg_befolkning.jpg) top left no-repeat;
}

/* =Structure
----------------------------------------------- */
#header, #centerwrapper {
  text-align: left;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

#topbar { background-image: url(kildenett_img/topborder.png); height: 27px; width: 100%; }

#contentandcontextwrapper {
  margin-top: 3px;
  float: right;
  width: 760px;
}

#contentandcontextwrapper{
}

#content {
  float: left; 
  /*width: 580px;*/
  width: 482px;
}
#frontpage_content{
  text-align:center;
}
#frontpage_content #sponsors img{
  
  margin-right: 1.4em;
  
}

#context {
  float: left;
  /*width: 180px;*/
  width: 250px;
}

.contentbox {
  margin:1em 0; 
  background: url(kildenett_img/gradient.png) repeat-x
}

#contentfooter { width: 100%; height: 45px; background: url(kildenett_img/box_gradient_bunn.png) repeat-x; padding-top: 1em; padding-bottom: 1em; }

#articlelist { float:left; clear:left; width: 362px; }

#sourcelist { float:left; width: 370px; }
#sourcelist_top { float:left; width: 250px; }
.source { float: left; width: 100px; height: 80px; margin: 10px 5px; text-align: center }


/* =Navigation
----------------------------------------------- */
#logo {
  padding-top: 7px;
  padding-left: 5px;
  float: left;
}

#logo a {
  color: white;
  background-image: url(kildenett_img/kildenett_logo_a.png);
  width: 110px;
  height: 18px;
  display: block;
}

#logo a:hover { background-image: url(kildenett_img/kildenett_logo_b.png); }

#supportmenu {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}

#supportmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#supportmenu ul li a
{
  text-decoration: none;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  padding: 0em 1.7em;
  margin-left: 2em;
  color: #fff;
  background: url(kildenett_img/default_support_icon.png) no-repeat left;
}

#supportmenu ul li a:hover {
  text-decoration: underline;
}

#supportmenu ul li { display: inline; }

#searchform {
  float: right;
  margin-top: 5px;
  margin-right: 32px;
}

#globalmenu {
  width: 230px;
  margin-left: -5px;
  margin-bottom: 15px;

}

#globalmenu ul {
  list-style-type: none;
  text-align: center;
  
}

#globalmenu ul li {
  float: left;
  margin: 5px 0.65em 0px 0.6em;
}

#globalmenu ul li a
{
  text-decoration: none;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: black;
  background: url(kildenett_img/default_global_icon.png) no-repeat top center;
  height: 5px;
  width: 40px;
  padding-top: 35px;
  float: left;
}

#globalmenu ul li a:hover {
  color: blue;
  text-decoration: underline;
}

#leftnav{
 
}

#leftnav li {
  /* background: url(kildenett_img/subject_menu.png) no-repeat; */
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 2px;
  z-index: 9999;
  /* height: 28px; */
}


#leftnav li.health_icon { background-image: url(kildenett_img/subject_menu_health.png) }
#leftnav li.war_icon { background-image: url(kildenett_img/subject_menu_war.png) }
#leftnav li.school_icon { background-image: url(kildenett_img/subject_menu_school.png) }
#leftnav li.method_icon { background-image: url(kildenett_img/subject_menu_method.png) }
#leftnav li.law_icon { background-image: url(kildenett_img/subject_menu_law.png) }
#leftnav li.population_icon { background-image: url(kildenett_img/subject_menu_population.png) }
#leftnav li.modernization_icon { background-image: url(kildenett_img/subject_menu_modernization.png) }
#leftnav li.landscape_icon { background-image: url(kildenett_img/subject_menu_landscape.png) }
#leftnav li.extranet_menu { background-image: url(kildenett_img/menu_blank.png) }

#leftnav li.health_icon_open { background-image: url(kildenett_img/subject_menu_health_open2.png) }
#leftnav li.war_icon_open { background-image: url(kildenett_img/subject_menu_war_open.png) }
#leftnav li.school_icon_open { background-image: url(kildenett_img/subject_menu_school_open.png) }
#leftnav li.method_icon_open { background-image: url(kildenett_img/subject_menu_method_open.png) }
#leftnav li.law_icon_open { background-image: url(kildenett_img/subject_menu_law_open.png) }
#leftnav li.population_icon_open { background-image: url(kildenett_img/subject_menu_population_open.png) }
#leftnav li.modernization_icon_open { background-image: url(kildenett_img/subject_menu_modernization_open.png) }
#leftnav li.landscape_icon_open { background-image: url(kildenett_img/subject_menu_landscape_open.png) }
#leftnav li.extranet_menu_open { background-image: url(kildenett_img/menu_blank.png) }

#leftnav li a {
  line-height: 28px;

  padding-bottom: 0px;
  padding-left: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: black;
  vertical-align: middle;
}

#leftnav li.closed a {
  color: #606060;
}

#leftnav li ul {  
  background-color: #f4f4f4;  
  margin-top: 10px;
  margin-left: -6px;
  margin-right: 5px;
  padding-bottom: 10px;  
  /*
  background: url(kildenett_img/sub_subject_menu_box_bottom.png) bottom no-repeat;
  */
}


#leftnav li li,
#leftnav li li a {
  background: none left center no-repeat;
  background-color: transparent;
  padding-top: 4px;
  line-height: 20px;
  font-weight: normal;
}

#leftnav li li a {
  color: black;
  font-size: 11px;
  padding-left: 10px;
}

#leftnav li li a.on {
  color: #cc0000;
  font-weight: bold;
}

#leftnav li li a:hover {
  color: #f00;
}

#leftnav li li li a {
  padding-left: 20px;
  font-size: 10px;
}

#leftnav li li li a:hover {
  color: #f00;
}

/* Second level menu elements gets arrows */
#leftnav li li.parent a { background: url(kildenett_img/left_arrow_black.png) left center no-repeat; }
#leftnav li li.open a { background: url(kildenett_img/down_arrow_black.png)  left center no-repeat; }
#leftnav li li.parent a.on { background: url(kildenett_img/down_arrow_red.png)  left center no-repeat; }
/* Third level menu elements get no arrows */
#leftnav li li.open li a { background: none; }
#leftnav li li.parent li a { background: none; }
#leftnav li li.parent li a.on { background: none; }

#leftnav li ul.leftnav {
  margin-top: 3px;
  width: 230px;
  margin-left: -11px;
  padding: 0px;
  padding-bottom: 5px;
  background: url(kildenett_img/menu_bottom2.png)  center bottom no-repeat;  
  
}

#leftnav li ul.leftnav li{
  /*
  background-color: #f4f4f4;
  */
  background-color: transparent;
}
#leftnav li ul.leftnav li ul.leftnav{
  background: none;
  border: none;
}
#leftnav li ul.leftnav li ul.leftnav li{
  background-color: transparent;
}

#partOf {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}

#partOf a { color: #c00; }

.nav-guide-task { margin-left: 15px; margin-top: 10px; }

.assosiasjoner { margin-top: 5px; margin-left: 30px; list-style-image: url(kildenett_img/left_double_angle_red_bold.png); }
.assosiasjoner a { color: #c00; }


/* =Navigation icons
----------------------------------------------- */
#supportmenu #about { background-image: url(kildenett_img/balloon_icon.png); }
#supportmenu #guideline { background-image: url(kildenett_img/info_icon.png); }
#supportmenu #tip { background-image: url(kildenett_img/letter_icon.png); }

#globalmenu #globalDictionary { background-image: url(kildenett_img/dictionary_icon.png); }
#globalmenu #globalMap { background-image: url(kildenett_img/map_icon.png); }
#globalmenu #globalSubjects { background-image: url(kildenett_img/subject_icon.png); }
#globalmenu #time { background-image: url(kildenett_img/time_icon.png); }
#globalmenu #minSide { background-image: url(kildenett_img/minside.png); }

/* =Headers
----------------------------------------------- */
h1 {
	margin:0px 0px;
	padding:1em 10px 0 15px;
	font:bold 1em/1 Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1;
}


h3 {
  font-weight: bold;
}

.article h3 {margin-left: 0;}

#focus h3 { margin:0px 0px; padding:1em 10px 0 15px; font:bold 1em/1 Arial, Helvetica, sans-serif; }

/* =Images
----------------------------------------------- */
.imgleft {float: left; margin-left: 15px; clear: left;}

.imgright {float: right; margin-right: 15px;}

.imgright, .imgleft {width: 200px;}

.imgright img, .imgleft img { border: 1px black solid; }

.imgright p, .imgleft p { text-align: center; font-weight: bold;}

.imgright p a, .imgleft p a { font-size: 11px; color: #c00; text-decoration: none; padding-right: 10px; background: url(kildenett_img/left_double_angle_red.png) no-repeat center right; }

.source a:hover img { }

#sourceimage { margin: 35px auto 15px auto; width: 388px; text-align: center;}
#sourceimage img { border: 1px black solid; }

#imageLink { display: block; background: url(kildenett_img/new_window_icon_white.png) no-repeat; padding-left: 20px; margin-top: 10px; color: white; text-decoration: underline; margin-left: auto; margin-right: auto; width: 80px; }

.s img { padding-right: 10px; vertical-align: bottom; }


.imagetext { color: white; }

.images .imagetext { color: black; }

.decorativeimage { margin-top: 15px; text-align: right;}

img.hoover{
  padding
}

/* =Text
----------------------------------------------- */
strong { font-weight: bold; }

em { font-style: italic; }

p { margin:0em 10px 1em 15px; }

p.ingress { margin-top: 5px;}
p.articleIngress { margin-top: 5px; font-size: 12px; }

a { color: #000;}

h3 a { color: #000; text-decoration: none;}

a:hover { color: #ff0000; text-decoration: underline; }

#bodytext ul { margin-left: 35px; margin-bottom: 1em; list-style-type: disc; }

div#content ul.assosiasjoner { margin-left: 30px; }



/* =Misc
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.archiveHolder { margin: 0 10px 0 15px; }

.archiveForm ul { margin: 0 10px 0 15px; }

#sectionArticles { background: url(kildenett_img/gradient.png) repeat-x;  margin-top: 30px; }
#sectionArticles h4 { font-weight: bold; margin: 10px 10px 0 15px; padding-top: 10px; }
#sectionArticles h4 a { color: #c00; }
#sectionArticles h4 a:hover { color: #ff0000; text-decoration: underline; }

#searchResult { margin-left: 15px; }
#searchfield { margin-left: 15px; }
#Sokeboks div { margin: 15px 0; }
.searchPreview { margin-top: 15px; }
.searchPreview h3 { margin-left: 15px; }
.searchPreview b { color: #c00; }
#searchHint { font-size: 110%; }
div.Sidevelger { margin-left: 15px; }
div.Sidevelger ul li { display: inline; font-size: 110%; margin-right: 10px; }
div.Sidevelger .selected { font-weight: bold; text-decoration: none; }

.byline a { color: #c00; text-decoration: underline; }
.byline a:hover { color: #f00; } 

.structuredData table { margin-left: 15px; margin-right: 15px;}

div.attachements { margin-top: 10px; margin-left: 15px; margin-right: 15px;}

div.fil { margin: 0 15px; }

#sourceLink a { color: #c00; font-size: 12px;}
#sourceLink a:hover { color: #f00; }

#sponsors {
  /*
  clear: both; margin: 20px 0; position:relative; background-image: url(kildenett_img/sponsorer.png); width: 750px; height: 81px;
  */
}
#sponsors a {text-decoration: None}

/* Searchbox a la Mac OSX */
span.sbox_l  {
        background: white url('kildenett_img/sok_left.png')
                no-repeat top left;
        float: left;
        width: 22px; height: 17px;
}

span.sbox_r  {
        background: white url('kildenett_img/sok_right.png')
                no-repeat top left;
        float: left;
        width: 5px; height: 17px;
}

span.sbox input {
        background: white url('kildenett_img/sok_bg.png')
                repeat-x top left;
        float: left;
        border: 0;
		height: 11px; width: 142px;
        padding: 3px;
        font: 11px/13px arial;
        color: #000;
}

span.sbox_b input {
 width: 36px;
 height: 17px;
 background: white url('kildenett_img/soko_knapp.png') no-repeat top left;
 outline: none;
 border: 0;
}
#helpers
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.hoover{
  zindex = 9999;
}
div.imagecontainer p{
  display: none;
}
div.hoover p{
  background-color: #000;
  padding: 0.2em;
  color: #FFF;
  width: 100%;  
  margin:0em;
  text-align: left;
  display: block;
}
ul.imagelist{
  margin: 0.2em;
  position: relative;  
  zoom: 1;  
}
ul.imagelist li{
  text-align: center;

}
ul.imagelist img{
  /*
  display: block;
  */
}
ul.imagelist img.icon{
  margin-top: 2px;
}

.fourcolumns li{
  width: 22%;
}
.threecolumns li{
  width: 30%;
}
.twocolumns li{
  width: 45%;
}
.imagelist li{  
  float: left;
  margin-right: 0.2em;
  height: 100px;
  text-align: center;  
}
.imagelist li p{
  display: none;
}

.imagelist li.hoover{  
  background-color: #FFF;
  position: absolute;
  cursor: pointer;
  text-align: center;
}
.imagelist li.hoover img.main{
  width: 100%;
  height: 100%;  
  border: 1px solid #000;
}

.imagelist li p{
  margin: 0em;
  background-color: #000;
  color: #FFF;
  width: 100%;
  border-right: 2px solid #000;
}
.imagelist li.hoover p{  
  display:block;
  text-align: center;  
}

a.icon{
  padding-left: 20px;  
  cursor: pointer;  
}
a.icon:hover{
  color: #FFF;
  text-decoration: none;
 
}
.all{
  background: transparent url(kildenett_img/topicon_alle.png)  no-repeat center left;
}
.newest{
  background: transparent url(kildenett_img/topicon_nye.png) no-repeat center left;
}

#krig a.close{
  background: transparent url(kildenett_img/close_icon_green.png) no-repeat center left;
}
#helse a.close{
  background: transparent url(kildenett_img/close_icon_red.png) no-repeat center left;
}
#lov a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
#metode a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
#landskap a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
#befolkning a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
#modernisering a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
#skole a.close{
  background: transparent url(kildenett_img/close_icon_blue.png) no-repeat center left;
}
a.print{
  background: transparent url(kildenett_img/print.gif) no-repeat center left;
  color: red;
  text-decoration: underline;
  padding-top: 2px;
  margin-right: 1em;
}
a.print:hover{
  color: red;
}
a.info{
  background: transparent url(kildenett_img/kildeinfo.gif) no-repeat center left;
  color: red;
  text-decoration: underline;
  padding-top: 2px;
  margin-right: 1em;
}
a.info:hover{
  color: red;
}
a.favoritt{
  background: transparent url(kildenett_img/favoritt.gif) no-repeat center left;
  color: red;
  text-decoration: underline;
  padding-top: 2px;
  margin-right: 1em;
}
a.favoritt:hover{
  color: red;
}
a.ordbok{
  background: transparent url(kildenett_img/dictionary_icon_small.png) no-repeat center left;
  color: red;
  text-decoration: underline;
  padding-top: 2px;
}
a.ordbok:hover{
  color: red;
}
#krig .guidance_icon, #krig .task_icon, #helse .guidance_icon, #helse .task_icon,#lov .guidance_icon, #lov .task_icon,#skole .guidance_icon, #skole .task_icon,#metode .guidance_icon, #metode .task_icon,#befolkning .guidance_icon, #befolkning .task_icon,#modernisering .guidance_icon, #modernisering .task_icon,#landskap .guidance_icon, #landskap .task_icon{
  display: block;
  height: 35px;
}
#krig .teacher_work_icon, #krig .pupil_work_icon, #helse .teacher_work_icon, #helse .pupil_work_icon,#lov .teacher_work_icon, #lov .pupil_work_icon,#skole .teacher_work_icon, #skole .pupil_work_icon,#metode .teacher_work_icon, #metode .pupil_work_icon,#befolkning .teacher_work_icon, #befolkning .pupil_work_icon,#modernisering .teacher_work_icon, #modernisering .pupil_work_icon,#landskap .teacher_work_icon, #landskap .pupil_work_icon{
  display: block;
  height: 35px;
}
#krig .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_krig_veil.png) no-repeat center left;
}
#krig .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_krig_oppg.png) no-repeat center left;
}
#helse .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_helse_veil.png) no-repeat center left;
}
#helse .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_helse_oppg.png) no-repeat center left;
}
#lov .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_lov_veil.png) no-repeat center left;
}
#lov .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_lov_oppg.png) no-repeat center left;
}
#skole .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_skole_veil.png) no-repeat center left;
}
#skole .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_skole_oppg.png) no-repeat center left;
}
#metode .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_metode_veil.png) no-repeat center left;
}
#metode .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_metode_oppg.png) no-repeat center left;
}
#befolkning .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_befolkning_veil.png) no-repeat center left;
}
#befolkning .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_befolkning_oppg.png) no-repeat center left;
}
#modernisering .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_modernisering_veil.png) no-repeat center left;
}
#modernisering .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_modernisering_oppg.png) no-repeat center left;
}
#landskap .guidance_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_landskap_veil.png) no-repeat center left;
}
#landskap .task_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_landskap_oppg.png) no-repeat center left;
}

#krig .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_krig_larer.png) no-repeat center left;
}
#krig .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_krig_elev.png) no-repeat center left;
}
#helse .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_helse_larer.png) no-repeat center left;
}
#helse .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_helse_elev.png) no-repeat center left;
}
#lov .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_lov_larer.png) no-repeat center left;
}
#lov .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_lov_elev.png) no-repeat center left;
}
#skole .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_skole_larer.png) no-repeat center left;
}
#skole .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_skole_elev.png) no-repeat center left;
}
#metode .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_metode_larer.png) no-repeat center left;
}
#metode .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_metode_elev.png) no-repeat center left;
}
#befolkning .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_befolkning_larer.png) no-repeat center left;
}
#befolkning .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_befolkning_elev.png) no-repeat center left;
}
#modernisering .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_modernisering_larer.png) no-repeat center left;
}
#modernisering .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_modernisering_elev.png) no-repeat center left;
}
#landskap .teacher_work_icon{
  width: 97px;
  background: transparent url(kildenett_img/btn_landskap_larer.png) no-repeat center left;
}
#landskap .pupil_work_icon{
  width: 97px;  
  background: transparent url(kildenett_img/btn_landskap_elev.png) no-repeat center left;
}
ul.inlinemenu{margin-left: 10px;}
ul.inlinemenu li{
  float:left;
}
.source_imagecontainer{
  background-color: #242424; 
  background-image: url(kildenett_img/kildemedia_gradient.png);
}

div.tabs {
    float:left;
    width:100%;
    line-height:normal;
    margin-bottom: -1px;
}

div.tabs ul {
    margin:0;
    padding:10px 10px 0 10px;
    list-style:none;
}

div.tabs li {
    display:inline;
    margin:0;
    padding:0;
}

div.tabs a {
    float:left;
    background:url("tab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    cursor: pointer;
    background-position:0% -28px;
}

div.tabs a span {
    float:left;
    display:block;
    background: transparent url("tab_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    margin-right: 5px;
    color:#666;
    font-size: 0.8em;
    background-position:100% -28px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a span {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover span {
    color:#000;
}

div.tabs a.selected {
    background-position:0% 0px;
}

div.tabs a.selected span {
    background-position:100% 0px;
}

div.tabbed {
    clear: both;
    border-top: 1px solid #B7B7B7;
    padding-left: 1em;
    padding-top: 1em;
}
.logo_tid
{
	margin-left: 10.5em;
}

#messages {
    background: #ffee99;
    border: 1px dotted #000;
    padding: 2px;
}

table.artikkel_bilde {
    margin: 0em 10px 1em 15px;
}
