/*
* {
   margin : 0;
   padding : 0;
}
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0px;
  padding:0px;
} 

body {
   position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear: both;
   font-size:12px;
   font-family: arial,verdana,sans-serif;
   width:960px;
   margin:0 auto;
   color : #000000;
   padding:10px 0 20px;
	 background: #D2ECF9 url(grafikk/bg_gradering.jpg) repeat-x 0 0;
}
a         { color: #01518C; text-decoration : underline; }
a:link    { color: #01518C; text-decoration : underline; }   /* unvisited links */
a:visited { color: #01518C; text-decoration : underline; }   /* visited links   */
a:hover   { color: #01518C; text-decoration : none; }        /* user hovers     */
a:active  { color: #01518C; text-decoration : underline; }   /* active links    */

h1,h2,h3,h4 {
   margin:0 0 10px 0;
}
h1 {
   font-size:28px;
}
h2 {
   font-size:24px;
}
h3 {
   font-size:16px;
}
h4 {
   font-size:14px;
}
h1 a, h2 a, h3 a, h4 a                                 { color:#400B15; color:#000000; text-decoration : none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link             { color:#000000; text-decoration : none; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:#000000; text-decoration : none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover         { color:#000000; text-decoration : none; }
h1 a:active, h2 a:active, h3 a:active, h4 a:active     { color:#000000; text-decoration : none; }
p {
   font-size:12px;
   margin:0 0 10px 0;
}
img {
   display:inline;
   border:none;
}

#outerwrapping {
   position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear:both;
	 float:left;
   width:100%;			/* width of whole page */
   padding: 10px;
   margin-bottom: 20px;
   overflow:hidden;
   background: #ffffff;
   border:1px #000000 solid;
}

/* Default colmask (1 col) *******************************************/
.colmask {
   position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear:both;
   float:left;
   width:100%;			/* width of whole page */
   overflow:hidden;	/* This chops off any overhanging divs */
   padding:20px 0;
}
/* 1 column full page settings */
.fullpage {
   background:green;
   background:none;
}
.fullpage .col1 {
   position:relative;
   clear:both;
   float:left;
   width:100%;
   margin:0 15px;
   margin:0;
   background: yellow;
   background:none;
   min-height:400px;
   border:0px red solid;
}
/* END Default colmask (1 col) *******************************************/


/* HEADER *******************************************/

#header {
   clear:both;
	 float:left;
   width:960px;
   overflow:hidden;
   background:none;
}
#logo-container {
   clear:both;
	 float:left;
   background: 0 0 url("grafikk/logo_tile.png") repeat-x;
   width:100%;
   height: 99px;
}
#logo-container img {
	 float:left;
}

/* Nettstedsmeny *********************************************/
#site-menu-container {
  clear:right;
  float: right;
  height: 15px;
  padding-top: 10px;
  padding-right: 20px;
/*  margin-left: 361px; */
  overflow: hidden;
  position: relative;
}
#site-menu {
   list-style: none;
}
#site-menu li {
   display: block;
   float: left;
   margin-left: 20px;
}
#site-menu a {
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   display: block;
   float: left;
   height: 20px;
   padding: 0px;
}
#site-menu a:hover, #site-menu a.current {
   color: #ffffff;
}
/* END Nettstedsmeny *********************************************/

#search_form {
  clear:right;
	float: right;
	width: 265px;
  padding:20px 20px 0 0;
}
#search {
	color: #aaa;
	width: 200px;
	padding: 4px;
	float:left;
}
#search_button {
	padding: 4px;
	margin-left: 4px;
	border: 1px solid #8fbaca;
	display:block;
	background-color: #f0f0f0;
	float:right;
}

#search-results {
  float: left;
  display: inline;
}
#search-results h3{
	margin-top: 10px; 
	margin-bottom: 0px; 
	border: 0px #ff0000 solid;
}
#search-results #navbar{
  text-align: center;
	margin-top: 20px; 
	margin-bottom: 0px; 
	border: 0px #ff0000 solid;
}

/*
#logo-container p.tekst {
	 float:left;
   margin-top:85px;
}
#sti {
  float: left;
  margin-left: 20px;
}
#sti .label {
	font-size: 9pt; 
	font-size: 11px; 
  color: #000000;
  font-weight: bold;
}
#sti .omrader {
	font-size: 9pt; 
	font-size: 11px; 
  color: #797979;
}
#sti .omrader a {
	font-size: 9pt; 
	font-size: 11px; 
  color: #797979;
	text-decoration: none;
}
*/

/* Hovedmeny *********************************************/
#main-menu-container {
/*
  float:left;
  clear:both;
  width:958px;
*/
  overflow: hidden;
  position: relative;
  background: 0 0 url("grafikk/menu_tile.png") repeat-x;
  border: 1px solid #605960;
}
#main-menu {
   overflow: hidden;
   list-style: none;
   font-size: 14px;
   font-weight: bold;
   display: block;
   margin: 0;
   padding: 0;
}
#main-menu li {
   float: left;
	 border-right: 1px solid #605960;
}
#main-menu li.current, #main-menu li:hover {
/*	background-color: #444444;*/
  background: 0 0 url("grafikk/bg_meny_aktiv.gif") repeat-x;
}
#main-menu li a {
   color: #000000;
   font-weight: bold;
   text-decoration: none;
   display: inline-block;
   height: 22px;
   padding: 8px 10px 2px 10px;
}
#main-menu a:hover, #main-menu li:hover a, #main-menu li.current a {
   color: #ffffff;
}
/* END Hovedmeny *********************************************/


