/* Default stylesheet */
body {
	font-family: "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 68.75%; /*11px;*/
	margin: 0px;
	padding: 8px;
}
ul.topmenu {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1.headline, h2.headline, h1.headlineview, #footer{
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1.headline2{
	font-family: "Trebuchet MS", Trebuchet, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #006699;
	font-weight: normal;
	font-size: 1.45em;
	margin-top: 15px;
}

table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
	height: auto;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
	max-width: 50%;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}


.normal{
	font-size: 11px;
}
.bigger{
	font-size: 14px;
}
.biggest{
	font-size: 17px;
}


/* General links */

.menu a:link, .menu a:visited{
	text-decoration: none;
}
.menu a:hover, .menu a:focus{
	text-decoration: underline;
}
.topmenu a:link, .topmenu a:visited, .topmenu a:hover, .topmenu a:focus{
	text-decoration: underline;
}


/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
  font-weight: bold;
}
a.custom:hover, a.custom:focus {
	text-decoration: underline;
}



/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { text-decoration: none;}
.headline .headlinelink:visited {  text-decoration: none;}
.headline .headlinelink:hover, .headline .headlinelink:focus {   text-decoration: underline;}


/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none;}
a.tree:visited { text-decoration: none;}
a.tree:hover, a.tree:focus { text-decoration: underline;}

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none;}
a.sitetree:visited { text-decoration: none;}
a.sitetree:hover, a.sitetree:focus { text-decoration: underline;}


/* SECTION: Standard CP classes*/
.default { }
.date { font-size: 0.9em; }
.author { font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block; 
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}
/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }

ul.tools li{
	margin-bottom: 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	text-align: right;
}
.tools li.utilities img{
	float: none;
}



#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; text-align: center;}
.pagebar.prev { padding-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.headlineview, h1.headlineview {
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
div.date{
	margin-bottom: 5px;
}
.ingress {
}
div.ingress {
	margin: 0 0 6px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.block, .articleblock2 {
	margin-bottom: 5px;
}

.articleblock .imgwrap {
	float: right;
	width: 34%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
      
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.twocol img.dynimage{
	float: right;
	margin: 0 0 5px 5px;
}
div.twocol .textwrap{
	float: none;
	width: auto;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-position: center top;
	background-repeat: repeat-y;
	border-width: 0;
	border-style: solid;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 19px;
}

.listingarea hr, div.hr2 /* Replacement for hr (easier to style in older browsers) */{
	background-position: center top;
	background-repeat: repeat-y;
	border-width: 0;
	border-style: solid;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.page162664 .listingarea {
	margin-bottom: 15px;
}
.page17881 .listingarea {
	margin-bottom: 20px;
}

.pagelogo img {
	display: block;
	float: none !important;
	max-width: 100%;
}
div.body {
/*	clear: both; */
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	max-width: 108em;
	min-width: 72em;
	padding: 0;
	position: relative;
	text-align: left;
	/*width: 928px;*/ /* 929px;*/
}
span.corner.page.tl{
	left: 4px;
	top: 0px;
}
span.corner.page.tr{
	right: 4px;
	top: 0px;
}
span.corner.page.bl{
	bottom: 9px;
	left: 4px;
}
span.corner.page.br{
	bottom: 9px;
	right: 4px;
}
div.s3.page{
	padding: 1px 5px 10px;
}

#top {
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	position: relative;
}
span.corner.top.tl{
	left: 0;
	top: 0;
}
span.corner.top.tr{
	top: 0;
	right: 0;
}
span.corner.top.br{
	bottom: 0;
	right: 0;
}
span.corner.top.bl{
	bottom: 0;
	left: 0;
}
div.side.v.r.top{
	min-height: 118px;
	padding: 1px 5px 10px;
}
#topnav {
	border-style: solid;
	border-width: 0 1px;
	margin: 0 4px;
	padding: 1px 10px 6px 4px;
}
#middle {
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 0 10px 10px;
	margin: 0 4px;
	position: relative;
	zoom: 1;
}
#navbar {
	float: left;
	margin-right: 1%;/*10px;*/
	width: 19%; /*165px;*/
}
#main {
	border-style: solid;
	border-width: 1px;
	float: left;
	min-height: 500px;
	padding: 1%; /* 9px */;
	position: relative;
	width: 58%; /*522px;*/
}

/* #main when no sidebar */
.wide #main {
	float: right;
	width: 78%; /*724px;*/
}
.wide #navbar {
	margin-right: 0;
}

