/* Default stylesheet */
@media handheld, only screen and (max-width: 900px) {

	.onlyfordesktop {
		display: none;
	}
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	font-size: 12px; /* 11px*/
	margin: 0px;
	padding: 0px;
}



table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}
.body h1 {
	margin-bottom: 12px;
}
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*/

fieldset {
	margin-bottom: 15px;
	border: 1px solid #CCC;
	clear: both;
}
a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link, a:visited { color: #00aeef; text-decoration:none;}
a:hover {text-decoration:underline; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }
.blackArrow a{
	background:url(http://img5.custompublish.com/getfile.php/1359480.1345.dpuuvavdyv/arrow_black.gif) 0 4px no-repeat;
	padding-left:10px;
	color:#333;
	text-decoration:underline;
	}
	.blackArrow a:hover{
		text-decoration:none;
		}

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected: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 { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {color:#333; }
.headlinelink:visited {color:#333; }
.headlinelink:hover { }

.headlineulli .headlinelink:link {color: #00aeef;}
.headlineulli .headlinelink:visited {color: #00aeef; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link {color:#4d4d4d; }
.headline .headlinelink:visited {color:#4d4d4d; }
.headline .headlinelink:hover {text-decoration:none; }

/* 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: 10px; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }
a.rss{
	background:url(http://img5.custompublish.com/getfile.php/1360133.1345.prsayuwued/icon_rss.gif) center left no-repeat;
	padding-left:20px;
	text-shadow:1px 2px 3px #000;
	color:#fff;
	}
	a.rss:hover{
		text-decoration:none;
		color:#fff;
		}

/* 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 */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; background:#efefef; padding:10px 5px;}
.toolsList{
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 0;
	width:190px;
	overflow: hidden;
	background: #efefef;
}
	.toolsList li{
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
	}
	.toolsList li a{
		font-size: 10px;
		padding: 0 5px;
	}
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */

div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headlineview, h2.headline {
	font-size: 1.8em;
	font-weight:lighter;
	margin: 0px 0 15px;
	padding: 0px;
}
h2.headlineBlack{
	background:#000;
	color:#00aeef;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	font-size:12px;
	}
h2.headlineview {
	margin: 0px;
	padding: 0px;
}
h3.headline{
	font-size:14px;
	font-weight:lighter;
	margin-bottom:10px;
	}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.redHeadline{
	font-weight:bold;
	color:#c21730;
	text-transform:uppercase;
	}
	.redHeadline a{color:#c21730;}
	
.blackHeadline{
	padding-left: 10px;	
	display: inline-block;
	height: 25px;
	line-height: 25px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	background:url(http://img5.custompublish.com/getfile.php/1359435.1345.seqbpxsufb/bg_headlineBlack.gif);
	font-weight:lighter;
	margin:0;
	}
	.blackHeadline span{
		padding-right: 10px;
		display: inline-block;
		height: 25px;
		background:url(http://img5.custompublish.com/getfile.php/1359435.1345.seqbpxsufb/bg_headlineBlack.gif) top right no-repeat;
		}
.greyHeadline{
	color:#fff;
	background:#333;
	text-transform:uppercase;
	padding:2px 5px;
	margin:4px 0;
	font-weight:100;
	display:inline-block;
	}	
.dateView{
	margin: 0 0 20px;
}		
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
}
span.ingressview {
	margin: 6px 0px 0; 
	padding: 0px;
	font-size:14px;
	font-weight: bold;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}
/* for temaguidevisning */
div.articlemedia.video {
	float: none;
	margin: 0 0 15px;
	width: auto;
} 

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.viewarea{
	width:590px;
	}
.fb_edge_widget_with_comment {
	margin-bottom: 20px;
}
.articleList{
	list-style:none;
	margin:0 0 10px;
	padding:0;
	}
	.articleList li{
		padding:10px 0;
		}
		.articleList li.num5{
			border:0;
			}
		.articleList li .redHeadline{
			font-size:0.8em;
			}
			.articleList li .redHeadline.small{
				font-size: 9px;
			}
			
.smallList{
	list-style:none;
	margin:0 0 10px;
	padding:0;
	}
	.smallList li{
	background:url(http://img5.custompublish.com/getfile.php/1359480.1345.dpuuvavdyv/arrow_black.gif) 0 9px no-repeat;
	padding:5px 10px;
	}
	.smallList li a{
		color:#000;
		}		

.blueList{
	list-style: none;
	margin: 0;
	padding: 0;
}
.blueList li{
	background: url(http://img5.custompublish.com/getfile.php/1363293.1345.yycaevtvby/bullet_blue.gif) 0 9px no-repeat;
	padding: 3px 10px;
	margin: 0;
}
.blueList li a{
	color: #000;
}

.block, .articleblock {
	margin-bottom: 10px;
}

.col1{
	width:190px;
	overflow:hidden;
	}
.col2{
	width:390px;
	}
.col3{
	width:590px;
	}
.col4{
	width:790px;
	}
.col5{
	width:990px;
	}	
.leftCol.verticalList4, .leftCol.verticalList9{
	margin-right: 0;
}
.leftCol.verticalList0, .leftCol.verticalList1, .leftCol.verticalList2, .leftCol.verticalList3, .leftCol.verticalList4{
	overflow: hidden;
} 
.pair0, .pair1,
.twopair0, .twopair1, .twopair2, .twopair3, 
.tripple0, .tripple1, .tripple2{
	float:left;
	display:inline;
	margin-right:10px;
	}
	.pair1,
	.twopair3,
	.tripple2{
		margin-right:0;
		}

		
		
.widecol1{
	width:240px;
	}			
			
			

.articleblock .largeImg{
	margin-bottom:10px;
	}
.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
.miniArticle{
	width:100%;
	overflow:hidden;
}
.miniArticle .textwrap{
	float:right; width:130px;
}
.miniImg{
	float:left;
	margin:0 10px 5px 0;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock, div.twocol .cpselementcontainer.mod0, div.twocol .cpselementcontainer.mod1 { 
	width: 47%;
}
div.twocol .articleblock.pair0, div.twocol .cpselementcontainer.mod0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1, div.twocol .cpselementcontainer.mod1 { 
	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;
}
.bransjelisting .imgwrap, .bransjelisting .textwrap  {
	float: none;
	width: 100%;
}

.bransjelisting .fourcol .col {
	float: left;
	margin-right: 2.67%;
	width: 23%;
}
.bransjelisting .fourcol .col.col2, .bransjelisting .fourcol .col.col3 {
	margin-right: 0;
}
.bransjelisting .fourcol .col.col3 {
	float: right;
}
.bransjelisting .fourcol.firstlarge .col.col0 {
	width: 40%;
}
.bransjelisting .fourcol.firstlarge .col.col1, .bransjelisting .fourcol.firstlarge .col.col2, .bransjelisting .fourcol.firstlarge .col.col3 {
	width: 18%;
}

.bransjelisting .fourcol.lastlarge .col.col0, .bransjelisting .fourcol.lastlarge .col.col1, .bransjelisting .fourcol.lastlarge .col.col2 {
	width: 18%;
}
.bransjelisting .fourcol.lastlarge .col.col3 {
	width: 40%;
}


.bransjelisting .fivecol .col {
	float: left;
	margin-right: 2.5%;
	width: 18%;
}
.bransjelisting .fivecol .col.col3, .bransjelisting .fivecol .col.col4 {
	margin-right: 0;
}
.bransjelisting .fivecol .col.col4 {
	float: right;
}


ul.artxml { display: block; margin: 5px 0 15px; padding: 0 0 10px; border-bottom: 1px solid #000000;}
ul.artxml li { display: inline; margin: 0 10px 0 0; padding: 0; }
ul.artxml li.artxmltag { display: inline; margin: 0; padding: 0; white-space: nowrap;}
ul.artxml h3.artxmltag { display: inline; margin: 0 5px 0 0; padding: 0; color: #00AEEF; text-transform: uppercase; font-size: 1.0em;}
ul.artxml h3.artxmltag:after {
	content: ":";
}
ul.artxml ul { display: inline; margin: 0; padding: 0; }
ul.artxmlsub li {	margin-right: 0;}
ul.artxmlsub li br {display: none;}
ul.artxmlsub li:after {
	content: ", ";
}
ul.artxmlsub li:last-child {
	margin-right: 10px;
}
ul.artxmlsub li:last-child:after {
	content: "";
}

.artxml .label {
	color: #00AEEF;
	font-weight: bold;
	text-transform: uppercase;
}


.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;
	overflow: hidden;
}

.hasform div.body{
	width: 760px;
}
.hasform #main, .hasform #main .col3{
	float: left !important;
	width: 990px !important;
}
div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
.clearfixLeft{
	clear:left; font-size:1px; height:0px;
	}
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#topContainer{
	background:#fff;
	width:100%;
	text-align:center;
	overflow:hidden;
	}

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: left;
}
#topContent {
	margin: 0px auto;
	padding: 10px 0 0;
	width:990px;
	}
#top {
	margin: 0px;
	padding: 0px;
	background:url(http://img5.custompublish.com/getfile.php/1357960.1345.fuscqyyxte/bg_top.jpg) top right no-repeat #5c5c5c;
	height:140px;
	position:relative;
	clear:both;
	}
#topnav {
}
#middle {
}
.rightContentWrapper{overflow:hidden; width:390px; float:right;}
	.rightContentWrapper.small{width:190px;}
.leftContentWrapper{overflow:hidden; width:600px; float:left;}
	.leftContentWrapper.wide{width:800px;}
	.
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {
	min-height: 500px;
	width: 990px;
}
#mainsidebar {
	float: right;
	width: 180px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.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 {
	clear: both;
	text-align: left;
	background:#5f5f5f;
	overflow:hidden;
	width:990px;
	color:#ccc;
	font-size:10px;
	padding:10px;
	}
#footer ul{
	padding:0 10px 0 0;
	width:237px;
	list-style:none;
	float:left;
	display:inline;
	}
	#footer ul li{}
	#footer a{
		color:#fff;
		}
/* SECTION: Sidebar */
.sidebar {
}

.rightCol{
	float:right;
	}
.leftCol{
	float:left;
	margin-right:10px;
	}
.box {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.topSearch{
	position:absolute;
	right:20px;
	bottom:10px;
	text-align:left;
	}
.box.small{
	border-top:3px solid #000;
	font-size:11px;
	width:100%;
	overflow:hidden;
	}                    
	.box.small img{
		border:1px solid #9a9a9a;
		}
	.box.small a{
		color:#000;
		}
.greyBorder{
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
}
.greyBox{
	background:#eee;
	padding:10px;
	}
	.greyBox .col1{
		width:180px;
	}		
.box.video390{
	background:#666;
	width:390px;
	height:250px;
	}
.box.video323{
	width:323px;
	background:url(http://img5.custompublish.com/getfile.php/1358845.1345.cyqxrrpqcb/tv_seneste_test.jpg) top left no-repeat;
	height:310px;
	}
	.box.video323.left{
		float:left;
		margin-right:10px;
		}
	.box.video323.right{
		float:right;	
		}
.box .head {
}
.box .cell {
	padding: 5px;
}


.box ul ul{
	padding-left: 10px;
}

.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#logo {
	top:20px;
	left:20px;
	position:absolute;
}
ul#mainmenu{
	list-style:none; 
	margin:0; 
	padding:0;
	overflow:hidden;
	width:100%;
	background:url(http://img5.custompublish.com/getfile.php/1415943.1345.dvcxsaurud/bg_mainmenu.gif) top left repeat-x #2b2b2b;
	}
	ul#mainmenu li{
		margin:0;
		padding:0 0 0;
		xbackground:url(http://img5.custompublish.com/getfile.php/1357943.1345.btcyfybqff/bg_mainmenu_li.gif) center left no-repeat;
		float:left;
		display:inline;
		border-left: 1px solid #2b2b2b;
		border-right: 1px solid #202020;
		}
		ul#mainmenu li.firstitem{border-left: 0; padding:0;}
		ul#mainmenu li.firstitem a{
			xpadding-left:0;
		}
		ul#mainmenu li a{
			color:#fff;
			font-size:14px;
			padding:8px 10px 10px;
			margin:0;
			display:inline-block;
			border-top:2px solid #484848; 
			background: url(http://img5.custompublish.com/getfile.php/1385462.1345.frwcaruatw/bg_mainmenu_a.gif) top left repeat-x #1f1f1f;
			}
			ul#mainmenu li a:hover{
				color:#bde1ed;
				text-decoration:none;
				border-top:2px solid #06afef;
				background: url(http://img5.custompublish.com/getfile.php/1385466.1345.vfsaduewrb/bg_mainmenu_a_hover.gif) top left repeat-x #111;
				}
				ul#mainmenu li.itemselected a{
					background: #fff;
					border-top: 2px solid #fff;
					color: #666;
				}
				ul#mainmenu li.itemselected.hassubitem a{background:#eee;}
		
div.subContainer{
	background: #eee;
	width: 100%;
	padding:5px 0;
}		
				
ul#submenu{
	list-style:none; 
	margin:0 auto; 
	padding:0;
	background:#eee;
	overflow:hidden;
	width:990px;
	}
	ul#submenu li{
		margin:0 0 0 5px;
		padding:0;
		xbackground:url(http://img5.custompublish.com/getfile.php/1357943.1345.btcyfybqff/bg_mainmenu_li.gif) center left no-repeat;
		float:left;
		display:inline;
		}
		ul#submenu li.firstitem{background:none; margin-left:0;}
		ul#submenu li a{
			color:#666;
			font-size:11px;
			padding-left:10px;
			margin:0;
			height:21px;
			line-height:21px;
			display:inline-block;
			}
			ul#submenu li a span{
				display:inline-block;
				height:21px;
				padding-right:10px;
			}
			ul#submenu li a:hover, ul#submenu li.itemselected a{
				color:#fff;
				text-decoration:none;
				background:url(http://img5.custompublish.com/getfile.php/1381438.1345.bevsbewuvc/submenu_a_hover.gif) no-repeat;
				}
				ul#submenu li a:hover span, ul#submenu li.itemselected a span{
					background:url(http://img5.custompublish.com/getfile.php/1381438.1345.bevsbewuvc/submenu_a_hover.gif) top right no-repeat;
					}				
				
div#greyWrapper{
	background: #eee;
	margin: 5px 0 5px;
	padding: 10px 0;
	clear: both;
}
div#greyWrapper .articleList{margin:0;}	
div#greyWrapper .articleblock .headline{
	font-size: 16px;
	}
