@charset "utf-8";
/* ---------------------------------------------------------------------------
CSS document for Nøkkelhullsweb
* Filename: nokkelhullstyles.css
* 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%; 
}

.enkeltText {
position: relative;
padding: 0px 0px 0px 40px;
}

a:active, a:focus {outline: 0;} /* fikser irriterende prikkeoutline i firefox */ 
.skipnav {display: none}
a, a:visited { color:#000; text-decoration:none; }
a:hover, a:active{ color:#000; text-decoration:underline; }

.print { font-size:1.2em; margin:0 0 25px 0;  color: #00853F; }
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 !important; }
.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: 0px 0px 0px 40px; margin: 40px 0px 40px 0px; }


.divSpacer { margin: 0 0 10px 0; overflow: auto; clear:both;}
.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;  }
.ArticleImage{margin-bottom: 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 {
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:455px;
margin: 20px 0px 0px 0px;
float:left;
}
.contentcontainer{
  margin-left: 30px;
  margin-right: 15px;
}

#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: 184px;
float:left;
padding:0px;	


}
.two-col_left .condensed-view, .two-col_right .condensed-view{
  margin: 0em;
}
.two-col_left .condensed-view img, .two-col_right .condensed-view img{
  float: none;  
  margin: 0em;
} 

.two-col_right {
width: 184px;
padding:0px;
margin-right: 10px;
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 .contentcontainer{
  margin-left: 0px;
}

#sectiondivcontainer {
background:url(../gfx/faqGradient.gif) top left repeat-x; 
float:left;
margin-left: 13px;
padding-left: 16px;


}

#sectiondivcontainer #leftWithoutRight {
width:626px;
/*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:20px 0 0 0;
margin:20px 20px 0px 40px;	
border-top: 1px solid #f0f0f0;
}

.nav_main li { 
padding:0 0 3px 0; 
margin:0px;
line-height:normal;
}

li.bransjen { 
	border-top: 1px solid #f0f0f0;	
	padding:20px 0px 3px 0px; 
	margin: 20px 0px 0px 0px;
	
}


.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,.nav_main li.bransjen a:link { 
padding:0px; 
margin:0px; 

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

.banner img{
   vertical-align : bottom;
}


/*Search area and top links */
#searchline {
background-color:#00853e;
/*opacity:0.4;
filter:alpha(opacity=40);*/
width:655px;
overflow: hidden;
padding-bottom: 5px;
/*
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 img{
  vertical-align: bottom;
}
#toplinks a:hover {
text-decoration:underline;
}


/* Search */
.searchArea {
float:right;
padding:2px 20px 0 0;
margin: 0px 0 0 0;
}

#searchfield {
color:#000000;
padding:2px 4px 2px 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;
overflow: auto;
}

.searchresult_leadtext {
margin:0px 0px 2px 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;
}

.bodytextcontainer p{
  margin-bottom: 10px;
}
.bodytextcontainer ul li, .bodytextcontainer ol li{

}
.bodytextcontainer  a{
  color: #00853F;
  text-decoration: underline;
}

.attachments { width:344px; float:left;}

#foodCategorycontainer { 
padding:0 0 10px 0px; 
}
#foodCategorycontainer .SmallArticle{
  margin-bottom: 0em;
}

.foodCategories { 	
color:#6d6a6a;
font-size:1.1em; 
padding:0 0 3px 0;

}

.date  { 
color:#6d6a6a;
font-size: 1.1em;	
font-style:italic;
margin-bottom: 5px;
}

.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-bottom:0;
padding-left:60px;
padding-right:15px;
padding-top:0;
}
.foodCategory_info .attachments  a{
  color: #00853F;
}

.condensed-list-item{
  font-size: 1.2em;
}







/* =Rightside content */

.RightContentColumn {
margin: 0px 0px 0px 0px !important;
min-height: 720px; 
width: 220px;
background: url('../gfx/RightGradient.png') no-repeat top left;
border: 0px solid #000;

}

.RightContentColumn .mod{
  border-bottom: 1px solid #F0F0F0;
  margin: 0px 20px 10px 15px;
  padding-bottom: 10px;

}
.RightContentColumn .campaign{
  width: 160px;
  padding: 0px 20px 10px 12px;
  margin: 0em 0em 10px 0em;
}



