/* Default stylesheet */
body {
	background-color: #F6F5F5;
	background-image: url(https://img0.custompublish.com/getfile.php/2089752.1850.wfxrbpytye/topBanner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #1F1F1F;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
}
table,caption,th,td {
	font-size: 1.0em;
}
caption {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.35em;
}
h2 {
	font-size: 1.25em;
}
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 0px 5px;
}

.viewareacontent{
	min-height: 500px;
}
.viewarea img{
	margin-bottom: 5px;
	border-radius: 8px;
}
.body img[align="left"], .viewarea img[align="left"] {
	margin-left: 0;
	margin-right: 10px;
}
.body img[align="right"], .viewarea img[align="right"] {
	margin-left: 10px;
	margin-right: 0;
}

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;
}
/* General links */
a:link { color: #984441; }
a:visited { color: #333; }
a:hover { color: #984441; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link, .sitemap a:link { color: #005B97; text-decoration: none;}
.menu a:visited, .sitemap a:visited { color: #005B97; text-decoration: none;}
.menu a:hover, .sitemap a:hover { color: #003366; text-decoration: underline;}

.menu a.menuselected:link, .menu .itemselected > a:link { color: #003366; text-decoration: underline;}
.menu a.menuselected:visited, .menu .itemselected > a:visited { color: #003366; text-decoration: underline;}
.menu a.menuselected:hover, .menu .itemselected > a:hover { color: #003366; text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp, #footer .cp { color: #666666;}
a.cp:link, #footer a.cp:link { color: #666666; text-decoration: none;}
a.cp:visited, #footer a.cp:visited { color: #666666; text-decoration: none;}
a.cp:hover, #footer a.cp:hover { color: #666666; text-decoration: underline;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { text-decoration: none;}
.headlinelink:visited { text-decoration: none;}
.headlinelink:hover { 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 { text-decoration: underline;}

/* Navigation path links */
div.path {
	margin: 0 0 10px;
}
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { 
	color: #525353; 
	font-size: 0.9em; 
}
.author { color: #525353; font-size: 0.9em; }
.author a:link {text-decoration: none;}
.author a:visited {text-decoration: none;}
.author a:hover {text-decoration: underline;}

.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; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { 
	clear: both;
	
}
.pagebar a.next { 
	margin-right: 10px; 
	float: right;
	display: block;
	background: #fff;
	padding: 10px; 
	text-decoration: none;
}

.pagebar a.prev { 
	margin-right: 10px; 
	float: left;
	display: block;
	background: #fff;
	padding: 10px; 
	text-decoration: none;
}

.pagebar a.next:hover, .pagebar a.prev:hover { 
	background: #984441;
	color: #fff;
}
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	color: #984441;
}
.twocol h1.headline {
	font-size: 1.1em;
	word-wrap: break-word;
}
h3.headline {
	font-size: 1.0em;
}

h1.headlineview {
	color: #984441;
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
div.ingressview {
	font-weight: bold;
	margin: 6px 0px 18px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}
.articleview div.byline {
	float: left;
	width: 73%;
	margin-top: 30px;
}
.articleview div.tools, #sharetools {
	float: right;
	margin: 0;
	width: 29%;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

.articlemedia img { 
	margin: 0 0 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 20px;
	
}

.box .articleblock {
	margin-bottom: 0px;
	
}

#main .articleblock.nopic .imgwrap {
	background: url("https://img1.custompublish.com/getfile.php/2038092.1851.yufduypfvq/watermarkSmall.jpg") no-repeat scroll 0 10px;
	min-height: 81px;
	cursor: pointer;
}

div.twocol .articleblock.nopic .imgwrap{
	background: url(https://img1.custompublish.com/getfile.php/2038091.1851.frabdyurqt/watermarkMedium.jpg) no-repeat !important;
	min-height: 143px !important;

}


.pgn_hjem div.twocol .articleblock.nopic .imgwrap{
	background: url("https://img1.custompublish.com/getfile.php/2038092.1851.yufduypfvq/watermarkSmall.jpg") no-repeat scroll 0 10px !important;
	min-height: 81px !important;
	cursor: pointer;

}


#slideshowcontainer .articleblock.nopic .imgwrap, .listingpic.nopic {
	/*background: url(https://img1.custompublish.com/getfile.php/2038090.1851.euucqwtqea/watermark.jpg);*/
	background: url(https://img1.custompublish.com/getfile.php/2209486.1851.ewrbwttyrf/watermark.jpg);
	min-height: 300px;
	border-radius: 8px;
}
.articleblock .imgwrap {
	float: left;
	width: 30.5%;
	position: relative;
	
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
	border-radius: 0 0 8px 8px;
}
.articleblock .textwrap {
	float: right;
	width: 66%;
}
#fpnyheter .articleblock .imgwrap {
	width: 42.5%;
}
#fpnyheter .articleblock .textwrap {
	width: 57%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
/*	float: none;
	width: auto;
*/
}

/* 2-spalter */
/*
div.twocol .articleblock {
    width: 39%;
}
div.twocol .articleblock.pair0 {
    clear: both;
    float: left;
}
div.twocol .articleblock.pair1 {
    clear: right;
    float: right;
    margin-right: 0;
}
*/




/* Frontpage 2-spalter */
.pgn_hjem div.twocol .articleblock.pair0.article0 {
    width: 47%;
}



.pgn_hjem div.twocol .articleblock.pair0 {
	clear: both;
	float: left;
    margin-right: 0;
    width: 47%;
}


.pgn_hjem div.twocol .articleblock.pair1 {
	clear: right;
	float: right;  
	width: 47%;
}

.pgn_hjem div.twocol .articleblock{
	margin-bottom: 15px;
}
.pgn_hjem div.twocol .articleblock .ingress {
   
}


div.twocol .articleblock.pair1 {
    float: left;  
    width: 47%;
}
div.twocol .articleblock.pair0 {
    clear: right;
    float: right;
    margin-right: 0;
    width: 47%;
}


div.twocol .articleblock.pair0.article0 {
    width: 100%;
}
div.twocol .articleblock.pair0, div.twocol .articleblock.pair1 {
	clear: both;
	float: none;
  width: 100%;
}



div.twocol .articleblock.pair0.article0 div.date { 

	color: #fff; 
	font-size: 0.9em; 
	
	background: #984441;
	bottom: 0px;
	padding: 1% 0 0 6%;
	width: 94%;
	
}


div.twocol .articleblock div.date { 

	color: #fff; 
	font-size: 0.9em; 
	
	background: #984441;
	top: 0px;
	padding: 1% 0 0 6%;
	width: 94%;
	border-radius: 8px 8px 0 0;
	
}

div.twocol .articleblock .ingress {
   
}
div.twocol .articleblock.article0 .ingress {
    display: block;
}

div.twocol .articleblock.pair0.article0 .editMe{
   display: none;
}

.pgn_hjem div.twocol .articleblock.pair0.article0 .editMe{
   display: block;
}


/* 3-spalter */
div.threecol .col { 
	min-height: 10px;
	width: 32%;
	float: left;
	margin-right: 2%;
}
/*div.threecol .articleblock .textwrap, div.threecol .articleblock .imgwrap {
	float: none;
	width: auto;
}*/
div.threecol .col.col0 { 
	clear: both;
}
div.threecol .col.col1 { 
	margin-right: 0;
}
div.threecol .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.threecol.secondsmall .col0 {
	margin-right: 10px; 
}
div.threecol.secondsmall .col.col0 { 
	width: 435px;
}
div.threecol.secondsmall .col.col1 { 
	width: 191px;
}
div.threecol.secondsmall .col.col2 { 
	width: 314px;
}
div.threecol.secondbig .col.col0 { 
	margin-right: 10px;
	width: 206px;
}
div.threecol.secondbig .col.col1 { 
	width: 545px;
}
div.threecol.secondbig .col.col2 { 
	width: 191px;
}


/* 4-spalter */
div.fourcol .col { 
	min-height: 10px;
	width: 22%;
	float: left;
	margin-right: 4%;
}
div.fourcol .col.col0 { 
	clear: both;
}
div.fourcol .col.col2 { 
	margin-right: 0;
}
div.fourcol .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
.frontpage .fourcol .col {
	width: 191px;
}
.frontpage .fourcol .col0 {
	width: 205px;
}
.frontpage .fourcol .col0, .frontpage .fourcol .col1 {
	margin-right: 10px;
}
.frontpage .fourcol .col1, .frontpage .fourcol .col2 {
	width: 268px;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: left; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

/* SECTION: css tabs, functionality */

.csstabs {
	position: relative;
	zoom: 1;
	list-style:none;
	padding:0; margin:0;
}

.csstabs .item {
	position: static; /* Cells should be positioned relative to .csstabs, not .item */
}
.csstabs .item .content {
	display: none;
	overflow: auto;
	position: absolute;
	z-index: 5;
}

/* .active, .inactive act as javascript hooks */
.csstabs .item:first-child .content, .csstabs .item:hover .content, .csstabs:hover .item:first-child:hover .content, .csstabs div.item.active .content  {
	display: block;
}

.csstabs:hover .item:first-child .content {
	display: none;
}
.csstabs div.item.inactive .content {
	display: none !important;
}
.csstabs div.item.active .content  {
	display: block !important;
}
.csstabs .item .tab {
	position: relative;
	z-index: 10;
	line-height: 1.2em;
}

/* End csstabs, functionality */
/* SECTION: csstabs, articlelist skin  */

div.csstabs.articlelist {
	min-height: 176px;
	padding: 0 214px 0 0;
}
div.csstabs.articlelist .item {
}
div.csstabs.articlelist .item .content {
	background-color: #1A7FC0;
	height: 189px;
	right: 0;
	padding: 2px 2px 2px 2px;
	overflow: hidden;
	top: 0;
	width: 210px;
}
div.csstabs.articlelist .item .content img.dynimage {
	border: none;
	display: block;
}
div.csstabs.articlelist .item .tab {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #005B97;
	font-size: 1.2em;
	margin: 0 0 7px;
	padding: 0;
	text-align: left;
	text-shadow: none;
}
div.csstabs.articlelist .item .tab h1 {
	font-size: 1.0em;
}

.csstabs.articlelist:hover .box:first-child .tab {
}
div.csstabs.articlelist .item .tab a {
	display: block;
	padding: 7px 5px;
}
/* passiv */
div.csstabs.articlelist .item .tab a:link, div.csstabs.articlelist .item .tab a:visited, div.csstabs.articlelist:hover .item:first-child .tab a, div.csstabs.articlelist div.item.inactive .tab a:link, div.csstabs.articlelist .item.inactive .tab a:visited {
	background-color: #F0F0EF;
	background-image: url(https://img0.custompublish.com/getfile.php/1619959.1850.ptfryaxfsw/gradienter2.png);
	background-position: 0 -600px;
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	color: #005B97;
	text-decoration: none;
} 
/* aktiv */
div.csstabs.articlelist .item .tab a:hover, div.csstabs.articlelist .item:first-child .tab a, div.csstabs.articlelist:hover .item:first-child:hover .tab a, div.csstabs.articlelist .item.active .tab a:link, div.csstabs.articlelist div.item.active .tab a:visited {
	background-color: #035F9C;
	background-repeat: repeat-x;
	background-position: 0 -400px;
	border-color: #3C81F4;
	border-width: 1px 0 1px 1px;
	color: #FFFFFF;
	text-decoration: none;
}



/* SECTION: csstabs, noga skin  */
div.csstabs.noga {
	background-color: #03609D;
	border: 1px solid #3C81F4;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
	right: -1px;
}
div.csstabs.noga .item {
	border-left: 1px solid #0A5A9B;
	border-right: 1px solid #1D84BD;
	float: left;
}
div.csstabs.noga .item:first-child {
	border-left: none;
}
div.csstabs.noga .item:last-child {
	border-right: none;
}
div.csstabs.noga .tab {
	display: block;
	font-weight: bold;
	position: relative;
}
div.csstabs.noga .tab a{
	background-image: url(https://img0.custompublish.com/getfile.php/1619959.1850.ptfryaxfsw/gradienter2.png);
	background-repeat: repeat-x;
	display: block;
	padding: 3px 6px;
}
div.csstabs.noga .tab a:link, div.csstabs.noga .tab a:visited, div.csstabs.noga:hover .item:first-child .tab a:link, div.csstabs.noga:hover .item:first-child .tab a:hover, div.csstabs.noga div.item.inactive .tab a:link, div.csstabs.noga .item.inactive .tab a:visited { 
	background-position: top left;
	color: #FFFFFF;
	text-decoration: none;
}
div.csstabs.noga .item:first-child .tab a:link, div.csstabs.noga .item:first-child .tab a:visited, div.csstabs.noga:hover .item:first-child:hover .tab a:link, div.csstabs.noga:hover .item:first-child:hover .tab a:visited, div.csstabs.noga .item:hover .tab a:link, div.csstabs.noga .item:hover .tab a:visited, div.csstabs.noga .item.active .tab a:link, div.csstabs.noga div.item.active .tab a:visited { 
	background-position: 0 -1000px;
	color: #96C9FC;
	text-decoration: none;
}
div.csstabs.noga .tab .arrow {
	/*background-image: url(https://img0.custompublish.com/getfile.php/1469957.1850.eyrbccrfea/noga-dots.png);*/
	background-repeat: no-repeat;
	display: block;
	height: 5px;
	left: 8px;
	padding: 0;
	position: absolute;
	top: 25px;
	width: 5px;
	z-index: 999999;
}
div.csstabs.noga .tab .arrow, div.csstabs.noga:hover .item:first-child .tab .arrow, div.csstabs.noga div.item.inactive .tab .arrow {
	background-image: none;
	/*background-position: top left;*/
}
div.csstabs.noga .item:first-child .tab .arrow, div.csstabs.noga:hover .item:first-child .tab:hover .arrow, div.csstabs.noga .tab:hover .arrow, div.csstabs.noga div.item.active .tab .arrow {
	background-image: url(https://img0.custompublish.com/getfile.php/1469957.1850.eyrbccrfea/noga-dots.png);
	background-position: top right;
}
div.csstabs.noga .content {
	padding: 6px;
	position: absolute;
	top: 1.7em;
	width: 530px;
	right: 1px;
}

div.csstabs.noga .active .content {
}


/* SECTION: csstabs, boksy skin  */
div.csstabs.boksy {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 191px; /* 179px*/
}
div.csstabs.boksy .item {
	border: none;
	margin: 0;
	width: 314px;
}
div.csstabs.boksy  .tab{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: left;
	width: 155px;
}
div.csstabs.boksy  #gatamimap .tab{
}
div.csstabs.boksy .item:first-child .tab{
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	width: 153px;
	margin-right: 2px;
}
div.csstabs.boksy .item:last-child .tab{
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
div.csstabs.boksy div.inactive .caption.tab, div.csstabs.boksy .tab, div.csstabs.boksy:hover .item:first-child .tab {
	background-color: #68A0C4;
	background-position: 0 -1200px;
}
div.csstabs.boksy div.active .caption.tab, div.csstabs.boksy .item:first-child .tab, div.csstabs.boksy:hover .item:first-child:hover .tab {
	background-color: #1A7EC0;
	background-position: 0 -1000px;
	cursor: pointer;
}
div.csstabs.boksy .tab a{
	display: block;
	padding: 3px 0;
	text-align: center;
}
div.csstabs.boksy .tab a:link, div.csstabs.boksy .tab a:visited, div.csstabs.boksy:hover .item:first-child .tab a:link, div.csstabs.boksy:hover .item:first-child .tab a:hover, div.csstabs.boksy div.item.inactive .tab a:link, div.csstabs.boksy .item.inactive .tab a:visited { 
}
div.csstabs.boksy .item:first-child .tab a:link, div.csstabs.boksy .item:first-child .tab a:visited, div.csstabs.boksy:hover .item:first-child:hover .tab a:link, div.csstabs.boksy:hover .item:first-child:hover .tab a:visited, div.csstabs.boksy .item:hover .tab a:link, div.csstabs.boksy .item:hover .tab a:visited, div.csstabs.boksy .item.active .tab a:link, div.csstabs.boksy div.item.active .tab a:visited { 
}
div.csstabs.boksy .content {
	clear: both;
	height: 158px; /* 136px */
	padding: 10px;
	top: 21px;
	width: 292px;
}
div.csstabs.boksy #gatamimap .content {
	height: 170px; /* 158px */
	padding: 0;
	width: 312px;
	overflow: hidden;
}
div.csstabs.boksy .active .content {
}




/* SECTION: page containers */ 
#page {
	padding: 0px;
	text-align: left;
}
#top {
	height: 114px;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
#navbar {
	margin: 18px 0;
}
#middle {
	margin-bottom: 2px;
}
#middle div.inner {
	width: 960px;
	margin: 0 auto;
}
#subnavbar {
	float: left;
	margin-right: 20px;
	width: 214px;
}
#main {
	float: left;
	min-height: 690px;
	padding-bottom: 15px;
	width: 490px;

}


.articleview #main {
	min-height: 890px;

}
#mainsidebar {
	float: right;
	width: 214px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #subnavbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main, .frontpage.articlelisting #main {
	float: none;
	width: auto;
}
.widefull #subnavbar, .widefull #mainsidebar, .frontpage.articlelisting #subnavbar, .frontpage.articlelisting #mainsidebar {
	display: none;
}


#footer {
	background-color: #FFFFFF;
	background-image: url(https://img0.custompublish.com/getfile.php/1619959.1850.ptfryaxfsw/gradienter2.png);
	background-position: left -1400px;
	background-repeat: repeat-x;
	color: #666666;
	font-size: 0.9em;
	clear: both;
}
#footer div.inner {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #0066cc;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
} 
/* SECTION: Sidebar */
.sidebar {
}

.box {
	border: 1px solid #CCCCCC;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	border-radius: 8px;
}
.box .head {
}
.box .cell {
	padding: 10px;
	
	border-radius: 8px;
}
body.frontpage.articlelisting .cell {
	min-height: 156px; /* 144px */
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	background-color: #03609D;
	background-image: url(https://img0.custompublish.com/getfile.php/1619959.1850.ptfryaxfsw/gradienter2.png);
	background-position: left -800px;
	background-repeat: repeat-x;
	border: 1px solid #3C81F4;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 1.0em;
	padding: 3px 0;
	left: -1px;
	margin: 0px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	top: -1px;
	width: 100%;
}
.box .caption a {
	color: #FFFFFF;
	display: inline !important;
	padding: 0 !important;
	text-decoration: none;
}



div.box.variant2 .cell {
	background-color: #DDE7F3;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	margin: 0 2px 1px;
	padding: 8px;
	position: relative;
	top: -1px;
}
div.box.articlelist .cell {
	overflow-y: auto;
}
#fpnyheter .caption {
	text-align: left; /* for ie7 */
}
#fpnyheter .caption .cptinner {
	width: 220px;
	text-align: center; /* for ie7 */
}
#fpnyheter .caption .counter {
	background-color: #F6F5F5;
	background-image: url(https://img0.custompublish.com/getfile.php/1468904.1850.ufwvfeqtqd/counter-bkg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	bottom: 0;
	height: 100%;
	padding: 1px 0 0;
	position: absolute;
	right: -1px;
	width: 325px;
}
#fpnyheter .cell {
	overflow: hidden;
}
#fpnyheter .footer {
	bottom: 5px;
	position: absolute;
	right: 5px;
	z-index: 20;
}