div#greyWrapper .articleblock .redHeadline{
	font-size: 10px;
}			

#verticalMenu{
	margin: 0 0 5px;
	padding: 0;
	list-style: 0;
	overflow: hidden;
	}
	#verticalMenu li{
		display: inline;
		margin: 0 10px 0 0;
		float: left;
		padding: 0;
		}
		#verticalMenu li.lastitem{
			margin: 0;
			}
		#verticalMenu li a{
			display: inline-block;
			background: #000;
			color: #00aeef;
			text-align: center;
			font-weight: bold;
			width: 190px;
			padding: 10px 0;
			font-size: 12px;
			text-transform: uppercase;
			}
			
ul.childmenu{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	}
				
ul.topMain{
	top:10px;
	left:250px;
	}
	ul.topMain li{
		margin:0;
		padding:10px 21px 10px 20px;
		background:url(http://img5.custompublish.com/getfile.php/1357943.1345.btcyfybqff/bg_mainmenu_li.gif) center right no-repeat;
		float:left;
		display:inline;
		}
		ul.topMain li.firstitem{padding-left:0;}
		ul.topMain li a{
			color:#fff;
			font-size:12px;
			padding:0;
			margin:0;
			}
			ul.topMain li a:hover{
				color:#06afef;
				text-decoration:none;
				}
				
ul.topSmall{
	top:80px;
	left:250px;
	width:345px;
	}
	ul.topSmall li{
		display:inline-block;
		float:left;
		width:115px;
		margin:0 0 10px;
		padding:0;
		text-align:left;
		}
		ul.topSmall li a{
			color:#fff;
			text-shadow:1px 2px 3px #000;
			}
			
ul.topBlue{
	bottom:20px;
	left:10px;
	}
	ul.topBlue li{
		margin-left:10px;
		display:inline;
		float:left;
		}
		ul.topBlue li.firstitem{
			margin:0;
			}
		ul.topBlue li a{
			background:#06afef;
			color:#fff;
			padding:5px 10px;
			font-size:11px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			}								

.borderBottom li{
	border-bottom:1px solid #d2d2d2;
	}
.borderTop li{
	border-top:1px solid #d2d2d2;
	}
.blackBorderTop{
	border-top:3px solid #000;
	}	


#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: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topMenu{
	position:absolute;
	top:10px;
	left:250px;
	}