.RightContentColumn .rightContentText{
  width: 175px;  
}
.RightContentColumn .rightContentText h2{
  font-size: 1.4em;
  margin-bottom: 10px;
  font-weight: bold;
}
.RightContentColumn .rightContentText p{
  font-size: 1.1em;
  margin-bottom: 5px;
}
.RightContentColumn .rightContentText a{
  color: #01853e;
  font-size: 1.2em;
}
.RightContentColumn .social-links{
}

.rightContentLinks {
color: #008946 !important;
line-height:200%% !important;
margin-top: 20px;
}

#rightContent { 
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 { 
  margin-left: 40px;
  margin-right: 30px;
}

#logoHelsedir { 
  
}

#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 */
.articleView h1{
  margin-bottom: 10px;
}
#leftWithRight .articleView { 
padding: 0px;
width: 404px !important;
margin-left: 30px;
}

#leftWithoutRight .articleView { 
padding: 0px;
width: 600px !important;
margin: 0 0 0 30px;	
float:left;
}




/* =text editor styling */
.articleView ul, .articleView ol {
padding:0px 0;
margin:0px; 
}

.articleView ul { list-style-type:none; }
.articleView ul li { padding:0 0 0 10px; margin:0px 0px 5px 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 0px;		
}


#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 0px 5px 0px;
padding:0 0px 0px 0;

}



/* News archive, paginering */
.pagineringContainer {
width:100%;
	font-size:1.2em;
	margin-bottom: 10px;
}
.pagineringSelected { 
color:#00853f; 
text-decoration:underline; 
padding:0 2px;

}

#searcResultTxt { 
padding:0 0 10px 0; 
}

#searchResultContainer {
padding:0px;
margin:0px;
}
#searchResultContainer .bodytext a{
  color: #00853F;
}


/*FoodComparison*/

#food-comparison{
  margin-top: 50px;
}

.VelgTable {
  font-family: Arial, Helvetica, sans-serif;
}
.VelgTable{
  border-collapse: collapse;
} 
.VelgTable td{
  border: none;
  
}

/* .VelgTable td {background-color:white};
.VelgTable tr {background-color:#e7e7e7};
*/
.VelgTableHeader {
background-color;#e7e7e7 !important;
font-size: medium;
font-style: normal;
line-height: normal;
text-align: center;
}
.VelgColumnHeaders {
font-size: x-small;
font-style: normal;
line-height: normal;
text-align: center;
}
.VelgRow {
font-size: small;
font-style: normal;
line-height: normal;
}
.VelgItem {
color: #8f8f8f;
}
.VelgBestChoice{ 
color: #090 !important;
}
.VelgOKChoice {
color: #930 !important;
}
.VelgComment {
font-size: 1.1em;
padding-left: 6px;
padding-right: 6px;
}
.VelgLinks {

color: #090;
padding-left: 6px;
font-size: 1.1em;
}
.VelgTable A:visited {
color: #090; 
text-decoration: none; 
background: transparent; 
}
.VelgTable A:link {
color: #090;
text-decoration: none;
background: transparent;
}
.VelgTable A:active {
color: #090;
font-weight: bold;
background: transparent;
}

/* Helpers */
.accessibilityHiddden{
  position: absolute; top: 0px; left: -1000px;
}

/*FoodComparison  - Accordion*/


.wrapper {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}

.accordionButton {	
width: 100%;
float: left;
background: #FFF;
background-image: url(../gfx/faqArrow.gif);
background-repeat:no-repeat;
border-bottom: 1px solid #FFFFFF;
cursor: pointer;
background-position: center left;
}

.accordionButtonSelected {	
width: 100%;
float: left;
background: #FFF;
background-position: center left;
background-image: url(../gfx/faqArrowSelected.gif);
background-repeat:no-repeat;
border-bottom: 1px solid #FFFFFF;
cursor: pointer;
}

.accordionContent {	


background: white !important;
/* display: none; */

}
.js-enabled .accordionContent{
  display: none;
}

.content {
font-family:Arial,Helvetica,sans-serif;

}

.content td  {
}