h2.menu {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #005B97;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	background-color: #035F9C;
	background-image: url(https://img0.custompublish.com/getfile.php/1619959.1850.ptfryaxfsw/gradienter2.png);
	background-repeat: repeat-x;
	background-position: 0 -400px;
	border-color: #3C81F4;
	border-width: 1px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 5px;
}

/* SECTION: page elements */
.logo {
	float: left;
	margin-top: 5px !important;
}
#sitetools {
	float: right;
	margin-top: 15px;
	text-align: right;
}
#sitetools div.tool {
	margin-bottom: 10px;
	margin-top: 0px;
	position: relative;
	zoom: 1; /* for ie7 */
}
#talewebholder {
	height: 30px;
/*	position: absolute;
	right: 0;
	top: 0;*/
}
#top div.adminbar {
	position: absolute;
	top: 0;
	left: 300px;
}
a.rsslink {
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
a.rsslink span {
	bottom: 3px;
	position: relative;
}
a.rsslink:link, a.rsslink:visited  {
	color: #006600;
	text-decoration: none;
}
a.rsslink:hover  {
	color: #006600;
	text-decoration: underline;
}
/*
a.rsslink {
	background-image: url(https://img0.custompublish.com/getfile.php/1463713.1850.exsdccpftv/rss.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 1.6;
	padding-left: 20px;
	text-transform: uppercase;
	vertical-align: middle;
}
a.rsslink:link, a.rsslink:visited  {
	color: #0075B5;
	text-decoration: none;
}
a.rsslink:hover  {
	color: #0075B5;
	text-decoration: underline;
}*/
#pagetools {
	/*padding-right: 190px;*/
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.sitemap {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul, ul.sitemap ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	background: #333;
	border-radius: 8px;
	overflow: hidden;
}

ul.mainmenu li {
	float: left;
	border-right: 2px solid #333;

}

ul.mainmenu li:last-child {
	border-right: none;

}

ul.mainmenu li:first-child a{
	margin-left: 0;

}

ul.mainmenu li a{
	display: block;
	padding: 7px 15px;
	font-weight: normal;
	text-decoration: none !important;
	color: #fff !important;
}


ul.mainmenu li a:hover, ul.mainmenu li a.menuitemselected, ul.maimenu li a:hover, ul.mainmenu li.itemselected > a{
	background: #984441;
}




ul.mainmenu li.menulevel0 {
	border-left-color: #014884;
	border-right-color: #1881B9;
	border-style: solid;
	border-width: 0 1px;
}
ul.mainmenu li.menulevel0:first-child {
	border-left: none;
}

ul.mainmenu li.menulevel0:first-child a{
	padding-left: 0;
	margin-left: 0; 
}


ul.mainmenu li.menulevel0.lastitem {
	border-right: none;
}
ul.mainmenu li.menulevel0:first-child a {
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
}
ul.mainmenu li.menulevel0.lastitem a {
	/*border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;*/
}

.mainmenu a.menulevel0, .mainmenu span.menulevel0 {
	display: block;
	padding: 0px 15px;
	margin: 0 5px;

}
.mainmenu a.menulevel0:link, .mainmenu a.menulevel0:visited {
	color: #984441;
	text-decoration: none;
}
.mainmenu a.menulevel0:hover, .mainmenu a.menulevel0.menuselected:link, .mainmenu a.menulevel0.menuselected:visited, .mainmenu .itemselected a.menulevel0:link, .mainmenu .itemselected a.menulevel0:visited {
	color: #000;
	text-decoration: underline;
}
.mainmenu li.menulevel0 {
	float: left;
}

.mainmenu ul.submenu {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: none;
	max-width: 240px;
	min-width: 120px;
	padding: 5px 0px;
	position: absolute;
	z-index: 30000;
}
.mainmenu ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainmenu ul ul {
	left: 95%;
	padding: 0;
	top: 2px;
}
.mainmenu li:hover > ul {
	display: block;
}

.mainmenu ul a{

	display: block;
	padding: 2px 10px;
}
.mainmenu ul a:hover {
	background-color: #DDE7F3;
	color: #;
}
ul.childmenu, .losmenu ul.menulevel0 {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(https://img0.custompublish.com/getfile.php/1479132.1850.qtbrefvcxu/childmenu-bkg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ppt174091 ul.childmenu {
	margin-bottom: 0;
}

ul.childmenu li.menulevel0, .losmenu ul.menulevel0 li.menulevel0 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 2px;
}
ul.childmenu li, .losmenu ul.menulevel0 li {
	
}
ul.childmenu ul, .losmenu ul.menulevel0 ul {
	/*font-size: 0.85em;*/
}
.childmenu ul a, .sitemap a, .losmenu ul.menulevel0 ul a {
	background-image: url(https://img0.custompublish.com/getfile.php/1479039.1850.revyabcxcw/childmenu-dots.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 9px;
}
.childmenu ul a:hover, .childmenu ul .itemselected > a, .childmenu ul a.menuselected, .losmenu ul.menulevel0 ul a:hover, .losmenu ul.menulevel0 ul .itemselected > a, .losmenu ul.menulevel0 ul a.menuselected  {
	background-position: 0 -94px;
}

/* fiks for tjenesteside + LOS-meny */
.ppt174091 ul.childmenu {
	background-image: none;
	border-bottom: none;
	padding-bottom: 0;
}
.ppt174091 ul.childmenu li.menulevel0.lastitem {
	margin-bottom: 0;
}
.losmenu ul.menulevel0 {
	padding-top: 2px;
}


ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	background-image: url(https://img0.custompublish.com/getfile.php/1468186.1850.pwpadbqray/topmenu-sep.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-left: 10px;
	display: inline;
}

ul.topmenu li a{
	color: #fff !important;
}


ul.topmenu li:first-child {
	background-image: none;
	padding-left: 0;
}

ul.hurtigmenu {

}
ul.hurtigmenu li {
	background-color: #F8F8F7;
	background-image: url(https://img0.custompublish.com/getfile.php/1468188.1850.vcxbsywcrb/hurtigmeny-bkg.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 8px;
}

.hurtigmenu a:link, .hurtigmenu a:visited, .hurtigmenu a:hover {
	background-image: url(https://img0.custompublish.com/getfile.php/1468188.1850.vcxbsywcrb/hurtigmeny-bkg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	padding: 9px 6px 8px 38px;
}




#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
	left: 346px;
	position: absolute;
	top: 48px;
}
input.searchinput {
	border-color: #66A9D4 #006FB7 #006FB7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	width: 195px;
}	
input.searchsubmit {
	background-color: #0E0E0E;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
}

.cpsimpleform input{ 
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #F6F5F5;

	
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	    
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	    
	-o-transition-property: all;
	-o-transition-duration: 1s;
	
}

.cpsimpleform input:focus{ 
	border: 1px solid #333;
	width: 35%;
	
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	    
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	    
	-o-transition-property: all;
	-o-transition-duration: 1s;
	
	
	
	
}

textarea.cpstextarea{ 
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #F6F5F5;
	
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	    
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	    
	-o-transition-property: all;
	-o-transition-duration: 1s;
	
}

textarea.cpstextarea:focus{ 
	border: 1px solid #333;
	
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	    
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	    
	-o-transition-property: all;
	-o-transition-duration: 1s;
	
}

input.cpssubmit{
	background: #984441;
	color: #fff;
	border-radius: 8px;

}

a.scaletext {
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;
}
a.colorscheme {
	position: relative; /* IE7-fix */
}

#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 16px;
}
#scalelargest {
	font-size: 20px;
	margin-right: 5px;
}

 
#footer .lillehammer {
	float: left;
	width: 70%;
}
#footer .contactinfo br {
	display: none;
}
#footer .contactinfo p {
	margin: 0;
}
#footer .contactinfo br:after {
	content: ', ';
}
.companyname {
	font-weight: bold;
}
#cp {
	float: right;
	text-align: right;
	width: 25%;
}

