/* Default stylesheet */
@font-face {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;

    src: url(/cpclass/css/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff2) format("woff2"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff) format("woff"),
    url(/cpclass/css/material-design-icons/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-size: 24px;  /* Preferred icon size */
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    width: 1em;
    height: 1em;
    white-space: nowrap;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;

    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: "liga";
}

body {
	background-color: #FFFFFF;
	background-image: url(http://img4.custompublish.com/getfile.php/1665507.984.tvuwwprtwf/page-shadow.png);
	background-position: center 130px;
	background-repeat: no-repeat;
	color: #052230;
	/*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-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
.headlineview, .mainmenu a.menulevel0, .datelist.news, a.button, .sharebear  {
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", FreeSans, "DejaVu Sans Condensed", "Gill Sans", "Gill Sans MT", Calibri, Tahoma, "Liberation Sans", Arial, Sans-serif;
}
input.searchinput, span.companyname {
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}


h1 {
	font-size: 1.67em;
}
h2 {
	font-size: 1.33em;
}
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;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	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: #A81D27;}
a:visited { color: #A95F65; }
a:hover, a:focus { color: #A81D27;}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover, .menu a:focus {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover, .menu a.menuselected:focus {text-decoration: underline;}


/* Copyright, CustomPublish powered link etc.	 */
.cp, #cp { color: #C2B99F;}
a.cp:link, a.cp:visited, a.cp:hover { color: #747B87; text-decoration: none;}
a.cp:hover, a.cp:focus { text-decoration: underline;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link, .headline .headlinelink:visited { color: #153543; text-decoration: none;}
.headline .headlinelink:hover, .headline .headlinelink:focus { 
	 color: #153543; text-decoration: underline;
}

/* Navigation path links */
#path {
	margin: 0 0 10px;
}

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #052230; }
a.tree:visited { text-decoration: none; color: #052230; }
a.tree:hover, a.tree:focus { text-decoration: underline; color: #052230; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #052230; }
a.sitetree:visited { text-decoration: none; color: #052230; }
a.sitetree:hover, a.sitetree:focus { text-decoration: underline; color: #052230; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #808774; font-size: 0.9em; }
.author {
	color: #A81D27; 
	font-size: 0.9em;
}
.author a:link, .author a:visited {
	color: #A81D27; 
	text-decoration: none;
}
author a:hover, author a:focus {
	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: 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;
} 

span.corner.edge.tl { 
	left: 0;
	top: 0;
}
span.corner.edge.tr { 
	right: 0;
	top: 0;
}
span.corner.edge.br { 
	bottom: 0;
	right: 0;
}
span.corner.edge.bl { 
	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; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
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 {
	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 {
	font-style: italic;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, div.byline {
	color: #180a04;
	font-size: 0.85em;
	font-style: italic;
	margin: 10px 0;
	padding: 0px;
}
.byline span.date, .byline span.author {
	font-size: 1.2em;
}

/*.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin-left: 10px;
}*/
.viewarea div.listingpic {
	margin: 5px 0 15px;
	text-align: center;
}
.viewarea div.listingpic img {
	box-shadow: 1px 1px 5px #999999;
	float: none;
	margin: 0 auto;
	padding: 2px;
}
.viewarea div.listingpic.small {
	width: 150px;
	float: right;
	margin-left: 10px;
}
.viewarea div.listingpic.small img {
	box-shadow: none;
	padding: 0;
	width: 100%;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 150px;
	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: 27.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 70%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock, div.twocol .col { 
	width: 49%;
}
div.twocol .articleblock.pair0, div.twocol .col0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1, div.twocol .col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 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;
}

/* 4-spalter */
div.fourcol .quad, div.fourcol ul li.menulevel0  { 
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
div.fourcol ul li.menulevel0 {
	width: 178px;
	margin-right: 15px;
}
div.fourcol .quad.quad0, div.fourcol ul li.menulevel0.itemlvlnum1  { 
	clear: both;
}
div.fourcol .quad.quad2, div.fourcol ul li.menulevel0.itemlvlnum3  { 
	margin-right: 0;
}
div.fourcol .quad.quad3, div.fourcol ul li.menulevel0.itemlvlnum4  { 
	clear: right;
	float: right;
	margin-right: 0;
}


.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; display: block;}
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 990px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
}
#top {
	background-color: #1F4261;
	color: #FFFFFF;
	margin: 0;
	position: relative;
}
#top div.inner {
	background-image: url(http://img4.custompublish.com/getfile.php/1665509.984.eucptupstw/top-bkg.png);
	background-position: 0 43px;
	background-repeat: no-repeat;
	padding: 4px;
	position: relative;
	z-index: 2;
}
#top .top.corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1666356.984.ctywxtawsa/top-corners.png);
}
#navbar {
	background-color: #92C5F3;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #263534;
	padding: 0px 10px;
	position: relative;
	zoom: 1;
}
#navbar .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1666349.984.cbbseyfcuf/navbar-corners.png);
}
#dummynavbar {
	min-height: 100px;
	position: relative;
}
body.skole #dummynavbar {
	min-height: 30px;
}
#middle {
	clear: both;
	padding: 0 15px 30px;
}
#subnavbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	float: left;
	min-height: 500px;
	width: 560px;
}

#mainsidebar {
	float: right;
	width: 180px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #subnavbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}

.frontpage.articlelisting #main {
	width: 765px;
}
.frontpage.articlelisting #subnavbar {
	display: none;
}


/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #subnavbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	background-color: #214667;
	background-image: url(http://img4.custompublish.com/getfile.php/1665499.984.bwpqvqwesd/footer-bkg.png);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	min-height: 90px;
	padding: 23px 10px 5px;
	position: relative;
}
#footer p {
	margin-bottom: 8px;
}
#footer .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1666348.984.ayewpfbcve/footer-corners.png);
	bottom: -3px;
}
/* SECTION: Sidebar */
.sidebar {
}

