.tabber { 
	}
	
.tabberlive .tabbertabhide {
 display:none;
	}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive, .tabber {
 	margin-bottom: 20px; padding-bottom: 10px; height: 100%;
	}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav, div.tabbernav {
	margin:0;
	padding: 3px 0;
	background-color: #DDEAC0;
	}

ul.tabbernav, div.tabbernav {
  padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 1px;
	padding-top: 5px;
	background-color: #ddeac0
	}

ul.tabbernav li, div.tabbernav h2 {
 	list-style: none;
 	display: inline;
	}

.tabber div.tabbertab {margin-bottom: 10px;}

.tabber div.tabbertab h2 {font-size: 1em;}


.administrasjon ul.tabbernav li a, .administrasjon div.tabbernav h2 a, .tabber div.tabbertab h2 {color: #64ac2a;}

ul.tabbernav li a, div.tabbernav h2 a, .tabber div.tabbertab h2
{ 
 border-top: 1px solid #D6EAB6;
 border-bottom: none;
 background: #DDEAC0;
 text-decoration: none;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 4px;
 margin-right: 1.2em;
 WHITE-SPACE: nowrap;
}

/*ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover, div.tabbernav h2 a:hover
{
 /* color: #000; */
 background: #ECF3DA;
  padding-bottom: 0px;
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover, div.tabbernav h2.tabberactive a, div.tabbernav h2.selected a, .tabber div.tabbertab h2
{
 background: #ECF3DA bottom left no-repeat url('/demo/images/gronnHake.gif');
 padding-bottom: 7px;
}

/* ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid white;
} */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabber .tabbertab h2 { }



.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
	height:250px;
	overflow:auto;
	}

.tabberlive .divider {
  margin-top : 10px; margin-bottom: 0px;
	}

