/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 75%; /*12px*/
	margin: 0;
	padding: 6px 0;
}
.caption, .mainmenu a.menulevel0, .mainmenu span.menulevel0 {
	font-family: "Myriad Pro", Myriad, "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table,caption,th,td {
	font-size: 1.0em;
}
table {
	border-spacing: 0;
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
th {
	background-color: #297ca7;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 2px;
	text-align: left;
}
td {
	padding: 2px 2px 2px 2px;
	text-align: left;
}
/* Every 2nd table row, deactivated because of layout table usage in varios content */
/*tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}*/
/* Every second table row in tables with a caption */
caption ~ tbody tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}

/* Every second table row in tables with a thead section */
thead ~ tbody tr:nth-child(2n+1) {
	background-color: #F3F3F3;
}




h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.35em;
}
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;
}
.normal{
	font-size: 12px;
}
.bigger{
	font-size: 15px;
}
.biggest{
	font-size: 18px;
}


/* 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: #336699; }
a:visited { color: #763399; }
a:hover { color: #336699; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none; color: #336699; }
.menu a:visited {text-decoration: none; color: #336699; }
.menu a:hover {text-decoration: underline; color: #336699; }

.menu a.itemselected:link, .menu a.menuselected:link {text-decoration: underline; }
.menu a.itemselected:visited, .menu a.menuselected:visited {text-decoration: underline; }
.menu a.itemselected:hover, .menu a.menuselected:hover {text-decoration: underline;  }

/* "Links" for site customization */
a.custom, img.custom{
  cursor: pointer;
  font-weight: bold;
}
a.custom:hover{
	text-decoration: underline;
}