.box, ul.bolkmenu li.menulevel0, div.losmenu  {
	background-color: #FAFBFA;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -2400px;
	background-repeat: repeat-x;
	/*border: 1px solid #D6E5EA;*/
	padding: 0;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.box .corner, .bolkmenu .corner, div.losmenu .corner  {
	background-image: url(http://img4.custompublish.com/getfile.php/1666241.984.fapbyfpbcp/box-frame-2.png);
	z-index: 10;
}
.box .side.h, .bolkmenu li.menulevel0, .side.h {
	background-image: url(http://img4.custompublish.com/getfile.php/1665496.984.pxwvdayarv/box-shadows-hori.png);
}
.box .side.v, .bolkmenu li.menulevel0, .side.v {
	background-image: url(http://img4.custompublish.com/getfile.php/1665497.984.psvpvxcwar/box-shadows-vert.png);
}
.box .side.v.r, .bolkmenu li.menulevel0, .side.v.r {
	padding: 4px;
}
.box .cell, ul.bolkmenu ul.menulevel1  {
	/*background-color: #EAF1F4;*/
	padding: 0 5px;
}
.slideshow.box .cell {
	overflow: hidden;
	padding: 0;
}
ul.bolkmenu ul.menulevel1 {
	/*background-color: #E2E9EC;*/
	padding: 0;
}
.box .cell .cell {
	padding: 0;
}
.box .cell.odd0 {
	clear: both;
	float: left;
	width: 49%;
}
.box .cell.odd1 {
	clear: right;
	float: right;
	width: 49%;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	padding: 0;
	margin: 0 0 5px;
}
.bolkmenu ul.menu li, .bolkmenu ul.submenu li, ul.items li  {
	background-color: #EFEFEF;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -2200px;
	background-repeat: repeat-x;
	padding: 5px 10px;
	margin: 0;
}
.box ul.items li {
	margin-top: -5px;
}
.bolkmenu ul.menu li a, .bolkmenu ul.submenu li a {
	background-image: url(http://img4.custompublish.com/getfile.php/1666362.984.yfrtydqedp/punkt.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.bolkmenu a:link, .box ul li a:link, .bolkmenu a:visited, .box ul li a:visited, .bolkmenu a:hover, .box ul li a:hover, .bolkmenu a:focus, .box ul li a:focus {
	color: #052737;
}
.box ul ul {
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption, .caption.menu, ul.bolkmenu a.menulevel0, ul.bolkmenu span.menulevel0  {
	background-color: #1D3E5A;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -600px;
	background-repeat: repeat-x;
	border-bottom: 3px solid #A91E27;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 8px 8px 8px 20px;
	position: relative;
	text-shadow: 1px 1px 1px #000000;
}
.box .caption a:link, .box .caption a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.box .caption a:hover, .box .caption a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

ul.bolkmenu a.menulevel0, ul.bolkmenu span.menulevel0 {
	margin-bottom: 0;
}
.box .caption .corner, ul.bolkmenu a.menulevel0 .corner, ul.bolkmenu span.menulevel0 .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1665498.984.rrwwbrcsps/caption-corners.png);
	height: 11px;
	width: 8px;
}
.box .caption .corner.bl, ul.bolkmenu a.menulevel0 .corner.bl, ul.bolkmenu span.menulevel0 .corner.bl {
	bottom: -3px;
	left: 0;
}
.box .caption .corner.br, ul.bolkmenu a.menulevel0 .corner.br, ul.bolkmenu span.menulevel0 .corner.br {
	bottom: -11px;
	right: 0;
}

a.button {
	background-color: #70242A;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -1200px;
	background-repeat: repeat-x;
	border-color: #AF575C #B1B2B1 #B2B2B2 #9F5559;
	border-radius: 4px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	padding: 3px 4px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
}
a.button:hover, a.button:focus {
	text-decoration: underline;
}
.cell .footer {
	margin: 5px 0 0;
	padding: 0;
	text-align: right;
}
.cell .footer .button {
	margin-left: 5px;
}

/* SECTION: page elements */
#logo {
	margin-left: 20px;
	margin-top: 15px;
	position: relative;
	z-index: 5;
}
#top .title {
	font-size: 1.8em;
	left: 400px;
	position: absolute;
	text-shadow: 1px 1px 1px #000000;
	top: 102px;
	width: 310px;
}
#toppbilde {
	background-color: #FFFFFF;
	height: 146px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	z-index: 1;
	width: 100%;
}
#toppbilde div.deksel {
	background-image: url(http://img4.custompublish.com/getfile.php/1666320.984.rcfxvyqxtc/deksel2.png);
	background-position: top right;
	background-repeat: repeat-y;
	height: 140px;
	width: 797px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
div.customtools {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	width: 350px;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 112px;
	z-index: 5;
}
.customtools .label {
	vertical-align: middle;
}
.customtools .group {
	margin-left: 10px;
	vertical-align: middle;
}
span.languagebar {
	margin-right: 10px;
}
span.languagebar img {
	margin-right: 5px;
}
a.acctool {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
a.colorscheme {
	display: inline-block;
	padding: 5px 7px;
	text-decoration: none;
}
a.colorscheme.inverted {
	background-color: #89BEF0;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
}
a.scaletext {

	position: relative;
}
a.scaletext, a.scaletext:hover {
	cursor: pointer;

}
#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 15px;
}
#scalelargest {
	font-size: 18px;
	margin-right: 5px;
}



#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu 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;
}

