/* stylesheet */
html, body{
	height: 100%;
}
body {
/*
  background: url(http://img7.custompublish.com/getfile.php/2686969.297.usyqdfxqfu/hender1.jpg) no-repeat center center fixed;
*/

background: url(http://img7.custompublish.com/getfile.php/3483165.297.cvccrbecdu/bakgrunnsbilde-spektrum-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #000000;
  /* font-family: 'Lato', "Liberation Sans",Helvetica,  Sans-serif; */
  font-family: 'Arial', "Liberation Sans",Helvetica,  Sans-serif;
  font-size: 85%;
  margin: 0px;
	padding: 0px;
}
table,caption,th,td {
  font-size: 11px;
}
h1, h2, h3, h4, h5, h6, #catmenu li a{
	/* font-family: 'Lato', Sans-serif; */
	font-family: 'Arial', Sans-serif;
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 2.5em;
	font-weight: normal;
}
h2 {
  font-size: 1.6em
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1.0em;
}
p {
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/



/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a img{
	border: none;
	-ms-interpolation-mode: bicubic;
}
table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
.hovedoppslag {
	position: relative;
}
.hide {
	display: none;
}

.social {
	/*float: right;*/
}

/* ig badge */
.ig-b- { /*display: inline-block;*/ }
.ig-b- img { /*visibility: hidden;*/ max-width: 100%; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-48 { width: 37px; height: 37px; /*background: url(//badges.instagram.com/static/images/ig-badge-sprite-48.png) no-repeat 0 0;*/ }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-48 { /* background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-48@2x.png); */ background-size: 60px 178px; } }

/* General links */
a:link { }
a:visited { }
a:hover { }

#top a:link{color: #FFFFFF;}
#top a:visited{color: #FFFFFF;}
#top a:hover{color: #FFFFFF;}

h1 a:link { color: #000000; text-decoration: none;}
h1 a:visited {color: #000000; text-decoration: none;}
h1 a:hover { color: #000000; text-decoration: underline;}

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }


.menu a:link { text-decoration: none;}
.menu a:visited { text-decoration: none;}
.menu a:hover { text-decoration: underline;}



/* Standard navigation links */
a.menu, span.menu { }
a.menu:link {text-decoration: none; }
a.menu:visited {text-decoration: none; }
a.menu:hover {text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link {text-decoration: underline; }
a.menuselected:visited {text-decoration: underline; }
a.menuselected:hover {text-decoration: underline; }

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
#cp{
	font-size: 0.85em;
}
.cp { color: #666666;}
a.cp:link { color: #666666; text-decoration: none;}
a.cp:visited { color: #666666; text-decoration: none;}
a.cp:hover { color: #CCCCCC; text-decoration: none;}


/* 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 */
.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*/
.default { }
span.date, div.date {color: #999999; font-size: 10px; }
.author {color: #333333; font-size: 10px; }
.feedback { }
.copyright { }
#path { margin-bottom: 10px; }
#path span.arrow { padding: 0px 3px; }


/* 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;
  z-index: 999999;
}
span.corner.tl{
  background-position: top left;
  left: 0px;
  top: 0px;
}
span.corner.tr{
  background-position: top right;
  right: 0px;
  top: 0px;
}
span.corner.br{
  background-position: bottom right;
  bottom: 0px;
  right: 0px;
}
span.corner.bl{
  background-position: bottom left;
  bottom: 0px;
  left: 0px;
}


/* 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;
}


/* Standard tools */
div.tools {margin: 15px 0px; }
div.tool {margin: 2px 0px; }
#skiplink {display: none; }
/* SECTION: listing/view styles */
div.pagedescription { }
.pagedescription { }
.headline, h1.headline  {
  margin: 0px;
  padding: 0px;
}
.hovedoppslag h1.headline{
	font-size: 2.7em;
}
.headlineview, h1.headlineview  {
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline  {
  font-weight: normal;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px;
  padding: 0px;
}
.ingressview {
	font-weight: bold;
}
div.ingressview {
  margin: 6px 0px;
  padding: 0px;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

div.imgwrap, .articleimage{
	background-color: #000000;
	margin: 1px -1px 25px;
	padding: 11px;
	position: relative;
}
div.imgwrap img{
	display: block;
}

.kampanjetemplate .imgwrap{
	border-radius: 10px;
	overflow: hidden;
}

.kampanjetemplate .imgwrap img {
	border-radius: 3px;
}
/*div.imgwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923324.297.tyyqcfywww/border-frame-corners.gif);
}*/
div.imgwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}

/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}
.articletext{
	padding-left: 25px;
}

.productlist .block{
	margin-bottom: 5px;
}
.productlist .hr{
	height: 5px;
	margin-bottom: 5px;
}
.productlist h1.headline{
	font-size: 2em;
}
.productlist h2.headline{
	font-size: 1.4em;
	font-weight: normal;
}
/* 2-spalter */
div.twocol .articleblock{
	width: 49%;
}
div.twocol .articleblock.pair0{
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1{
	clear: right;
	float: right;
	margin-right: 0;
}

/* 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;
}
.articlelist.hovedoppslag .articleblock{
  /* display: none; */
  position: relative;

}
.articlelist.hovedoppslag .articleblock#ho-articleblock-0{
  display: block;
}

.articlelist.hovedoppslag .articleblock div.imgwrap{
	/* For konsistent hoyde på slideshow-visning*/
/*	height: 310px;
	overflow: hidden*/
}


hr {
  clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
div.body {
  clear: both;
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */
#page {
	margin: 0 auto;
  padding: 0px;
  text-align: left;
	position: relative;
	min-height: 100%;
}

#top {
	background-color: #000000;
	/*background-image: url(http://img7.custompublish.com/getfile.php/922779.297.fsxbxxfrtr/top-shadow.gif);*/
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 0 0 43px;
	padding: 0 0 25px;
	position: relative;
}

#top div.inner{
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#topnav {
}
#middle{
	width: 960px;
	margin: 0 auto;
}
.nosidebar #middle{
	width: 1024px;
}
#navbar {
	padding: 0 22px 0 0;
}
#main {
	float: left;
  min-height: 500px;
	width: 565px;
}
.nosidebar #main{
	float: none;
	width: auto;
}
#mainsidebar {
	float: right;
	width: 372px;
}
.nosidebar #mainsidebar{
	display: none;
}

