﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Stylesheet for Fortum
	media: all


 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
	font-size: 100%;
}
body
{
	margin: 0 0 50px;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background-color: #fff;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
.clearfix
{
	display: block;
}

.clear
{
	clear: both;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Accessibility, SEO & Print
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility
{
	position: absolute;
	top: -999em;
	left: -999em;
}

.printOnly
{
	display: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Basic typography etc.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1
{
	margin: .1em 0 .2em;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.6em;
	color: #006a4e;
}
	h1 strong
	{
		font-weight: bold;
	}


h2
{
	margin: 1em 0 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	EditMenuName: Overskrift;
}

h3
{
	margin: 1em 0 0;
	font-size: 1.25em;
	font-weight: normal;
	EditMenuName: Underoverskrift;
}

h4
{
	margin: 1em 0 .5em;
}

p
{
	margin: .25em 0 1em;
	line-height: 1.3em;
}

sub
{
	position: relative;
	top: 3px;
	vertical-align: baseline;
}

code
{
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #060;
	background-color: #cfc;
}

hr
{
	height: 1px;
	margin: 20px 0;
	padding: 0;
	color: #999;
	background-color: #999;
	border: 0;
}

iframe
{
	border: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a
{
	color: #000;
}
a:hover
{
	color: #96004a;
}
a:focus
{
	outline: none;
}
#article a
{
	color: #529900;
}
#article a:focus
{
	color: #006a4e;
}
#relatedContent .box a:focus
{
	color: #c45e90;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Form elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

form
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

legend
{
	display: none;
}

input
{
	font-size: 1em;
}

select
{
	font-size: 1em;
	background: #fff;
}

textarea
{
	font-size: 1em;
	background: #fff;
}

input:focus,
select:focus,
textarea:focus
{
	outline: none;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Lists
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul
{
	margin-left: 0;
	padding-left: 18px;
}

ol
{
	margin-left: 0;
	padding-left: 28px;
}
	li
	{
		margin: .3em 0;
		
	}
		#article li li
		{
			list-style: disc;
		}
ul.arrowList
{
	clear: both;
	padding: 0 0 0 2px;
	list-style: none;
}
	ul.arrowList li
	{
		margin: .5em 0;
		padding: 0 0 0 10px;/* 0 0 0 12px */
		background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 50%;
	}
ul.linkList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.linkList li
	{
		margin: .5em 0;
		padding-left: 18px !important;
		background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
	}
		#article ul
		{
			margin-bottom: 1em;
		}
		#article ul.linkList li li,
		#article ul.featuredLinks li li,
		#article ul.articleList li li
		{
			list-style: none;
		}
		ul.linkList li a
		{
			text-decoration: underline;
			color: #7db340;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Graphic buttons & links
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.submit
{
	float: left;
	background: url('../gfx/buttons/btn-submit.png') no-repeat 100% 50%;
}
	.submit input
	{
		float: left;
		width: auto;
		margin: 0;
		padding: 3px 6px;
		font-size: 1em;
		line-height: 1.6em;
		color: #fff;
		background: url('../gfx/buttons/btn-submit-left.png') no-repeat 0 50%;
		overflow: visible;
		border: none;
		cursor: pointer;
	}

#relatedContent .submit
{
	position: relative;
	float: right;
	background: url('../gfx/buttons/btn-related-submit.png') no-repeat 100% 50%;
}
	#relatedContent .submit input
	{
		position: relative;
		width: auto;
		margin: 0 0 0 -2px;
		padding: 3px 6px 3px 6px;
		font-size: 1em;
		line-height: 1.6em;
		color: #fff;
		background: url('../gfx/buttons/btn-related-submit-left.png') no-repeat 0 50%;
		overflow: visible;
		border: none;
		cursor: pointer;
	}
	* html #relatedContent .submit input
	{
		padding-right: 0;
	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#wrapper
{
	width: 931px;
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: left;
	background-color: #fff;
}

	#main
	{
		font-size: 1.1em;
	}

		#subNav
		{
			float: left;
			width: 185px;/* 228px */
			padding-right: 20px;
		}
		body.frontpage #subNav
		{
			display: none;
		}

		#mainContent
		{
			position: relative;
			float: left;
			width: 532px;/* 577px */
			margin-top: 1.5em;
			margin-right: 18px;
		}

		#relatedContent
		{
			float: left;
			width: 166px;/* 230px */
			margin-top: 1.25em;
			padding: 0;
		}

		#fullWidthContent
		{
			display: none;
		}
		#main.fullWidth #fullWidthContent
		{
			display: block;
			position: relative;
			width: 938px;
			margin: 1.5em 10px 1em 0;
		}
		#main.fullWidth #mainContent
		{
			width: 938px;
			margin-left: 19px;
		}
			#main.fullWidth #mainContent #article
			{
				width: 470px;
				margin-left: 229px;
			}
		#main.fullWidth #subNav,
		#main.fullWidth #relatedContent
		{
			display: none;
		}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Header */
#header
{
	margin: 0 8px 0 19px;
	padding-top: 20px;
	font-size: 1.1em;
	background: url('../gfx/backgrounds/bg-header.png') repeat-x 0 100%;
}
	/* Fortum logo */
	#logo a
	{
		display: block;
		float: left;
		width: 168px;
	}
		#logo a img
		{
			border: none;
		}

	#global
	{
		float: right;
		width: 700px;
		text-align: right;
	}
		/* Quick search area */
		.quickSearchArea
		{
			clear: both;
			float: right;
			margin: 5px 0 10px;
		}
			/* Fortum.com Link */
			a.corporateLink
			{
				display: block;
				float: left;
				margin-right: 10px;
				padding: 2px 10px;
				font-size: 1.1em;
				text-decoration: underline;
				color: #999;
				border-right: 1px solid #ccc;
			}
			a.corporateLink:focus { color: #666; }
			.quickSearchArea fieldset
			{
				display: inline;
			}
			.quickSearchArea input.quickSearchField
			{
				float: left;
				margin: 1px 3px 0 0;
				padding: 3px 8px;
				width: 87px;
				border: none;
				background: url('../gfx/header/quick-search-field-bg.png') no-repeat 0 0;
			}
			.quickSearchArea input.quickSearchButton
			{
				display: block; 
				float: left;
				width: 21px;
				height: 21px;
			}

		/* Main navigation */
		#mainNav
		{
			width: auto;
			margin-top: 46px;
		}
		@media screen
		{
			#mainNav
			{
				min-height: 22px;
			}
			* html #mainNav { height: 22px; }
		}
			#mainNav ul
			{
				float: right;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#mainNav li
			{
				display: block;
				float: left;
				margin: 0;
				padding: 0;
				font-size: 1.1em;
				letter-spacing: .03em;
				background: url('../gfx/header/main-nav-item.png') no-repeat right top;
			}
			#mainNav li.selected
			{
				background-image: url('../gfx/header/main-nav-item-active.png');
			}
				#mainNav li a
				{
					display: block;
					padding: 6px 16px 2px;
					text-decoration: none;
					color: #fff;
					background: url('../gfx/header/main-nav-item-left.png') no-repeat left top;
				}
				#mainNav li a:hover,
				#mainNav li a:focus
				{
					color: #ccc;
				}
				#mainNav li.selected a
				{
					color: #336;
					background-image: url('../gfx/header/main-nav-item-active-left.png');
				}

/* Bread crumbs */
#breadcrumbs
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	#breadcrumbs li
	{
		float: left;
		margin: 0 6px 0 0;
		font-size: .9em;
	}
	#breadcrumbs a
	{
		padding: 0 6px 0 0;
		color: #333;
		text-decoration: none;
		background: url('../gfx/icons/breadcrumb-seperator.png') no-repeat 100% 50%;
	}
	#breadcrumbs a:hover,
	#breadcrumbs a:focus
	{
		color: #999;
	}

/* Sub navigation (left) */
#subNav
{
}
	#subNav a
	{
		color: #336;
		text-decoration: none;
	}
	#subNav a:hover,
	#subNav a:focus
	{
		color: #999;
	}
	/* ul */
	#subNav ul 
	{
		margin: 1.5em 0 2em 19px;
		padding: 3px 0 0;
		list-style-type: none;
		list-style-image: none;
		background: url('../gfx/subnav/sub-nav-bg-gradient.png') no-repeat top left;
	}
		#subNav ul ul
		{
			margin: 0;
			padding: 0;
			background-image: none;
			border: none;
		}
			#subNav ul ul ul
			{
				background: transparent none no-repeat;
			}
	/* li */
	#subNav li
	{
		margin: 0;
		border-bottom: 1px solid #efefef;
	}
	#subNav li.selected
	{
		margin: 0;
		background-color: #f7f7f8;
	}
		#subNav li li
		{
			border-bottom: none;
		}
		#subNav li.selected li
		{
			padding-top: 0;
			padding-bottom: 0;
		}
		#subNav li.current
		{
			font-weight: bold;
			color: #06f;
			background: url('../gfx/subnav/sub-nav-item-current.png') repeat-y 0 0;
		}
		#subNav li.current a
		{
			font-weight: bold;
			color: #06f;
		}
		#subNav li.current li
		{
			background-image: none;
			background-color: #f7f7f8;
		}
		#subNav li.current li a
		{
			font-weight: normal;
			color: #336;
		}
		#subNav li.current li a:hover,
		#subNav li.current li a:focus
		{
			color: #999;
		}
	/* links */
	#subNav li a
	{
		display: block;
		padding: 6px 0 6px 16px;
		font-size: 1.1em;
		font-weight: bold;
		background: url('../gfx/subnav/sub-nav-item.png') no-repeat 0 50%;
	}
	* html #subNav li a
	{
		display: inline-block;
	}
	#subNav li.selected a
	{
		padding-bottom: 3px;
		background: url('../gfx/subnav/sub-nav-item-selected.png') no-repeat 0 60%;
	}
		#subNav li li a,
		#subNav li.current li a
		{
			padding-top: 3px;
			padding-bottom: 3px;
		}
		#subNav li.selected li a
		{
			font-weight: normal;
			background: url('../gfx/subnav/sub-sub-nav-item.png') no-repeat 0 50%;
			border-bottom: none;
		}
		#subNav li li.selected a
		{
			font-weight: bold;
			background-image: url('../gfx/subnav/sub-sub-nav-item-selected.png');
		}
			#subNav li li.selected li a
			{
				padding-left: 28px;
				font-weight: normal;
				background: url('../gfx/subnav/sub-sub-sub-nav-item.png') no-repeat 12px 50%;
			}
			#subNav li li li.selected a
			{
				font-weight: bold;
				background-image: url('../gfx/subnav/sub-sub-sub-nav-item-selected.png');
			}
				#subNav li li li.selected li a
				{
					padding-top: 3px;
					padding-bottom: 3px;
					padding-left: 39px;
					font-weight: normal;
					background: url('../gfx/subnav/sub-sub-sub-sub-nav-item.png') no-repeat 25px 50%;
				}
				#subNav li li li li.selected a
				{
					font-weight: bold;
					background-image: url('../gfx/subnav/sub-sub-sub-sub-nav-item-selected.png');
				}

/* Tables */
table
{
	margin: 5px 0 15px;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
	border: none;
}
	th,
	tr.head td,
	tr.head.alt td
	{
		padding: 5px;
		vertical-align: bottom;
		font-weight: bold;
		text-align: left;
		background-color: #e4f4d2;
	}
	td
	{
		padding: 5px;
		text-align: left;
		background-color: #f2f1f1;
	}
	tr.alt td
	{
		background-color: #fff;
	}
	th.right,
	td.right
	{
		text-align: right;
	}
	th.center,
	td.center
	{
		text-align: center;
	}
	th.nowrap,
	td.nowrap
	{
		white-space: nowrap;
	}

/* Images */
img
{
	border: none;
}
img.header
{
	margin-top: 20px;
}
img.floatLeft
{
	float: left;
	margin: .3em 10px .5em 0;
	EditMenuName: Venstrestilt;
}
img.floatRight
{
	float: right;
	margin: 0 0 .5em 10px;
	EditMenuName: Høyrestilt;
}

/* Frontpage elements */
body.frontpage #mainContent
{
	width: 719px;
	padding-left: 20px;
	margin-right: 16px;
}
	body.frontpage #article .bigImage .roundCorners
	{
		width: 719px;
		height: 362px;
		background-image: url('../gfx/roundcorners/round-corners-frontpage-image.png');
	}
	* html body.frontpage #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-frontpage-image-ie6.png'); }
	body.frontpage #article .bigImage h1
	{
		position: absolute;
		top: 55px;
		left: 95px;
		width: 200px;
		font-size: 2.7em;
		font-weight: bold;
		text-align: center;
		line-height: 1.1em;
		color: #fff;
	}
	
	body.frontpage #article .department
	{
		float: left;
		width: 354px;
		height:86px;
		margin: 1em 10px 1em 0;
		background: url('../gfx/backgrounds/strom_boks.gif') no-repeat;
        cursor:pointer; 
        display: table; 
        #position: relative;
        overflow: hidden;
	}
	
    body.frontpage #article .department #middle 
    {
       #position: absolute;   
       #top: 50%;
       display: table-cell; 
       vertical-align:middle;
      
    }  
    
	body.frontpage #article .department #middle #inner 
	{
	    #position: relative; 
	    #top: -60%;
	    margin-right:8px;
	   
	}  
    
	body.frontpage #article .department.right
	{
		margin-right: 0;
		background: url('../gfx/backgrounds/nett_boks.gif') no-repeat;
	}
		body.frontpage #article .department h2
		{
			margin: .5em 0 0 20px;
			font-size: 2em;
			color: #ffffff;
		}
		body.frontpage #article .department a
		{
			margin: .5em 0 0 20px;
			font-size: 2em;
			color: #ffffff;
	    	text-decoration:none;
	    	display:block;
        }

		body.frontpage #article .department a.minilink
		{
			margin: 0 0 0 20px;
			font-size: .9em;
			color: #ffffff;
	    	text-decoration:none;
        }

		body.frontpage #article .department ul.arrowList
		{
			min-height: 90px;
			margin: .2em 0 0;
			padding-left: 0;
			padding-bottom: .5em;
			border-bottom: 1px solid #e5e5e5;
		}
		* html body.frontpage #article .department ul.arrowList
		{
			height: 90px;
		}
	body.frontpage #article .otherAreas
	{
		margin: 1em 0;
	}
		body.frontpage #article .otherAreas label
		{
			display: block; 
			float: left;
			padding: 2px 3px 0 0px;
		}
		body.frontpage #article .otherAreas select
		{
			display: block; 
			float: left;
			margin: 0 3px 0 0;
			font-size: .9em;
			border: 1px solid #ccc;
		}
		body.frontpage #article .otherAreas input.otherServicesButton
		{
			display: block; 
			float: left;
			width: 17px;
			height: 17px;
			margin-top: 1px;
		}

/* Main content */
#article
{
	position: relative;
	font-size: 1.1em;
}
	/* Generel items */
	#article .introduction
	{
		margin: .7em 0;
		font-size: 1.1em;
		font-weight: bold;
		color: #666;
	}
		#article .introduction p
		{
			margin: 0;
			line-height: 1.2em;
		}
	#article .bigImage
	{
		position: relative;
		left: -1px;
	}
		#article .bigImage img
		{
			position: relative;
		}
		#article .bigImage .roundCorners
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 534px;
			height: 160px;
			z-index: 100;
			background: url('../gfx/roundcorners/round-corners-article-image.png') no-repeat 0 0;
		}
		* html #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-article-image-ie6.png'); }
		body.section #article .bigImage .roundCorners
		{
			height: 195px;
			background-image: url('../gfx/roundcorners/round-corners-section-image.png');
		}
		* html body.section #article .bigImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-section-image-ie6.png'); }
	#article p.caption
	{
		margin: 0;
		color: #999;
	}
	#article p.date
	{
		margin: .7em 0 0;
		color: #666;
	}
	#article table
	{
		position: relative;
		left: -2px;
		width: 535px;
	}

	/* Boxes */
	#article .box
	{
		position: relative;
		left: -1px;
		margin-bottom: 1em;
	}
		#article .box .inner
		{
			padding: .1em 10px .2em;
		}

	/* Framed boxes */
	#article .box.frame
	{
		width: 534px;
		padding: 0;
		background: url('../gfx/boxes/box-main-frame.png') no-repeat 0 0;
	}
		#article .box.frame .inner
		{
			background: url('../gfx/boxes/box-main-frame-bottom.png') no-repeat 0 100%;
		}

	/* Focus boxes */
	#article .box.focusBoxArea
	{
		width: 534px;
		padding: .3em 0 .5em;
		/*background: url('../gfx/boxes/box-main-link-collection.png') no-repeat 0 0;*/
	}
		#article .box.focusBoxArea .inner
		{
			padding: 0;
		}
		#article .box.focusBoxArea h3
		{
			margin: .5em 0;
			padding: .8em 0 .8em 32px;
			font-size: 1.17em;
			color: #529900;
			/*background: url('../gfx/icons/icon-main-link-collection.png') no-repeat 10px 40%;*/
			background: url('../gfx/boxes/box-main-link-collection.png') no-repeat 0 0;
		}
		#article .focusBox
		{
			float: left;
			width: 262px;
			margin: 0 10px .5em 0;
		}
		#article .focusBox.right
		{
			margin-right: 0;
		}
			#article .focusBoxImage
			{
				position: relative;
				height: 140px;
			}
				#article .focusBoxImage img
				{
					position: relative;
				}
				#article .focusBoxImage .roundCorners
				{
					position: absolute;
					top: 0;
					left: 0;
					width: 262px;
					height: 5px;
					z-index: 100;
					background: url('../gfx/roundcorners/round-corners-link-collection-image.png') no-repeat 0 0;
				}
				* html #article .focusBoxImage .roundCorners { background-image: url('../gfx/roundcorners/round-corners-link-collection-image-ie6.png'); }
			#article .focusBoxText
			{
				padding: .1em 2px .5em;
			}
				#article .focusBoxText h4
				{
					margin: .5em 0 .3em;
					font-size: 1.1em;
					color: #006a4e;
				}
				#article .focusBoxText p
				{
					margin-top: .5em;
				}
				#article .focusBoxText ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article .focusBoxText ul li
					{
						margin: .5em 0;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* Featured links lists */
	#article ul.featuredLinks
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.featuredLinks p.date
		{
			margin: .5em 0 0;
			color: #666;
		}
		#article ul.featuredLinks h4
		{
			margin: 0;
			font-size: 1.1em;
			color: #006a4e;
		}
		#article ul.featuredLinks p
		{
			margin: .3em 0 .7em;
		}
		#article ul.featuredLinks li
		{
			float: left;
			width: 257px;
			margin: 0 10px .5em 0;
			padding: 0 2px;
			border-top: 3px solid #e6efd6;
		}
		#article ul.featuredLinks li.right
		{
			margin-right: 0;
		}
			#article ul.featuredLinks li li
			{
				width: auto;
				border: none;
			}
				#article ul.featuredLinks ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article ul.featuredLinks ul li
					{
						margin: 0 0 1em;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* Article lists */
	#article ul.articleList
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.articleList p.date
		{
			margin: .5em 0 0;
			color: #666;
		}
		#article ul.articleList h4
		{
			margin: 0;
			font-size: 1.1em;
			color: #006a4e;
		}
		#article ul.articleList p
		{
			margin: .3em 0 .7em;
		}
		#article ul.articleList li
		{
			margin: 0 0 1em;
			padding: 0 2px;
			border-top: 3px solid #e6efd6;
		}
			#article ul.articleList li li
			{
				border: none;
			}
				#article ul.articleList ul
				{
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#article ul.articleList ul li
					{
						margin: 0 0 1em;
						padding-left: 18px !important;
						background: url('../gfx/icons/icon-link-list.png') no-repeat 0 50% !important;
					}

	/* Attachments list */
	#article .box.frame.attachment
	{
		clear: both;
		color: #666;
	}
		#article .box.frame.attachment ul
		{
			margin: .3em 0;
			padding: 0;
			list-style: none;
		}
		#article .box.frame.attachment li
		{
			margin: .7em 0;
			padding-left: 0;
			background-image: none;
		}
			#article .box.frame.attachment li a:link,
			#article .box.frame.attachment li a:visited
			{
				display: inline-block;
				padding-left: 18px;
				text-decoration: none;
				color: #529900;
			}
			#article .box.frame.attachment li a:hover,
			#article .box.frame.attachment li a:focus
			{
				text-decoration: underline;
			}
			#article .box.frame.attachment li a
			{
				background: url('../gfx/icons/icon-format-generic.png') no-repeat 0 30%;
			}
			#article .box.frame.attachment li a[href$=".pdf"]
			{
				background: url('../gfx/icons/icon-format-pdf.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".docx"],
			#article .box.frame.attachment li a[href$=".doc"]
			{
				background: url('../gfx/icons/icon-format-word.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".xlsx"],
			#article .box.frame.attachment li a[href$=".xls"]
			{
				background: url('../gfx/icons/icon-format-excel.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".pptx"],
			#article .box.frame.attachment li a[href$=".ppt"]
			{
				background: url('../gfx/icons/icon-format-powerpoint.png') no-repeat 0 50%;
			}
			#article .box.frame.attachment li a[href$=".zip"]
			{
				background: url('../gfx/icons/icon-format-zip.png') no-repeat 0 50%;
			}

	/* Table-wrapped formula (skjema) */
	#article .box.formula
	{
		width: 534px;
		padding: 0;
		background: url('../gfx/boxes/box-main-frame.png') no-repeat 0 0;
	}
		#article .box.formula .inner
		{
			padding: 1em 20px;
			min-height: 150px;
			background: url('../gfx/boxes/box-main-frame-bottom.png') no-repeat 0 100%;
		}
		* html #article .box.formula .inner { height: 150px; }
		#article .box.formula table
		{
			width: auto;
			margin: 5px 0 15px;
			font-size: 1em;
			line-height: 1.2em;
			border: none;
		}
			#article tr td:last-child
			{
				max-width: 120px;
			}
			#article .box.formula th,
			#article .box.formula td
			{
				padding: 2px 5px 2px 0;
				font-weight: normal;
				text-align: left;
				vertical-align: middle;
				background-color: transparent;
			}
			#article .box.formula input.labelLine
			{
				display: block;
			}
/*
			#article .box.formula .submit
			{
				margin: .5em 0;
			}
*/
			#article .box.formula input[type="submit"]
			{
				padding: 2px 6px;
				color: #fff;
				background-color: #6ba724;
				border: none;
			}
			#article .box.formula .infoNote
			{
				max-width: 100px;
				color: #777;
			}
			#article .box.formula .xformvalidator
			{
				display: block;
				color: red;
			}

	/* Customer service */
	#article .box.customerServiceFaq
	{
		width: 534px;
		margin-top: 1em;
	}
		#article .box.customerServiceFaq ul.themes
		{
			margin: 1em 0 0;
		}
			#article .box.customerServiceFaq ul.themes li
			{
				float: left;
				display: block;
				width: 135px;
				margin-right: 20px;
				margin-bottom: .7em;
			}
			#article .box.customerServiceFaq ul.themes li.current a
			{
				font-weight: bold;
			}

	/* FAQ listings */
	#article ul.faqList
	{
		clear: both;
		margin: 1em 0 1.5em;
		padding: 0;
		list-style: none;
		border-top: 1px solid #e6efd6;
	}
	/* specific for FAQ page */
	#article .faq ul.faqList
	{
		padding-bottom: .8em;
		border-bottom: 1px solid #e6efd6;
	}
		#article ul.faqList h4
		{
			margin: 1em 0 0;
			padding: 0;
			font-size: 1em;
			color: #529900;
		}
			#article ul.faqList h4 a
			{
				display: block;
				padding: 0 0 0 18px;
				color: #529900;
				background: url('../gfx/icons/icon-question-list.png') no-repeat 0 1px;
			}
			#article ul.faqList h4 a:focus
			{
				color: #006a4e;
			}
		#article ul.faqList .answer
		{
			display: none;
			width: 496px;
			margin-bottom: .7em;
			padding: 0 0 0 18px;
		}
		#article ul.faqList .answer.expanded
		{
			display: block !important;
		}
		#article ul.faqList p
		{
			margin: .5em 0 0;
		}

	/* Publishing info */
	#article ul.pageInfo
	{
		padding: .5em 0;
		list-style: none;
	}
		#article ul.pageInfo li
		{
			color: #999;
			padding-left: 0;
			background-image: none;
		}

/* Tabs above list pages */
ul.tabs
{
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
	background: url('../gfx/tabs/tabs-bg.png') repeat-x 0 100%;
}
	ul.tabs li
	{
		float: left;
		margin: 0;
		font-weight: bold;
		background: url('../gfx/tabs/tabs.png') no-repeat 100% 0;
	}
		#article ul.tabs li a
		{
			float: left;
			display: block;
			padding: .5em 12px;
			color: #fff;
			text-decoration: none;
			background: url('../gfx/tabs/tabs-left.png') no-repeat 0 0;
		}
	ul.tabs li.current
	{
		margin-right: 1px;
		background: url('../gfx/tabs/tabs-current.png') no-repeat 100% 0;
	}
		#article ul.tabs li.current a
		{
			color: #529900;
			background: url('../gfx/tabs/tabs-current-left.png') no-repeat 0 0;
		}

/* Tabs above forms */
ul.tabs.forms
{
	margin-bottom: 1em;
	background-image: none;
}
	ul.tabs.forms li
	{
		float: left;
		margin: 0 10px 0 0;
		font-weight: bold;
		background: url('../gfx/tabs/tabs-formula.png') no-repeat 100% 0;
	}
		#article ul.tabs.forms li span
		{
			float: left;
			display: block;
			padding: .7em 32px .7em 16px;
			color: #000;
			text-decoration: none;
			background: url('../gfx/tabs/tabs-formula-left.png') no-repeat 0 0;
		}
	ul.tabs.forms li.current
	{
		background: url('../gfx/tabs/tabs-formula-current.png') no-repeat 100% 0;
	}
		#article ul.tabs.forms li.current span
		{
			color: #fff;
			background: url('../gfx/tabs/tabs-formula-current-left.png') no-repeat 0 0;
		}

/* Listing for list- and searchresults pages */
ul.listing
{
	padding: .5em 0;
	list-style: none;
}
	ul.listing li
	{
		margin-bottom: .7em;
		padding-bottom: 1em;
		border-bottom: 1px solid #dcdadb;
	}
	ul.listing h4
	{
		margin: .3em 0 0;
		font-size: 1.2em;
	}
		ul.listing h4 a
		{
			display: block;
			padding-left: 16px !important;
			font-size: .9em;
			background: url('../gfx/icons/icon-link-list.png') no-repeat 0 2px !important;
		}
	ul.listing p
	{
		margin: .3em 0 .3em 16px;
	}
	ul.listing p.path
	{
		color: #666;
	}
		ul.listing p.path a
		{
			color: #999;
		}
	#article ul.listing p.date
	{
		margin: .3em 0 0 16px;
		color: #666;
	}

/* Search area on searchresults */
.searchArea
{
	margin: 1em 0 0;
}
	.searchArea fieldset
	{
		display: inline;
	}
	.searchArea input.searchField
	{
		float: left;
		margin: 1px 3px 0 0;
		padding: 1px 3px;
		width: 157px;
		border: 1px solid #ccc;
	}
	.searchArea input.searchButton
	{
		display: block; 
		float: left;
		width: 21px;
		height: 21px;
	}
	.searchArea p
	{
		margin: 1em 0 0;
	}

/* Pagination for list- and searchresults pages */
ul.pagination
{
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
	ul.pagination li
	{
		float: left;
		margin: 0 5px 0 0;
		background: url('../gfx/pagination/pagination.png') no-repeat 100% 0;
	}
		#article ul.pagination li a,
		#article ul.pagination li span
		{
			float: left;
			display: block;
			padding: 3px 7px;
			color: #fff;
			text-decoration: none;
			background: url('../gfx/pagination/pagination-left.png') no-repeat 0 0;
			/*background-color: #74ad32;*/
		}
	#article ul.pagination li.current
	{
		background-position: 100% -25px;
	}
		#article ul.pagination li.current a
		{
			background-position: 0 -25px;
			/*background-color: #b6d492;*/
		}
	#article ul.pagination li.disabled
	{
		background-position: 100% -50px;
	}
		#article ul.pagination li.disabled span
		{
			background-position: 0 -50px;
			/*background-color: #ccc;*/
		}

.addthis_toolbox
{
	padding-top: 1em;
}

/* Addthis styling */
a.addthis_button_compact.at300m
{
	margin-right: 6px;
	font-size: 1.1em;
	text-decoration: none;
}

/* Image box for rounded images in main and related content */
.imageBox
{
	position: relative;
	height: 97px;
	margin-top: 6px;
	margin-bottom: .3em;
}
.listing .imageBox
{
	float: right;
	margin-left: 12px;
}
.listing .imageBox.floatLeft
{
	float: left;
	margin-left: 16px;
	margin-right: 12px;
}
#relatedContent .imageBox
{
	margin-bottom: 1em;
}
	.imageBox img
	{
		position: relative;
	}
	.imageBox .roundCorners
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 166px;
		height: 97px;
		z-index: 100;
		background: url('../gfx/roundcorners/round-corners-related-image.png') no-repeat 0 0;
	}
	* html .imageBox .roundCorners { background-image: url('../gfx/roundcorners/round-corners-related-image-ie6.png'); }
		.imageBox .roundCorners a
		{
			display: block;
			width: 166px;
			height: 97px;
		}

#article ul.sitemaplist
{
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
}
	#article ul.sitemaplist ul
	{
		padding: 0 0 .5em;
	}
		#article ul.sitemaplist ul ul
		{
			padding: 0;
		}
	#article ul.sitemaplist li
	{
		margin: .5em 0;
		padding-left: 18px;
		list-style: none;
		background: url('../gfx/icons/icon-link-list.png') no-repeat 0 0;
	}
		#article ul.sitemaplist li li
		{
			padding-left: 12px;
			background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 4px;
		}
			#article ul.sitemaplist li li li
			{
				padding-left: 12px;
				background: url('../gfx/icons/icon-dot-list.png') no-repeat 0 4px;
			}
		#article ul.sitemaplist li a
		{
			text-decoration: underline;
			color: #7db340;
		}
/*
ul.arrowList
{
	clear: both;
	padding: 0 0 0 2px;
	list-style: none;
}
	ul.arrowList li
	{
		margin: .5em 0;
		padding: 0 0 0 10px;
		background: url('../gfx/icons/icon-arrow-list.png') no-repeat 0 50%;
	}
*/

/* Related */
#relatedContent
{
	font-size: 1.2em;
	color: #96004a;
}
	#relatedContent .box
	{
		margin-bottom: 1em;
	}
		#relatedContent .box .inner
		{
			padding: .1em 10px .2em;
		}
		#relatedContent .box h3
		{
			margin: .7em 0 0;
			padding: .3em 0;
			font-size: .95em;
			text-transform: uppercase;
		}
		#relatedContent .box h3.underline
		{
			border-bottom: 1px solid #dccfd8;
		}
		#relatedContent .box p,
		#relatedContent .box ul
		{
			margin: .5em 0 1em;
		}
		#relatedContent .box a
		{
			color: #96004a;
			text-decoration: none;
		}

	/* Box with gradient background */
	#relatedContent .box.gradient
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-gradient.png') no-repeat 0 0;
	}
		#relatedContent .box.gradient .inner
		{
			background: url('../gfx/boxes/box-related-gradient-bottom.png') no-repeat 0 100%;
		}
		@media screen
		{
			#relatedContent .box.gradient .inner
			{
				min-height: 125px;
			}
			* html #relatedContent .box.gradient .inner { height: 130px; }
		}

	/* Box with framed border */
	#relatedContent .box.frame
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-frame.png') no-repeat 0 0;
	}
		#relatedContent .box.frame .inner
		{
			background: url('../gfx/boxes/box-related-frame-bottom.png') no-repeat 0 100%;
		}

	/* Box for messages (on frontpage) */
	#relatedContent .box.message
	{
		padding: 0;
		background: url('../gfx/boxes/box-related-message.png') no-repeat 0 0;
	}
		#relatedContent .box.message .inner
		{
			color: #96004a;
			background: url('../gfx/boxes/box-related-message-bottom.png') no-repeat 0 100%;
		}

	/* Meter reading (Måleravlesning) */
	#relatedContent .box.meterReading
	{
	}
		#relatedContent .box.meterReading .inner
		{
			padding-left: 5px;
			padding-right: 0;
		}
			#relatedContent .box.meterReading h3
			{
				margin-bottom: .4em;
				padding: .2em 0 .2em 30px;
				background: url('../gfx/icons/icon-meter-reading.png') no-repeat 5px 40%;
			}
			#relatedContent .box.meterReading input.field
			{
				width: 138px;
				padding: 8px 3px 6px 10px;
				font-size: .85em;
				background: url('../gfx/backgrounds/bg-meter-reading-field.png') no-repeat 0 0;
				border: none;
			}
			* html #relatedContent .box.meterReading input.field.one { background-image: url('../gfx/backgrounds/bg-meter-reading-field-ie6-1.png'); }
			* html #relatedContent .box.meterReading input.field.two { background-image: url('../gfx/backgrounds/bg-meter-reading-field-ie6-2.png'); }
			#relatedContent .box.meterReading .submit
			{
				margin: .5em 10px .5em 0;
				font-size: .9em;
			}
	
	/* My page (min side) */
	#relatedContent .box.myPage
	{
	     
	   
	 }
		#relatedContent .box.myPage .inner
		{   
		    padding-left: 0.7em;
			padding-right: 0;
			color:#ffffff;
		}
			
		    #relatedContent .box.myPage a
		    {
		        color:#ffffff;
		        text-decoration:none;
		    }
		    
		    #relatedContent .box.myPage a.myPageHeaderLink
		    {
		        color:#ffffff;
		        text-decoration:none;
		        padding: 0.2em 0 .2em 30px; 
				background: url('../gfx/icons/icon-myPage.png') no-repeat 5px 40%;
				color:#ffffff;
				font-size: 1.5em;
			}
			
			  #relatedContent .box.myPage .break
			  {
			      font-size:1px; height:5px;
			  }
			
			
	#relatedContent .box.myPage .bl {background: url(../gfx/myPage/bl.gif) 0 100% no-repeat #88344d;}
    #relatedContent .box.myPage .br {background: url(../gfx/myPage/br.gif) 100% 100% no-repeat}
    #relatedContent .box.myPage .tl {background: url(../gfx/myPage/tl.gif) 0 0 no-repeat}
    #relatedContent .box.myPage .tr {background: url(../gfx/myPage/tr.gif) 100% 0 no-repeat; padding:0.8em 10px 0.2em; color:#ffffff;}
    #relatedContent .box.myPage .clear {font-size: 1px; height: 1px}
		
     
        
	/* Related FAQ (Aktuelle spørsmål) */
	#relatedContent .box.relatedFaq
	{
		background: url('../gfx/boxes/box-related-message.png') no-repeat 0 0;
	}
		#relatedContent .box.relatedFaq .inner
		{
			padding: .1em 0 .2em;
			background: url('../gfx/boxes/box-related-message-bottom.png') no-repeat 0 100%
		}
		#relatedContent .box.relatedFaq h3
		{
			margin: .5em 0 0;
			padding: .2em 0 .2em 35px;
			line-height: 1.3em;
			background: url('../gfx/icons/icon-related-faq.png') no-repeat 10px 50%;
		}
			#relatedContent .box.relatedFaq ul
			{
				margin: .4em 0 0;
				padding: .4em 3px 0 8px;
				list-style: none;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
			#relatedContent .box.relatedFaq li
			{
				margin: 0 0 .5em;
				padding: 0;
				color: #96004a;
			}
			#relatedContent .box.relatedFaq h4
			{
				margin: 0;
				padding: 0;
				font-size: 1em;
				font-weight: normal;
			}
			#relatedContent .box.relatedFaq .answer
			{
				display: none;
				padding-bottom: .5em;
				width: 156px;
			}
			#relatedContent .box.relatedFaq .answer.expanded
			{
				display: block !important;
			}
				#relatedContent .box.relatedFaq .answer p
				{
					margin: 0;
					padding: 0;
					color: #000;
				}
				#relatedContent .box.relatedFaq .answer a
				{
					color: #666;
				}
		#relatedContent .box.relatedFaq p.customerServiceLink
		{
			margin: .5em 0;
		}
			#relatedContent .box.relatedFaq p.customerServiceLink a
			{
				display: block;
				padding-left: 28px;
				background: url('../gfx/icons/icon-related-link.png') no-repeat 8px 45%;
			}


	/* Personal pages (Aktuell driftssituasjon, På flyttefot, etc.) */
	#relatedContent .box.personalPages
	{
	}
		#relatedContent .box.personalPages dl
		{
			margin: .6em 0 .3em;
			padding: 0;
		}
			#relatedContent .box.personalPages dl dt
			{
				clear: left;
				display: inline;
				width: 20px;
				margin: 0;
				padding: 0 3px 0 0;
				vertical-align: middle;
			}
				#relatedContent .box.personalPages dl dt img
				{
					text-align: right;
					vertical-align: middle;
				}
			#relatedContent .box.personalPages dl dd
			{
				display: inline;
				width: 110px;
				margin: 0;
				padding: 0;
				vertical-align: middle;
			}
				#relatedContent .box.personalPages dl dd a
				{
					display: inline-block;
					width: 110px;
					font-size: .9em;
					vertical-align: middle;
					text-transform: uppercase;
				}

	/* Link collections (Relatert) */
	#relatedContent .box.linkCollection
	{
		margin-bottom: 0;
		padding: 0;
		background: url('../gfx/boxes/box-related-full.png') no-repeat 0 0;
	}
		#relatedContent .box.linkCollection .inner
		{
			padding: .1em 0 0;
		}
		#relatedContent .box.linkCollection h3
		{
			margin: .5em 0;
			padding: .2em 0 .2em 32px;
			color: #fff;
			background: url('../gfx/icons/icon-related-link-collection.png') no-repeat 10px 40%;
		}
		#relatedContent .box.linkCollection .link
		{
			padding-top: .5em;
			background-color: #fff;
			border-bottom: 1px solid #ccc;
		}
		#relatedContent .box.linkCollection h2
		{
			margin: .2em 2px 0;
			font-size: 1.2em;
		}
		#relatedContent .box.linkCollection p
		{
			margin-right: 2px;
			margin-left: 2px;
		}
		#relatedContent .box.linkCollection .imageBox
		{
			margin-bottom: 0;
		}

/* Footer */
#footer
{
	margin-left: 19px;
	margin-right: 8px;
	padding: 2em 0 0;
}
	#footer ul
	{
		display: block;
		margin: 0;
		padding: 1.2em 0 0;
		list-style: none;
		font-size: 1.1em;
		color: #999;
		background: url('../gfx/backgrounds/bg-footer.png') repeat-x 0 0;
	}
	#footer li
	{
		float: left;
		margin: 0 15px 0 0;
		padding: 0 0 0 15px;
		line-height: 1em;
		border-left: 1px solid #ccc;
	}
	#footer li.first
	{
		padding-left: 0;
		border: none;
	}
	#footer a:link,
	#footer a:visited
	{
		color: #999;
		text-decoration: underline;
	}
	#footer a:focus
	{
		color: #666;
	}