#mainmenu {
	float: left;
	margin-top: 5px;
	width: 780px;
}
ul.mainmenu {

}
ul.mainmenu li {
	float: left;
	width: 195px;
	text-shadow: 1px 1px 1px #FFFFFF;
}
ul.mainmenu li.spacingabove {
	margin-top: 0;
}
ul.mainmenu li.spacingbelow{
	margin-bottom: 0;
}
ul.mainmenu ul.menulevel1 {
	font-size: 0.9em;
	position: absolute;
	width: 185px;
	margin: 20px 10px 0 0;
	padding: 0;
}
ul.mainmenu ul.menulevel1 li {
	border-right: 1px solid #004A59;
	display: inline;
	float: none;
	margin-right: 3px;
	padding-right: 8px;
}
ul.mainmenu ul.menulevel1 li a.menulevel1 {
	white-space: nowrap;
}

.mainmenu a {
	color: #29577F;
}
.mainmenu a.menulevel0 {
	color: #263534;
	display: block;
	font-size: 1.33em;
	font-weight: bold;
	padding-right: 5px;
}

.ppt74373 div.childmenu.box {
	margin-bottom: 0;

}
.ppt74373 div.childmenu.box .corner.bl, .ppt74373 div.childmenu.box .corner.br {
	display: none;
}
.ppt74373 .childmenu div.side.h.b {
	background-image: none;
}
.ppt74373 .childmenu div.side.v.r {
	padding-bottom: 0;
}
div.losmenu div.side.v.r {
	padding-top: 0;
} 
div.losmenu .corner.tl, div.losmenu .corner.tr {
	display: none;
}

ul.childmenu , div.losmenu ul {
	
}