/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	margin: 0 0 15px;
}
.bannerlocation  .caption {
	color: #505050;
	font-size: 0.85em;
	font-weight: normal;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}
#bannerlocation1 {
	float: left;
	margin-bottom: 0;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 80px;
}
#bannerlocation1 img {
	display: block;
	float: left;
}
#bannerlocation2 {
	float: right;
	margin-bottom: 0;
	padding: 0 0 15px;
	width: 850px;
	position: relative;
	white-space: nowrap;
}


.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable {
	font-size: 0.9em;
	border: 1px solid #4B4B4B;
	border-collapse: collapse;
	margin: 0 0 5px;
	width: 100%; 
}

.monthlycalendartable th, .monthlycalendartable td {
	border: 1px solid #D0D0D0;
}
.monthlycalendartable td.caltoday {
	background-color: #4B4B4B;
	color: #FFFFFF;
}



.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

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%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}


.title{
	background: #984441;
	padding: 5px 0 5px 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 8px 8px 0 0;
}

.big.title{
	background: #984441;
	padding: 5px 0 5px 10px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
	border-radius: 8px;
}

ul.subnavmenu{

}

#subnavbar ul.subnavmenu li{
    border: 1px solid #D0D0D0;

}

ul.subnavmenu li{
    border: 1px solid #D0D0D0;
    margin: 10px 0;
    border-radius: 8px;

}

