/*
* {
   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 {
   font-size:12px;
/*   line-height:14px; */
   font-family:Arial, Helvetica, sans-serif; 
   width:960px;
   margin:0 auto;
   color : #000000;
   padding:10px 0;
   padding:0;
   background: #ffffff url("grafikk/bg_repeat.jpg") repeat-x 0 0;
}
a         { color: #3f3f3f; text-decoration : underline; }
a:link    { color: #3f3f3f; text-decoration : underline; }   /* unvisited links */
a:visited { color: #3f3f3f; text-decoration : underline; }   /* visited links   */
a:hover   { color: #3f3f3f; text-decoration : none; }        /* user hovers     */
a:active  { color: #3f3f3f; 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:#000; text-decoration : none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link             { color:#000; text-decoration : none; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:#000; text-decoration : none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover         { color:#000; text-decoration : none; }
h1 a:active, h1 a:active, h1 a:active, h1 a:active     { color:#000; 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;
   padding: 0px;
   margin-bottom: 20px;
   overflow:hidden;
   background: #ffffff;
   background: none;
}

/* 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 {
   margin:0 15px;
   margin:0;
   background: yellow;
   background:none;
   min-height:400px;
}
/* END Default colmask (1 col) *******************************************/


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

#header {
   clear:both;
	 float:left;
   width:960px;
   margin-bottom:15px;
   overflow:hidden;
   background:none;
}
#logo-container {
   clear:both;
	 float:left;
   width:100%;
   height: 137px;
   padding-top:20px;
}
#logo-container img#mesterregisteret {
	 float:left;
}
#logo-container img#mesterbrev {
	 float:right;
}

/* Hovedmeny *********************************************/
#main-menu-container {
  float:left;
  clear:both;
/*  width:100%; */
  margin-bottom:15px;
  overflow: hidden;
  position: relative;
/*  
  background: 0 0 url("grafikk/menu_tile.png") repeat-x;
  border: 1px solid #000;
*/
}
#main-menu {
   overflow: hidden;
   list-style: none;
   font-size: 12px;
   font-weight: bold;
   font-family:Arial, Helvetica, sans-serif; 
   display: block;
   margin: 0;
   padding: 0;
}
#main-menu li {
   float: left;
}
#main-menu li.current, #main-menu li:hover {
  background-color: transparent; 
  background-image: url(grafikk/runner_bg.gif); 
  background-position: 0 0; 
}
#main-menu li a {
   color: #999999;
   font-weight: bold;
   text-decoration: none;
   display: inline-block;
   height: 24px;
   padding: 10px 10px 0 10px;
   padding:6px 20px 0 20px;
}
#main-menu a:hover, #main-menu li:hover a, #main-menu li.current a {
   color: #000000;
   color: #fff;
}
/* END Hovedmeny *********************************************/

/* Søk ************************************************/
#search-container {
  float: right;
  margin: 3px 0px 0 0px;	
  border: 0px #000 solid;
}
#search-form {
  border: 0px #ff0000 solid;
}
#search-form input {
}
/*
#search-form .soksubmit {
  float: left;
  margin: 2px 0px 0 0;
}
*/
#search-form button.soksubmit {
	float: left;
	width: 37px;
	height: 17px;
	cursor: pointer;
	border: none;
  margin: 2px 0px 0 0;
	text-indent: -9999px;
	background: transparent url(grafikk/sok_kn_pass.png) no-repeat top right;	
}
#search-form button.soksubmit:hover {
	background: transparent url(grafikk/sok_kn_aktiv.png) no-repeat bottom right;	
}


#search-container a {
}
#search-form .soketekst {
  float: left;
  height:13px;
  margin: 2px 2px 0 0;
  border: 1px #ccc solid;
}

#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;
}
/* END Søk ************************************************/


/* Footer *********************************************/
#footer {
   clear:both;
   float:left;
	 color: #000000;
	 font-size: 12px;
   text-align:center;
   width:100%;
   height:50px;
   padding-top:20px;
   overflow:hidden;
/*   background: 0 0 url("grafikk/bottom_tile.png") repeat-x;*/
   background: #d4d9dd url("grafikk/bg_repeat_bottom.jpg") repeat-x 0 0;
   border-top: 1px solid #cecece;
}
#footer a {
	 color: #000000;
	 font-size: 12px;
}
#bunntekst {
   float:left;
}
#produsert_av {
  float:right;
}
/* END Footer *********************************************/