.widefull #main{
	width: 100%;
	float: none;
}

.widefull #mainsidebar{
	display: none;
}

#main > center{
	display: none;
}

#fsa-content{
	padding-bottom: 13em;
}
#footer {
	background-color: #000000;
	background-image: url(http://img7.custompublish.com/getfile.php/922786.297.xtxvvubfta/bottom-shadow.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
  clear: both;
  text-align: center;
	position: relative;
	margin-top: -12em;
	/*height: 12em;*/
}
#footer div.inner{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 8px;
}
#cp{
	padding: 5px;
	text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
	position: relative;
}

.box {
  padding: 0px;
  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 p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h1{
	font-size: 2.5em;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
	font-size: 2.5em;
	font-weight: normal;
}

div.box.attachments {
	background-color: #EAEBEC;
	padding: 25px;
}

div.box.attachments .corner {
	background-image: url(http://img7.custompublish.com/getfile.php/923388.297.cfsyuxsqvv/box-corners.gif);
}
.sidebar .box{
	background-color: #686564;
	color: #FFFFFF;
	padding: 25px;
	margin-bottom: 1em;
	border-radius: 10px;
	overflow: hidden;
}
.sidebar .box a:link{color: #FFFFFF;}
.sidebar .box a:visited{color: #FFFFFF;}
.sidebar .box a:hover{color: #FFFFFF;}

.sidebar .box span.corner, .sidebar .corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923388.297.cfsyuxsqvv/box-corners.gif);
}

.sidebar .inputwrap{
	background-color: #FFFFFF;
	position: relative;
	zoom: 1;
}
.sidebar .inputwrap span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/973367.297.qrbuqftxqs/input-corners.gif);
}
.sidebar .inputwrap input{
	background-color: #FFFFFF;
	border: none;
	color: #000000;
	width: 98%;
	margin: 0;
	padding: 3px 0;

}
#sidebar3{
	/* background-color: #686564; */
	margin: 0 0 15px;
	zoom: 1; /* IE7-fiks */
}

.infobokshidehidehide {
	display: none;
}

/* SECTION: page elements */
#logo{
	margin-left: 372px;
	position: absolute;
	top: -20px;
}
#path{
  margin-bottom: 5px;
}
ul.menu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}
.burger{
	padding: 0.5rem 2rem;
	margin: 0;
	list-style: none;
	cursor: pointer;
}