ul.subnavmenu li a, ul.subnavmenu li a:visited{
	display: block;
    padding: 8px 10px;
    background: #FBFBFA;
    color: #984441 !important;
    border-left: 14px solid #984441;
    font-weight: bold;
	border-radius: 8px;
}

ul.subnavmenu li a.menuitemselected, ul.subnavmenu li a:hover{
	border-left: 14px solid #984441;
	text-decoration: none !important;
	background: #333;
	color: #fff !important;
}

.info.articlelist{

}

.info.articlelist .imgInfo{
	margin-bottom: 10px;
}


.cell.myEvent{
	padding: 5px 10px;
	margin: 4px 0;
	border-bottom: 1px dashed #999;
	border-radius: 0;
}

.eventwhat a.eventwhen{ 
	padding: 2px; 
	margin-right: 5px;
	background: #984441;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}
.eventwhat a.eventwhere{ 
	float: left;
	color: #984441;
	text-decoration: none;
}


a.calLink{
	background: #fff;
	padding: 5px;
	margin: 10px;
	text-decoration: none;
	color: #984441;
	float: right;
	display: block;
	border-radius: 8px;
	
}


.content a.calLink{
	position: absolute;
	right: 0;
	bottom: 0;
	
}


a.calLink:hover{
	background: #984441;
	color: #fff;	
}








#infoBox{
	margin-bottom: 15px;
	/* height: 459px; */
	overflow: hidden;
}