/* Footer NY *********************************************/
#footer_outer_new {
   clear:both;
   float:left;
   width:100%;
   height:136px;
   padding:0 20px;
   overflow:hidden;
/*#d4d9dd*/
   background: #ffffff url("grafikk/bg_repeat_bottom.jpg") repeat-x 0 10px;
   border-top: 1px solid #cecece;
}
#footer_new {
   clear:both;
   float:left;
   width:920px;
	 color: #000000;
	 font-size: 10px;
   text-align:center;
   padding-top:40px;
   overflow:hidden;
/*   background: 0 0 url("grafikk/bottom_tile.png") repeat-x;*/
}
#footer_new a {
	 color: #000000;
	 font-size: 10px;
   text-decoration:none;
}
#bunntekst_new {
   float:left;
}
#produsert_av_new {
  float:right;
}
/* END Footer *********************************************/

/* FELLES */

.lesmer { 
  font-size:11px; 
  color: #3f3f3f;
}
.lesmer a { 
  font-size:11px; 
  color: #3f3f3f;
}
#sti {
  float: left;
  clear:both;
  margin-left: 0px;
}
#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;
}

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

/* Fast område typemal ************************************/
.fasttype {
   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;
}
.fasttype .label_metadescription { padding: 5px; margin-bottom: 10px; border: 1px dotted black; }
.fasttype .overskrift { margin-bottom:10px;}
.fasttype .label_image { margin-bottom: 5px; }
.fasttype .label { margin-bottom: 2px; }
.fasttype .image-text { font-size:11px; margin-bottom:10px; }
.fasttype .hovedsak { margin-bottom:10px; }
/* END Fast område typemal ************************************/


/* Artikkel typemal ************************************/
.arttype {
   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;
}
.arttype .label_metadescription { padding: 5px; margin-bottom: 10px; border: 1px dotted black; }
.arttype .label_lead-image { margin-bottom: 10px; }
.arttype .label_image { margin-bottom: 5px; }
.arttype .label { margin-bottom: 2px; }
.arttype .image-text { font-size:11px; margin-bottom:10px; }
.arttype .stikktittel { margin-bottom:10px; }
.arttype .overskrift { margin-bottom:10px; }
.arttype .ingress { clear:both; font-size:12px; font-weight:bold; margin-bottom:10px; }
.arttype .hovedsak { clear:both; margin-bottom:10px; }
/* END Artikkel typemal ************************************/

/* spesialmaler FELLES ************************************/
.spesial {
   position:relative;
   clear:both;
   float:left;
   width:100%;
	 overflow:hidden;
}
/* END spesialmaler FELLES ************************************/

/* ingresser 1 spalte spesialmal ************************************/
#leads-1col .title { margin-bottom:20px; }
#leads-1col .lead-articles { }
#leads-1col .lead-articles .article { clear:both; margin-bottom:0px; border-bottom:#666666 0px solid; }
#leads-1col .lead-articles .image { float:left; margin: 0 20px 20px 0; }
#leads-1col .lead-articles .overskrift { font-size:16px; margin-bottom:10px; }
#leads-1col .lead-articles .ingress { font-weight:normal; 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: #3f3f3f; font-weight: bold; }
#leads-1col .lead-articles .hovedsak { margin-bottom:10px; border:#666666 0px solid; }
/* END ingresser 1 spalte spesialmal ************************************/