/* Undermeny *********************************************/
#left-menu-container {
  overflow: hidden;
  position: relative;
}
#left-menu {
  overflow: hidden;
  list-style: none;
  font-size: 14px;
  display: block;
  margin: 0;
  padding: 0;
}
#left-menu li {
}
#left-menu li.current, #left-menu li:hover {
}
#left-menu li a {
  color:#000000;
  font-size: 14px;
  padding:5px 0px;
  text-decoration:none;
  display: inline-block;
}
#left-menu li a:hover, #left-menu li.current a {
  font-weight: bold;
  text-decoration:none;
}

#left-tree-container {
}
#left-tree-container ul {
}
#left-tree-container ul li {
}
/* END Undermeny *********************************************/


/* Footer *********************************************/

#footer {
   clear:both;
   float:left;
	 color: white;
	 font-size: 12px;
   width:100%;
   height:100px;
   overflow:hidden;
   background: 0 0 url("grafikk/bottom_tile.png") repeat-x;
}
#bottom_left {
	float:left;
	padding-left: 10px;	
}
#bottom_right {
	float:right; width: 550px;
	padding-top: 31px;
	font-size: 11px;
}
#bottom_right strong {
	font-size: 15px;
}
#bottom_menu {
   clear:both;
   float:left;
}
#bottom_menu li {
	list-style: none;
	float:left;
}
#bottom_menu li a {
	color: white;
	display:block;
	text-decoration: none;
	text-align: center;
	width: 120px;
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 90px;
	padding-top: 10px;
	font-size: 11px;
  font-weight: bold;
}

#bottom_menu li a#icon1 { background-image: url("grafikk/icon1.png"); }
#bottom_menu li a#icon2 { background-image: url("grafikk/icon2.png"); }
#bottom_menu li a#icon3 { background-image: url("grafikk/icon3.png"); }
#bottom_menu li a#icon4 { background-image: url("grafikk/icon4.png"); }

/* END Footer *********************************************/


/* FELLES */

.lesmer { 
  font-size:10px; 
  color: #01518C;
}
.round10{ -webkit-border-radius: 10px; -moz-border-radius: 10px; }

/* END FELLES ************************************/

/* Fast område typemal ************************************/
.single-object {
   position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear:both;
   float:left;
   width:100%;
   overflow:hidden;
}
.single-object .label_metadescription { padding: 5px; margin-bottom: 10px; border: 1px dotted black; }
.single-object .label_image { margin-bottom: 5px; }
.single-object .label { margin-bottom: 2px; }
.single-object .image-text { font-size:11px; margin-bottom:10px; }
.single-object .overskrift { margin-bottom:10px; }
.single-object .hovedsak { margin-bottom:10px; }
/* END Fast område typemal ************************************/


/* Artikkel typemal ************************************/
.multiple-object {
   position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear:both;
   float:left;
   width:100%;
   overflow:hidden;
}
.multiple-object .label_metadescription { padding: 5px; margin-bottom: 10px; border: 1px dotted black; }
.multiple-object .label_lead-image { margin-bottom: 10px; }
.multiple-object .label_image { margin-bottom: 5px; }
.multiple-object .image-text { font-size:11px; margin-bottom:10px; }
.multiple-object .overskrift { margin-bottom:10px; }
.multiple-object .ingress { clear:both; font-size:12px; font-weight:bold; margin-bottom:10px; }
.multiple-object .hovedsak { clear:both; margin-bottom:10px; }
/* END Artikkel typemal ************************************/

/* Skjemaside typemal ************************************/
#form-page { }
#form-page .boksrad { clear:both; float:left; width:100%; overflow:hidden; margin-bottom:20px; }
#form-page .boksouter { float:left; width:285px; overflow:hidden; padding:10px; border:1px #c4c4c4 solid; }
#form-page .boks {  width:100%; min-height:150px; }
#form-page .boks img {  }
#form-page #boksouter1 { }
#form-page #boksouter2 { float:right; }
#form-page #ed_xp_boks1 { }
#form-page #ed_xp_boks1 a { text-decoration:none; }
#form-page #ed_xp_boks2 { }
#form-page #ed_xp_boks2 a { text-decoration:none; }
#form-page #form-contents { clear:both; overflow:hidden; padding:10px; border:1px #c4c4c4 solid; }
#form-page #form-contents form #reqfieldtext { margin-bottom:10px; }
#form-page #form-contents form fieldset { border:none; }
#form-page #form-contents form fieldset .field { clear:both; float:left; padding-bottom:10px;}
#form-page #form-contents form fieldset input { float:left; color:#000000; padding:3px; }
#form-page #form-contents form fieldset textarea { float:left; color:#000000; padding:3px; }
#form-page #form-contents form fieldset input#submit { clear:both; float:left; color:#000000; font-weight:bold; }
#form-page #form-contents form fieldset .oblig { clear:right; float:left; color:red; }
#form-page #form-contents form fieldset .validate_message { clear:both; float:left; margin-bottom:3px; }
#form-page #form-contents form fieldset #personalia_fieldset { clear:both; float:left; }
#form-page #form-contents form fieldset #henvendelse_fieldset { clear:both; float:left; }
/* END Skjemaside typemal ************************************/