.textInfo h1{
	font-size: 1.2em;
}
.addme{
	left: 4px;
    position: relative;
    top: 4px;
}
ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#333;
	color:#fff;
	padding:8px 14px 8px 14px;
	margin-right: 2px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border-radius: 8px 8px 0 0;
	
}

ul.tabs li a.active, ul.tabs li a:hover {
	background-color:#984441;
	
}
.content {
	background-color:#fff;
	padding:10px !important;
	border:1px solid #ccc; 	
	margin: 0px !important;
	/* height: 410px; */
	position: relative;
	border-radius: 0 8px 8px 8px;
	
	
}
#content_2, #content_3 { display:none; }




.arriba{
	background: url('https://img0.custompublish.com/getfile.php/2014750.1850.qcvvayspeq/plus.png') no-repeat;
	height: 20px;
	width:20px;
	display: block;
	margin-right: 20px;
	float: right;
}

.abajo{
	background: url('https://img0.custompublish.com/getfile.php/2014749.1850.pseqyydrva/minus.png') no-repeat;
	height: 20px;
	width:20px;
	display: block;
	margin-right: 20px;
	float: right;
}

.box.kontakt{	
	font-size: 10px;
	width: 100%;
	height: 20px;
}
.box.kontakt.open{	
	height: auto;
}