/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { color: #999999; }
a.cp:link { color: #999999;  text-decoration: none; }
a.cp:visited {color: #999999;   text-decoration: none; }
a.cp:hover { color: #999999;  text-decoration: underline; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { color: #24487d;}
.headline .headlinelink:link {  color: #24487d; text-decoration: none;}
.headline .headlinelink:visited {  color: #24487d; text-decoration: none;}
.headline .headlinelink:hover {  color: #24487d; text-decoration: underline;}

/* 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 { }
.date { color: #999999; font-size: 0.9em; }
.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;
} 


/* 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 */ 
}


#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 {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

ul.news {
}
ul.news li, .box ul.news li {
	margin: 0 0 6px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0, div.twocol .pair0 { 
	clear: both;
	float: left;
	width: 49%;
}
div.twocol .articleblock.pair1, div.twocol .pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
	width: 49%;
}

/* 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;
}

.threecol.mainone .treble0 { 
	clear: both;
	float: left;
	margin-right: 8px;
	width: 298px;
}
.threecol.mainone .treble1 { 
	float: left	;
	margin-right: 0;
	width: 298px;
}
.threecol.mainone .treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
	width: 149px;
}

.fivecol .penta0, .fivecol .penta1, .fivecol .penta2, .fivecol .penta3, .fivecol .penta4 {
	float: left;
	margin-right: 9px;
	width: 139px;
}
.fivecol .penta3 {
	margin-right: 0px;
}
.fivecol .penta4 {
	float: right;
	margin-right: 0px;
	width: 149px;
}
.frontpage.listingarea .cell {
	min-height: 146px;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	background-image: url(http://img4.custompublish.com/getfile.php/1293463.804.abpacdvvtv/hr-wide.png);
	background-position: center bottom;
	background-repeat: no-repeat;

	border-width: 0;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 6px;
	margin-bottom: 9px;
}
.twocol .listingarea hr, .twocol div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-image: url(http://img4.custompublish.com/getfile.php/1293462.804.uvxcwydvds/hr-narrow.png);
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }


/* SECTION: css tabs, functionality */

.csstabs {
	position: relative;
	zoom: 1;
	list-style:none;
	padding:0; margin:0;
}

.csstabs .item {
	position: static; /* Cells should be positioned relative to .csstabs, not .item */
}
.csstabs .item .content {
	display: none;
	overflow: auto;
	position: absolute;
	z-index: 5;
}
.csstabs:hover .item:first-child .content {
/*	display: none;*/
}
/* .active, .inactive act as javascript hooks */
.csstabs .item:hover .content, .csstabs .item:first-child .content, .csstabs:hover .item:first-child:hover .content, .csstabs .item.active .content  {
	display: block;
}

.csstabs .item.inactive .content {
	display: none;
	opacity: 0;
}

.csstabs .item .caption {
	position: relative;
	z-index: 10;
}

/* End csstabs, functionality */

/* SECTION: csstabs, aktuelt skin  */

div.csstabs.aktuelt {
	min-height: 146px;
	padding: 0 135px 0 0;
}
div.csstabs.aktuelt .item {
}
div.csstabs.aktuelt .item .content {
	border: 1px solid #BAB09F;
	height: 146px;
	right: 0;
	overflow: hidden;
	padding: 1px;
	top: 0;
	width: 132px;
}
div.csstabs.aktuelt .item .content img.dynimage {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
}
div.csstabs.aktuelt .item .caption {
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.25em;
	padding: 0;
}
div.csstabs.aktuelt .item .caption {
	font-size: 1.0em;
	white-space: nowrap;
	overflow: hidden;
}


div.csstabs.aktuelt .item .caption a, div.csstabs.aktuelt .item.inactive .caption a  {
	border-color: transparent;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	display: block;
	padding: 10px 10px 10px 7px;
}
div.csstabs.aktuelt .item .caption a:link, div.csstabs.aktuelt .item .caption a:visited {
	text-decoration: none;
} 
div.csstabs.aktuelt .item .caption a:hover, div.csstabs.aktuelt .item:first-child .caption a, div.csstabs.aktuelt .item.active .caption a  {
	border-color: #BAB09F;
	background-color: #D8D4B6;
	color: #1C475E;
	text-decoration: none;
}
div.csstabs.aktuelt .item.inactive .caption a  {
	background-color: transparent;
	border-color: transparent;
	color: #336699;
}







/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	background-color: #CBDAE3;
	background-image: url(http://img4.custompublish.com/getfile.php/1292447.804.qdptuxpyat/page-bkg.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 996px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
.page.s1 {
	background-image: url(http://img4.custompublish.com/getfile.php/1292449.804.ewcpfrsfuf/page-shadow-mid.png);
}
.page.s2 {
	background-image: url(http://img4.custompublish.com/getfile.php/1292450.804.taaywsexsw/page-shadow-top.png);
}
.page.s3 {
	background-image: url(http://img4.custompublish.com/getfile.php/1292448.804.qattcdduaf/page-shadow-btm.png);
	padding: 1px 5px 12px 5px;
}
#top {
	background-image: url(http://img4.custompublish.com/getfile.php/1292451.804.fpvqcrcvbr/top-bkg.png);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	margin: 10px 6px 0;
	position: relative;
	zoom: 1;
}
.side.top.v {
	background-image: url(http://img4.custompublish.com/getfile.php/1292605.804.auaexvydwq/top-shadows-vert.png);
}
.side.top.h {
	background-image: url(http://img4.custompublish.com/getfile.php/1292604.804.wyswwdfpcv/top-shadows-hori.png);
}
.side.top.v.r {
	padding: 12px 9px 14px;
	position: relative;
	zoom: 1;
}
.corner.top {
	background-image: url(http://img4.custompublish.com/getfile.php/1292603.804.pxfssfbeea/top-corners.png);
	z-index: 3;
}
.corner.tl.top { 
	left: 0;
	top: 0;
}
.corner.tr.top { 
	right: 0;
	top: 0;
}
.corner.br.top { 
	bottom: 0;
	right: 0;
}
.corner.bl.top { 
	bottom: 0;
	left: 0;
} 

#topnav {
}
#middle {
}
#navbar {
	float: left;
	margin: 0 9px;
	width: 165px;
}
.frontpage.articlelisting #navbar {
	float: none;
	width: auto;
	margin-bottom: 9px;
}
#main {
	background-color: #FFFFFF;
	float: left;
	min-height: 500px;
	padding: 10px;
	width: 618px; /*600px;*/
}
.frontpage.articlelisting #main {
	background-color: transparent;
	margin-left: 9px;
	clear: both;
	width: 811px;
	padding: 0;
}

#mainsidebar {
	float: right;
	margin-right: 9px;
	width: 147px; /* 165px;*/
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 794px;
}
.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;
}


#footer {
	background-color: #105173;
	background-image: url(http://img4.custompublish.com/getfile.php/1292440.804.wwsyacxyrs/footer-bkg.png);
	background-position: top left;
	background-repeat: repeat-y;
	border-top: 1px solid #79AFCB;
	clear: both;
	color: #FFFFFF;
	padding: 5px 0;
	position: relative;
	text-align: center;
}

#footer a:link{ color: #FFFFFF;}
#footer a:visited{ color: #FFFFFF;}
#footer a:hover{ color: #FFFFFF;}

.corner.footer {
	background-image: url(http://img4.custompublish.com/getfile.php/1293440.804.uqqtffaatx/middle-btm-corners-2.png);
	height: 20px;
}
.corner.footer.tl, .corner.footer.tr {
	top: -6px;
}

#cp {
	color: #999999;
	font-size: 0.85em;
	width: 996px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
}

.box {
	background-color: #FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #6c8d9e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 6px 6px;
	margin: 0px 0px 9px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 12px 6px 6px 6px;
	position: relative;
}
.box .cell .footer {
	font-size: 1.0em;
	padding: 2px 0;
	text-align: right;
}
.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 .icon {
	background-image: url(http://img4.custompublish.com/getfile.php/1293060.804.wbbyftruwy/ikoner2.png);
	background-position: -100px 0; /* No icon by default */
	background-repeat: no-repeat;
	height: 20px;
	right: 6px;
	position: absolute;
	text-indent: -9999px;
	top: 2px;
	width: 20px;
}
.box.news .icon{
	background-position: right 0;
}
.box.calendar .icon{
	background-position: right -100px;
}
.box.selvbetjening .icon{
	background-position: right -200px;
}
.box .caption {
	color: #025686;
	font-size: 1.3em;
	padding: 0 6px;
	margin: 0px;
}
.box.variant1 {
	background-color: #D8D4B6;
	background-image: url(http://img4.custompublish.com/getfile.php/1292429.804.vefcttyuqu/box-variant1-bkg.png);
	border-color: #CAC2B4;
}
.box.variant1 .cell {
	background-color: #FFFFFF;
	border: 1px solid #BAB09F;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.box.variant1.aktuelt .cell {
	background-color: #F2F0E0;
	min-height: 156px;
	padding: 7px 1px 1px 1px;
}
.box.variant1 .cell .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1292430.804.cduqeuuwdy/box-variant1-cell-frame.png);
}
.box.variant1 .cell .corner.tl {
	width: 150px;
}
.box.variant1 .cell .corner.tr {
	width: 150px;
}

.box.variant2 {
	background-color: #297CA7;
	background-image: url(http://img4.custompublish.com/getfile.php/1292431.804.ucrxrxquwr/box-variant2-bkg.png);
	border-color: #FFFFFF;
}
.box.variant2 .cell {
	background-color: #FFFFFF;
	border: 1px solid #8BB7CB;
	min-height: 156px;
	padding-top: 2px;
}
.box.variant2 .cell .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1292432.804.cuvyyprwcu/box-variant2-cell-frame.png);
}
.box.variant2 .cell .corner.tl {
	width: 82px;
}
.box.variant2 .cell .corner.tr {
	width: 83px;
}
.box.variant2 .caption {
	color: #FFFFFF;
}

.box.variant3 {
	background-color: #1C475E;
	background-image: url(http://img4.custompublish.com/getfile.php/1292433.804.bbdxqqauxa/box-variant3-bkg.png);
	border-color: #FFFFFF;
}
.box.variant3 .cell {
	background-color: #FFFFFF;
	border: 1px solid #8BB7CB;
}
.box.variant3 .cell .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1292434.804.wpatuxscrr/box-variant3-cell-frame.png);
}
.box.variant3 .cell .corner.tl {
	width: 82px;
}
.box.variant3 .cell .corner.tr {
	width: 82px;
}
.box.variant3 .caption {
	color: #FFFFFF;
}

.box.variant4 {
	background-color: #7C9EB0;
	background-image: url(http://img4.custompublish.com/getfile.php/1292435.804.xabcqwywyt/box-variant4-bkg.png);
	border-color: #FFFFFF;
}
.box.variant4 .cell {
	background-color: #FFFFFF;
	border: 1px solid #446D82;
}
.box.variant4 .cell .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1292436.804.wtvsddetsb/box-variant4-cell-frame.png);
}
.box.variant4 .cell .corner.tl {
	width: 70px;
}
.box.variant4 .cell .corner.tr {
	width: 69px;
}
.box.variant4 .caption {
	color: #000000;
}
.box.webcam .caption {
	font-size: 1.2em;
	padding: 3px 0 3px 6px;
}
.box.webcam .cell {
	border: 3px solid #02598B;
	border-radius: 3px;
	min-height: 0;
	padding: 0;
}

/* SECTION: page elements */
#logo {
	float: left;
}
#sitetools {
	float: right;
	position: relative;
	text-align: right;
	width: 200px;
	z-index: 2;
}
#sitetools .tool {
	margin-bottom: 15px;
}
.languagebar img {
	border: 1px solid #FFFFFF;
}
.tool.textsize {
	background-color: #FFFFFF;
	border: 1px solid #565656;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #24487d;
	display: inline;
	line-height: 1.4;
	margin-right: 10px;
	padding: 1px 5px;
	vertical-align: middle;
}
.tool.textsize a, .tool.textsize a:link, .tool.textsize a:visited, .tool.textsize a:hover {
	color: #24487d;
	text-decoration: none;
}
.tool.textsize a:hover { 
	text-decoration: underline;
}
.tool.colors {
	display: inline;
	line-height: 1.4;
	vertical-align: bottom;
	position: relative;
	top: 1px;
}
#toppbilde {
	height: 118px;
	position: absolute;
	top: 2px;
	right: 4px;
	width: 670px;
	z-index: 1;
}
#toppbilde .patch {
	background-image: url(http://img4.custompublish.com/getfile.php/1292453.804.vdpuqpscba/topppbilde-gradient.png);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
}
#talewebholder {
	height: 38px;
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 1px 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}
ul.mainmenu {
	background-color: #F4F9FC;
	border: 1px solid #B7CFDD;
	border-radius: 5px 0 0 5px;
	padding: 8px 1px;
}
ul.mainmenu li{
	margin: 0 0 1px;
}
.mainmenu a.menulevel0, .mainmenu span.menulevel0 {
	background-color: #02598b;
	border-right: 1px solid #5791B3;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	padding: 1px 6px;
}

