/* 
	Basert på co2nnect stilarket
*/


/* --------------- general css --------------- */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CACCAC;
    margin: 0px;
	padding: 0px; 
	line-height: 1.5em;
}

h1 { 
   font-size: 22px;
   line-height: 24px; 
   color: #0D4E76;
   font-weight: normal; 
}

h2 {
   font-size: 16px;
   color: #0D4E76;   
   margin-top: 12px;
   margin-bottom: 6px;
   font-weight: normal;
}

h3 {
   font-size: 12px; 
   font-weight: bold;
}

h3+ul,h3+p {
      margin-top: 1px; 
      padding-top: 0px; 
}

h1+p {
     margin-top: 1px;
     padding-top: 0px; 
}

ol {   
   list-style-type: decimal; 
}

ul {
   list-style-image: none; 
}

img {
    border: none; 
}

p {
  margin-top: 4px;
  margin-bottom: 8px;
}

td, th {
   font-size: inherit;
}

/* --------------- end general css --------------- */



/* --------------- main layout --------------- */

#main {
	width: 950px; 
	margin: 0 auto;   
	background-color: #fff;
	color: #505050;
    margin-top: 16px;
}

#contentcolumn {
   margin-top: 10px;             
   float: left;      
   width: 564px;
   min-height: 350px;
}

#leftcolumn {
   margin-top: 18px; 
   padding-top: 5px;
   float: left; 
   width: 192px;  
   background-color:#ffffff; 
}

#rightcolumn {
   margin-top: 10px; 
   float: left; 
   width: 192px; 
}

#header {
   height: 180px;
}

#footer {
	clear: both; 
    color: #999999;
	width: 100%;
    padding-top: 26px;
    padding-left: 18px;
	background: url(/bilder/design/footer.gif) no-repeat;
    background-position: 0 0px;
    background-color: #CACCAC;
}

.innertube {
	margin: 10px; 
	margin-top: 0px;
}

/* --------------- end main layout --------------- */



/* --------------- main nav --------------- */



#topmenu {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
    height: 2.8em;
    background-color: #748032;
    margin-left: 0px;
    margin-right: 0px;
/*    padding-left: 15px; */
    margin-bottom: 4px;
    font-size: 12px;
	font-weight: bold;
    border-left: 0px solid #FFF;
    border-right: 0px solid #FFF;
	letter-spacing:0.4px;
}

#topmenu ul {
    margin: 0px; 
    padding: 0px; 
}

#topmenu li {
    display: inline;
    float: left; 
    line-height: 2.4em;
}

#topmenu li a {
    text-decoration: none; 
    display: block; 
    line-height: 2.8em;
    border-bottom: 0;
    padding: 0 10px;
    color: #eef4cc;
}

#topmenu li.expanded a, #topmenu li.selected a {
    background-color: #465a0b;
    color: #eef4cc; 
}

#topmenu li a:hover {
    background-color: #465a0b; 
    color: #eef4cc; 
}

/* --------------- end main nav --------------- */


#sti {
 padding: 4px 16px 4px 204px;
 font-size: 11px;
 color: #0D4E76;
}

#sti a {
  color: #0D4E76;
}



/* --------------- sub nav  --------------- */

ul.lokalmeny	{
    padding: 0px; 
    margin: 0px;   
    /*display: inline;*/ 
    list-style-type: none;
/*	border: dotted; */
	background-color:#0000CC;
	
	
}

ul.lokalmeny li	a  {
    padding: 5px; 
    color: #57732F;
    display: block;    
    list-style-type: none;   
    text-align: left;
}
         
ul.lokalmeny li a:hover	{
    text-decoration: underline;
}
	
ul.lokalmeny li.selected a {
    color: #000000;
/*    text-decoration: none;*/
}

ul.lokalmeny li.active a {
    color: #55788E
}

ul.lokalmeny li.active a:hover {
	background-color: transparent;
    color: #000000;
}

ul.lokalmeny li.submenu:hover	{
	background-color: transparent;
}
		