ul.childmenu li, div.losmenu ul li {
	background-color: #E2E9EC;
/*	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);*/
	background-position: 0 -2600px;
	background-repeat: repeat-x;
	padding: 5px 10px;
}
.childmenu  a.menulevel0, div.losmenu ul a.menulevel0 {
	background-image: url(http://img4.custompublish.com/getfile.php/1666362.984.yfrtydqedp/punkt.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.childmenu a:link, .childmenu a:visited, .childmenu a:hover, .childmenu a:focus,  div.losmenu ul a:link, div.losmenu ul a:visited, div.losmenu ul a:hover, div.losmenu ul a:focus {
	color: #052737;
}
ul.hurtigmenu {
	margin: 0 0 25px;
}
ul.hurtigmenu li {
	background-color: #1D3E5A;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -600px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 -24px 15px 0;
	position: relative;
	text-shadow: 1px 1px 1px #000000;
	zoom: 1;
}
.hurtigmenu a {
	background-image: url(http://img4.custompublish.com/getfile.php/1665503.984.ydrcrqbebx/hurtigmeny-ikoner.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 7px 5px 7px 55px;
}
.hurtigmenu .itemlvlnum2 a {
	background-position: 0 -200px;
}
.hurtigmenu .itemlvlnum3 a {
	background-position: 0 -400px;
}
.hurtigmenu .itemlvlnum4 a {
	background-position: 0 -600px;
}
.hurtigmenu .itemlvlnum5 a {
	background-position: 0 -800px;
}

.hurtigmenu .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1665502.984.svuvcvpdsr/hurtigmeny-corners.png);
}
.hurtigmenu .corner.br {
	bottom: -10px !important;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#searchwrap {
	background-image: url(http://img4.custompublish.com/getfile.php/1666364.984.trsvbftyaw/search-bkg.png);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 25px;
	position: absolute;
	padding: 5px 0 5px 68px;
	right: 5px;
	top: 0;
	width: 180px;
}
#searchform {
	background-color: #CBD9E5;
	background-image: url(http://img4.custompublish.com/getfile.php/1665501.984.ytsdxwsaux/gradienter.png);
	background-position: 0 -200px;
	background-repeat: repeat-x;
	border-color: #A2A3A4 #CAD5DF #CAD5DF #2A5881;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	width: 160px;
	z-index: 1;
}
input.searchinput {
	background-color: transparent;
	border: none;
	color: #29577F;
	float: left;
	font-size: 0.85em;
	font-style: italic;
	vertical-align: middle;
	width: 135px;
}	
input.searchsubmit {
	cursor: pointer;

	background-color: transparent;
	background-image: url(http://img7.custompublish.com/getfile.php/1660597.697.rtcpxcbcqe/lupe.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	color: #000000;
	height: 19px;
	width: 20px;
	text-indent: -9980px;
	cursor: pointer;
	float: right;
	vertical-align: middle;
}

#footer div.contactinfo {
	background-image: url(http://img4.custompublish.com/getfile.php/1665504.984.wtqwfuevxp/kvapen-lite.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding-left: 70px;
	padding-top: 5px;
	text-shadow: 1px 1px 1px #000000;
	width: 400px;
}
.contactinfo .companyname { 
	font-size: 1.25em;
	font-weight: bold;
}
#cp {
	text-align: right;
	width: 400px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* 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;
}

table#calendar {
	border-spacing: 0;
}

:target td {
	background-color: #E2E9EC;
	border: 1px solid #A90027;
}
:target td.caltime {
	border-width: 1px 0 1px 1px;
}
:target td.calwhat, :target td.calcat, :target td.calsource {
	border-width: 1px 0;
}
:target td.calicallink {
	border-width: 1px 1px 1px 0;
}

#event46240.984.8295b469 {
	border: 1px solid blue;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable {
	border-spacing: 2px;
	font-size: 0.9em;
	width: 100%; 
}
.monthlycalendartable caption {
	color: #A81D27;
	font-size: 1.47em;
	font-weight: bold;
	padding-left: 2px;
	text-align: left;
}
.monthlycalendartable th {
	color: #0C4A69;
	font-weight: normal;
	text-align: right;
	padding: 1px 2px;
}
.monthlycalendartable td {
	background-color: #D3D5D4;
	border-radius: 3px;
	color: #0C4A69;
	padding: 1px 2px;
	text-align: right;
}
.monthlycalendartable td.empty {
	background-color: transparent;
}
.monthlycalendartable td.caldayhasevent {
	background-color: #941922;
	color: #FFFFFF;
	font-weight: bold;
}
.monthlycalendartable td.caltoday {
	background-color: #3D92AD;
	color: #FFFFFF;
	font-weight: bold;
}



.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%;
}