/* Hovedmeny på forsiden */
.frontpage.articlelisting ul.mainmenu {
	background-color: transparent;
	border: none;
	padding: 0;
}
.frontpage.articlelisting ul.mainmenu li {
	display: inline;
}
.frontpage.articlelisting ul.mainmenu li.menulevel0 {
	display: block;
	float: left;
	margin-right: 5px;
	width: 156px;
}
.frontpage.articlelisting .mainmenu a.menulevel0, .frontpage.articlelisting .mainmenu span.menulevel0 {
	background-color: transparent;
	border-right: none;
	color: #025a88;
	display: block;
	font-size: 1.5em;
}

.frontpage.articlelisting ul.mainmenu ul.submenu {
	font-size: 0.85em;
	padding-left: 6px;
}
.frontpage.articlelisting ul.mainmenu ul.submenu ul {
	font-size: 1.0em;
}
.frontpage.articlelisting ul.mainmenu ul.submenu li.brokeonitem:after{
  content: '...';
  font-size: 1.2em;
}
.frontpage.articlelisting ul.mainmenu ul.submenu li {
	white-space: nowrap;
}
.frontpage.articlelisting ul.mainmenu ul.submenu li.firstitem {
}
.frontpage.articlelisting ul.mainmenu ul.submenu li a {
	border-left: 1px solid #B8DEF2;
	padding-left: 5px;
}
.frontpage.articlelisting ul.mainmenu ul.submenu li.firstitem a {
	border-left: none;
	padding-left: 0;
}

