/*
* {
   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; 
   margin:0 auto;
   color : #000000;
   padding:10px 0;
   padding:0;
   background: #ffffff url("grafikk/bg_repeat.png") repeat-x 0 0;
   text-align: center;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
}

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:#4E2300; text-decoration : none; }
h1 a:link, h2 a:link, h3 a:link, h4 a:link             { color:#4E2300; text-decoration : none; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color:#4E2300; text-decoration : none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover         { color:#4E2300; text-decoration : none; }
h1 a:active, h1 a:active, h1 a:active, h1 a:active     { color:#4E2300; 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:0 0 20px;
}
/* 1 column full page settings */
.fullpage {
   background:green;
   background:none;
}
.fullpage .col1 {
   margin:0 15px;
   margin:0;
   background:none;
   min-height:400px;
}

.fullpage .col1contain {
   margin:0 15px;
   margin:0;
   background:none;
   min-height:400px;
   float: left;
   width: 600px;
}

.fullpage #col1meny {
	width: 200px;
	padding-right: 20px;
	float: left;
}

/* 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#mesterbrevnemnda {
	 float:left;
	 margin-left: 20px;
}
#logo-container img#mesterbrev {
	 float:left;
}

/* 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 20px 0 0;
   padding: 0;
   width: 750px;
}
#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: #4e2300;
   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 0 0 0;
	border: 1px #98978e solid;
	width: 100px;
}

#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:30px;
   overflow:hidden;
/*   background: 0 0 url("grafikk/bottom_tile.png") repeat-x;*/
   background: #d4d9dd url("grafikk/nede.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:center;
   width:100%;
   height:136px;
   overflow:hidden;
/*#d4d9dd*/
   background: #ffffff url("grafikk/bg_repeat_bottom.jpg") repeat-x 0 3px;
   border-top: 1px solid #cecece;
}
#footer_new {
	clear:both;
	color: #000000;
	font-size: 10px;
	text-align:center;
	padding-top:30px;
	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:center;
}
#produsert_av_new {
  float:center;
  padding-top: 10px;
}
/* END Footer *********************************************/

/* FELLES */

.lesmer { 
  font-size:11px; 
  color: #3f3f3f;
}
.lesmer a { 
  font-size:11px; 
  color: #3f3f3f;
}
#sti {
  float: left;
  clear:both;
  margin-left: 0px;
  width: 300px;
  color: #4E2300;
}
#sti .label {
	font-size: 9pt; 
	font-size: 12px; 
    font-weight: bold;
}
#sti .omrader {
	font-size: 9pt; 
	font-size: 12px; 
    color: #4E2300;
}
#sti .omrader a {
	font-size: 9pt; 
	font-size: 12px; 
    color: #4E2300;
	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; background: url(grafikk/bg.jpg) no-repeat bottom right;	}
/* 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:650px;
   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: #4E2300; font-size:36px; margin-bottom:10px; }
.ingresser #main-article .overskrift a { color: #4E2300; }
.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; margin-right: 10px; }
.ingresser #main-article .lesmer a { color: #4E2300; 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; color: #4E2300;}
.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: #4E2300; 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 #d0d1d2;
   margin-bottom: 30px;
}
.box {
   background-color: #ffffff;
   border: 1px solid #d0d1d2;
   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: 12px;
   background-color: #f1e9cb;
   border: 1px solid #d0d1d2;
   margin-bottom: 30px;
}
.col2 .box_new {
   background-color: #ffffff;
   border: 1px solid #d0d1d2;
   min-height:100px;
	 overflow:hidden;
   margin-bottom: 30px;
}

.col2 .box_new_last {
   background-color: #F1E9CB;
   border: 1px solid #d0d1d2;
   min-height:100px;
	 overflow:hidden;
   margin-bottom: 30px;
}

.col2 .boxwrap_new {
   clear:both;
   font-size: 12px;
   padding: 20px 20px 20px;
   background: url(grafikk/hoyre_bg.png) no-repeat right bottom;
}

.col2 .boxwrap_new_last {
   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:#4e2300;
   font-size: 12px;
  text-decoration:none;
}
.col2 #mesterboks .box_new {
   margin-bottom: 0;
}
.col2 #mesterboks .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: #F1E9CB;
}
.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 *******************************************************/


/*- Menu 2--------------------------- */

#menu2 {
	width: 200px;
	margin: 10px;
}

#menu2 ul {
    margin: 10px;
    padding: 0;
}
	
#menu2 li a {
	text-decoration: none;
}

#menu2 li a:hover {
	text-decoration: underline;
}
		
/* Skjemaside typemal ************************************/
#skjemaside { }
#skjemaside .boksrad { clear:both; float:left; width:100%; overflow:hidden; margin-bottom:20px; }
#skjemaside .boksouter { float:left; width:325px; overflow:hidden; padding:10px; border:1px #c4c4c4 solid; }
#skjemaside .boks {  width:100%; min-height:150px; }
#skjemaside .boks img {  }
#skjemaside #boksouter1 { }
#skjemaside #boksouter2 { float:right; }
#skjemaside #boksouter3 { min-height:75px; }
#skjemaside #boksouter4 { float:right; min-height:75px;}
#skjemaside #ed_xp_boks1 { }
#skjemaside #ed_xp_boks1 a { text-decoration:none; }
#skjemaside #ed_xp_boks2 { }
#skjemaside #ed_xp_boks3 { min-height:75px; }
#skjemaside #ed_xp_boks4 { min-height:75px;}
#skjemaside #skjema { clear:both; overflow:hidden; padding:10px; border:1px #c4c4c4 solid; }
#skjemaside #skjema form #reqfieldtext { margin-bottom:10px; }
#skjemaside #skjema form fieldset { border:none; }
#skjemaside #skjema form fieldset .field { clear:both; float:left; padding-bottom:10px;}
#skjemaside #skjema form fieldset input { float:left; color:#000000; padding:3px; }
#skjemaside #skjema form fieldset textarea { float:left; color:#000000; padding:3px; }
#skjemaside #skjema form fieldset input#submit { clear:both; float:left; color:#000000; font-weight:bold; }