#mainsidebar {
	float: right;
	width: 19%;
}
.wide #mainsidebar {
	display: none;
}
.widefull #main {
	float: none;
	margin: 0;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}
#footer {
	background-position: top left;
	background-repeat: repeat-y;
	clear: both;
	position: relative;
	text-align: center;
}
#footer span.corner{
	height: 15px;
}
#footer span.corner.tl{
	top: -7px;
	left: 0;
}
#footer span.corner.tr{
	top: -7px;
	right: 0;
}
#footer span.corner.bl{
	bottom: 0;
	left: 0;
}
#footer span.corner.br{
	bottom: 0;
	right: 0;
}

#footer div.side.v.r{
	padding: 5px 5px 15px;
}
#cp{
	font-size: 0.9em;
	margin: 0 auto;
	text-align: center;
	width: 918px;
}
#cp a:link, #cp a:visited {
	text-decoration: none;
}
#cp a:hover, #cp a:focus{
	text-decoration: underline;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border-style: solid;
	border-width: 1px;
	padding: 5px 0 0;
	margin: 0px 0px 5px 0px;
	position: relative;
	zoom: 1;
}
.box .cell {
	font-size: 1.1em;
	padding: 5px 10px 10px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
.box h3.caption {
	font-size: 1.1em;
	padding: 0 0 0 10px;
	margin: 0px;
}

h3#gatami{ margin-left: 10px;} 

/* As standard but with less air */
div.box.variant2{
}
div.box.variant2 h3.caption{
	padding-left: 4px;
}
div.box.variant2 .cell{
	padding: 4px;
}

div.box.imagelist .cell {
	border-style: solid;
	border-width: 3px;
	margin: 4px;
	padding: 0;
	position: relative;
}

/* calendar : as default but with fixed height and scrollikng content */
div.box.calendar .cell{
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* SECTION: page elements */

#top div.intro {
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 108px;
	padding: 10px 0 0 4px;
	position: relative;
	width: 420px;
	z-index: 2;
}
#top div.intro span.slagord{
	display: block;
	font-family: Calibri, FreeSans, "Helvetica Neue", sans-serif;

	margin-left: 85px;
	
}
#kvapen{
	position: absolute;
}
#logo{
	margin-top: 5px;
	margin-left: 82px;
	margin-bottom: 8px;
	position: relative;
}
#intranettskilt {
	position: absolute;
	right: 0;
	top: 10px;
}

#top div.toppbilde{
/*	float: right;*/
	position: absolute;
	top: 1px;
	right: 5px;
}

/* To avoid extra IE spacing */
#top div.toppbilde img{
	display: block;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}
ul.menu li.spacingabove{
	margin-top: 15px;
}
ul.menu li.spacingbelow{
	margin-bottom: 15px;
}
#topmenu {
	float: left;
	font-size: 1.25em;
	list-style-type: none;
	padding-top: 5px;
	width: 80%; /*715px;*/
}
#topmenu li {
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
	padding: 0 7px 0 8px;
}
#topmenu li:first-child{
	background-image: none;
}
.mainmenuwrap{
	margin: 0 0 6px;
	padding: 7px 2px;
	position: relative;
}
ul.mainmenu{
	font-size: 1.1em;
}
.mainmenu a{
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	padding: 1px 6px;
}
.mainmenu a:hover, .mainmenu a:focus{
	text-decoration: none;
}
.mainmenu li.menulevel0{
	border-style: dashed;
	border-width: 0 0 1px;
}
ul.topmenu{
	font-size: 1.2em;
}
div.path{
	margin: 0 0 10px;
}

#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchformwrap{
	float: right;
	width: 19%; /*160px;*/
	position: relative;
}
#searchform {
	border-style: solid;
	border-width: 1px;
	margin: 4px 0 0;
	padding: 2px 5px 2px 2px;
	position: relative;
	zoom: 1;
}
#searchform input.searchinput {
	border: none;
	float: left;
	font-size: 0.9em;
	vertical-align: middle;
	width: 84%; /*135px;*/
}	
#searchform input.searchsubmit {
	float: right;
	vertical-align: middle;
}

li.accessibility{
	position: relative;
	zoom: 1;
}