.box.kontakt * div{	
	margin-bottom: 8px;
}
.switchme.title{ cursor: pointer;}


.icalendardayhead {
    background-color: #fff;
}

.pgn_aktivitetskalender .caltime, .pgn_aktivitetskalender .calcat {
    background: #fff;
    margin-top: 2px;
    padding: 8px;
}

.pgn_aktivitetskalender .calwhat {
    background: url("https://img2.custompublish.com/getfile.php/2002728.1902.twbrtrxtaq/linker.png") no-repeat scroll right center #fff;
    padding: 0;
}


.pgn_aktivitetskalender .calwhat a.calendarviewlink{
    padding: 15px;
    display: block;
    text-decoration: none;
}

.pgn_aktivitetskalender .calwhat a.calendarviewlink:hover{
    text-decoration: underline;
}


.pgn_aktivitetskalender .caltime, .pgn_aktivitetskalender .calcat {
    background: #fff;
    margin-top: 2px;
    padding: 8px;
}

div.vevent {
    background-color: #fff;
    border: 1px solid #333;
    padding: 5px;
}



#losmenu{
	margin-top: 10px;
}



.mobile {display: none;}
		
		


.articleview .bigContainer{display: none;}


#slideshowcontainer .textwrap{

	-moz-transition-duration: 400ms;
    -moz-transition-property: all;
    
	-webkit-transition-property: all;
	-webkit-transition-duration: 400ms;
    
	-o-transition-property: all;
	-o-transition-duration: 400ms;

}
#slideshowcontainer .textwrap:hover{ 
	box-shadow: 0 0 10px #555555 inset;
	
	-moz-transition-duration: 400ms;
    -moz-transition-property: all;
    
	-webkit-transition-property: all;
	-webkit-transition-duration: 400ms;
    
	-o-transition-property: all;
	-o-transition-duration: 400ms;

}

