@charset "utf-8";
/* ---------------------------------------------------------------------------
CSS document for Nøkkelhullsweb
* Filename: nokkelhullstyles.css
* Version: 1.0 (29-06-2009)
* Website: http://www.nokkelhullet.no
--------------------------------------------------------------------------- */

/* RESET browsers */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
                margin:0;
                padding:0;
}
table {
                border-collapse:collapse;
                border-spacing:0;
}
fieldset, img {
                border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
                font-style:normal;
                font-weight:normal;
}
ol, ul {
                list-style:none;
}
caption, th {
                text-align:left;
}
h1, h2, h3, h4, h5, h6 {
                font-size:100%;
                font-weight:normal;
}
q:before, q:after {
                content:'';
}
abbr, acronym {
                border:0;
}



body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 62.5%; 
}



a:active, a:focus {outline: 0;} /* fikser irriterende prikkeoutline i firefox */ 
.skipnav {display: none}
a, a:visited { color:#00853f; text-decoration:none; }
a:hover, a:active{ color:#00853f; text-decoration:underline; }

.print { font-size:1.2em; margin:0 0 5px 0; }
a.blacklink, a.blacklink:visited { color:#000000; font-size:1.2em; text-decoration:none; }
a.blacklink:hover, a.blacklink:active { text-decoration:underline; }

a.downloadlink, a.downloadlink:visited { color:#000000; font-size:1.2em; text-decoration:none; }
a.downloadlink:hover, a.downloadlink:active { color:#6d6a6a; }


h1 {  font-size:2.3em; margin:0 0 4px 0; color:#000000; font-weight:normal; }
h2 {  font-size: 1.8em;  padding:0px; margin:0 0 4px 0; color:#000000;  }
h3 {  font-size: 1.4em; padding:0px; margin:0 0 3px 0; color:#000000;  }
h4 {  font-size: 1.3em; padding:0px; margin:0 0 4px 0; color:#000000; font-weight:bold; /*color:#00853f }*/}
h5 {  font-size: 1.2em; padding:0px; margin:0 0 4px 0; color:#4D4D4D; /*color:#00853f }*/}
h6 {  font-size: 1.2em; padding:0px; margin:0 0 4px 0; color:#000000; /*color:#00853f }*/}

h4.faqGreenHeader { background:url(../gfx/greenArrow.gif) top left no-repeat; padding:0 0 0px 9px; }

h1 a, h1 a:active, h1 a:visited { padding:0px; margin:0 0 4px 0; text-decoration:none; color:#000000 }
h1 a:hover { padding:0px; margin:0 0 4px 0; text-decoration:underline; }

h2 a, h2 a:active, h2 a:visited {  padding:0px; margin:0 0 4px 0; text-decoration:none; font-weight:normal; color:#000000 }
h2 a:hover { padding:0px; margin:0 0 4px 0; text-decoration:underline; color:#000000; }

h3 a, h3 a:active, h3 a:visited { padding:0px; margin:0 0 1px 0; text-decoration:none; color:#000000 }
h3 a:hover { padding:0px; margin:0 0 4px 0; text-decoration:underline; }

h4 a, h4 a:active, h4 a:visited { padding:0px; margin:0 0 1px 0; text-decoration:none; color:#000000 }
h4 a:hover { padding:0px; margin:0 0 4px 0; text-decoration:underline; }

span, div, p { color:#000000;  }

.green { color: #00853f}
.white { color:#FFFFFF; }
.bold { font-weight:bold;}
.black { color: #000000;}
.floatleft { float:left; }
.floatright{ float:right;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  /*line-height: 0px;*/
	overflow:hidden;
}


.border { border:1px solid #E0E0E0; padding:1px; margin:0px; }
.border img{display:block;}
.borderBott { border-bottom:1px solid #F0F0F1; padding:0 0 10px 0;}
.articleimgcontainer { margin: 0 0 3px 15px; float:right; width:184px; }

.printicon { margin:0 3px 0 0; padding:0px; vertical-align:middle; }
.logo { padding: 35px 0 42px 85px }


.divSpacer { margin: 0 0 10px 0; }
.divSpacer20px { margin: 0 0 20px 0; }
.spaceLeft { padding-left: 30px !important }
.spaceTop { padding-top: 20px !important }

.caption { font-size:1.1em; color:#6d6a6a; font-style:italic; }
.articleImage { float:right; margin: 0 0 10px 10px; }




/* STRUKTUR */
#container { 
	width: 928px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#sidebar {
	background:url(../gfx/containergradborder.jpg) top left no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 252px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 0px 1000px 0px;
	margin-bottom:-1000px;	
	overflow:hidden;
	min-height:400px
}

#mainContent {
	padding: 0 0 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(../gfx/grad_mainContent.gif) top right no-repeat;
	width:675px;
	float:left;
	margin:0px
} 

#outer {
	background:url(../gfx/grad_mainContent.gif) top left no-repeat;
	padding:0;
	margin:0;
	float:left;
	min-height:590px;
	min-height:inherit;
}

/* =leftWithoutRight */
#leftWithoutRight {
  width:655px;
	padding-top:15px;
	float:left;
	min-height:500px;
}

#leftWithoutRight .three-col {
   float:left;
   width:30%;
   padding:0 20px 0 0;
}

/* =leftWithRight */
#leftWithRight {
  width:454px;
	min-height:500px;
	padding-top:15px;
	float:left;
}

#leftWithRight .three-col {
   float:left;
   width:30%;
   padding:0 10px 0 0;
}

#leftWithRight .three-col h2 a {
   width:23%;
   color:#000000;
}


/* =twocol */
.two-col_left {
  width: 44%;
	float:left;
  padding:0px;	
}

.two-col_right {
  width: 45%;
  padding:0px;
	margin-right:20px;
	float:right;	
}

/* =boxmodule */
#front_greenbox {	
	background:url(../gfx/frontBoxPattern.jpg) no-repeat top left;
	width: 378px;
	padding:16px;
	margin:0 0 0 30px;
	float:left;
}

.front_greenlist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.front_greenlist li {
	padding:0px;
	margin:0px;
	line-height:12px;
}
.front_greenlist li.rightContent_related { padding:0 0 5px 0;}

.front_greenlist li a, .front_greenlist li a:visited {
	padding:0px;
	margin:0px;
	font-size:1.2em;
	color:#000000;
	text-decoration:none;	
}

.front_greenlist li a:active, .front_greenlist li a:hover {
	text-decoration:underline;
	font-size:1.2em;
}

/* pil som bakgrunnsbilde istedenfor klikkbart bilde */
.greenlist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.greenlist li {
	background:url(../gfx/greenArrow.gif) top left no-repeat;
	padding:0 0 4px 9px;
	margin:0px;
	line-height:13px;
}

.greenlist li a, .greenlist li a:visited {
	padding:0px;
	margin:0px;
	font-size:1.2em;
	color:#000000;
	text-decoration:none;
}

.greenlist li a:active, .greenlist li a:hover {
	text-decoration:underline;
	font-size:1.2em;
}

img.greenArrow {
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

.main_article {
	padding:0 0 0 30px;
	margin:0px;
}



#sectiondivcontainer #container {
    width: 300px;
}

#sectiondivcontainer {
 background:url(../gfx/faqGradient.gif) top left repeat-x; 
 float:left;
 margin-left:12px;
}

#sectiondivcontainer #leftWithoutRight {
    width:642px;
	/*background:url(../gfx/maincontentgradborder_lt.jpg) top left no-repeat;*/
	padding-top:15px;
	float:left;
}

.faqSection { width:434px !important }






/* = navigasjon, nivå 1 */
.nav_main {
	list-style-type:none;
	padding:0 0 0 45px;
	margin:0px;	
}

.nav_main li, .nav_main li.bransjen { 
	padding:0 0 3px 0; 
	margin:0px;
	line-height:normal;
}

.nav_main li a, .nav_main li a:visited { 
	padding:0px; 
	margin:0px; 
	color:#00853f;
	font-size:1.5em;	
	text-decoration:none;
}

.nav_main li a:active, .nav_main li a:hover, .nav_main li a.isCurrent, .nav_main li a.isCurrent:hover  { 
	text-decoration:underline;	
	padding:0 0 3px 0; 
	margin:0px; 
	color:#00853f; 
}






.nav_main li a.isInPath, .nav_main li a.isInPath:active, .nav_main li a.isInPath:hover
 { 	padding:0px; 
	margin:0px; 
	color:#00853f;
	text-decoration:underline;	
}





/* = bransje */
.nav_main li.bransjen a, .nav_main li.bransjen a:visited { 
	padding:0px; 
	margin:0px; 
	color:#585858;	
	text-decoration:none;	 
}

.nav_main li.bransjen a:hover { text-decoration:underline; }


.nav_main li.bransjen a.isCurrent,  .nav_main li.bransjen a.isInPath, .nav_main li.bransjen ul li a.isCurrent {
	text-decoration:underline
}

 


.nav_main ul li.bransjen a:active, .nav_main ul li.bransjen a:hover {}

/* end bransje style*/




/* = nivå 2 navigasjon */
.nav_main ul {
	padding:5px 10px 0 12px;
	margin:0 0 15px 0;
	list-style-type:none;
}

.nav_main ul li, .nav_main ul li.bransjen {
	background:url(../gfx/arrow.gif) top left no-repeat;
	padding:0 0 4px 9px;
	margin:0px;
	line-height:11px;
}

.nav_main ul li a, .nav_main ul li a:visited, .nav_main ul li a.isCurrent:visited  {
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#666666;
	font-size:1.3em;	
	text-decoration:none;
	font-weight:normal;
}

.nav_main ul li a:active, .nav_main ul li a:hover{
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}

.nav_main ul li a.isCurrent, .nav_main ul li a.isCurrent:active, .nav_main li.isInPath ul li a.isCurrent{
	padding:0px;
	margin:0px;
	color:#666666;	
	text-decoration:underline !important;
}




/*Search area and top links */
#searchline {
	background-color:#00853e;
	/*opacity:0.4;
	filter:alpha(opacity=40);*/
	width:655px;
	padding:4px 0px 6px 0;
	margin:0 20px 0 0;	
	float:left;
}

#toplinks {
	padding:8px 0 0 20px;
	margin:0px;
	font-size:1.1em;
}
#toplinks a, #toplinks a:active, #toplinks a:visited {
	color:#FFFFFF;	
}
#toplinks a:hover {
	text-decoration:underline;
}


/* Search */
.searchArea {
 	float:right;
	padding:2px 20px 0 0;
	margin:0px;
}
#searchfield {
	color:#000000;
	padding:3px 4px 0 4px;
	height:17px;
	width:200px;
	border:none;

}
#searchbutton {
	/*background-image:url(../gfx/searchButton.gif);
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:#000000;	
	padding:0px 0 3px 0;
	margin:0px;
	color:#ffffff;
	width:35px;
	height:21px;
	border:none;
}



.front_toparticle {
	margin:0px;
	padding:0 0 0 30px;
}
.bransje_toparticle {
	background:url(../gfx/grad_toparticleBransje.gif) top left no-repeat;
	background-color:#DDEBE0;
	margin:0px; 
	padding:20px 20px 20px 30px;
	top:-15px;
	position:relative;	
}

.front_leadtext {
	margin:0px;
	padding:0 15px 10px 0;
	font-size:1.2em;
}

.searchresult_leadtext {
	margin:0px;
	padding:0px;
	font-size:1.2em;
}


.leadtext {
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 2px 0;
}



.leadtextcontainer a, .leadtextcontainer a:visited, .front_leadtext a, .front_leadtext a:visited,
.leadtext a, .leadtext a:visited, .searchresult_leadtext a, .searchresult_leadtext a:visited {
	color:#000000; 
	text-decoration:none; 
	display:block;
	 
}
.leadtextcontainer a:active, .leadtextcontainer a:hover, .front_leadtext a:active, .front_leadtext a:hover,
.leadtext a:active, .leadtext a:hover, .searchresult_leadtext a:active, .searchresult_leadtext a:hover {
	color:#6d6a6a; 
	text-decoration:none; 
}

.leadtextcontainer { 
	margin:0 0 10px 0; 
	font-weight:bold;
	font-size:1.3em;
}
	#news { 
		margin:0px; 
		font-weight:normal; 
		padding:0px;
	}

.bodytextcontainer, .bodytext { 
	font-size:1.2em;	
	color:#000000; 
	padding:0px;  
	margin:0px;
}
.attachments { width:344px; float:left;}

#foodCategorycontainer { 
	padding:0 0 10px 30px; 
}

.foodCategories { 	
	color:#6d6a6a;
	font-size:1.1em; 
	padding:0 0 3px 0; 
}

.date  { 
	color:#6d6a6a;
	font-size: 1.1em;	
	font-style:italic;
}

.dateBottom  { 
	color:#6d6a6a;
	font-size: 1.1em;
	font-style:italic;
    margin: 20px 0 0 0;
    width:100%
}
.dateBottom  span{
	color:#6d6a6a;
	font-size: 1.1em;
	font-style:italic;
    margin: 0 9px 0 0;

}

.foodCategory_info { 
	padding:0 15px 0 60px; 
}







/* =Rightside content */
#rightContent { 
	width:201px;
	padding:0px;
	margin:0 20px 0 0;
	float:right;
}

.rightContent_logocontainer {	
	background:url(../gfx/gradientLogocontainer.gif) top left no-repeat;
	width:201px;
	height:73px;
	float:left;	
}

.logos {
	padding:0 0 15px 20px;
	margin:0px;
	position:relative;
}

.logoMattilsynet { 
	padding:0 10px 0 0;
	top:7px;
	position:absolute;
}

.logoHelsedir { 
	top:34px;
	right:10px;
	position:absolute;
}

#highlightedArticles {
	/*background:url(../gfx/bgHighlightedarticles.jpg) top left no-repeat;*/
	background:url(../gfx/bakgrunn_lang.jpg) top left no-repeat;
	width:201px;
	padding:10px 8px 10px 15px;
	margin:0px;
	float:left;
	/*height:129px;*/
	/*height:114px;*/
}
.highlightedList {
	list-style-type:none;
	padding:3px 0;
	margin:0px;
	float:left;
	width:165px;
}
.highlightedList li { padding:0px; margin:0px; border-bottom:1px solid #ffffff; }
.highlightedList li h2 a, .highlightedList li h2 a:active, .highlightedList li h2 a:visited, .highlightedList li h2 a:hover 
{ color:#FFFFFF; padding:0px; margin:0px; font-weight:normal; text-decoration:none;  }

	
#right_greenPatternArea {	
	/*background:url(../gfx/greenPattern.gif) top left no-repeat; */
	background:url(../gfx/rightContent_pattern.jpg) top left no-repeat;
	/*width:201px;*/
	width:183px;
	padding:15px 20px 5px 15px;
	float:left;
	
}


.infoContainer { padding:0px 10px 20px 0; }

/* useless?? */
#right_campaignArea {	
	background:url(../gfx/rightContent_pattern.jpg) top left no-repeat;
	width:201px;
	padding:5px 10px 5px 15px;
	float:left;
	height:129px;
}


/* =article styles */
#leftWithRight .articleView { 
	padding: 0px;
	width: 400px !important;
	margin: 0 0 0 30px;	
}

#leftWithoutRight .articleView { 
	padding: 0px;
	width: 600px !important;
	margin: 0 0 0 30px;	
	float:left;
}



/* =text editor styling */
.articleView ul, .articleView ol {
	padding:15px 0;
	margin:0px; 
}

.articleView ul { list-style-type:none; }
.articleView ul li { padding:0 0 0 6px; margin:0px; background:url(../gfx/listbullet.gif) top left no-repeat; }
.articleView ul li a,
.articleView ul li a:active,
.articleView ul li a:hover,
.articleView ul li a:visited  { list-style-type:none; padding:0px; margin:0px;}

.articleView ol { list-style:inside; list-style-type: decimal; }
.articleView ol li { padding:0px; margin:0px; }
.articleView ol li a,
.articleView ol li a:active,
.articleView ol li a:hover,
.articleView ol li a:visited  { list-style-type:none; padding:0px; margin:0px;}

.articleView strong { font-weight:bold; }

.articleView table { width:100%; float:left; margin:0 0 15px 0; }
.articleView th {  font-weight:bold;  padding:3px; }
.articleView tr {}
 .articleView td {  border: 1px solid #999999; padding:3px;}





/* =download */
#leftWithRight .downloadView { 
	padding: 0px;
	width: 455px;
	margin: 0 0 0 0px;	
}
#leftWithRight .downloadView .downloadcontainer { 
	width: 380px;
	margin:0px;
	padding:0 0 20px 20px;		
}


#leftWithoutRight .downloadView { 
	padding: 0px;
	width: 654px !important;
	margin: 0 0 0 0px;	
	float:left;
}
#leftWithoutRight .downloadView .downloadcontainer { 
	width: 500px;
	margin:0px;
	padding:0 0 20px 20px;		
}