/* ingresser 2 spalter med toppsak spesialmal ************************************/
.ingresser #main-article { margin-bottom: 20px; border-bottom: #666666 1px solid; }
.ingresser #main-article .article { }
.ingresser #main-article .image { margin-bottom:5px; }
.ingresser #main-article .overskrift { color: #999999; font-size:36px; margin-bottom:10px; }
.ingresser #main-article .overskrift a { color: #999999; }
.ingresser #main-article .ingress { font-weight:normal; margin-bottom:10px; border:#666666 0px solid; }
.ingresser #main-article .lesmer { text-align:right; white-space: nowrap; margin-bottom:10px; border:#666666 0px solid; }
.ingresser #main-article .lesmer a { color: #000000; text-decoration:none; }
.ingresser #main-article .hovedsak { margin-bottom:10px; border:#666666 0px solid; }
.ingresser .lead-articles { position:relative; clear:both; float:left; width:100%; overflow:hidden; }
.ingresser .lead-articles .article { float:left; width:300px; border-bottom: #666666 1px solid; }
.ingresser .lead-articles .lead-article0 { clear: left; margin: 0 46px 20px 0; }
.ingresser .lead-articles .lead-article1 { margin: 0 0 20px 0; }
.ingresser .lead-articles .article .image { margin-bottom:5px; }
.ingresser .lead-articles .article .overskrift { font-size:16px; margin-bottom:0px; }
.ingresser .lead-articles .article .ingress { margin-bottom:10px; border:#666666 0px solid;}
.ingresser .lead-articles .article .lesmer { text-align:right; white-space: nowrap; margin-bottom:10px; border:#666666 0px solid;}
.ingresser .lead-articles .lesmer a { color: #000000; text-decoration:none; }
.ingresser .lead-articles .article .hovedsak { margin-bottom:10px; border:#666666 0px solid; }
/* END ingresser 2 spalter med toppsak spesialmal ************************************/

/* hovedside spesialmal ************************************/
#hovedside .box {
   width:280px;
}
#hovedside .box h4 { font-size: 25px; font-reight:normal; margin:0; padding: 10px 20px 0; }
#hovedside .box h3 { font-size: 18px; }
#hovedside .boxwrap { }
#hovedside .boxwrap .image { margin-bottom:10px; }
/*#hovedside .boxwrap .stikktittel { font-weight:bold; margin-bottom:5px; } */
#hovedside .boxwrap .overskrift { font-weight:bold; padding:0; margin-bottom:10px; }
#hovedside .boxwrap .ingress { margin-bottom:10px; }
#hovedside .boxwrap .lesmer { text-align:right; }

#hovedside #boxrow { clear:both; float:left; width:100%; border:0px solid red; }
#hovedside #mesterprofilen { clear:left; float:left; }
#hovedside #valg-av-handverksmester { clear:right; float:right; margin-bottom:20px; }
#hovedside #klageinstanser { float:right; color:#ffffff; background-color:#000000; }
#hovedside #klageinstanser a { color: #ffffff; }
/* END hovedside spesialmal ************************************/

/* hovedside spesialmal ny ************************************/
#hovedside_test .box_new {
   position:relative;
   clear:both;
   float:left;
   width:100%;
	 overflow:hidden;
}
#hovedside_test .box_new h4 { font-size: 14px; font-reight:normal; margin:0 0 5px; padding: 0px 0px 0 10px; }
#hovedside_test .box_new h3 { font-size: 18px; }
#hovedside_test .boxwrap_new { clear:both; float:left; padding:10px; background-color: #DCE1E6; }
#hovedside_test .boxwrap_new .image { float:right; clear:both; margin-left:10px; border:2px white solid; }
/*#hovedside_test .boxwrap_new .stikktittel { font-weight:bold; margin-bottom:5px; } */
#hovedside_test .boxwrap_new .overskrift { font-weight:bold; padding:0; margin-bottom:10px; }
#hovedside_test .boxwrap_new .ingress { margin-bottom:10px; }
#hovedside_test .boxwrap_new .lesmer { text-align:right; }
#hovedside_test .boxwrap_new .lesmer a { color:#000000; text-decoration:none; }
#hovedside_test #mesterprofilen { clear:both; float:left; }
/* END hovedside spesialmal ny ************************************/

/* aktuelt spesialmal ************************************/
#aktuelt .box_new {
   position:relative;
   clear:both;
   float:left;
   width:100%;
	 overflow:hidden;
}
#aktuelt .box_new h4 { font-size: 14px; font-reight:normal; margin:0 0 5px; padding: 0px 0px 0 10px; }
#aktuelt .box_new h3 { font-size: 18px; }
#aktuelt .boxwrap_new { clear:both; float:left; padding:10px; background-color: #DCE1E6; }
#aktuelt .boxwrap_new .image { float:right; clear:both; margin-left:10px; border:2px white solid; }
/*#aktuelt .boxwrap_new .stikktittel { font-weight:bold; margin-bottom:5px; } */
#aktuelt .boxwrap_new .overskrift { font-weight:bold; padding:0; margin-bottom:10px; }
#aktuelt .boxwrap_new .ingress { margin-bottom:10px; }
#aktuelt .boxwrap_new .lesmer { text-align:right; }
#aktuelt .boxwrap_new .lesmer a { color:#000000; text-decoration:none; }
#aktuelt #mesterprofilen { clear:both; float:left; }
/* END aktuelt spesialmal ************************************/


/* arkiv spesialmal ************************************/
 #arkiv ul {
 	list-style: none;
 } 
 #arkiv li {
 	background: #DCE1E6;
	margin: 5px 0;
	padding: 2px;
	clear: both;
 }
 #arkiv h3 {
 	background:#DCE1E6 none repeat scroll 0 0;
	border:0 solid #FF0000;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	height:16px;
	margin-bottom:20px;
	padding:3px 0 3px 12px;
	padding:3px 0 3px 3px;
	text-transform:uppercase;
	width:636px;
	width:100%;
 } 
 #arkiv span {
 	float: left;
 }
 #arkiv .les_mer {
 	float:right;
 }
 #arkiv a {
 	float: right;
  color:#000000;
  font-size:11px;
  text-decoration:none;
 }