#slides .imgwrap{height: 300px;overflow: hidden;}

#slideshowcontainer .imgwrap img, #slideshowcontainer .imgwrap:hover, #slideshowcontainer .imgwrap {border-radius: none !important;  border: none; }

#slideshowcontainer {
	width: 100%;
	height: 300px;

	height: 300px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
}


.paginationBar{
	background: #565654;
	height: 50px;
	width: 97%;
	position: relative;
	bottom: 7px;
	margin: 0 0 30px 15px;
}




 {
	position: relative;
	height: 300px;
}

#slides .articlelist {
	width: 100%;
	height: 300px;
    overflow: hidden;
    display: none;
}



.slides_control, #slides, #slides .atriclelist {
	width: 100%;
	height: 300px !important;
}
 
#slides .articleblock {
	height: 300px;
	border-radius: 0px;
	position: absolute;
/* 	height: 350px; */
	overflow: hidden;
	width: 490px; /* maa ha dette pga slideshow */
}

#slides .imgwrap, #slides .textwrap {
	float: none;
	width: auto;
}
#slides .imgwrap, #slides .imgwrap .img {
	border-radius: 0px;
	width: 100%;
}
#slides .textwrap {
	opacity: .7;
	filter: alpha(opacity=70);
	zoom: 1;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	padding: 6px;
	width: 98% !important;
	background: #333;
}

#slides .textwrap span.date {
	color: #FFFFFF;
	float: right;
	font-style: italic;
	padding-top: 5px;
	width: 18%;
	text-align: right;
}
#slides .textwrap .headline {
	float: left;
	width: 80%;
}
#slides .textwrap .headlinelink {
	float: left;
	width: 80%;
	font-size: 15px;
	left: -20px;
	top: 0px;
}
#slides .textwrap a {
	color: #FFFFFF;
	text-decoration: none;
}
#slides .textwrap .ingress {
	clear: both;
	font-size: 12px;
}




/*
	Next/prev buttons
*/

#slides .next ,#slides .prev {
	position:absolute;
	top:77px;
	width:24px;
	height:43px;
	display:block;
	z-index:1991;
}
#slides .prev {
	left:-10px;
	
}
#slides .next {
	right: 0px;
	
}









#slides .pagination {
	list-style-type: none;
	padding: 0;
	bottom: 309px;
	width: 490px;
	position: relative;
	z-index: 1111111;	
	left: 10px;
	zoom: 1;
}
#slides .pagination .articleblock {
	border: 2px solid #5389b5;
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);
	float: left;
	min-height: 0;
	height: 100px;
	margin-right: 14px;
	width: 170px;
	overflow: visible; 
	
	
}
#slides .pagination .headline {
	font-size: 0.9em;
	font-weight: normal;
}
#slides .pagination .textwrap {
	display: block;
	min-height: 2.3em;
	padding: 3px;
	left: 0;
	width: 164px !important;
}
#slides .pagination .textwrap .headline {
	display: block;
	float: none;
	height: 2.3em;
	overflow: hidden;
	width: auto;
}
#slides .pagination .textwrap .ingress, #slides .pagination .textwrap .date {
	display: none;
}
#slides .pagination .articleblock.current {
	border: 2px solid #000000;
}
#slides .pagination .current .textwrap {
}

#slides .pagination li {
	padding: 0;
	margin: 0;
}
#slides .pagination li a {
	display:block;
	width:20px;
	height:0;
	padding-top:20px;
	margin: 3px 10px 0 0; 
	background: #333;
	float:left;
	overflow:hidden;
	border-radius: 4px;
}


#slides .pagination li.current a, #slides .pagination li a:hover {
	background: #984441;
}