/* faq styles */
.faqContainer { 
	width:424px !important; 
}

#start { 
	height:550px;
}

.faqContainerSpace { 
	margin:0 0 10px 0; 
	padding:0 10px 0 0;
}

.fakelink {
	cursor: pointer;
}

.faq_arrow { 
	margin:0 5px 0 0; 
	float:left; 
}

.status {
	margin:0px; 
	padding:0px;
}
.switchgroup1{
	 margin: 0 0 10px 20px;	
	 /*border-bottom:1px solid #7abd99;*/
	 padding:4px 0px 20px 0px;
	 width:376px;
}

.switchgroup2 {
	background:url(../gfx/faq_bgLevel2.gif) top left no-repeat;
	margin: 0 0 25px 0px;	
	padding:12px 0 0 0;
	border-bottom:1px solid #7abd99;
}

.faqGradient {
	background:url(../gfx/faqGradient.gif) top left repeat-x;
	padding:10px 10px 20px 10px;
}
.faqGradient  p{	
	font-size:1.2em;
}




/* =Download, graphics */
.gfxGradContainer {	
	/*width:640px;*/
	padding:0px;
	margin:0px;	
	float:left;		
}

.gfxGradient {
	/*background:url(../gfx/faqGradient.gif) top left repeat-x;*/
	/*background-color:#f4f4f4;*/
}

.downloadtxt { 
	margin:0px;
	padding:0 0px 0px 0;
	
}



/* News archive, paginering */
.pagineringContainer {
	width:100%;
		font-size:1.2em;
}
.pagineringSelected { 
	color:#00853f; 
	text-decoration:underline; 
	padding:0 2px;

}

#searcResultTxt { 
	padding:0 0 10px 0; 
}

#searchResultContainer {
	padding:0px;
	margin:0px;
}





/* =Footer */
#footer {
	padding: 30px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:10px 0 0 0;
	background:#f2f2f2;
	width:918px;
	float:left;	
} 
.footerContent {
	 width:40%;
	 padding: 0 0 0 40px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #f2f2f2;
	font-size:1.2em;
}

#footer p a, #footer p a:active, #footer p a:visited { color:#00853f; text-decoration:none;}
#footer p a:hover {text-decoration:underline;}

