/* 
 Nytt stilark under utarbeiding
 
	Basert på Beagle stilarket, igjen basert på Co2nnect og arver fra miljolare stilark
*/


/* generell stiling */


html {
    height: 100%;
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	margin: 0px;
	padding: 0px; 
	line-height: 1.5em;
	background-image: url(/klimamote/bilder/design/shadow_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	height: 100%;
}

h1 { 
   font-size: 20px;
   line-height: 24px; 
   color: #555;
   font-weight: normal; 
   margin-top: 6px;
}

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

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

HR {                                                     
  height: 1px;                                                     
  border: 0;                                                       
  background-color: #D4D4D4;          
  color: #D4D4D4;   
}   

h3.VIGNETT {
  font-size: 12px; 
  text-transform: none;
  background-image: none;
  text-indent: 0px;
}


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; 
}

li {
   padding-bottom: 6px;
}

img {
    border: none; 
}

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

td, th {
   font-size: inherit;
}

a, a:visited, a:link, a:hover {
   color: #41497c;
}

/* layout */

#main {
	width: 880px; 
	margin: 0 auto;   
	background-color: #FFF;
	margin-top: 0px;
}


#contentcolumn {
   float: left;      
   width: 674px; 
   min-height: 350px;
   padding-bottom: 16px;
   padding-left: 16px;
}

#leftcolumn {
   float: left; 
   width: 172px;  
   padding: 0px 0px 0px 16px;
   background-color:#ffffff; 
}

#sti {
	padding: 8px 16px 4px 16px;
}


#header {
	height: 150px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	position:relative;
	color: #DDD;
}
	
#footer {
	clear: both; 
	color: #777;
	width: 100%;
	background-color: #FFF;
}

#footer a, #footer a:visited, #footer a:link, #footer a:hover {
	color: #777;
}


#footercontent {
  margin: 16px 16px 32px 16px;
  padding: 10px 0px 10px;
  border-top: 1px solid #CCC;   
}

.innertube {
   padding: 10px 16px 20px 16px; 
   background-color: #FFFFFF;
}


/* Hovedmeny */

#topmenu {
    list-style-type: none;
    height: 28px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing:0.4px;
    position:absolute;
    left:16px;
    top:120px;
}

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

#topmenu li {
    display: inline;
    float: left; 
    line-height: 28px;
    margin-right: 6px;
}

#topmenu li a {
    background: #67994D;
    text-decoration: none; 
    display: block; 
    border-bottom: 0;
    padding: 0 10px;
    color: #D1E492;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
}

#topmenu li.expanded a, #topmenu li.selected a {
    background-image: none;
    background-color: #FFF;
    color: #4D4E45; 
}

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

#logobar {
  text-align: center;
}

#logobar img {
  vertical-align: middle;
  margin: 0px 14px 0px 14px;

}


/* Lokalmeny */


ul.lokalmeny	{
	list-style-type: none;
	list-style-image: none;
   color: #000;
   font-weight: bold;
   padding: 0px;
   margin: 6px 0px 0px 0px;
}

ul.lokalmeny li {
  padding: 2px 0px 8px 0px;
}


ul.lokalmeny a, ul.lokalmeny a:visited, ul.lokalmeny a:link, ul.lokalmeny a:hover {
	color: #4D4E45;	
	text-decoration: underline;
}

ul.lokalmeny li.active a:hover {
	text-decoration: underline;
}

ul.lokalmeny li.selected a, ul.lokalmeny li.selected a:hover  {
	color: #BBB;
	text-decoration: none;
}



/* Innloggingsvalg */

div.loginbox {             
   float: right;
   display: inline;
   color: #000;
}

div.loginbox-outer, div.loginbox-inner, div.loginbox-innermost {
   display:inline;
}

div.loginbox a {
   color: #000;
   text-decoration: underline;
}

div.loginbox a:hover {
   text-decoration: underline;
}


.loginbox img {
  vertical-align: -3px;
  padding: 0px 2px 0px 14px;
}

/*  detaljer */

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

.STH {
      color: #000; 
      font-weight: bold; 
      background-color: #fff; 
      border-right: 1px solid #fff; 
      padding: 2px;
	  text-align:left;
}


.STH a, .STH a:hover, .STH a:link, .STH a:visited {
   text-decoration: underline; 
   color: #000;
}


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

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



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


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

/ * Ymse omstiling */

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

         
.DATATABELL td, .DATATABELL th {
  border: 0px;
  padding: 4px 8px 4px 0px;
}

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


.SKJEMA {
  background: none;
}

table.galleri {border-collapse: collapse; } 
.galleri td { border: 1px solid #ddd; padding: 5px }
.galleri, .galleri p {text-align: left; color: #aaa; } 


#langmeny {
  position: absolute;
  top: 120px;
  right: 16px;
}

#leftcolumn .OPPSLAG {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.download_pdf {
  background-image: url("/klimamote/bilder/design/pdf.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
}

