/* Default stylesheet */
body {
	background-color: #F2F1EF;
	background-image: url(http://img5.custompublish.com/getfile.php/2115797.1295.pxwxxyxpwu/body-bkg.jpg);
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
	font-family: Candara, FreeSans, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0 10px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6, caption, .caption, .mainmenu {
	font-family: "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Tahoma, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 8px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}
.body img, .body table {
	max-width: 100%;
}

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: #083692; }
a:visited { color: #6094C7; }
a:hover { color: #1F619A; }

/* read more.. links */
.link { }
a.link:link { text-decoration: none;}
a.link:visited { text-decoration: none;}
a.link:hover { text-decoration: underline;}

.linkcontainer {
	text-align: right;
}
.linkcontainer .link {
	background-color: #6396C9;
	color: #FFFFFF;
	display: inline-block;
	padding: 2px 5px;
}

/* Standard navigation links */
.menu a:link {color: #000000; text-decoration: none;}
.menu a:visited {color: #000000; text-decoration: none;}
.menu a:hover {color: #000000; text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
.menu .itemselected > a:link, .menu .itemselected > a:visited {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 { color: #000000; text-decoration: none; }
.headline .headlinelink:visited { color: #000000; text-decoration: none; }
.headline .headlinelink:hover { color: #000000; text-decoration: underline; }

/* 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; }


/* SECTION: Standard CP classes*/

/* default form styling */
form.cpsimpleform {
	background-color: rgba(0,0,0,0.05);
	padding: 1em;
	margin: 1em auto; 
	max-width: 40em;
}

input, textarea {
	max-width: 98%;
}
.cpsimpleform input[type="text"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

label, .cpstextheading {
	font-weight: bold;
}
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}
legend {
	font-weight: bold;
}
.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right : 0;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	/*border-bottom: 1px solid #E1E1E1;*/
	margin-bottom: 5px;
	padding: 2px 0 5px;
}
.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 {
}
.viearea .date {
	color: #999999;
}
.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: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar, p.pagebar { padding: 10px 0px; clear: both; font-weight: bold; }
.pagebar.prev { float: left; margin-right: 10px; }
.pagebar.next { float: right; margin-left: 10px; }

.pagebar a:link, .pagebar a:visited, .pagebar a:hover{
	color: #999999;
	text-decoration: none;
}
.pagebar a:hover{
	text-decoration: underline;
}


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 {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}
div.viewarea {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -ms-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -o-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -webkit-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: linear-gradient(#FFFFFF, #F0F0EF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0EF')";
	border: 1px solid #CDCDCD;
	padding: 12px;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin: -12px -12px 10px 10px;
}

/* SECTION: Articlemedia */
div.articlemedia.video { 
	margin-bottom: 10px;
}
div.articlemedia.images { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage, div.articlemovie { 
	margin-bottom: 10px;
}
div.articlemovie .articlemovieplayer{
	text-align: center;
}
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: 25%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	padding-top: 5px;
	width: 72%;
}
.articleblock .date {
	background-color: #333333;
	color: #FFFFFF;
	display: block;
	font-size: 0.75em;
	padding: 2px 5px;
}
.articleblock.nopic .date {
	margin-top: 6px;
}
/* Full text width if no listing image */
/*div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}*/

/* 2-spalter */
div.twocol > .col { 
	width: 49%;
}
div.twocol > .col.col0 { 
	clear: both;
	float: left;
}
div.twocol > .col.col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol > .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol > .col.col0 { 
	clear: both;
}
div.threecol > .col.col1 { 
	margin-right: 0;
}
div.threecol > .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.threecol .textwrap, div.threecol .imgwrap {
	float: none;
	width: auto;
}
/* 4-spalter */
div.fourcol > .col { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol > .col.col0 { 
	clear: both;
}
div.fourcol > .col.col2 { 
	margin-right: 0;
}
div.fourcol > .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.fourcol .textwrap, div.fourcol .imgwrap {
	float: none;
	width: auto;
}

.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; }
.cf:before,.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


.hidewhitespace { display: none; }

/* SECTION: page containers */ 
#page {
	width: auto;
	margin: 0 auto;
	max-width: 950px;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 0px;
	min-height: 120px;
	padding: 0px;
	position: relative;
}
#navbar {
	border-bottom: 2px solid #4B4B4B;
	margin: 0 0 20px;
	text-align: center;
}
#middle {
}
#subnavbar {
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
	width: 22%;
}
#main {
	float: left;
	width: 52%;
	min-height: 500px; /* ref .viewarea */
}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 22%;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 720px;
}
.widemain #subnavbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #subnavbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	background-color: #FFFFFF;
	background-image: url(http://img5.custompublish.com/getfile.php/2137864.1295.vdtbdaxtdq/footer-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 2px solid #FFFFFF;
	box-shadow: 0 0 10px #CCCCCC;
	clear: both;
	margin: 10px -10px 0;
	padding: 10px;
}
#footer div.inner {
	width: auto;
	margin: 0 auto;
	max-width: 950px;
}
#cp {
	font-size: 0.9em;
	text-align: right;
}
#cp a:link{text-decoration: none; color: #666666;}
#cp a:visited{text-decoration: none; color: #666666;}
#cp a:hover{text-decoration: underline; color: #666666;}

.box {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -ms-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -o-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: -webkit-linear-gradient(#FFFFFF, #F0F0EF);
	background-image: linear-gradient(#FFFFFF, #F0F0EF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F0F0EF')";
	border: 1px solid #CDCDCD;
	padding: 0 15px 10px;
	margin: 0px 0px 15px 0px;

	position: relative;

}
.box ul, .box ul.menu {
	padding: 0 0 0 10px;
	margin: 0px 0px 0px 3px;
	list-style-position: outside;
	list-style-type: disc;
}
.box ul li, .box ul.menu li {
	margin: 0 0 5px;
	padding: 0px;
}
.box ul ul, .box ul.menu ul {
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption, label.caption {
	background-color: #72A2D3;
	background-image: -moz-linear-gradient(#72A2D3, #5F93C6);
	background-image: -ms-linear-gradient(#72A2D3, #5F93C6);
	background-image: -o-linear-gradient(#72A2D3, #5F93C6);
	background-image: -webkit-linear-gradient(#72A2D3, #5F93C6);
	background-image: linear-gradient(#72A2D3, #5F93C6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72A2D3', EndColorStr='#5F93C6')";
	border-top: 1px solid #8CB2D9;
	color: #FFFFFF;
	padding: 5px 15px;
	position: relative;
	margin: -1px -16px 10px;
}

.box .caption a:link, .box .caption a:visited, .box .caption a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.box .caption a:hover{
	text-decoration: underline;
}

.caption.hasicon {
	padding-left: 35px;
	position: relative;
}
.caption.hasicon .icon {
	background-image: url(http://img5.custompublish.com/getfile.php/2130655.1295.vvedevbwfx/ikoner.png);
	background-position: -100px 0;
	background-repeat: no-repeat;
	height: 1.9em;
	left: 5px;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 25px;
}
.caption.hasicon .icon.rss {
	background-position: 2px 3px;
}
.caption.hasicon .icon.cal {
	background-position: 0 -300px;
}
.caption.hasicon .icon.blokk {
	background-position: 0 -101px;
}
.caption.hasicon .icon.pil {
	background-position: 0 -198px;
}
.caption.hasicon .icon.tannhjul {
	background-position: 0 -400px;
}
.caption.hasicon .icon.redning {
	background-position: 0 -500px;
}

.box.los {
	
}
.box.los .caption{
	background-color: #4B4B4B;
	background-image: none;
	-ms-filter: none;
	filter: none;
	border-top: none;
	color: #FFFFFF;
}



.footer .box {
	background-image: none;
	border: none;
	border-right: 4px solid #EDEDED;
	clear: none;
	filter: none;
	float: left;
	-ms-filter: none;
	margin-right: 2%;
	padding: 0;
	width: 22%;
}
.footer .box.article1 {
	padding-left: 3%;
	width: 49%;
	margin-right: 0;
}
.footer .box.article2 {
	border-right: none;
	float: right;
	margin-right: 0;
	padding-left: 3%;
	width: 19%;
}
.footer .box .caption {
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	color: #000000;
	filter: none;
	-ms-filter: none;
}

.box.alist {
	background-color: transparent;
	background-image: none;
	-ms-filter: none;
	filter: none;
	border: none;
	margin-bottom: 30px;
	padding: 0;
}
.box.alist .caption {
	margin: 0;
}
.box.alist .articleblock {
	border-top: 2px solid #759ABE;
	/*font-size: 0.85em;*/
	padding: 5px 0 0 5px;
}
.box.alist .articleblock:first-child {
	border-top: none;
}
.box.alist .button {
	float: left;
}
ul.callist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.box ul.callist {
	margin: 0 -15px;
}
ul.callist li {
	padding: 5px 15px;
}
ul.callist li:nth-child(even) {
	background-color: #E7E7E7;
	background-image: -moz-linear-gradient(#EFF0F0, #E7E7E7);
	background-image: -ms-linear-gradient(#EFF0F0, #E7E7E7);
	background-image: -o-linear-gradient(#EFF0F0, #E7E7E7);
	background-image: -webkit-linear-gradient(#EFF0F0, #E7E7E7);
	background-image: linear-gradient(#EFF0F0, #E7E7E7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EFF0F0', EndColorStr='#E7E7E7')";
}
a.button {
	background-color: #E5E6E6;
	color: #000000;
	float: right;
	padding: 5px 10px;
}
 a.button:link, a.button:visited, a.button:hover{
	color: #000000;
	text-decoration: none;
}
a.button:hover{
	text-decoration: underline;
}



/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#topnav {
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
ul.tools {
	display: block;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
ul.tools > li {
	border-left: 1px solid #C2C2C2;
	display: inline;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 5px;
}

.tools .options {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tools .option, .tools .caption {
	/*float: left;*/
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
}
.tool.textsize {
	padding-top: 1px;
}
.textsize a {
}
.textsize a:link, .textsize a:visited, .textsize a:hover{
	color: #174074;
	text-decoration: none;
}
.textsize a:hover{
	text-decoration: underline;
}
.textsize .active a:link, .textsize .active a:visited {
	text-decoration: underline;
}
.textsize .standard {
	font-size: 12px;
}
.textsize .large {
	font-size: 15px;
}
.textsize .largest {
	font-size: 18px;
}
.colorscheme li.option:first-child {
	margin-right: 0;
}
.colorscheme a {
	border: 1px solid #CCCCCC;
	display: inline-block;
	font-weight: bold;
	padding: 3px 6px;
}
.colorscheme a:link, .colorscheme a:visited, .colorscheme a:hover{
	color: #174074;
	text-decoration: none;
}
.colorscheme .standard a:link, .colorscheme .standard a:visited, .colorscheme .standard a:hover{
	color: #153543;
	background-color: #FCFCFC;
	text-decoration: none;
}
.colorscheme .standard .secondarycolor {
	color: #CC0000;
}
.colorscheme .lofi a:link, .colorscheme .lofi a:visited, .colorscheme .lofi a:hover{
	color: #000000;
	text-decoration: none;
}
.colorscheme a:hover, .colorscheme .active a:link, .colorscheme .active a:visited {
	border: 1px solid #000000;
}
.tool.rss {
	position: relative;

}
.tool.rss img {
	position: relative;
	top: 3px;
}

.tool.rss a:link, .tool.rss a:visited, .tool.rss a:hover{
	color: #0000FF;
	text-decoration: none;
}
.tool.rss a:hover{
	text-decoration: underline;
}

#logo {
	float: left;
	margin-top: 19px;
}

#toppbilde {
	float: right;
	/*position: absolute;
	top: 0;
	right: 0;*/
}
#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;
}

ul.mainmenu {
	border-bottom: 1px solid #ADADAC;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.mainmenu li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}
ul.mainmenu li.spacingabove{
	margin-top: 0;
}
ul.mainmenu li.spacingbelow{
	margin-bottom: 0;
}
.mainmenu a.menuitem, .mainmenu span.menuitem {
	display: inline-block;
	padding: 5px;
}

.mainmenu a:link, .mainmenu a:visited {
	color: #000000;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .itemselected > a.menuitem, .mainmenu .itemselected >  span.menuitem   {
	background-color: #72A2D3;
	background-image: -moz-linear-gradient(#72A2D3, #5F93C6);
	background-image: -ms-linear-gradient(#72A2D3, #5F93C6);
	background-image: -o-linear-gradient(#72A2D3, #5F93C6);
	background-image: -webkit-linear-gradient(#72A2D3, #5F93C6);
	background-image: linear-gradient(#72A2D3, #5F93C6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#72A2D3', EndColorStr='#5F93C6')";
	color: #FFFFFF;
	text-decoration: none;
}

ul.btnmenu {
	font-size: 1.1em;
}
ul.btnmenu:after {
	clear: both;
	content: " ";
	display: table;
	height: 0;
	width: 0;
}
/* general four-column */
ul.btnmenu li {
	/*display: table;*/
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	table-layout: fixed;
	width: 22%;
}
/* first column */
ul.btnmenu li:nth-child(4n-3) {
	clear: both;
}
ul.btnmenu li.itemlvlnum5 {
	clear: both;
}

/* second last column */
ul.btnmenu li:nth-child(4n-1) {
	margin-right: 0;
}
ul.btnmenu li.itemlvlnum3, ul.btnmenu li.itemlvlnum7 {
	margin-right: 0;
}
/* last column */

ul.btnmenu li:nth-child(4n) {
	clear: right; /* avoids some old ie problems */
	float: right;
	margin-right: 0;
}
ul.btnmenu li.itemlvlnum4, ul.btnmenu li.itemlvlnum8 {
	clear: right; /* avoids some old ie problems */
	float: right;
	margin-right: 0;
}

ul.btnmenu li {
	float: left;
}
.btnmenu a {
	background-color: #1F619A;
	color: #FFFFFF;
	/*display: table-cell;*/
	display: block;
	/*height: 8em;*/
	padding: 90px 5px 5px 5px;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	/*width: 100%;*/
	white-space: nowrap;
}

.btnmenu a:link, .btnmenu a:visited, .btnmenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.btnmenu a:hover {
	background-color: #6094C7;
	/*background-color: #083692;*/
}

.btnmenu span.pagelogo {
	display: block;
	margin-left: -5px;
	position: absolute;
	height: 70px;
	top: 10px;
	text-align: center;
	width: 100%;
}
ul.topmenu {
	float: right;
	padding: 5px;
	text-align: right;
}
ul.topmenu li {
	display: inline;
	margin-left: 10px;
}



/* general */
.listingarea .box .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* general three-column */
.listingarea .box .menu li {
	float: left;
	margin-right: 3%;
	width: 30%;
}
/* first column */
.listingarea .box .menu li:nth-child(3n-2) {
	clear: both;
}
/* second last column */
.listingarea .box .menu li:nth-child(3n-1) {
	margin-right: 0;
}
/* last column */
.listingarea .box .menu li:nth-child(3n) {
	clear: right; /* avoids some old ie problems */
	float: right;
	margin-right: 0;
}
.rootpage113414 #subnavbar #cmbox, .ppt113414 #cmbox {
	border-width: 1px 1px 0;
	margin-bottom: 0;

}
.rootpage113414 #subnavbar  div.childmenu.menuwrap, .ppt113414 #losmenu  {
	background-color: #F0F0EF;
	background-image: none;
	-ms-filter: none;
	filter: none;
	border-width: 0 1px 1px;
}

#searchform {
	left: 300px;
	position: absolute;
	top: 38px;
	width: 300px;
}
input.searchinput {
	border: 1px solid #D6D7D7;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	width: 192px;
}	
input.searchsubmit {
	background-color: #000000;
	background-image: url(http://img5.custompublish.com/getfile.php/2130770.1295.tcswfpsquc/btn-bkg.png);
	background-position: center left;
	background-repeat: repeat-x;
	border: none;
	border-radius: 10px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	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;
}

/* SECTION: Responsive  */
/* For kollapsede menyer (responsiv) */
/* Fix for Android */
body { 
  -webkit-animation: bugfix infinite 1s; 
}
@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

/* default checkbox */
input.mobmenu, input.mobmenu[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/* Hide, is not a real caption*/
#mainmenulbl {
	display: none;
}

@media only screen and (min-width : 35em) and (max-width : 50em) {
	#subnavbar {
		float: left;
		width: 33%;		
	}
	#main {
		clear: right;
		float: right;
		width: 63%;
	}
	#mainsidebar {
		clear: left;
		float: left;
		width: 33%;
	}


}
@media only screen and (max-width : 50em) {
	#searchform {
		margin: 0 0 10px;
		position: relative;
		left: 0;
		top: 0;
		width: auto;
	}
	input.searchinput, input.searchsubmit {
		line-height: 1.6;
	}
}
@media only screen and (max-width : 34.99999em) {
	label.mobmenu, #mainmenulbl { 
		cursor: pointer;
		user-select: none;
		display: block;
		min-height: 1.25em;
		width: 100%;
	}
	#mainmenulbl { 
		font-size: 1.2em;
		margin: 0 0 10px;
		padding: 5px 10px;
		width: auto;
	}
	label.mobmenu:after {
		font-size: 1.25em;
    position: absolute;
    content: "\2261";
		right: 10px;
	}
	input.mobmenu[type=checkbox] ~ ul.menu {
		display: none;
	}
	input.mobmenu[type=checkbox]:checked ~  ul.menu {
		display: block;
	}
	#navbar {
		text-align: left;
	}

	ul.mainmenu {
	}
	ul.mainmenu li {
		display: block;
		margin-right: 0;
	}
	.mainmenu a.menuitem, .mainmenu span.menuitem {
		display: block;
	}


	#subnavbar, #main, #mainsidebar {
		float: none;
		width: auto !important;		
	}
	#top, #navbar, #subnavbar, #main, #mainsidebar,#footer {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	#main, .viewareacontent {
		min-height: 0;
	}
	#toppbilde {
		float: none;
		clear: both;
		margin: 0 0 10px;
	}
	.btnmenu img.pagelogo {
		max-width: 100%;
	}
	.footer .box {
		border-right: none;
		clear: both;
		float: none;
		margin-right: 0;
		width: auto;
	}
	.footer .box.article1 {
		padding-left: 0;
		width: auto;
	}
	.footer .box.article2 {
		float: none;
		padding-left: 0;
		width: auto;
	}
}


/* for frontpage */
.listingarea.frontpage .box {
	margin-top: 3.0em;
}
.listingarea.frontpage .box .caption {
	display: inline-block;
	margin-top: -2.0em;
	position: relative;
}

@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;
	}
}