#skjemaside #skjema form fieldset .oblig { clear:right; float:left; color:red; }
#skjemaside #skjema form fieldset .validate_message { clear:both; float:left; margin-bottom:3px; }
#skjemaside #skjema form fieldset #personalia_fieldset { clear:both; float:left; }
#skjemaside #skjema form fieldset #henvendelse_fieldset { clear:both; float:left; }

/* Skjemasider typemaler OK ************************************/
.form-page { }
.form-page .form { clear:both; overflow:hidden; /* padding:10px; border:1px #c4c4c4 solid; */ }
.form-page .form form fieldset { border:0 none; }
.form-page .form form fieldset .field { clear:both; float:left; padding-bottom:10px;}
.form-page .form form fieldset .label { clear:both; float:left; font-size:12px; margin-bottom:0px;}
.form-page .form form fieldset .input { clear:both; float:left; font-size:12px; margin-bottom:0px;}
.form-page .form form fieldset input { clear:left; float:left; color:#000000; margin:0; padding:3px; width: 440px; }
.form-page .form form fieldset textarea { clear:both; float:left; color:#000000; padding:3px; width: 440px;}
.form-page .form form #reqfieldtext { clear:both; float:left; /* padding-left:265px; */}
.form-page .form form .captcha-block { clear:left; float:left; margin-bottom:15px; }
.form-page .form form .captcha-submit { clear:right; float:left; margin:0 0 15px 15px; }
.form-page .form form .captcha { clear:both; float:left; margin-bottom:5px; }
.form-page .form form fieldset .header { font-size:14px; font-weight:bold; margin-bottom:5px; }
.form-page .form form fieldset .explanation { clear:right; float:left; padding-top:10px; margin-bottom:0px; }
/*#form-page #form form fieldset input#submit { clear:both; float:left; color:#000000; font-weight:bold; } */

.form-page .form form fieldset .oblig { float:left; color:red; font-weight:bold; }
.form-page .form form fieldset .validate_message { clear:right; float:left; margin-bottom:0px; }
.form-page .form form fieldset hr { clear:both; float:left; width:100%; }
.form-page .form form fieldset #personalia_fieldset { clear:both; float:left; }
.form-page .form form fieldset #henvendelse_fieldset { clear:both; float:left; }

.form-page .form {
/*
   position: relative;
   overflow: hidden;
   font-size: 12px;
*/
}
.form-page .form .submit {
    clear:both;
	float:left;
    background: #7493c9;
    background-image: url(grafikk/update_grad.svg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7493c9), to(#385ab1));
    background-image: -moz-linear-gradient(top,  #7493c9,  #385ab1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7493c9', endColorstr='#385ab1');
    background-image: linear-gradient(top,  #7493c9,  #385ab1);
    margin: 8px 15px 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.form-page .form .submit button {
    font-size: 16px;
    color: white;
    text-shadow: 2px 2px #384e73;
    background: transparent;
    border: none;
    padding: 6px 10px 6px 10px;
}

.accordion {
	margin-bottom: 10px;
}

#hovedside_bunn {
	margin-top: 20px;
}

.bunn-border {
	float: left; 
	border: 1px solid #5a2800; 
	padding: 2px; 
}

.bunn-container {
	background: url(grafikk/brown_bg.png) no-repeat;
	width: 300px;
	height: 140px;
}

#venstre{
	margin-right: 36px;
}

#mestermerket {
	padding: 10px 40px;
}

#venstre-meny ul {}

#venstre-meny a {
	text-decoration: none;
	font-size: 15px;
	color: black;
}

#venstre-meny li.current {
	text-decoration: underline;
}

#form-page #skjema { clear:both; overflow:hidden; padding-top:20px;}
#form-page #skjema form #reqfieldtext { margin-bottom:10px; }
#form-page #skjema form fieldset { border:none; }
#form-page #skjema form fieldset .field { clear:both; float:left; padding-bottom:10px; width: 100%;}
#form-page #skjema form fieldset input { float:left; padding:3px; }
#form-page #skjema form fieldset textarea { float:left; padding:3px; }
#form-page #skjema form fieldset input#submit { 
    text-align: center;
	border: 1px solid #cacdce;
	padding: 4px 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: url("grafikk/knbg.png") repeat-x;
	-pie-background: linear-gradient(#fdfdfe, #c9ccce);
	behavior: url(PIE.htc);
	color: #868485;
	font-weight: bold;
	position: relative;
	clear:both; float:left; font-weight:bold; margin-bottom:20px; }
#form-page #skjema form fieldset .oblig { clear:right; float:left; color:red; }
#form-page #skjema form fieldset .validate_message { clear:both; float:left; margin-bottom:3px; }
#form-page #skjema form fieldset #personalia_fieldset { clear:both; float:left; }
#form-page #skjema form fieldset #henvendelse_fieldset { clear:both; float:left; }

.blockwrap input[type="text"] {
	border: medium none;
	background: white;
}

.labelDescription {
	float: left;
	width: 150px;
	line-height: 200%;
	font-size: 14px;
}