.burger li{
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: 0;
}

.menubtnmobile{
	display: none;
	background-color: #111;
}

#mainmenu{
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	zoom: 1;
}
#mainmenu li{
	display: inline;
}
#mainmenu li{
	display: inline-block;
	width: 164px;
}
#mainmenu li.itemlvlnum2{
	margin-right: 193px;
}

#mainmenu li a{
	background-color: #4C4A49;
	background-image: url(http://img7.custompublish.com/getfile.php/922780.297.swpwscvxsr/top-tab-bkg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: block;
	padding: 10px 0px;
	font-size: 16px;
	margin-top: 2.1em;
	position: relative;
	position: relative;
	zoom: 1;
	border-radius: 3px;
}
#mainmenu li a span.corner{
	/*background-image: url(http://img7.custompublish.com/getfile.php/922781.297.tpurbvbubf/top-tab-corners.gif);*/
}

#topmenu {
  list-style-type: none;
}
#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 {
}
#search {
}
#searchform {
	background-color: #EAEBEC;
	color: #000000;
	position: relative;
	padding: 0;
	margin: 0 0 25px;
	zoom: 1;
}
#searchform span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923269.297.pyyctqpuaq/ul-headlines-corners.gif);
}


input.searchinput {
  vertical-align: middle;
	background-color: #EAEBEC;
	border: none;
	color: #707070;
	float: left;
	padding: 10px 0 5px 10px;
	margin: 0;
	width: 250px;
	font-size: 1em;
}
input.searchsubmit {
  vertical-align: middle;
	float: right;
	margin: 0;
	padding: 0;
}

ul.headlines{
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
ul.headlines{
}

ul.headlines li{
	background-color: #EAEBEC;
	color: #000000;
	margin: 0 0 5px;
	position: relative;
	zoom: 1;
}
ul.headlines li .headline{
	float: left;
	padding: 10px 0 5px 10px;
	width: 250px;
}
ul.headlines li .headline a:link{
	color: #000000;
	text-decoration: none;
}
ul.headlines li .headline a:visited{
	color: #000000;
	text-decoration: none;
}
ul.headlines li .headline a:hover{
	color: #000000;
	text-decoration: underline;
}

ul.headlines li span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923269.297.pyyctqpuaq/ul-headlines-corners.gif);
}

ul.headlines li div.linkcontainer{
	color: #FFFFFF;
	float: right;
	width: 101px;
	line-height: 1.0;
	padding: 0;
}
ul.headlines li div.linkcontainer img{
	display: block;
	float: left;
}
#languagebar{
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
}



/* 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;
}
#bannerlocation11{
	margin: 0 0 10px;
}
#bannerlocation11 img{
	margin: 0 15px;
}
.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.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;
}


.hovedoppslag{
	background-color: #000000;
	margin: 0 0 25px;
	position: relative;
	zoom: 1;

}
.hovedoppslag span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}
.hovedoppslag div.imgwrap{
	margin-bottom: 0;
}

.hovedoppslag div.textwrap{
	background-image: url(http://img7.custompublish.com/getfile.php/923318.297.aaaeqbwsby/textwrap-transp-bkg.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 10px;
	color: #FFFFFF;
	height: 105px;
	left: 10px;
	padding: 5px 0 0 25px;
	position: absolute;
	width: 100%;
}
.hovedoppslag div.textwrap a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.hovedoppslag div.textwrap a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.hovedoppslag div.textwrap a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#catmenu{
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px;
}
#catmenu li{
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 502px;
}

#mainsidebar #catmenu li,
#mainsidebar #catmenu li div.imgwrap,
#mainsidebar #catmenu li div.textwrap{
	max-width: 354px;
	width: 100%;
	height: auto;
}

#mainsidebar #catmenu li div.textwrap{
	max-width: 356px;
}

#catmenu li.pair1{
	clear: right;
	float: right;
}
#catmenu li img{
	float: none;
	margin: 0;
	padding: 0;
}
#catmenu li a{
	color: #FFFFFF;
	display: inline-block;
	padding: 20px;
	font-size: 3em;
}
#catmenu li a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#catmenu li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#catmenu li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#catmenu li span.corner{
	background-image: url(http://img7.custompublish.com/getfile.php/923988.297.bydcsetecf/border-thick-corners.gif);
	height: 20px;
	width: 20px;
}

#catmenu li div.imgwrap{
	min-height: 100px;
	zoom: 1;
	width: 482px;
	height: 295px;
}
#catmenu li div.imgwrap img{
	position: relative;
}
#catmenu li div.textwrap{
	position: absolute;
	background-image: url(http://img7.custompublish.com/getfile.php/923939.297.eveyaebsbx/pagelogo-txt-bkg.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 10px;
	left: 10px;
	width: 482px;
}

.businesscustommenu .block:nth-child(3) img,
.businesscustommenu .block:nth-child(4) img,
.businesscustommenu .block:nth-child(3) .clearfix,
.businesscustommenu .block:nth-child(4) .clearfix{
	display: none;
}

#catmenu.businesscustommenu li.block:nth-child(3) div.imgwrap,
#catmenu.businesscustommenu li.block:nth-child(4) div.imgwrap{
	height: auto;
	min-height: 0;
	font-size: 0.75em;
}

#catmenu.businesscustommenu li.block:nth-child(3) div.textwrap,
#catmenu.businesscustommenu li.block:nth-child(4) div.textwrap{
	position: relative;
	left: auto;
	bottom: auto;
	vertical-align: middle;
}

#catmenu.businesscustommenu li.block:nth-child(3) div.textwrap a,
#catmenu.businesscustommenu li.block:nth-child(4) div.textwrap a{
	padding: 0 0.5em;
}


/* For Firefox, avoids extra space above ul.headlines (weird bug)  */
#main, ul.headlines{
	border-top: 1px solid #FFFFFF;
}