ul.lokalmeny ul	{
	border: 0px solid blue;					
    list-style-type: none;
}

ul.lokalmeny ul li	{
    margin: 0px;
	padding: 0px;
	padding-left: 20px;
} 
			
ul.lokalmeny ul li:hover {
	background-color: #ecf7d3;
}

ul.lokalmeny a		    { 
   text-decoration: none; 
   border-bottom: 0px; 
   display: block; 
}

#sidebar ul.lokalmeny a {
   width: 98%;
}

#leftcolumn li {
  text-align: left;
  padding-left: 10px;
}

#leftcolumn .lokalmeny {
  font-size: 12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height: 12px;
  background-color: #ecebcb;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #CACCAC;
}

/* --------------- end sub nav  --------------- */



/* --------------- various boxes  --------------- */

#tools {
  padding: 0px 16px 8px 0px;
  clear:both;
  text-align: right;
  background-color: #CACCAC;
}

#langselect {
  display: inline;
  padding-left: 16px;
}

div.loginbox {             
   padding-right: 16px;
   display: inline;
}

div.loginbox-outer {
   display:inline;
}

div.loginbox-inner {
   display:inline;
}

div.loginbox-innermost {
   display:inline;
}


div.framsidebokser {
   width: 550px; 
   margin-top: 10px; 
   margin-bottom: 20px; 
   clear: both;
}

div.framsideboks {
   margin: 3px; 
   border: 1px solid #2D6D70; 
   width: 250px; 
   min-height: 150px;  
   float: left;      
}

div.framsideboks table {
   padding: 5px;               
}

div.framsideboks td {
   padding: 0px;
   margin: 0px;
}

div.framsidebilder {
   margin: 10px auto;
   padding-top: 15px; 
   text-align: center; 
   clear: both; 
   width: 100%; 
}

div.margbilder {
   margin-top: 10px; 
   padding-left: 40px;
}

div.margbox-inner	{		
	border: 1px solid #83734A;
	margin: 3px;
    font-size: 10px; 
	margin-bottom: 15px;
    line-height: normal;   
}   	

div.margbox-inner h3, div.framsideboks h3 {
    padding: 2px;
    text-align: center;
    font-size: 11px;
    display: block; 
    color: #fff; 
    background-color: #748032;
    margin: 0; 
}

#rightcolumn ol, #leftcolumn ol {
  line-height: 2em; 
  list-style-type: none; 
  font-size: 10px;
  padding: 10px; 
  margin: 0px; 
  list-style-image: none;  
  list-style-position: outside; 
}

#rightcolumn ol li, #leftcolumn ol li {  
  display: block;  
  text-align: left; 
}

/* --------------- end various boxes  --------------- */



/* --------------- details  --------------- */

#contentcolumn .ARROW, #rightcolumn .ARROW  {
  background-image: none;
  padding-left: 0px;
  clear: both;   
}

.STH {
      color: #fff; 
      font-family: Verdana, Arial, sans-serif; 
      font-weight: bold; 
      background-color: #aaa; 
      border-right: 1px solid #fff; 
      padding: 2px;
}

#links ul {
   list-style-type: square;
}

#links li {
   padding-bottom: 10px; 
}

#contentcolumn a {
  text-decoration: underline;
/*  font-weight: normal;*/
  color: #0E4E75;
}

#rightcolumn li {
  line-height: 1.2em;
  padding-bottom: 5px; 
}

#rightcolumn a {
  text-decoration: underline; 
  font-weight: bold;
  color: #57732F;
}

#contentcolumn a:hover {
  color: #000;
}

/*#contentcolumn*/ .STH a {
   text-decoration: underline; 
   color: #fff;
}

/*#contentcolumn*/ .STH a:hover {
   background-color: #aaa;
   text-decoration: none; 
}

#contentcolumn .STD1 a, #contentcolumn .STD2 a {
   text-decoration: underline; 
   color: #000; 
}