/* END arkiv spesialmal ************************************/


/* Kolonne 2 spesial *******************************************************/
.outerbox {
   padding: 10px;
   background-color: #DCE1E6;
   border: 1px solid #cecece;
   margin-bottom: 30px;
}
.box {
   background-color: #ffffff;
   border: 1px solid #cecece;
   min-height:100px;
}
.boxwrap {
   clear:both;
   font-size: 12px;
   padding: 10px 20px 20px;
}
.box h3 {
   font-size: 18px;
   margin:0;
   padding: 10px 20px 0;
   font-weight: normal;
   border: 0px solid red;
}
/* END Kolonne 2 spesial *******************************************************/

/* Kolonne 2 spesial NY *******************************************************/
.col2 .outerbox_new {
   padding: 10px;
   background-color: #DCE1E6;
   border: 1px solid #cecece;
   margin-bottom: 30px;
}
.col2 .box_new {
   background-color: #ffffff;
   border: 1px solid #cecece;
   min-height:100px;
	 overflow:hidden;
   margin-bottom: 30px;
}
.col2 .boxwrap_new {
   clear:both;
   font-size: 12px;
   padding: 20px 20px 20px;
}
.col2 .boxwrap_new .image {
   margin-bottom:10px;
}
.col2 .boxwrap_new .stikktittel {
   font-size: 14px;
   margin-bottom:10px;
   font-weight: normal;
}
.col2 .boxwrap_new .overskrift {
   font-size: 18px;
   margin-bottom:10px;
   font-weight: normal;
}
.col2 .boxwrap_new .ingress {
   font-weight: normal;
   margin-bottom:10px;
}
.col2 .boxwrap_new .lesmer a {
  color:#000000;
   font-size: 12px;
  text-decoration:none;
}
.col2 #finn-en-mester .box_new {
   margin-bottom: 0;
}
.col2 #finn-en-mester .boxwrap_new .ingress {
   font-weight: bold;
}
.col2 #mesterkart {
   height:470px;
}
.col2 #mesterkart .boxwrap_new {
   padding: 10px;
}
.col2 #mesterkart .boxwrap_new a {
   text-decoration:none;
}
.col2 #frmShdwMenuChosenQ {
   font-weight:bold;
}
.col2 #karttekst {
   position:relative;
	 top:-300px;
	 left:140px;
   font-size:10px;
   width:130px;
   height:285px;
   overflow:hidden;
}
.col2 #tekstinnhold {
   position:absolute;
   bottom:0;
   left:0;
}
.col2 #valg-av-handverksmester .boxwrap_new {
   background-color: #DCE1E6;
}
.col2 #klageinstanser .boxwrap_new {
   color:#ffffff;
   background-color: #000000;
}
.col2 #klageinstanser .boxwrap_new a {
   color:#ffffff;
}
/* END Kolonne 2 spesial NY *******************************************************/


/* Kolonne 3 spesial *******************************************************/
/* END Kolonne 3 spesial *******************************************************/