/* SECTION: Shop */

#shopcartcontenttable{
	margin-bottom: 30px;
}

#shopcartcontenttable b{
	display: block;
	font-family: Georgia, "Liberation Serif", "Lucida Bright", "Times New Roman", Serif;
	font-size: 2.5em;
	font-weight: normal;
}

#shopcartcontenttable table b, #shopcartcontenttable * b{
	display: inline;
  font-family: inherit;
	font-size: 1.0em;
	font-weight: bold;
}
table.cartcontenttable{}
table.cartcontenttable th{
	padding: 2px 2px 15px 2px;
	text-align: left;
}
table.cartcontenttable td{
	padding: 2px;
}

table.cartcontenttable tr.totalrow td{
	padding-top: 15px;
}

.addthis_toolbox {

}
.addthis_button_facebook_like {
	width: 49px;
	overflow: hidden;
}

/* Form fixes */

textarea.formtextarea{
	width: 95%;
	height: 250px;
}
.tweet, .query {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #000; }
.tweet .tweet_list, .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #EAEBEC; }
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
.tweet .tweet_list li a, .query .tweet_list li a {
        color: #000; }
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #EAEBEC; }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }


.kampanjetemplate .articletext{
	padding: 2em;
	background-color: #fafafa;
	border-radius: 15px;
	margin-bottom: 1em;
}

body.ppt368703{
	/*background-image: url(http://img7.custompublish.com/getfile.php/3191598.297.wxbyyuwuyc/sizedDSC_1611.jpg);*/
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.ppt368703 #main{
	border-top: 0;
	padding-top: 1em;
}

#main .newslettersub{
	padding: 2em;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}

#main .newslettersub .caption{
	margin-top: 0;
}

#main .newslettersub .newslettersubleft,
#main .newslettersub .newslettersubright{
	float: left;
	width: 45%;
}

#main .newslettersub .newslettersubright{
	padding-left: 2em;
}

#main .newslettersub form label,
#main .newslettersub form input[type="submit"]{
	display: block;
}

#main .newslettersub form label{
	font-size: 1.1em;
	margin-bottom: 0.25em;
}

#main .newslettersub form input[type="submit"]{
	font-size: 1.1em;
	margin-top: 0.5em;
	background-color: #555;
	border-radius: 3px;
	padding: 0.25em 1em;
	color: #fff;
	border: 0;
	cursor: pointer;
}

#main .newslettersub form input[type="submit"]:hover{
	background-color: #333;
}

#main .newslettersub form input[type="text"]{
	font-size: 1em;
	width: 100%;
	padding: 0.5em;
	border-radius: 3px;
	overflow: hidden;
	border: 0;
}


@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, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks, #sidebarelement1_2, #sidebarelement1_3, .sidebarelement .linkcontainer  {
		display: none !important;
	}
	#page, #main, #mainsidebar {
		float: none;
		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;
	}
}