#footer img {
   margin-right: 30px;
   margin-bottom: 10px;
}

/* --------------- end details  --------------- */


/* Lagt til lokalt  */

#contentcolumn div.lenkeboks {
/*    float: left; */
    clear: both;
}
#contentcolumn .lenkeboks a {
    padding: 8px;
    display: block;
    margin: 4px;
    width: 200px;
    float: left;
    text-decoration: none;
    background-color: #E7E3C5;
    border: 1px solid #57732F;
    border-bottom: 2px solid #57732F;;
    border-right: 2px solid #57732F;;
}
#contentcolumn .lenkeboks a:hover {
    background-color: #57732F;
    border: 1px solid #E7E3C5;
    text-decoration: underline;
}

#contentcolumn .lenkeboks img {
    float: left;
    padding: 0px;
    margin: 0px;
    padding-right: 8px;
}

#contentcolumn .lenkeboks a .forklaring {
   font-weight: normal;
   display: block;
   color: black;
}
#contentcolumn .lenkeboks a:hover .forklaring {
   font-weight: normal;
   color: white;
}

.logoboks {
  border: none;
  margin-top:12px;
  padding: 7px;
  font-size: 11px;
  line-height: 1.1em;
  color: #aaa;
}

.logoboks:hover {

}

.logoboks p {
  margin: 4px 0px 0px 0px;
}

div.box-inner {
/* background-color: #E7E3C5; */
}

#contentcolumn th a {
     color: #fff;
     text-decoration: underline;
}

#contentcolumn .EDITLINK {                
    color:  #a0a0a0;                         
}              
#contentcolumn .EDITLINK A {                          
   color:  #a0a0a0;
   text-decoration: underline;
   font-weight: normal;
}                      
         
.DATATABELL td, .DATATABELL th {
  border: 0px;
  padding: 4px 8px 4px 0px;
}

.DATATABELL {
  border: 0px;
  border-collapse: separate;
}


.SKJEMA {
  background: none;
}

/*
input, textarea {
  border: 1px solid #BBBBBB;
}
*/

th {
   font-size: inherit;
   font-family: inherit;

}

tr td:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

tr td:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.expertcolumn {
   margin: 1px 0px 20px 0px;
   /*border-top: 1px solid #CDCDCD;*/
   border-bottom: 1px solid #CDCDCD;
}

table.OPPSLAGTABELL, div.OPPSLAG table {
  border-collapse: collapse;
  margin: 0px;
  border-spacing: 0;
}

table.OPPSLAGTABELL td, table.OPPSLAGTABELL th, div.OPPSLAG td, div.OPPSLAG th{
  border: 1px solid #a0a0a0;
  padding: 4px;
}

table.OPPSLAGTABELL th. div.OPPSLAG {
  font-weight: strong;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#contentcolumn a.bluebutton img {
  padding-right: 4px;
  vertical-align: -4px;
}

#contentcolumn a.bluebutton {
  background: transparent url('/bilder/design/btn_blue_left.gif') no-repeat top left;
  display: block;
  float: left;
  fonts-size: 13px; /* Change 13px as desired */
  font-weight: bold;
  line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
  height: 30px; /* Height of button background height */
  padding-left: 8px; /* Width of left menu image */
  text-decoration: none;
  padding-right: 8px;
}

#contentcolumn a:link.bluebutton, #contentcolumn a:visited.bluebutton, #contentcolumn a:hover.bluebutton, #contentcolumn a:active.bluebutton {
  color: white; /*button text color*/
}

#contentcolumn a.bluebutton span {
  background: transparent url('/bilder/design/btn_blue_right.gif') no-repeat top right;
  display: block;
  padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

#contencolumn a:hover.bluebutton { /* Hover state CSS */
  text-decoration: underline;
}

#contentcolumn .buttonwrapper { /* Container you can use to surround a CSS button to
  clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}

div.imageboxr {
   float: right;
   padding-left: 8px;
   padding-top: 4px;
   width: 280px;
   font-style: italic;
}
