/* Default stylesheet */
body {
	background-color: #E9F1F5;
	background-image: url(http://img1.custompublish.com/getfile.php/2009155.181.adsedewptd/bkg.jpg);
	background-position: center top ;
	background-repeat: no-repeat;
	color: #000000;
	font-family: "Lucida Sans Unicode", Verdana, "DejaVu Sans", "Bitstream Vera Sans", 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: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}
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;
}

/* 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: #1B8C57; } /* color: #153543; */
a:visited { color: #7b4e7f; }
a:hover { }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none; color: #153543; }
.menu a:visited {text-decoration: none; color: #153543; }
.menu a:hover {text-decoration: underline; color: #153543; }

.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 { color: #555555; }
a.cp:visited {color: #555555;  }
a.cp:hover {color: #555555;  }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {  color: #153543;  text-decoration: none; }
.headlinelink:visited { color: #153543; text-decoration: none;}
.headlinelink:hover { color: #153543; text-decoration: underline;  }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { color: #1B8C57;}
.headline .headlinelink:visited { color: #1B8C57;}
.headline .headlinelink:hover { color: #1B8C57;}


/* 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 */
input, textarea {
	max-width: 98%;
}
label, .cpstextheading {
	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: 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;
} 

/* 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: #1B8C57;*/
	color: #06537B;
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	color: #555555;
	font-size: 0.9em;
	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;
}

.viewarea div.listingpic {
	/*width: 250px;*/
	float: right;
	margin: 0 0 10px 10px;
}
.viewarea div.listingpic img {
	float: right;
	box-shadow: 0 0 5px #999999;
	margin: 0 0 10px 10px;
	max-width: 99%;
	height: auto;
	padding: 1px;
}

/* 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 {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.articleblock .imgwrap {
	float: right;
	/*width: 32.5%;*/
}
.articleblock .imgwrap img {
	box-shadow: 0 0 5px #999999;
	margin: 0 0 10px 10px;
	max-width: 99%;
	height: auto;
	padding: 1px;
}
.articleblock .textwrap {
	/*float: left;
	width: 65%;*/
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}
.articlelist.frontpage {
	position: relative;
	zoom: 1;
}
.articlelist.frontpage .articleblock {
	border: none;
	margin-bottom: 4px;
	padding: 0;
}
.articlelist.frontpage .textwrap {
	border-spacing: 0;
	display: table;
	float: left;
	position: relative;
	width: 48%;
}
.articlelist.frontpage .nopic .textwrap {
	float: none;
	width: 48%;
}
.articlelist.frontpage .date {
	background-color: #D7C71B;
	color: #044E4E;
	display: table-cell;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFFFFF;
	width: 3em;
}
.articlelist.frontpage .headlinelink {
	/*background-color: #BDDDDC;*/
	background-clip: padding-box;
	background-image: url(http://img1.custompublish.com/getfile.php/2015287.181.ewrfyfuxyc/svak-gradient.png);
	background-position: top right;
	background-repeat: repeat-y;
	border-left: 4px solid transparent;
	display: table-cell;
	padding: 4px;
	vertical-align: middle;
}
.articlelist.frontpage .arrow {
	/*background-color: blue;*/
	background-image: url(http://img1.custompublish.com/getfile.php/2015297.181.fyetucwbxs/pil-2.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: none;
	height: 43px;
	margin: -5px 0 0;
	padding: 0;
	position: absolute;
	right: -22px;
	top: 1px;
	width: 22px;
}
.articlelist.frontpage .articleblock:hover .arrow {
	display: block;
}
.articlelist.frontpage .imgwrap {
	background-color: inherit;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 48%;
}
.articlelist.frontpage .imgwrap img {
	box-shadow: none;
	margin: 0;
	max-width: 100%;
	padding: 0;
	border-radius: 7px;
}
.articlelist.frontpage .articleblock:hover .imgwrap {
	display: block;
}

/* set the first block active, but neutralize it when hovering the articlelist */
/* active */
.articlelist.frontpage .articleblock:first-of-type .imgwrap, .articlelist.frontpage .articleblock:first-of-type .arrow  {
	display: block;
}

/* inactive*/
.articlelist.frontpage:hover .articleblock:first-of-type .imgwrap, .articlelist.frontpage:hover .articleblock:first-of-type .arrow,
.articlelist.frontpage .articleblock.inactive .imgwrap, .articlelist.frontpage .articleblock.inactive .arrow {
	display: none;
}
/* active */
.articlelist.frontpage:hover .articleblock:hover .imgwrap, .articlelist.frontpage:hover .articleblock:hover .arrow, .articlelist.frontpage .articleblock.active .imgwrap, .articlelist.frontpage .articleblock.active .arrow {
	display: block;
}

/* active/inactive styles */
/* active */
.articlelist.frontpage .articleblock:first-of-type .headlinelink {
	background-image: url(http://img1.custompublish.com/getfile.php/2015294.181.tfreupxqcy/mindre-svak-gradient-2.png);
}
/* inactive*/
.articlelist.frontpage:hover .articleblock:first-of-type .headlinelink, .articlelist.frontpage .articleblock.inactive .headlinelink {
	background-image: url(http://img1.custompublish.com/getfile.php/2015287.181.ewrfyfuxyc/svak-gradient.png);
}
/* active */
.articlelist.frontpage:hover .articleblock:hover .headlinelink, .articlelist.frontpage .articleblock.active .headlinelink {
	background-image: url(http://img1.custompublish.com/getfile.php/2015294.181.tfreupxqcy/mindre-svak-gradient-2.png);
	text-decoration: none;
}



/* 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;
}

/* general */
ul.bolkmenu {
	clear: both;
}
.col, ul.bolkmenu li.menulevel0  {
	float: left;
}
/* general four-column */

.multicol.four .col, ul.bolkmenu li.menulevel0 {
	margin-right: 1.66%;
	width: 23.75%;
}
.multicol.four .col.col0 {
	
}

/* first column */
.multicol.four .col:nth-child(4n-3), ul.bolkmenu li.menulevel0:nth-child(4n-3) {
	clear: both;
}

/* second last column */
.multicol.four .col:nth-child(4n-1), ul.bolkmenu li.menulevel0:nth-child(4n-1) , .multicol.four.justtwo .col1 {
	margin-right: 0;
}
/* last column */

.multicol.four .col:nth-child(4n), ul.bolkmenu li.menulevel0:nth-child(4n) {
	clear: right; /* avoids some old ie problems */
	float: right;
	margin-right: 0;
}

.multicol.four .col2-4 {
	float: right;
	margin-right: 0;
	width: 74.58%;
}


.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: left; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION: page containers */ 
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	margin: 0px;
	padding: 0 0 32px;
	position: relative;
}
#topnav {
	background-color: rgb(187,218,229);
	background-color: rgba(187,218,229,0.8);
	border-style: solid;
	border-width: 0 1px 1px;
	border-radius: 0 0 10px 10px;
	border-color: rgb(187,218,229);
	border-color: rgba(187,218,229,0.33);
	color: #444444;
	font-size: 0.75em;
	padding: 6px 10px;
	position: absolute;
	right: 0;
	text-shadow: 0 0 1px #FFFFFF;
	text-transform: uppercase;
	top: 0;
	z-index: 5;
}
#middle {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	position: relative;
	z-index: 4;
	zoom: 1;
}
#navbar {
	/*background-color: rgb(94, 147, 165);*/
	background-color: #9ABDC9;
	background-color: rgba(94, 147, 165, 0.7);
	border-color: rgb(144,183,200);
	border-color: rgba(144,183,200,0.7);
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-radius: 10px 10px 0 0;
	margin-top: -3.7em;
	margin-bottom: -10px;
	padding: 2px 2px 12px 15px;
	position: relative;
	z-index: 3;
}
#subnavbar {
	float: left;
	margin-right: 13px;
	min-height: 100px;
	width: 186px;
}
#main {
	background-image: url(http://img1.custompublish.com/getfile.php/2009157.181.wwpxpbvbcq/bergveronika.jpg);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	float: left;
	width: 584px;
	min-height: 535px; /* ref .viewarea */
}
.page289198 #mainsidebar
{
display:none;
}
.page289198 #main
{
width:780px;
}
table#contactlisttable
{
table-layout: fixed;
width:770px;
}
td.contactlistname
{
overflow: hidden;
width: 20% !important;
}

.frontpage.articlelisting #main {
	background-position: 200px 5px;
}
.viewareacontent {
	min-height: 460px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 186px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 780px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}

/* frontpage */
.articlelisting.frontpage #subnavbar {
	display: none;
}
.articlelisting.frontpage #main {
	width: 780px;
}
#footer {
	/*background-color: rgb(94, 147, 165);*/
	background-color: #B5CAC9;
	background-color: rgba(94, 147, 165, 0.33);
	border-radius: 0 0 10px 10px;
	/*border-bottom-right-radius: 70px 100px;*/
	box-shadow: 0 0 5px rgba(94, 147, 165, 1.0);
	clear: both;
	color: #555555;
	font-size: 0.9em;
	margin-top: -10px;
	padding: 15px 2px 2px 10px;
	position: relative;
	text-shadow: 1px 1px 1px #FFFFFF;
	z-index: 3;
}

#footer .contactinfo .address br {
	display: none;
}
.companyname {
	color: #444444;
	font-size: 1.1em;
	font-weight: bold;
}
.box, ul.bolkmenu li.menulevel0 {
	/*background-color: rgb(194,213,209);
	background-color: #E3EAEA;*/
	background-color: #EAF0EF;
	background-color: rgba(194,213,209,0.4);
	border: 1px solid #E2EAEE;
	border-radius: 5px;
	box-shadow: 0 0 3px #CCCCCC;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.box {
	margin: 0px 0px 15px 0px;
}
.box ul, ul.bolkmenu ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li, ul.bolkmenu ul li.menulevel1 {
	margin: 0 0 5px;
	padding: 0px;
}
ul.bolkmenu ul li.menulevel1 {
	margin-bottom: 0;
}
.box ul ul,  ul.bolkmenu ul.menulevel2{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption, ul.bolkmenu li .menuitem.menulevel0 {
	background-color: #06547C;
	background-image: -moz-linear-gradient(#0876A3, #06547C);
	background-image: -ms-linear-gradient(#0876A3, #06547C);
	background-image: -o-linear-gradient(#0876A3, #06547C);
	background-image: -webkit-linear-gradient(#0876A3, #06547C);
	background-image: linear-gradient(#0876A3, #06547C);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0876A3', EndColorStr='#06547C')";
	border-bottom: 2px solid #D9CE32;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	position: relative;
	margin: -8px -8px 10px;
}
.box .caption .corner, ul.bolkmenu li .menuitem.menulevel0 .corner {
	background-image: url(http://img1.custompublish.com/getfile.php/2015447.181.asvtafwwyr/caption-corners.png);
	bottom: -8px;
	height: 8px;
	width: 6px;
}
.box .caption .btn {
	background-color: #075B85;
	background-image: -moz-linear-gradient(#097BA6, #055177);
	background-image: -ms-linear-gradient(#097BA6, #055177);
	background-image: -o-linear-gradient(#097BA6, #055177);
	background-image: -webkit-linear-gradient(#097BA6, #055177);
	background-image: linear-gradient(#097BA6, #055177);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#097BA6', EndColorStr='#055177')";

	color: #BDE0E0;
	float: right;
	font-weight: normal;
	border-color: #086B90 #287CA0 #276F91 #06587D;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	font-size: 0.8em;
	margin-left: 5px;
	line-height: 1.0;
	padding: 2px 5px;
	text-shadow: 1px 1px 0 #000000;
}
.box .caption .btn:link, .box .caption .btn:visited, .box .caption .btn:hover {
	color: #BDE0E0;
	text-decoration: none;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}

ul.tools {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.tools > li {
	background-image: url(http://img1.custompublish.com/getfile.php/2009269.181.cxpcqscvff/topnav-sep.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0 5px 0 10px;
}
ul.tools > li:first-child {
	background-image: none;
}
.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.minimenu {
	padding-top: 7px;
}
.tool.textsize {
	padding-top: 0px;
}
.textsize a {
}
.textsize a:link, .textsize a:visited, .textsize a:hover{
	color: #444444;
	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 .option {
	font-size: 1.33em;
}
.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.language {
	padding-top: 5px;
}



#toppbilder {
	position: absolute;
	right: 0;
	bottom: 0;
}
#toppbilder div.imgwrap { 
	box-shadow: 0 0 30px #999999;
	overflow: hidden;
	-ms-transform: skew(-23deg,0);
	-moz-transform: skew(-23deg,0);
	-o-transform: skew(-23deg,0);
	-webkit-transform: skew(-23deg,0);
	transform: skew(-23deg,0);
	width: 396px;
}

#toppbilder div.imgwrap img { 
	-ms-transform: skew(23deg,0);
	-moz-transform: skew(23deg,0);
	-o-transform: skew(23deg,0);
	-webkit-transform: skew(23deg,0);
	transform: skew(23deg,0);
	left: -40px; /* img is 80px wider than container */
	position: relative;
}

#toppbilder div.num0 { 
	position: absolute;
	bottom: 0;
	right: 50px;
	width: 340px;
	z-index: 2;
}
#toppbilder div.num1 { 
	height: 125px;
	position: absolute;
	bottom: 12px;
	right: 396px;
	width: 198px;
}

#path {
	margin-bottom: 10px;
}
.path span.arrow {
	display: none;
} 
a.path {
	background-color: #ABD6D6;
	background-color: #08719E;
	/*border-top-right-radius: 20px 11px;
	border-bottom-right-radius: 20px 11px;*/
	box-shadow: 0 0 3px #999999;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 3px 10px 2px;
	position: relative;
	/*-ms-transform: skew(-23deg,0);*/
	text-shadow: 1px 1px 0 #666666;
	/*-moz-transform: skew(-23deg,0);
	-o-transform: skew(-23deg,0);
	-webkit-transform: skew(-23deg,0);
	transform: skew(-23deg,0);*/
}
a.path:link { color: #FFFFFF; text-decoration: none; }
a.path:visited { color: #FFFFFF; text-decoration: none; }
a.path:hover, a.path:last-child { 
	background-color: #80BBA2;
	background-color: #06537B;
	color: #FFFFFF;
	text-decoration: none;
}
/*
a.path .corner {
	background-image: url(http://img1.custompublish.com/getfile.php/2025378.181.cbsburtfce/path-corners.png);
	height: 23px;
	width: 12px;
}
a.path .corner.bl {
	left: -10px;
	bottom: -2px;
}
a.path .corner.br {
	background-position: top left;
	bottom: -2px;
	right: -12px;
}*/

#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.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}

ul.mainmenu {
	font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif;
	font-size: 1.33em;
	list-style-type: none;
}
ul.mainmenu li {
	border-radius: 5px 5px 0 0;
	float: left;
	margin: 0 3px 0 0;
}
ul.mainmenu li.menu346726, ul.mainmenu li.menu269799{
display:none !important;
}
ul.mainmenu li.firstitem {
	background-color: #06537B;
	background-image: -moz-linear-gradient(#08719E, #06537B);
	background-image: -ms-linear-gradient(#08719E, #06537B);
	background-image: -o-linear-gradient(#08719E, #06537B);
	background-image: -webkit-linear-gradient(#08719E, #06537B);
	background-image: linear-gradient(#08719E, #06537B);
	/* ikke ms-filter, menyen forsvinner da ved hover */
}
ul.mainmenu li.firstitem:hover, ul.mainmenu li.firstitem.itemselected:hover {
	background-color: #FFFFFF;
	background-image: none;
	margin-bottom: -2px;
	padding-bottom: 2px;
}

.mainmenu a.menuitem, .mainmenu span.menuitem {
	background-color: #06537B;
	background-image: -moz-linear-gradient(#08719E, #06537B);
	background-image: -ms-linear-gradient(#08719E, #06537B);
	background-image: -o-linear-gradient(#08719E, #06537B);
	background-image: -webkit-linear-gradient(#08719E, #06537B);
	background-image: linear-gradient(#08719E, #06537B);
	/* ikke ms-filter, menyen forsvinner da ved hover */
	border-radius: 5px 7px 0 5px;
	color: #FFFFFF;
	display: block;
	padding: 10px;
	-webkit-transform: skew(30deg,0deg);
	-webkit-transform-origin: left top;
	-ms-transform: skew(30deg,0deg);
	-ms-transform-origin: left top;
	-moz-transform: skew(30deg,0deg);
	-moz-transform-origin: left top;
	-o-transform: skew(30deg,0deg); /* Opera */
	-o-transform-origin: left top; /* Opera */
	transform: skew(30deg,0deg);
	transform-origin: left top;
}
.mainmenu a.menuitem .dummy, .mainmenu span.menuitem .dummy {
	display: block;
	-webkit-transform: skew(-30deg,0deg);
	-ms-transform: skew(-30deg,0deg);
	-moz-transform: skew(-30deg,0deg);
	-o-transform: skew(-30deg,0deg);
	transform: skew(-30deg,0deg);

}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.mainmenu a:hover, .mainmenu .itemselected > a:link, .mainmenu .itemselected > a:visited, .mainmenu .itemselected > span.menuitem {
	background-color: #FFFFFF;
	background-image: none;
	border-bottom-left-radius: 0;
	color: #313131;
	text-decoration: none;
	padding-bottom: 12px;
	margin-bottom: -2px;
}

ul.hurtigmenu {
	font-size: 1.25em;
}
ul.hurtigmenu li {
	background-color: #E8F1F1;
	border: 1px solid #E1E9EC;
	border-radius: 5px 0 10px 5px;
	box-shadow: 0 0 3px #CCCCCC;
	margin: 0 -17px 10px 0;
	padding: 1px;
}
.hurtigmenu a {
	background-color: #E9E9E9;
	background-image: url(http://img1.custompublish.com/getfile.php/2007520.181.eqxvdqbffw/hurtigmenu-noise.png);
	background-position: top left;
	background-repeat: repeat;
	border: 1px solid #DEE9E9;
	border-radius: 5px 0 10px 5px;
	display: block;
	position: relative;
}
.hurtigmenu a .dummy {
	background-image: url(http://img1.custompublish.com/getfile.php/2007521.181.bpyvaatesa/hurtigmenu-sprite.png);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 5px 5px 30px;
}
.hurtigmenu .itemlvlnum2 a .dummy {
	background-position: 3px -98px;
}
.hurtigmenu .itemlvlnum3 a .dummy {
	background-position: 3px -198px;
}
.hurtigmenu .itemlvlnum4 a .dummy {
	background-position: 3px -298px;
}
.hurtigmenu .itemlvlnum5 a .dummy {
	background-position: 3px -398px;
}
.hurtigmenu .itemlvlnum6 a .dummy {
	background-position: 3px -498px;
}
.hurtigmenu .itemlvlnum7 a .dummy {
	background-position: 3px -598px;
}


.hurtigmenu a:link, .hurtigmenu a:visited, .hurtigmenu a:hover{
	color: #555555;
	text-decoration: none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.hurtigmenu a:hover{
	text-decoration: underline;
}
.hurtigmenu .corner.tr {
	background-image: url(http://img1.custompublish.com/getfile.php/2015478.181.pedfppbvyv/hurtigmenu-corner-tr-2.png);
	height: 18px;
	right: -5px;
	top: -15px;
	width: 18px;
}

.box ul.menu, .bolkmenu ul.menulevel1 {
	margin: -10px -8px -8px;
	padding-left: 0px;
}
.box ul.menu li, ul.bolkmenu li.menulevel1  {
	background-image: -moz-linear-gradient(rgba(256,256,256,0.5), rgba(256,256,256,0.0));
	background-image: -ms-linear-gradient(rgba(256,256,256,0.5), rgba(256,256,256,0.0));
	background-image: -o-linear-gradient(rgba(256,256,256,0.5), rgba(256,256,256,0.0));
	background-image: -webkit-linear-gradient(rgba(256,256,256,0.5), rgba(256,256,256,0.0));
	background-image: linear-gradient(rgba(256,256,256,0.5), rgba(256,256,256,0.0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2F6F5', EndColorStr='#EAF0EF')"; /* rgba funker ikke inni her */
}

.box ul.menu li:last-child, ul.bolkmenu li ul li:last-child {
	border-radius: 0 0 5px 5px;

}

.box ul.menu li > .menuitem, ul.bolkmenu li.menulevel1 > .menuitem  {
	background-image: url(http://img1.custompublish.com/getfile.php/2007553.181.stpdsbpswf/bullet.png);
	background-position: 13px 10px;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 5px 5px 23px;
}
.box .menu a:link, .box .menu a:visited, .box .menu a:hover,
ul.bolkmenu .menu a:link, ul.bolkmenu .menu a:visited, ul.bolkmenu .menu a:hover {
	color: #052737;
}

ul.topmenu {
	
}
ul.topmenu li {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 4px 20px;
}
ul.topmenu li.menu86336 {
	background-image: url(http://img1.custompublish.com/getfile.php/2013913.181.dvasfdvwwc/kompass.png);
}

.topmenu a:link, .topmenu a:visited, .topmenu a:hover{
	color: #444444;
	text-decoration: none;
}
.topmenu a:hover{
	text-decoration: underline;
}


#searchformwrap {
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	position: absolute;
	right: 0;
}
#searchformwrap .dummy {
	background-color: #FFFFFF;
	border-radius: 10px 10px 0 0;
	padding: 9px 2px 17px 8px;
	-webkit-transform: skew(-45deg, 0deg);
	-webkit-transform-origin: right top;
	-o-transform: skew(-45deg, 0deg);
	-o-transform-origin: right top;
	-moz-transform: skew(-45deg, 0deg);
	-moz-transform-origin: right top;
	-ms-transform: skew(-45deg, 0deg);
	-ms-transform-origin: right top;
	transform: skew(-45deg, 0deg);
	transform-origin: right top;
}
#searchform {
	background-color: #F1EFEE;
	border-color: #D1D0D0 #F4F3F2 #F1EFEE #CDCCCB;
	border-style: solid;
	border-radius: 7px;
	border-width: 1px;
	margin: 0;
	padding: 0;
	-webkit-transform: skew(45deg, 0deg);
	-webkit-transform-origin: right top;
	-o-transform: skew(45deg, 0deg);
	-o-transform-origin: right top;
	-ms-transform: skew(45deg, 0deg);
	-ms-transform-origin: right top;
	-moz-transform: skew(45deg, 0deg);
	-moz-transform-origin: right top;
	transform: skew(45deg, 0deg);
	transform-origin: right top;
	width: 183px;
}
input.searchinput {
	background-color: transparent;
	border: none;
	color: #07648E;
	font-size: 1.25em;
	font-style: italic;
	padding: 1px 5px;
	vertical-align: middle;
	width: 140px;
}	
input.searchsubmit {
	background-color: transparent;
	background-image: url(http://img1.custompublish.com/getfile.php/2007545.181.vsxvvsdtcy/lupe.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	color: #07648E;
	height: 19px;
	overflow: hidden;
	text-indent: -999px;
	vertical-align: middle;
	width: 20px;
	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;
}


@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;
	}
}