/* Default stylesheet */
html {
}
body {
	background-color: #EEEEEE; 
	/*color: #4A4A4A;*/
	color: #222222;
	/*font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;*/
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-family: Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0 10px;
}
.caption {
	font-family:  FreeSans, "DejaVu Sans Condensed", Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;	
}
.mainmenu {
	font-family:  FreeSans, "Helvetica Neue", Helvetica, "Liberation Sans", "DejaVu Sans Condensed", Arial, "Helvetica Neue", Helvetica, Sans, Sans-serif;	
}
/*ul.mainmenu, #footer {
	font-family:   "Helvetica Neue", Helvetica, "Liberation Sans", Arial, Sans, Sans-serif;
}*/
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
}
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 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

div.forum {
	clear: both;
}

.tar {
	text-align: right;
}

/* 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: #1F5189; }
a:visited { color: #7b4e7f; }
a:hover { color: #1F5189; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

.menu a:link, .menu a:visited, .callist a:link, .callist a:visited, .articles li a:link, .articles li a:visited { text-decoration: none;}
.menu a:hover, .callist a:hover, .articles li a:hover { text-decoration: underline;}
.articles a:link, .articles a:hover {
	color: #0B2F63;
}

/* Standard navigation links */
.menu a:link {color: #1F5189; text-decoration: none;}
.menu a:visited {color: #1F5189; text-decoration: none;}
.menu a:hover {color: #1F5189; text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* 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; }


.nyhetsarkivlink  { text-align: right; padding-right: 14px; }

/* SECTION: Standard CP classes*/

/* default form styling */
input, textarea {
	max-width: 98%;
}
label, .cpstextheading, .label {
	font-weight: bold;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 15px;
	padding: 2px 0 15px;
}
.cpsoptionsclear {
	clear: both; 
	font-size: 1px; 
	height: 0px;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	float: right;
	text-align: left;
	width: 66%;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption {
	float: left;	
}
.mandatory {
	color: #FF0000;
}
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; 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: 0;
	top: 0;
}
span.corner.tr { 
	background-position: top right;
	right: 0;
	top: 0;
}
span.corner.br { 
	background-position: bottom right;
	bottom: 0;
	right: 0;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: 0;
	left: 0;
} 


/* 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; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
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;
}
h1.headlineview {
	color: #000000;
	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 {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, div.byline {
	font-size: 0.85em;
	margin: 15px 0 5px; padding: 5px 0 0px;
	text-align: right;
}

.viewarea div.listingpic {
	/*width: 250px;*/
	float: right;
	margin: 0 0 10px 10px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	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;
}

.articleblock .imgwrap {
	float: left;
	width: 11%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 88%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
.cols.two > .col { 
	width: 49%;
}
.cols.two > .col.col0 { 
	clear: both;
	float: left;
}
.cols.two > .col.col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.cols.two > .col > .imgwrap {
	/*float: left;
	margin-right: 10px;
	padding-top: 5px;
	width: 40%;*/
	float: none;
	width: auto;
}
.cols.two > .col > .textwrap {
	float: none;
	width: auto;
}

/* 3-spalter */
.cols.three > .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
.cols.three > .col.col0 { 
	clear: both;
}
.cols.three > .col.col1 { 
	margin-right: 0;
}
.cols.three > .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}


/* 4-spalter */
.cols.four > .col { 
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 10px;
	width: 23%;
	margin-right: 2.67%;
}
.cols.four > .col.double { 
	width: 48%;
	width: 48.67%;
}
.cols.four > .col.triple { 
	width: 74%;
	width: 74.33%;
}
.cols.four > .col.col0 { 
	clear: both;
}
.cols.four > .col.col0.triple { 
	margin-right: 0;
}
.cols.four > .col.col1.double { 
	margin-right: 0;
}
.cols.four > .col.col2 { 
	margin-right: 0;
}
.cols.four > .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
.cols.four > .col.col1-3 { 
	float: right;
	margin-right: 0;
	width: 75%;
	width: 604px;
}

.filmfestival { 
	width: 630px;
	width: 470px;
}



.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: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* 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;
}

/* SECTION: csstabs, articlelist skin  */

div.csstabs.fokusboks {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 5px #666666;
	margin: 0 0 15px;
	min-height: 255px;
	padding: 0 74% 0 0;
	/* width: 186px */
}
div.csstabs.fokusboks .item {
}
div.csstabs.fokusboks .item .content {
	background-color: #FFF;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 5px #666666;
	height: 251px;
	right: 0;
	/* padding: 2px 2px 2px 2px; */
	padding: 5px 1%;
	overflow: auto;
	top: 0;
	width: 72%;
	z-index: 10;
}
div.csstabs.fokusboks .item .tab, div.csstabs.fokusboks .item.inactive .tab {
	background-color: #E0E0E0;
	background-image: url(http://img3.custompublish.com/getfile.php/1946366.383.crbxtwtyed/gradienter.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	/*background-color: #E0E0E0;
	background-image: -moz-linear-gradient(#FAFAFA, #E0E0E0);
	background-image: -ms-linear-gradient(#FAFAFA, #E0E0E0);
	background-image: -o-linear-gradient(#FAFAFA, #E0E0E0);
	background-image: -webkit-linear-gradient(#FAFAFA, #E0E0E0);
	background-image: linear-gradient(#FAFAFA, #E0E0E0);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FAFAFA', EndColorStr='#E0E0E0');*/
	color: #898989;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 20px 10px 40px;
	text-align: left;
	text-shadow: none;
	z-index: 5;
}


div.csstabs.fokusboks .item:hover .tab, div.csstabs.fokusboks .item.active .tab  {
	background-color: #2C63A3;
	background-image: url(http://img3.custompublish.com/getfile.php/1946366.383.crbxtwtyed/gradienter.png);
	background-position: 0 -200px;
	background-repeat: repeat-x;
	/*background-image: -moz-linear-gradient(#49A1C8, #2C63A3);
	background-image: -ms-linear-gradient(#49A1C8, #2C63A3);
	background-image: -o-linear-gradient(#49A1C8, #2C63A3);
	background-image: -webkit-linear-gradient(#49A1C8, #2C63A3);
	background-image: linear-gradient(#49A1C8, #2C63A3);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#49A1C8', EndColorStr='#2C63A3');*/
	color: #FFFFFF;
}

div.csstabs.fokusboks .item .tab h1 {
	font-size: 1.0em;
}

.csstabs.fokusboks:hover .box:first-child .tab {
}
div.csstabs.fokusboks .item .tab a {
	color: #898989;
	display: block;
	margin: -10px -20px -10px -40px;
	padding: 10px 20px 10px 40px;
	position: relative;
	z-index: 2;
}
div.csstabs.fokusboks .item .tab a:link, div.csstabs.fokusboks .item .tab a:visited {
	color: #898989;
	text-decoration: none;
}
div.csstabs.fokusboks .item .tab a:hover, div.csstabs.fokusboks .item.active .tab a:link, div.csstabs.fokusboks .item.active .tab a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
/* passiv */
div.csstabs.fokusboks .item .tab a:link, div.csstabs.fokusboks .item .tab a:visited, div.csstabs.fokusboks:hover .item:first-child .tab a, div.csstabs.fokusboks div.item.inactive .tab a:link, div.csstabs.fokusboks .item.inactive .tab a:visited {
	/*color: #005B97;
	text-decoration: none;*/
} 
/* aktiv */
div.csstabs.fokusboks .item .tab a:hover, div.csstabs.fokusboks .item:first-child .tab a, div.csstabs.fokusboks:hover .item:first-child:hover .tab a, div.csstabs.fokusboks .item.active .tab a:link, div.csstabs.fokusboks 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;*/
}
/* End csstabs, fokusboks skin  */

#fprow1 .col3 .box {
	min-height: 235px;
}

ul.articles, .box ul.articles {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.articles li, .box ul.articles li {
	background-color: #FAFAFA;
	border: 1px solid #E7E7E7;
	margin: 0 0 5px;
	padding: 5px 10px;
}
ul.articles .headline {
	margin: 0 0 4px;
}
ul.articles .ingress {
	margin: 0;
}
ul.articles .imgwrap img {
	/*border: 1px solid #D2DD0D;*/
	border: 1px solid #E5E5E5;
	/*border: 1px solid #3882AE;*/
	border-radius: 0;
}
/* SECTION: page containers */ 
#page {
	margin: 0 auto;
	max-width: 1400px;
	min-width: 767px;
	padding: 0px;
	text-align: left;
	width: auto;
}
#toolbar {
	padding: 5px 20px;
	text-align: right;
}

#top {
	background-color: #3A7FB3;
	background-image: url(http://img3.custompublish.com/getfile.php/1943553.383.vyqyvefvps/top-gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 115px;
	margin: 0 0 15px;
	padding: 0px;
	position: relative;
}
#top div.i1 {
	background-image: url(http://img3.custompublish.com/getfile.php/1943552.383.uxbcyvxcvp/top-bkg-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#top div.i2 {
	background-image: url(http://img3.custompublish.com/getfile.php/1943551.383.wyexqddevs/top-bkg-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#middle {
	margin: 0 28px;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 23%;
}
#main {
	float: left;
	width: 48%;
	min-height: 500px; /* ref .viewarea */
}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 23%;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main, .frontpage.articlelisting #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar, .frontpage.articlelisting #navbar, .frontpage.articlelisting #mainsidebar {
	display: none;
}

#footer {
	background-image:  url(http://img3.custompublish.com/getfile.php/1943292.383.pufxscuxad/footer-gradient-2.png);
	background-position:  top left;
	background-repeat:  repeat-x;
	border-radius: 10px;
	clear: both;
	margin: 0 0 30px;
	position: relative;
}
#footer div.inner {
	background-image:  url(http://img3.custompublish.com/getfile.php/1943347.383.qpwrccepvw/footer-bkg-top-2.png);
	background-position:  center top;
	background-repeat:  no-repeat;
	padding: 10px 40px 15px;
}
div.footer {
	background-color: #25558A;
	color: #FFFFFF;
}
#footer .corner {
	background-image: url(http://img3.custompublish.com/getfile.php/1943364.383.yyyewswsqb/footer-corners.png);
	bottom: -18px;
	height: 32px;
	width: 497px;
}
.footer a:link, .footer a:visited, .footer a:hover {
	color: #FFC600;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
#cp {
	color: #A5A5A5;
	text-align: right;
	font-size: 0.85em;
	padding-right: 40px;
	position: relative;
	top: -25px;
}
#cp a:link, #cp a:visited, #cp a:hover {
	color: #898989;
	text-decoration: none;
}
#cp a:hover {
	text-decoration: underline;
} 
/* Section: Sidebar */
.sidebar {
}

.box {
	border-radius: 5px;
	box-shadow: 0 0 5px #666666;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.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: #2C63A3;
	background-image: url(http://img3.custompublish.com/getfile.php/1946366.383.crbxtwtyed/gradienter.png);
	background-position: 0 -200px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #525252;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.5em;
	padding: 8px 20px 8px 50px;
	margin: -10px -10px 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	vertical-align: middle;
}
.box .caption .iconpad, .fokusboks .tab .iconpad {
	background-color: #2E5880;
	background-image: url(http://img3.custompublish.com/getfile.php/1939152.383.dseuuyvqax/ikoner.png);
	background-position: -193px 5px;
	background-repeat: no-repeat;
	border: 1px solid #2B5278;
	display: inline-block;
	height: 26px;
	left: 5px;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 28px;
}
.fokusboks .tab .iconpad {
	background-color: #B4B4B4;
	border-color: #D4D4D4;
	box-shadow: 0 1px 1px #666666;
}
.fokusboks .active .tab .iconpad {
	background-color: #2E5880;
	border-color: #2B5278;
	box-shadow: none;
}
.fokusboks .nyheter .tab .iconpad, .fokusboks .stillinger .tab .iconpad {
	background-position: -93px 6px;
}
.fokusboks .selvbetjening .tab .iconpad {
	background-position: 5px 6px;
}
.fokusboks .tjenester .tab .iconpad {
	background-position: -98px -93px;
}
.aktuelt .caption .iconpad {
	background-position: 7px -95px;
}
.fokusboks .fnordover .iconpad {
	background-position: 7px -195px;
}

.ppt9951 .cmbox:first-child {
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ppt9951 .cmbox:first-child .caption {
	margin-bottom: 0;
}
.ppt9951 #losmenu {
	border-radius: 0 0 5px 5px;
}

#facebook
{
vertical-align:middle;
padding:0px 5px 0px 0px;
}

/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
.toolbar {
	color: #1073CA;
}
.toolbar ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}
.toolbar a:link, .toolbar a:visited {
	color: #1073CA;
}
.toolbar .tool {
	background-image: url(http://img3.custompublish.com/getfile.php/1941890.383.uyxweavtas/tools-ikoner-vert.png);
	background-position: 20px 9px;
	background-repeat: no-repeat;
	border-left: 1px solid #C4D9E6;
	display: inline-block;
	padding: 1px 10px 1px 40px; /* 30px = plass til symbol */
	position: relative;
	white-space: nowrap;
}
.toolbar .tool.textsize {
	background-position: 17px -92px;
}

.toolbar .tool.language {
	background-position: 20px 6px;
	background-repeat: no-repeat;
	padding-left: 50px;
}
html[lang="no"] .toolbar .tool.language {
	background-image: url(/images/flags/no.gif);
}
html[lang="en"] .toolbar .tool.language {
	background-image: url(/images/flags/en.gif);
}
html[lang="ru"] .toolbar .tool.language {
	background-image: url(/images/flags/ru.gif);
}

.toolbar .tool.weather {
	background-image: none;
	padding-left: 20px;
}
.toolbar .tool.weather .yrday {
	display: none;
}
.toolbar .tool.search {
	background-image: none;
	padding-left: 10px;
}
.toolbar .tool:first-child {
	border-left: none;
}
.toolbar  .toggle {
	cursor: pointer;
	position: relative;
	top: 4px;
}

.toolbar  .options{
	background-color: #EEEEEE;
	border: 1px solid #95ACB8;
	display: none;
	list-style-type: none;
	margin: 0;
	min-width: 80px;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: left;
	z-index: 10;
}
.toolbar .option{
}
.toolbar .option a{
	cursor: pointer;
	display: block;
	padding: 2px;
}
.toolbar  .option a:link, .toolbar  .option a:visited {
	color: #333333;
	text-decoration: none;
}
.toolbar  .option a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
ul.yrforecast {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.yrforecast, ul.yrforecast *{
	display: inline;
}
.yrtemp {
	color: #FF0000;
	margin-left: 5px;
}

#logo {
	float: left;
	margin: 5px 0 0 20px;
	position: relative;
	z-index: 2;
}
#topnav {
	bottom: 18px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#mainmenu {
	margin: 0 0 0 415px;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0 0 15px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	margin-bottom: 0;
	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 li.spacingabove{
	margin-top: 0;
}
ul.mainmenu li.spacingbelow{
	margin-bottom: 0;
}

ul.mainmenu {
	font-size: 1.35em;
	list-style-type: none;
}
ul.mainmenu li {
	display: block;
	float: left;
}
.mainmenu a {
	border: 1px solid transparent;
	border-radius: 10px;
	display: block;
	margin: -8px 0;
	padding: 10px 5px;
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu a.menuselected:link, .mainmenu a.menuselected:visited, .mainmenu .itemselected > a {
	/*background-color: #1B3E6B;
	background-image: url(http://img3.custompublish.com/getfile.php/1946366.383.crbxtwtyed/gradienter.png);
	background-position: 0 -800px;
	background-repeat: repeat-x;
	border: 1px solid #3882AE;*/
	color: #FFC600;
	text-decoration: none;
}
ul.tmenu, .textcontent ul.menu {
	padding: 10px 10px 0px 20px;
}
ul.tmenu li, .textcontent ul.menu li {
	background-image: url(http://img3.custompublish.com/getfile.php/1939152.383.dseuuyvqax/ikoner.png);
	background-position: -200px -100px;
	background-repeat: no-repeat;
	float: left;
	margin: 0 1% 10px 0;
	padding-left: 6%;
	width: 43%;
}
ul.tmenu.single li {
	float: none;
	margin-right: 0;
	width: auto;
}
.csstabs .content .contactinfo {
	padding: 10px 10px 0px 20px;
}
.csstabs .content .textcontent {
	padding: 10px 10px 0px 20px;
}
#search {
}
#searchform {
	margin: 0;
	/*position: absolute;
	right: 20px;
	top: 20px;*/
	width: 220px;
}
input.searchinput {
	vertical-align: middle;
	width: 160px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* 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;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.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;
}

.companyname {
	font-weight: bold;
}
.footer .contactinfo {
	line-height: 1.6;
}

ul.callist {
	
}
ul.callist li {
	margin: 0 0 1px;
}
.callist .date {
	border: 1px solid transparent;
	color: #4F4F4F;
	float: left;
	font-size: 1.0em;
	padding: 2px 0;
	width: 15%;
	vertical-align: middle;
}
.callist .event {
	border: 1px solid #D4D4D4;
	border-left: 3px solid #E5226A;
	display: block;
	float: right;
	padding: 2px 2% 2px 3%;
	width: 76%;
}

.newcal .callist .event {
	width: 60%;
	padding: 1em 2em;
}
.newcal .callist .date {
	margin-top: 1em;
}
.newcal ul.callist li {
	margin-bottom: 2em;
}

.gatamiboks {}
.gatamiboks .label, .gatamiboks .gmimages, .gatamiboks .gmimages li {
	display: inline;
}
.gatamiboks .label {
	color: #0B2F63;
}
.gatamiboks .gmimages {
	font-size: 0.9em;
}
.gatamiboks .caselist {
	float: left;
	margin-top: 5px;
	width: 40%;
}
.gatamiboks .caselist h3 {
	display: none;
}

.gatamiboks .caselist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gatamiboks .caselist li {
	border-top: 1px solid #EAEBED;
	padding: 3px 2px 5px;
}

.gatamiboks .omap {
	float: right;
	margin-top: 5px;
	width: 60%;
}
.gatamiboks .omap #kmlmap {
	border: 1px solid #C9C9C9;
	height: 150px !important;
}
.gatamiboks .omap .bigmaplink, .gatamiboks .omap .basicgmapcredit {
	display: none;
} 
.gatamiboks .omap div[title="Endre kartstil"] {
	min-height: 1.25em;
}

.gatamiboks .omap > div > br {
	display: none;
}

/*Arctic race 2014 countdown*/
.arcticcontainer{
	min-height: 140px;
}

.arcticleft{
	float: left;
	padding: 40px 0px 40px 40px;
}
.arcticright{
	float: right;
	padding: 10px 10px 0px 0px;
}
.countcontainer{
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #E7E7E7;
	min-height: 30px;
	font-size: 30px;
}


/* jQuery Countdown styles 1.5.5. */

#countdown{

}


.arcticleft div.date{
	margin-top: 10px;
	border-top: 1px solid #F6F6F6;
}

.arcticleft div.date span, .arcticleft div.date a{
	font-size: 1.1em;
	color: #999;
	text-decoration: none;
}

.arcticleft div.date a:hover{
	text-decoration: underline;
}
.countdown {
	display: inline;
}

.counter{

}

.arcticleft span.date{
	
}
.counter img {
	float:right;
}
.counter .eventdate {
	color: #FFF;
font-size: 17px;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	color: #000;
}
.countdown_show1 .countdown_section {
	width: 100px;
}
.countdown_show2 .countdown_section {
	width: 95px;
}
.countdown_show3 .countdown_section {
	width: 70px;
}
.countdown_show4 .countdown_section {
	width: 70px;
}
.countdown_show5 .countdown_section {
	width: 70px;
}
.countdown_show6 .countdown_section {
	width: 70px;
}
.countdown_show7 .countdown_section {
	width: 70px;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	
}

span.countdown_section:nth-child(1){
	border-right: 1px solid #f0f0f0;
}
span.countdown_section:nth-child(2){
	border-right: 1px solid #f0f0f0;
}
span.countdown_section:nth-child(3){
	border-right: 1px solid #f0f0f0;
}
.countdown_amount {
	font-size: 18px;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/* AddThis Vertical Hover Menu */

.addthis_toolbox {
	background: #ffffff url(http://img2.custompublish.com/getfile.php/1768309.2022.cefbwftwvy/down.png) no-repeat right center;
	border: 1px solid #abacac;
	margin-top: 6px;
}

.addthis_toolbox .custom_hover {
    position: relative;
    padding: 4px;
}

.addthis_toolbox .custom_hover .custom_button {
    padding: 4px 12px 4px 30px;
    color: #534741;
    cursor: pointer;
    display: block;
    background: url(http://img2.custompublish.com/getfile.php/1768304.2022.tawuwbyppv/ico_fb.png) no-repeat 6px 1px;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background: url(http://img2.custompublish.com/getfile.php/1768304.2022.tawuwbyppv/ico_fb.png) no-repeat 6px 1px;
    color: #000;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 90%;
    border: 1px solid #abacac;
}

.addthis_toolbox:hover .hover_menu  {
	display: block;
}
.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: auto;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #534741;
}

.addthis_toolbox .hover_menu a:hover {    
    background: #f5f5f5;
    text-decoration: none;
}

.addthis_toolbox .hover_menu span {
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .hover_menu .more {
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .hover_menu .more a {
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

.imagelist img, .imagelist a {
	max-width: 100%;
}


@media handheld, only screen and (max-width: 767px) {
	body {
		padding: 0;
		-webkit-text-size-adjust: none;
	}
	#page {
		min-width: 480px;
	}
	#top {
		height: auto;
	}
	#topnav {
		clear: both;
		left: 0;
		position: relative;
		top: 0;
		width: auto;
	}
	#mainmenu {
		margin-left: 0;
	}
	.cols.four > .col, cols.three > .col {
		min-width: 320px;
		width: 100%;
	}
	.cols.four > .col.col3 { 
		clear: right;
		float: left;
		margin-right: 0px;
	}
	.cols.four > .col.double { 
		width: 100%;
	}
	.cols.four > .col.triple { 
		width: 100%;
	}
	#middle {
		margin: 0;
	}
	#navbar {
		float: none;
		margin-right: 0;
		width: auto;
	}
	#main {
		clear: both;
		float: none;
		width: auto;
	}
	#mainsidebar {
		clear: both;
		float: none;
	}
	#mainsidebar > *, #navbar > * {
		float: left;
		min-width: 320px;
	}
	#mainsidebar > *:nth-child(even), #navbar > *:nth-child(even) {
		float: right;
	}

	.arcticright{	float: none; padding-left: 40px;}

}

@media handheld, only screen and (max-width: 640px) {
	body {
		min-width: 320px;
	}
	#navbar {
		float: none;
		width: auto;
	}
	#main {
		clear: both;
		float: none;
		width: auto;
	}
	#mainsidebar {
		width: auto;
	}
	#mainsidebar > *, #navbar > *  {
		float: none;
		min-width: 240px;
		width: auto;
	}
	#mainsidebar > *:nth-child(even), #navbar > *:nth-child(even) {
		float: none;
	}
}
@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !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, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		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;
	}
}