@media screen and (max-width: 800px) {
	.corner {
		display: none !important;
	}
	#page, #main, #mainsidebar, #middle {
		float: none;
		width: auto !important;
	}
	#page, #footer {
		min-width: 625px;
	}
	#top {
		margin-bottom: 120px;
	}
	#main {

	}
	#top div.inner, #footer div.inner, #footer {
		width: auto;
	}

	#logo{
		margin-left: 212px;
	}
	#navbar {
		padding-right: 0;
	}
	#mainmenu{
		text-align: left;
	}
	#mainmenu li {
		text-align: center;
	}

	div.imgwrap, .articleimage{
		background-color: transparent;
		padding: 0px;
	}
	.hovedoppslag {
		background-color: transparent;
	}
	img.dynimage, object, embed, iframe {
		max-width: 100%;
		height: auto;
	}
	#catmenu li {
		width: auto;
	}
	#catmenu li a {
		font-size: 2em;
	}
	#catmenu li img {
		max-width: 100%;
		height: auto;
	}
	#catmenu li.pair0 {
		float: left;
		width: 49%;
	}
	#catmenu li.pair1 {
		float: right;
		width: 49%
	}
	#catmenu li div.imgwrap {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#catmenu li div.textwrap {
		max-width: 100%;
		width: 100%;
		left: 0;

	}

}
@media screen and (max-width: 625px) {
	ul.headlines li .headline {
		width: 60%;
		font-size: 1.2em;
	}
	ul.headlines li div.linkcontainer {
		width: 101px;
	}
	#footer, #page {
		min-width: 1px;
	}
	.hovedoppslag {
		width: 100%;
	}
	.hovedoppslag div.textwrap{
	width: 80%;
	}
	#logo{
		margin: 0 auto;
		position: static;
	}
	.menubtnmobile{
		display: block;
	}
	#mainmenu {
		/*background-color: #4C4A49;*/
		/*background-image: url(http://img7.custompublish.com/getfile.php/922780.297.swpwscvxsr/top-tab-bkg.gif);*/
		background-position: bottom left;
		background-repeat: repeat-x;
		width: 100%;
		min-height: 27px;
		display: none;
	}
	#mainmenu li {
		float: none;
		width: 100%;
		margin: 0 !important;
	}
	#mainmenu li a{
		margin-top: 0;
		background-image: none;
		background-color: #111;
	}
	#top .inner {
		text-align: center;
	}
	#top {
		margin-bottom: 40px;
		background-position: left 0px;
		background-color: transparent;
	}
	input.searchinput{
		width: 200px;
	}
	.articletext {
		padding: 0 25px;
	}
	/* .articleview .headlines, #sidebarelement1_3, #sidebarelement1_2 {
		display: none;
	} */
	#catmenu li {
		width: auto;
	}
	#catmenu li a {
		font-size: 2em;
	}
	#catmenu li img {
		max-width: 100%;
		height: auto;
	}
	#catmenu li.pair1 {
		float: left;
		width: 100%
	}
	#catmenu li.pair0 {
		float: left;
		width: 100%;
	}
	#catmenu li div.imgwrap {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#catmenu li div.textwrap {
		max-width: 100%;
		width: 100%;
		left: 0;

	}

	#main .newslettersub .newslettersubleft,
	#main .newslettersub .newslettersubright{
		width: 100%;
		float: none;
	}

	#main .newslettersub{
		text-align: center;
		margin: 1em 0.5em;
	}

	#main .newslettersub .newslettersubright{
		padding-left: 0;
	}

	#main .newslettersub form input[type="submit"]{
		margin: 0.5em auto 0 auto;
	}

	.kontaktinfologo{
		display: none;
	}


}

/* .page139331 {
	background: url(http://img7.custompublish.com/getfile.php/2788951.297.trcaexsfcd/peter_gabriel_C3C3146-2.jpg) no-repeat center center fixed;
} */

.page139331 #main, .page139331 ul.headlines {
	border:none;
}

.page139331 .productlist .articlelist .block {
	background: #fff;
	padding:5%;
	border:1px solid #A7A37E;
	border-bottom-width: 2px;
	border-radius:8px;
}

.page139331 #navbar {
	background: #000;
}

.page139331 .productlist .perkslisting .articlelist { margin-top:20px; }
.page139331 .productlist .perkslisting .articlelist h1.caption {