.frontpage.articlelisting .submenu a:link, .frontpage.articlelisting .submenu a:visited, .frontpage.articlelisting .submenu a:hover {
	color: #0085CD;
}


ul.hurtigmenu {
}
ul.hurtigmenu li {
	margin: 0 0 1px;
}
.hurtigmenu a {
	background-color: #1C475E;
	color: #FFFFFF;
	display: block;
	position: relative;
}
.hurtigmenu a:link, .hurtigmenu a:visited, .hurtigmenu a:hover {
	color: #FFFFFF;
}
.hurtigmenu .side.v {
	background-image: url(http://img4.custompublish.com/getfile.php/1292443.804.yadydpddur/hurtigmenyknapp-sides-vert.png);
}
.hurtigmenu .side.h {
	background-image: url(http://img4.custompublish.com/getfile.php/1292442.804.esrcbwtfcy/hurtigmenyknapp-sides-hori.png);
}
.hurtigmenu .side.v.r {
	padding: 5px 5px 5px 30px;
}
.hurtigmenu .corner {
	background-image: url(http://img4.custompublish.com/getfile.php/1292441.804.fsfyyddpqf/hurtigmenyknapp.png);
}
.hurtigmenu .corner.tl { 
	left: 0;
	top: 0;
}
.hurtigmenu .corner.tr { 
	right: 0;
	top: 0;
}
.hurtigmenu .corner.br { 
	bottom: 0;
	right: 0;
}
.hurtigmenu .corner.bl { 
	bottom: 0;
	left: 0;
} 


ul.tools {
	list-style-type: none;
}
.tools li, .toolmenu li {
	clear: left;
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 5px !important;
}
.tools li.tips, .tools li.printable {
	clear: none;
	float: left;
}
.tools li.tips img, .tools li.printable img {
	margin: 0 5px 0 0;
}

.toolmenu li {
	background-image: url(http://img4.custompublish.com/getfile.php/1293060.804.wbbyftruwy/ikoner2.png);
	padding-left: 20px !important;

}
.toolmenu li.itemlvlnum1 {
	background-position: 0 -298px;
}
.toolmenu li.itemlvlnum2 {
	background-position: 0 -397px;
}
.helpmenu li {
	background-image: url(http://img4.custompublish.com/getfile.php/1293060.804.wbbyftruwy/ikoner2.png);
	background-position: -100px 0; /* Hide icon by default */
	background-repeat: no-repeat;
	padding-left: 20px !important;
	margin-bottom: 6px !important;
}

.helpmenu li.itemlvlnum1 {
	background-position: 0 -500px;
}
.helpmenu li.itemlvlnum2 {
	background-position: 0 -600px;
}
.helpmenu li.itemlvlnum3 {
	background-position: 0 -700px;
}
.helpmenu li.itemlvlnum4 {
	background-position: 0 -299px;
}
.helpmenu li.itemlvlnum5 {
	background-position: 0 -398px;
}
#search {
}
#searchform {
	background-color: #FFFFFF;
	border: 1px solid #1C5877;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
	padding: 2px;
	width: 175px;
	margin: 10px 0 0 auto;
}
input.searchinput {
	border: none;
	background-color: #FFFFFF;
	font-size: 0.9em;
	vertical-align: middle;
	width: 150px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.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%;
}

/* Kalender */
.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { }
.calendardate { color:#333333; font-size: 0.9em; }
.monthlycalendartable {
	font-size: 0.9em;
	border: 1px solid #8BB7CB;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
.monthlycalendartable td, .monthlycalendartable th {
	border: 1px solid #8BB7CB;
	padding: 1px;
	text-align: center;
}
td.calmonthname, .weekno, td.caldayhasevent, td.caltoday {
	background-color: #E2EEF3;
} td.caldayhasevent .dailyevent {
	cursor: pointer;
}
td.calmonthname, .weekno {
	font-size: 1.1em;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	#top, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner {
		display: none !important;
	}
	#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;
	}
}