#topMenu ul{
	list-style: none; 
	float:left;
	display:inline;
	margin:0;
	padding:0;
	}
	#topMenu ul li {
		margin:0;
		padding:10px 21px 10px 20px;
		background:url(http://img5.custompublish.com/getfile.php/1357943.1345.btcyfybqff/bg_mainmenu_li.gif) center 	right no-repeat;
		float:left;
		display:inline;
		}
		#topMenu ul li.firstitem{padding-left:0;}
		#topMenu ul li#triggerMenu{padding-right:0; background:none;}
		#topMenu ul li a{
			color:#fff;
			font-size:12px;
			padding:0;
			margin:0;
			}
			#topMenu ul li a:hover{
				color:#06afef;
				text-decoration:none;
				}






#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
margin: 0 0 10px;
}
#searchform.ledernyttForm{position:absolute; right:20px; top:70px;}
input.searchinput {
	vertical-align: middle;
	width: 120px;
	border: 0;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	background: #00aef0;
	border: 0;
	color: #fff;
	padding: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.cpsimpleform input.cpsinput, .cpsimpleform textarea.cpsinput {
   	background:#F7F7F7;
    border: 1px solid #AAAFB9;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 10px;
    padding: 6px;
}
input.cpssubmit {
    background: #363636;
    border: medium none;
    color: #FFFFFF;
    padding: 10px;
    margin-top: 20px;
    float: right;
    border-radius: 3px;
    font-size: 1.4em;
}
input.cpssubmit:hover {
    background: #06AFEF;
    color: #FFFFFF;
}
input:invalid {
    box-shadow: 0 0 5px red;
}
.cpsimpleform input[type="text"]:not([size]), .cpsimpleform input[type="email"]:not([size]), .cpsimpleform input[type="tel"]:not([size]) {
    max-width: 20em;
    width: 92%;
}
.cpssubmit {
	clear: both;
}

.cpsimpleform input[type="tel"]:not([size]) {
   /*  width: 10em; */
}

div.cpstext.horizontal {
    margin-bottom: 20px;
    min-height: 20px;
}
label.cpstext.horizontal .cpsimpleform.cpstextheading {
    float: left;
    
}
.cpsoptions.cpsoptionstext {
    clear: right;
    display: block;
    float: right;
}

.page285564 .cpsoptions.cpsoptionstext {
	float: none;
}

form.cpsimpleform {
    margin: 1em auto;
    padding: 1em;
}

.cpsimpleform.cpstextheading.twocol{
	font-size: 1.1em;
	font-weight: 600;
}
.mandatory{
	color: #FF0000;
}
/* SECTION: banner locations */
.banner{margin-bottom:10px; overflow:hidden;}
.wh790x140{width:790px;}
.wh190x140{width:190px;}
.wh390x150{width:390px;}
.leftside{float:left; margin-right:10px; text-align:left;}
.rightside{float:right; text-align:right;}



.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;
}
#bannerlocation25 {
	margin-bottom: 10px;
}