#slides .pagination .current {
	display: block;
}


		
		
		@media screen and (max-width: 959px)  {
			    
					img, object, embed {
			    		max-width: 100%;
			   			height: auto;
					}
				
					
					#page{ width: 100%;}
										
					.inner{width: 90% !important;}
					
					.inner * {float: none;}
					
					#infoBox, .content, #infoBox div.twocol .articleblock {height: auto;}
					
					
					
					.arriba {float:right !important;}
					
					#top, .desktop {display: none;}
					
					div.twocol .articleblock {height: 155px;} 
					#searchformMobile{	
						margin-bottom: 40px; 
						left: -4px;
   						position: relative;
					    top: 1px;
					}
					
					#middle{
						width: 100%;
						padding: 0;
					}
					
					ul.mainmenu {min-height: 0px;}
					
					#main{
						width: 100% !important;
						float: none !important;
						margin: 0 0 30px 0;
						padding: 0;
						min-height: 50px;
					}
					
					.mobile {display: block;}
					
					
					
					#subnavbar, #navbar, #mainsidebar{
						float: none;
						width: 100%;
						margin: 0;
					}
					
					#footer{
						margin-top: 40px;
					}			
					#mainmenu{display: none;}
					/* #navbar{ margin: 10px 0;} */
					.viewarea {width: 98%;}
					
					
					#topnav .pagetitle {
		   				font-size: 1.45em;		
		   				text-decoration: none;
		   				margin-bottom: 5px;  
		   				display: block; 				
					}
					
					#topnav .pagetitle a{text-decoration: none; color: #333;}
					div.menuTrigger{
						background: url('https://img5.custompublish.com/getfile.php/1981404.1205.suqebcdvse/nav_collapsed.png')  center left no-repeat #fff;
						height: 27px;
						width: 33px;
						float: right;
						cursor: pointer;
						margin: 10px;
						
					}
					.menuTrigger.tester{
						background: url('https://img5.custompublish.com/getfile.php/1981404.1205.suqebcdvse/nav_collapsed.png')  center right no-repeat #fff;
					}
				
					
					ul.expander{
						margin: 0;
						padding: 0;
						border-bottom: 3px solid #999999;
						background: #E4E4E4;
					}
					
					ul.expander li{
						float: none;
						list-style: none;
						position: relative;
						background: #fff;
					}
					
					ul.expander li a{
						border: 1px solid #ccc;
						color: #333;
						padding: 13px 20px 10px 40px;
						margin: 0;
						display: block;
						font-size: 12px;
						text-decoration: none;				
		
					}
					ul.expander li.menulevel0.hassubitem > a{
						padding-left: 50px;
						position: relative;				
					
					}
					
					ul.submenu li.firstitem a{
						border: none;
					}
					ul.expander li a.menuitemselected, ul.expander li a.menuitemselected:hover  {
						background: #333;
						color: #fff;
						text-decoration: none;
						
					}
					
					
					ul.expander li a:hover {
						background: #EDEEEF;			
		    			color: #333;
						text-decoration: none;
						
					}
					
					ul.expander li ul{display: none;}
			
					.revealSub{
		    			background: url("https://img5.custompublish.com/getfile.php/1981448.1205.uddpfeexxx/arrow-sprite.png") no-repeat  left;
		   				bottom: 0px;
		   				left: 0px;
		   				float: left;
		    			height: 10px;
		    			padding: 23px 10px 6px 17px;
		       			overflow: hidden;
		    			position: absolute;
		    			width: 28px;
					}
					
					.revealSub.hideSub{
						background: url(https://img5.custompublish.com/getfile.php/1981448.1205.uddpfeexxx/arrow-sprite.png)  right no-repeat;
					   
					}
					ul.submenu{
						padding: 0;
						border-bottom: 3px solid #999;
						background: #E4E4E4;
					}
					
					ul.submenu li a{
						padding-left: 52px;
						border: none;
						border: 1px solid #FFFFFF;
						
					}
					
					ul.submenu.menulevel2{
						border-bottom: none;
					}
					
					ul.submenu.menulevel2 li a{
						padding-left: 70px;
					}
					
					.expandContainer{
						background: #fff;
						min-height: 37px;
						display: block;
						margin-bottom: 20px;
						 
					}
					
					.openings.articlelist{min-height: 350px;}
			
					#topmenu, ul#expander, #slideshowcontainer1, #slideshowcontainer2 {display: none;}
					
					#tinyListing, .tinyListing.articlelist {width: 100%;}
					
					div.twocol .articleblock .ingress, .pgn_hjem div.twocol .articleblock .ingress { display: block !important;}
				
					
					
			}
		
			
				 
			/* SMALL */
			
			    @media screen and (max-width: 635px)  {
			   
					
					#main * div {float: none; /* width: 100%; */}
					
					div.twocol .articleblock {height: auto;}
					
					
					.listingarea * div, .viewarea * div { 
						margin: 20px 0;
		    			padding: 0;
		    			width: 93% !important;
		    		}
					
					#titleBox {width: 80% !important;}
					
					.openings.articlelist{padding: 10px !important; width: 96.5% !important;}
					
					.viewarea{padding: 10px !important}
			}
			
			/* TINY */
			
			    @media screen and (max-width: 350px)  {
					
					ul#quickmenu, ul#quickmenu li{
						float: none;
					}
					
					ul#quickmenu li a{
						border: 4px solid #999;
						margin: 2px;
						color: #fff;
						box-shadow: 0 0 10px #000000 inset;
						background: #333;
						width: 100px;
		
					}
					
					#infoBox, #footer{ font-size: 9px;}
					
					#footer * {float: none !important;}
					
					ul#quickmenu li a.menuitemselected, ul#quickmenu li a:hover {
						border: 4px solid #DD4B39;
						color: #fff;
					}
					
					
			}
				
		