.accessibility div.textsizes{
	float: left;
	text-align: left;
	width: 34%;
}
.accessibility div.colorschemes{
	float: right;
	padding-top: 2px;
	width: 64%;
}
div.liveleaderwrap{
	width: 180px;
	margin: 0 auto;
}
div.liveleaderwrap > div{
	margin-top: 0px !important;
}

#sidebar1 {
}
#sidebar1 embed, #sidebar1 object, .bannerlocation embed, .bannerlocation object {
	height: auto;
	width: 100%;
}
/*#main object, #main embed {
	width: 100%;
}*/


/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
	display: block;
	margin: 0 0 10px;
}

#bannerlocation2{
	padding-left: 10px;
}

.monthlycalendartable { width: 100%; }
.calendardate { font-size: 0.9em; }
.errmsg { font-weight: bold; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

ul.callist{}
ul.callist li{
	clear: both;
	padding-top: 3px;
	margin-bottom: 0;
}
ul.callist li:first-child{
	padding-top: 0;
}

.callist span.date{
	float: left;
	width: 33px;
}
.callist span.event{
	float: right;
	width: 100px;
}
th.caldayname {  	 font-weight: bold; }

.yriframe iframe{
	width: 100%;
}

iframe {
	width:100%;
}
ul.callist{}

ul.callist li{
	clear: both;
	font-size: 0.85em;
	padding-top: 1px;
}
ul.callist li span.date{
	float: left;
	font-size: 1.0em;
	width: 20%;
}
ul.callist li span.what{
	float: right;
	width: 75%;
}

#tagcloud { 
  margin: 0 auto 10px;
  width: 534px;
}
.tagcloud { 
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
  padding: 8px;
}
.tagcloud span { 
  padding: 0px 6px;
  text-decoration: none;
}
.tagcloud a { 
  white-space: nowrap;
}
.tagcloud a:link {  text-decoration: none; }
.tagcloud a:visited {  text-decoration: none;  }
.tagcloud a:hover, .tagcloud a:focus {  text-decoration: underline; }


#articlesharelinks { 
  clear: both;
  font-size: 0.9em;
  line-height: 2.0;
	margin: 0 0 15px;
  padding-top: 5px;
}
span.sharelink { 
  white-space: nowrap;
  margin-right: 5px;
}


.selectmenu {
	display: none;
}


.pgn_tjenestekatalog #main {
    background-color: rgba(76, 138, 10, 0.2) !important;
}
/* 
#main.main.page131118, #main.main.page334029 {
	background-color: #C9D3DD;
}

#main.main.page131118:before {
	color: #444;
	content: "Upublisert";
	font-size: 2.0em;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 20px;
}

#main.main.page334029:before {
	color: #444;
	content: "Upublisert";
	font-size: 2.0em;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 20px;
} */


/* ============================= */
/* ! Layout for smaller screens + ipad  */
/* ============================= */
@media only screen and (min-width: 960px) and (max-width: 1139px) {
	body{
		
	}
}

/* ============================= */
/* ! Layout for tablets  */
/* ============================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body{
		
	}
	#page, #top, #cp {
		width: 100%;
		float: none;
		margin: 0; padding: 0;
		min-width: 1%;
	}
	div.liveleaderwrap {
		width: auto;
		overflow: hidden;
	}
	

}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media only screen and (min-width: 320px) and (max-width: 767px) {
	body{
	
	}
	#page, #top, div.articleblock.col, #navbar, #main, #mainsidebar, #cp, #top div.intro, #tagcloud {
		width: 100%;
		float: none;
		margin: 0; padding: 0;
		min-width: 1%;
	}
	.listingarea, .viewarea, #path {
		padding: 10px;
	}
	#bacontannkrem, #mainmenu, #bannerlocation2, .toppbilde {
		display: none;
	}
	.selectmenu {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#topmenu, .corner.tl.main, .corner.tr.main, #footer .corner.tr {
		display: none;
	}
	#searchformwrap {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	#sidebar1 {
	
	}
}

/* ========================================== */
/* !  Layout for older mobile   */
/* ========================================== */

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#page, #top, #navbar, #main, div.articleblock.col, .frontpage #mainsidebar, #mainsidebar, .bannerlocation {
		width: 100%;
		float: none;
		margin: 0; padding: 0;
		position: static;
	}
	.listingarea, .viewarea, #path {
		padding: 10px;
	}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}


img {
	max-width: 100%;
	height: auto;
}
object, embed {
	max-width: 100%;
	/*height: auto;*/
}
/* google map fix */
#basicgmap img {
	max-width: none;
}