/* Fast_omrade spesialtilfeller **************************************/
#single-object-contents {
   position:relative;
   clear:both;
   float:left;
   width:100%;
   overflow:hidden;
   margin-bottom:20px;
}	 
#single-object-contents .accordion {
   position:relative;

   clear:both;
   float:left;

   overflow:hidden;
   margin:0 auto;
	 width: 100%;
	 border-bottom: solid 1px #c4c4c4;
	 border-bottom: solid 0px #c4c4c4;
}
#single-object-contents .accordion .header {
   clear:both;
	 background: #e9e7e7 url(grafikk/arrow-square.gif) no-repeat right -51px;
	 padding: 7px 10px;
	 margin: 0;
   margin-top:0px;
   text-align:left;
	 font: bold 120%/100% Arial, Helvetica, sans-serif;
	 border: solid 1px #c4c4c4;
/*	border-bottom: none; */
	 border-bottom: none;
	 cursor: pointer;
   font-size:80%; 
   font-size:10px;
	 text-align:right; 
	 padding: 10px 40px; 
	 margin:0px 0px 0; 
   border:none; 
	 background: #ffffff url(grafikk/arrow-square.gif) no-repeat right -48px; 
}
#single-object-contents .accordion .header:hover {
/*	background: #e3e2e2; */
}
#single-object-contents .accordion .header.active {
  margin-top:0;
	background: #ffffff url(grafikk/arrow-square.gif) no-repeat right 8px; 
}
#single-object-contents .accordion div.details {
  margin:0;
  float:left;	
	width: 100%;
  text-align:left;
	padding: 10px 15px 20px;
	padding: 5px 0px 0px;
	background: #e9e7e7;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	
	margin: 0px 0 12px 0; 
	padding: 0px 0px 0px;  
	background-color: #ffffff; 
  border:none;
}
#single-object-contents .accordion div.details .hovedsak { padding: 0px 0px 0px; }
/* END Fast område spesialtilfeller ************************************/


/* spesialmaler FELLES ************************************/
.special {
   position:relative;
   clear:both;
   float:left;
   width:100%;
	 overflow:hidden;
}
.special .title { }
.special .lead { clear:both; font-size:14px; font-weight:bold; margin-bottom:20px }

/* END spesialmaler FELLES ************************************/

/* vedtak spesialmal ************************************/
/* END vedtak spesialmal ************************************/

/* postliste spesialmal ************************************/
/* END postliste spesialmal ************************************/

/* ingresser 1 spalte spesialmal ************************************/
#leads-1col .title { margin-bottom:20px; }
#leads-1col .lead-articles { }
#leads-1col .lead-articles .article { margin-bottom:10px; border-bottom:#666666 1px solid; }
#leads-1col .lead-articles .image { margin-bottom:5px; }
#leads-1col .lead-articles .overskrift { font-size:16px; margin-bottom:10px; }
#leads-1col .lead-articles .ingress { margin-bottom:10px; border:#666666 0px solid; }
#leads-1col .lead-articles .lesmer { text-align:right; white-space: nowrap; margin-bottom:10px; border:#666666 0px solid; }
#leads-1col .lead-articles .lesmer a { color: #000000; font-weight: bold; }
#leads-1col .lead-articles .hovedsak { margin-bottom:10px; border:#666666 0px solid; }
/* END ingresser 1 spalte spesialmal ************************************/

	 
/* Kolonne 2 spesial *******************************************************/

.block {
   background-color: #e4f1f8;
   border: 1px solid #8fbaca;
   margin-bottom: 30px;
   margin-left:20px;
   margin-left:0px;
}
.blockwrap {
	clear:both;
	font-size: 12px;
	padding-left: 34px;
	padding-left: 10px;
	padding-right: 15px;
	padding-right: 10px;
}
.block h3 {
	color:red;
	font-size: 18px;
	margin:0;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: top left;
	position:relative;
	left:-10px;
	top: -10px;
	float:left;
	padding-top: 18px;
	padding-left: 44px;
	padding-left: 40px;
}

.block1 h3 { background-image: url("grafikk/menu1.png"); }
.block2 h3 { background-image: url("grafikk/menu2.png"); }
.block3 h3 { background-image: url("grafikk/menu3.png"); }

.block ul {
/*  list-style: none; */
	padding:0;
	margin:0;
	padding-left: 20px;
	padding-bottom: 20px;
}
.block ul li {
	margin-bottom: 3px;
}
.block form {
	padding:0;
	margin:0;
	padding-left: 20px;
	padding-bottom: 10px;
border:0px green solid;
}

/* END Kolonne 2 spesial *******************************************************/