.rightCol .banner object, .rightCol .banner img {
	margin-bottom: 10px;
 }
.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;
}

.content{
	display: none;
}
#verticalListWrapper1.content{
	display: block;
}

#innhold {
	display: none;
	text-align:center;
	margin:0;
	padding:20px 0 0;
	}
	#innhold .submenu{padding:0;}
	#innholdMenu{
		margin:0 auto;
		width:990px;
		list-style:none;
		padding:0;
		text-align:left;
		}
		#innholdMenu li, #innholdMenu ul li{
			padding:3px 0;
			margin:0;
			font-size:11px;	
			}

ul.tgmenu {
	margin: 5px 0 30px;
}
ul.tgmenu li {
	float: left;
	margin: 0 1% 5px 0;
	width: 15%;
}
ul.tgmenu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html ul.tgmenu:after { zoom: 1; } /* IE7 */

.tghead {
	border-bottom: 2px solid #323232;

	padding: 5px 0;
	margin: 5px 0 25px;
}
.tghead h1 {
	float: left;
	margin-right: 10px;
}
.tghead .pagedescription, .tghead .pagetitle {
	float: left;
	width: 450px;
}
 .tghead .pagetitle {
	 font-size: 2em;
	 font-weight: normal;
	 position: relative;
	 bottom: 2px;
}



ul.docmenu {
	border-top:3px solid #000;
	list-style:none;
	margin:0 0 10px;
	padding:0;
	
}
ul.docmenu li {
	background:url(http://img5.custompublish.com/getfile.php/1359480.1345.dpuuvavdyv/arrow_black.gif) 0 9px no-repeat;
	border-bottom:1px solid #d2d2d2;
	padding:5px 10px;
	
}
.docmenu li a{
	color:#000;
}		
/* 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;
}

label.mobmenu {
	display: none;
}



@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}