.header {
font-family:Arial,Helvetica,sans-serif;
font-size: 16pt !important;
font-color: black;
padding-left: 26px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */


#sectionTabs {	
	margin:0 0 0 30px;
	padding:0px;
		
	
}
.tabcontainer {
background-image:url(../gfx/gfx_greenpxrepeat.gif);
background-repeat:repeat-x;
background-position:bottom;


}

.shadetabs{
padding: 0px;
margin: 0px;
font: normal 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
margin: 0;
padding:0;
height:40px;
float:left;
font-size:1.2em;


}

.shadetabs li.selected{
background:url(../gfx/gfx_tabBg.gif) no-repeat bottom center;
text-decoration:none;

}

.shadetabs li a{
text-decoration: none;
z-index: 1;
padding: 5px 7px;
margin:0 5px 0 0;
display:block;
/*border: 1px solid #778;*/
color: #000000;
background-color:#E6E6E6;

}

.shadetabs li a:visited{
color: #000000;
margin:0 5px 0px 0;

}

.shadetabs li a:hover{
margin:0 5px 0 0;
text-decoration: none;
color: #ffffff;
background-color:#00853F;
}

.shadetabs li.selected a{
    color:#FFFFFF;
    background-color:#00853F;
margin:0 5px 0 0;
text-decoration:none;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
margin:0 5px 0 0;

}




/* Footer */

.footer
{
position: relative;
float: left;
left: 20px; 
bottom: 0px;
width: 199px;
height: 185px;
font-family:Arial,Helvetica,sans-serif !important;
font-size: 12px !important;
font-color: black !important;
padding: 30px 10px 10px 25px !important;
}

.footerLinks {
color: #008946 !important;
line-height:160% !important;
}


.footerLinks  a, .footerLinks a:active, .footerLinks a:visited { color:#008946; text-decoration:none;
}

.article{
  margin-bottom: 40px;  
}
.media{
  margin-bottom: 5px;
}
.media a, .media a:link, .media a:visited, .media a.active{
  color: #00853F;
}
.archive-element{
  margin-bottom: 10px;
}

.SmallArticle, .condensed-view{   
  clear: both;
  overflow: auto;
  
}

.SmallArticle img, .condensed-view img{
  float: left;
  margin-right: 15px;  
}
.SmallArticle p, .condensed-view p{
  font-size: 1.2em;
  overflow: auto;
}

.hover{

  cursor: pointer;
}
.hover a, .hover h2{
  text-decoration: underline;
}
.hover p{
  color: #6D6A6A;
}
ca
.bottomLine{
	padding: 20px 0px 20px 20px;
}

#blackLinks p a, #blackLinks p a:active, #blackLinks p a:visited { color:#000; text-decoration:none;
}

.blackLinks{
	color: #000 !important;
}

.read-more{
  font-size: 1.2em;
  border-top: 1px solid #F0F0F0;
  padding: 20px 0px 10px 0px;
  margin: -20px 0px 10px 0px;
  clear: both;
}

.read-more .arrow{
  color: #01853E;
}


/* Top banner normal campaigns*/


/* Top banner big campaigns */

.top-banner-campaign{
  width: 327px;
  height: 289px;
  overflow: hidden;
  display: block;
  float: left;  
  background-repeat: no-repeat;
}
.top-banner-campaign:hover{
  background-position: 0px -319px;
}
.top-banner-campaign:active{
  background-position: 0px -638px;
}
#et-sunnere-kosthold-campaign{  
  background-image: url(../gfx/sunnere-kosthold-campaign.jpg);
}
#toys-med-en-venn-campaign{
  background-image: url(../gfx/toys-venn-campaign.jpg);
  border-left: 1px solid #a0a0a0;
}

#related-contents{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
#related-contents h2{
  
  font-size: 1.3em;  
  font-weight: bold;
}
.related-contents-category{
  margin-bottom: 10px;
}
.related-contents-category a{
  background:url(../gfx/greenArrow.gif) center left no-repeat;
  padding:0 0 0px 9px;
  font-size:1.2em;
  color: #00853F;
  
}




/* Old 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;
margin: 0 -290px !important;
}




/*
#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;}
*/