ul.datelist {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px;
}
ul.datelist li {
	background-color: transparent;
	background-image: none;
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}
ul.datelist a {
	background-image: none;
}
ul.datelist .date {
	background-color: #1C3C58;
	color: #FFFFFF;
	float: left;
	font-size: 0.85em;
	padding: 3px 0;
	text-align: center;
	width: 22%;
}
ul.datelist .headline {
	background-image: url(http://img4.custompublish.com/getfile.php/1665500.984.rvucqbvawe/gradienter-hori.png);
	background-position: top left;
	background-repeat: repeat-y;
	float: left; 
	min-height: 2.3em;
	padding: 2px 5px;
	position: relative;
	width: 70%;
}


ul.datelist a:link, ul.datelist a:visited {
	text-decoration: none;
}
ul.datelist a:hover, ul.datelist a:focus {
	text-decoration: underline;
}

ul.datelist.news {
	
}
ul.datelist.news li {
	background-image: url(http://img4.custompublish.com/getfile.php/1665500.984.rvucqbvawe/gradienter-hori.png);
	background-position: -970px 0;
	background-repeat: repeat-y;
}
ul.datelist.news li:hover, ul.datelist.news li.active, ul.datelist.news .item.active, ul.datelist.news .item:first-child {
	background-position: -470px 0;
}
 ul.datelist.news .item.inactive {
	background-position: -970px 0;
}
ul.datelist.news .date {
	background-color: #C37F7F;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	text-shadow: 1px 1px 1px #000000;
	width: 10%;
}
ul.datelist.news .headline {
	background-image: none;
	float: left;
	font-size: 1.2em;
	width: 85%;
}

ul.splitlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.splitlist li {
	float: left;
	margin: 0 1% 10px 0;
	width: 48%;
}


/* 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;
}



/*GataMI*/
.caselist li{
	list-style-type: none;
}

/* Notification bar */
.dib{
	display: inline-block;
}
.pax{
	position: absolute;
}

.columns{
	padding: .5em;
}


.notificationblock {
    padding: .5em 0;
    color: #fff;
    border-bottom: 1px solid #3d5871;
    background-color: #22313f;
	font-size: 1.2em;
}

.notificationblock.arttype15 {
    background-color: #bd1a15;
}

.notificationblock .closebtn {
	float: right;
    top: 1em;
    right: 1em;
}

.notificationblock .closebtn i {
    color: rgba(255, 255, 255, .5);
}

.notificationblock .closebtn i:hover {
    color: rgba(255, 255, 255, .9);
}

.notificationblock .notification {
    font-size: 18px;
    margin-right: 1rem;
    vertical-align: middle;
}

.notificationblock .columns,
.notificationblock p {
    margin: 0;
}

.notificationblock .notification-headline {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.notificationblock .notification-datetime {
    font-size: .813em;
    font-weight: 600;
}

a.morebtn {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 64px;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    cursor: pointer;
    transition: background .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: 0 0;

    will-change: background;
}

a.morebtn.inverted {
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
}

a.morebtn:not(.raised):hover {
    background-color: rgba(158,158,158,.2);
}

/* AddThis Vertical Hover Menu */

.sharebear .tool {
	margin-right: 10px;
}
.sharebear .tool .at300bs {
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.sharebear a:link, .sharebear a:visited, .sharebear a:hover, .sharebear a:focus {
	color: #263534;
	text-decoration: none;
}
.sharebear a:hover, .sharebear a:focus {
	text-decoration: underline;
}
.addthis_toolbox {
	float: right;
}

.addthis_toolbox .custom_hover {
    position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
    padding: 4px 12px 4px 30px;
    color: #534741;
    cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;    
    -webkit-border-radius: 5px 5px 0 0;
    background: url(http://img4.custompublish.com/getfile.php/1666400.984.twbyvtdrsw/share.png) no-repeat 6px 4px;
}

.addthis_toolbox .custom_hover .custom_button.active {
    background: #263534 url(http://img4.custompublish.com/getfile.php/1666402.984.ueersbddpd/share_hover.png) no-repeat 6px 4px;
    color: #FFF;
}

.addthis_toolbox .hover_menu  {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
}

.addthis_toolbox .custom_hover .tower {
    -webkit-border-radius: 0 5px 0 0;   
    -moz-border-radius-topleft: 0;
    
}
.addthis_toolbox .hover_menu  {
    width: 136px;
    padding: 1px;
    border: 3px solid #263534;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {    
    position: relative;
    display: block;
    width: 102px;
    padding: 4px 0 4px 34px;
    text-decoration: none;
    color: #534741;
}

.addthis_toolbox .hover_menu a:hover, .addthis_toolbox .hover_menu a:focus {    
    background: #f5f5f5;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.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, .addthis_toolbox .hover_menu .more a:focus {
    background: none;
}
.addthis_toolbox .hover_menu .more span {
    display: none;
}

.sections select {
    padding: 4px 2px;
    width: 220px;
}

@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;
	}
}