/* $Id: screen.css 29673 2011-07-21 12:57:57Z trygve $ */
body {
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
/* globals */
* {
	padding: 0;
	margin: 0;
}
a {
	color: #00926d;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
ul { list-style: none; }
#article ul,
#folder ul,
#formpage ul { /* regular ul needed in these areas */
	list-style: disc;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1em;
}
#article ul li,
#folder ul li,
#formpage ul li { /* regular li needed in these areas */
	padding: 0;
	margin: 0 0 1em 0;
}
/* positions */
#mainframe {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
#header { height: 150px; }
#topmenu { position: relative; }
#tree {
	float: left;
	width: 180px;
	margin-right: 15px;
}
#content {
  float: left;
  width: 420px;
	margin-right: 15px;
}
.addons {
	float: left;
	width: 240px;
}

/* canvasstyle */
body { background: #fff url(../gfx/banana.gif) no-repeat left top; }
a.butt {
	border: 1px #999 solid;
	padding: 2px 3px 1px 3px;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
}
a.butt:hover {
	background: #00926d;
	color: #fff;
	text-decoration: none;
}
#header {
	background: transparent url(../gfx/header.jpg) no-repeat 110px center;
	position: relative;
}
#header img#logo {
	position: absolute;
	top: 41px;
	left: 0;
}
#header form input {
	position: absolute;
	width: 150px;
	border: 1px #999 solid;
	padding: 1px 0;
	font-size: .9em;
	max-height: 17px;
	right: 35px;
	bottom: 35px;
}
#header a.butt {
	position: absolute;
	bottom: 35px;
	right: 0px;
}
#header a#english {
	position: absolute;
	top: 125px;
	right: 0px;
	color: #000;
}
#header a#english img { margin-left: 7px; }

#header ul#menustuff {
	bottom: 4px;
	right: 8em;
	position: absolute;
}
#header ul#menustuff li { float: left; }
#header ul#menustuff li a {
	display: block;
	padding: 0 10px;
	margin: 3px 0;
	border-right: 1px #000 solid;
	color: #000;
}
/*#header ul#menustuff li a.first { border: none; }*/
/*
#topmenu {
background: transparent url(../gfx/topmenu_bg.gif) repeat-x left top;
	padding-bottom: 3px;
	margin-bottom: 10px;
border-bottom: 1px #ddd solid;
}
#topmenu ul#topitems { float: left;
margin-bottom: 10px;
}
#topmenu ul#topitems li { float: left; }
#topmenu a { color: #fff; }
*/
/*#topmenu ul#topitems li { width: 13.3em; }*/
/*
#topmenu ul#topitems li a {
	display: block;
	text-transform: uppercase;
	padding: 3px 14px;
	border-right: 2px #fff solid;
	margin-bottom: 6px;
}
#topmenu ul#topitems li ul a {
	color: #000;
	text-transform: none;
	line-height: 120%;
	margin-bottom: 0px;
	margin-right: 10px;
	padding:3px;
}

#topmenu .frontbanner {
	position: absolute;
	right: 0;
	top: 22px;
}
*/
/*#topmenu .spacer { background: #fff; }*/

/* funky */
	.nav-container {
			position: relative;
		}
		
		#bg-easer {
			display: block;
			height: 36px;
			z-index: 0;
			position: absolute;
			top: 0;
			background: #717068;
		}
	
		#topitems {
			font-family: Helvetica;
			background: url(../gfx/nav_bg.gif) repeat-x;
			overflow: hidden;
			height: 65px;
			position: relative;
			z-index: 1;			
		}
			#topitems li {
				float: left;
				font-size:13px;
				text-transform: uppercase;
			}
			#topitems li.first { margin-left: 150px; }
				#topitems li a {
					height: 33px;
					line-height: 36px;
					padding: 0 20px;
					color: #000;
					display: block;
					text-decoration: none;
					
				}
				
				#topitems li.tempActive a, #topitems li a.current, #topitems li.childless-tempActive a { color: #fff; }
								
				#topitems li.tempActive ul { display: none; }
				#topitems li ul {
					display: none;
					position: absolute;
					left: 0;
					background: #717068;
					width: 100%;
					z-index: 9999;
					/*padding-left: 150px;*/
					height: 24px;
				}

					#topitems ul li {
						float: left;
						position: relative;	
            font-size:90%;
						text-transform: none;
/*						border-right:1px solid #ccc;*/
					}
					
						#topitems ul li a {
							color: #fff;
							position: relative;
							z-index: 3;
							line-height: 24px;
							height: 24px;							
							padding: 0 6px;
						}
						#topitems ul li span{
			      	position: absolute;
							z-index: 2;
							top: 0;
							left: 0;
							background: url(../gfx/hover-bg.gif) repeat-x;
							display: none;
							height: 100%;
							width: 100%;
						}




#bar {
  height: 26px;
background: transparent url(../gfx/bar.jpg) no-repeat;
	/*border-top: 12px #f6f6ee solid;*/
	border-bottom: 12px #f6f6ee solid;
}
#bar #section {
	background: #fcb033;
	float: right;
	height: 19px;
	width: 150px;
	margin-right: 80px;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 7px 0 0 10px;
	color: #fff;
	letter-spacing: .2em;
}


#tree ul li .title {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px #d7d3a6 solid;
	padding: 5px 10px;
}
#tree ul li ul li a {
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px #efeeda solid;
	padding: 5px 10px;
	background: #f7f7ef url(../gfx/menu_arrow.gif) no-repeat center right;
	display: block;
	color: #000;
}
#tree ul li ul li a:hover {
	text-decoration: none;
	background-color: #E6E6DE;
}

#tree ul li ul li ul li a { /* OBS OBS OBS OBS OBS OBS OBS OBS OBS */
	background-color: #fff;
	color: #505050;
	
}
#tree ul li ul li ul ul li a { padding-left:28px; } /* OBS OBS OBS OBS OBS OBS OBS OBS OBS */

#path {
	border-bottom: 1px #d7d3a6 solid;
	padding: 7px 0;
}

.addons { margin-top: 26px; }
.addons .contact {
	border: 1px #d7d3a6 solid;
	background-color: #f7f7ef;
	padding: 5px;
	margin-bottom: 10px;
}
.addons .contact h2 {
	font-size: 1.1em;
	padding-bottom: 5px;
}
.addons .contact h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
.addons .contact .employee {
	border-top: 1px #d7d3a6 solid;
	padding-top: 5px;
}
.addons .contact .employee img {
	float: left;
	margin-right: 5px;
}

.addons ul li {
  border: 1px #d7d3a6 solid;
	margin-bottom: 10px;
	background: #f7f7ef;
	padding: 5px;
}
.addons ul li .title {
	font-size: 1.1em;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px #d7d3a6 solid;
}
.addons ul li .body { margin-top: 5px; }
.addons ul.items li {
	border: none;
	padding: 0;
	margin: 10px 0 5px 0;
}
.addons ul.items li .title {
	font-weight: normal;
	border: none;
	padding: 0;
}
.addons ul li a {
	display: block;
	min-height: 16px;
}
.addons ul li a.iconlink { padding-left: 20px; background: transparent url(../gfx/icon_list/link.gif) no-repeat left center; }
.addons ul li a.icondoc { padding-left: 20px; background: transparent url(../gfx/icon_list/doc.gif) no-repeat left center; }
.addons ul li a.iconpdf { padding-left: 20px; background: transparent url(../gfx/icon_list/pdf.gif) no-repeat left center; }
.addons ul li a.iconppt { padding-left: 20px; background: transparent url(../gfx/icon_list/ppt.gif) no-repeat left center; }
.addons ul li a.iconxls { padding-left: 20px; background: transparent url(../gfx/icon_list/xls.gif) no-repeat left center; }
.addons ul li a.iconhtml { padding-left: 20px; background: transparent url(../gfx/icon_list/html.gif) no-repeat left center; }
/*.addons ul li .body { margin: 0 0 0 20px; }*/

.addons ul li.image,
.addons ul li.image a {
	padding: 0;
	margin: 0;
	border: none;
}
.addons ul li.image { margin-bottom: 10px; }

.addons form {
  border: 1px #d7d3a6 solid;
	margin-bottom: 10px;
	background: #f7f7ef;
	padding: 5px;
}
.addons form select {
	margin-bottom: 5px;
	width: 228px;
}
.addons form a.catlink {
	display: block;
	float: left;
	width: 45%;
}
.addons form#atmlogin input { width: 45%; }
.addons form h2 {
	font-size:1.1em;
	margin-bottom:0.5em;
}
.addons .frontbanner{	margin-bottom:10px;}
/*#frontpage .addons ul li .body { margin: 0 0 0 0; }*/

#footer {
	padding-top: 5px;
	color: #505050;
	font-size: 1.0em;
	border-top: 1px #dddcce solid;
}

#footer a { text-decoration: none; }

/* typestyle */
#content h1 { padding-bottom: .8em; background-color: #fff;}
#content h2,
#content h3,
#content h4 { margin-bottom: 0; }

#content h1 { font-size: 1.8em; }
#content h2 { font-size: 1.6em; }
#content h3 { font-size: 1.4em; }
#content h4 { font-size: 1.2em; }
#content p { margin-bottom: 1em; }
#content .caption {
  font-size: 1.3em;
	margin-bottom: 1em;
}
#content .body { font-size: 1.1em; }
#content .caption p,
#content .body p { font-size: 100%; } /* stop inheritance */
.alert { color: #F30; }
/* objectstyle */

#article,
#folder,
#formpage,
#debate,
#search {
	margin-top: 15px;
	line-height: 180%;
}
#frontpagecontent .addons {
	width: auto;
	float: none;
	margin-top: 0;
}
#frontpage { line-height: normal; }
#frontpage .col {
	width: 205px;
	float: left;
	margin-right: 16px;
	/*outline: 1px #f00 dashed;*/
}
#frontpage .col.two,
#frontpage .col.three {
	padding-top: 5px;
	border-top: 1px #ccc solid;
}
#frontpage .col.four { margin-right: 0; }
#frontpage h2 {
	margin-bottom: .5em;
	font-size: 1.1em;
}
#frontpage h2 a {
	color: #4d4d4b;
	text-decoration: none;
}
#frontpage .caption {
	font-weight: normal;
	margin-bottom: .2em;
}
#frontpage .date { font-size: 80%; }
#frontpage .spacer { background-color: #fff; }

#article .date,
#article .author {
	font-size: 1.1em;
	line-height: normal;
	float: left;
	margin: 0 1ex 1em 0;
}
#article #keywords {
	font-size: 1.1em;
	margin: 15px 0;

}
#article #keywords h4 {
	display: inline;
	font-size: 1.1em;
}

#search ul { margin-bottom: 2em; }
#search ul li .title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2em;
}
#search ul li .body { line-height: normal; }
#search ul li .date { font: 80% normal; }

#formpage legend { display: none; }
#formpage fieldset {
	background: #f1f1f1;
	border: 2px #e2e3e4 solid;
	padding: 0 2px;
	margin: 15px 0;
	font-size: 1.1em;
}
#formpage fieldset .title { padding: 1ex; }
#formpage .alert { font-weight: bold; }
#formpage label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 0 1ex 1ex 0;
	/*clear: both;*/
}
#formpage .text,
#formpage .textarea,
#formpage .select,
#formpage .multiple,
#formpage .radioselect {
	float: left;
	margin-bottom: 1ex;
}
#formpage .check,
#formpage .radio {
	float: left;
	margin-bottom: 0;
}
#formpage .select,
#formpage .multiple,
#formpage .text,
#formpage .textarea { width: 220px; }
#formpage span.checkval {
	/*display: block;*/
	float: left;
	margin-left: .2ex;
}
#formpage a.butt { margin: 0 0 1ex 155px; }

ul.contentlist,
ul.columns {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
ul.contentlist a,
.columns a { font-size: 1.3em; }
ul.contentlist .caption,
.columns .caption {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 1.1em !important;
	line-height:normal;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date { font-size: 80%; }

.columns .item,
.columns li { width: 49%; }
.columns .item.left,
.columns li.left {
	float: left;
	clear: left;
}
.columns .item.right,
.columns li.right {
	float: right;
	clear: right;
}
.columns a {display: block;margin-bottom: 5px;}
.columns img {
	float: left;
	margin-right: 5px;border:0;
}

.comments {
	background: #f1f1f1;
	border: 2px #e2e3e4 solid;
	padding: 0 2px;
	margin: 15px 0;
	font-size: 1.1em;
}
.comments h5 {
	font-size: .9em;
	margin-bottom: 0;
}
.comments h4 {
	display: inline;
	font-size: 1.1em;
}
.comments p { font-size: 1em; }
.comments table {
	border: 1px #e2e3e4 solid;
	margin: 1px 0;
}
.comments th {
	text-align: left;
	font-size: .9em;
}
.comments th,
.comments td {
	padding: 1px 2px;
	border-bottom: 1px #e2e3e4 solid;
}
.comments tr.flip th,
.comments tr.flip td { background-color: #fbfbfb; }
.comments tr.flop th,
.comments tr.flop td { background-color: #fff; }
.comments .alert { font-weight: bold; }
.comments tr.spacerow td { background-color: transparent; }

.prevnext { text-align: center; }
.prevnext .prev {	float: left; font-weight: bold; }
.prevnext .next {	float: right; font-weight: bold; }

#commentWin { border-bottom: 1px #000 solid; }
#commentWin .comment {
	padding: 5px;
	border-top: 1px #000 solid;
}
#commentWin .caption { margin: 5px 5px .2em 5px; }
#commentWin h1 { margin: 5px 5px .2em 5px; }
#commentWin h2 { margin-bottom: 5px; }
#commentWin .body { margin: 5px 0; }
#commentWin h3 {
	width: 70%;
	float: left;
	font-size: 1em;
	margin-bottom: 0;
}
#commentWin .date {
	float: right;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
#commentWin .body {
	clear: both;
	padding-top: 5px;
}
#commentWin a.report {
	display: block;
	text-align: right;
}
#commentWin h5 {
	font-size: 1em;
	margin: 5px 0 0 0;
}

/* dynaparked */
.gimage { background: transparent; }
.gimage div {
	font-size: .8em;
	line-height: normal;
}
.gimage.left {
	float: left;
	padding: 10px 10px 10px 0;
}
.gimage.right {
	float: right;
	padding: 0 0 10px 10px;
}
.gimage.center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }
.annonse
{background: url(../gfx/ann.gif) no-repeat right top;}
/* useful stuff */
.spacer {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1px;
	height: 1px;
}
.spacer.one { height: 1px; }
.spacer.five { height: 5px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px;
}
/*outline: 1px red dashed;*/
/* dynaparked */
.gimage { background: #transparent; }
.gimage div {
 font-size: .8em;
 line-height: normal;
}
.gimageleft {
 padding-right: 6px;
}
.gimage.right
{
 float: right;
 padding: 0 0 10px 10px;
}
.gimage.center {
 text-align: center;
 margin: 0 auto;
 padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }
#lme {
 border: 1px solid #d9dad0;
 margin-top: 7px;
 margin-bottom: 7px;
 background-color: #f6f6ee;
 padding: 4px;
 }
 #lme a {
 text-decoration: underline; }

 #lme .sistoppdatert {
font-size: 0.9em;
padding-left: 4px;
border: 0px;

 }
  #lme table {
background: transparent url(../gfx/line.gif) repeat-y center;
width:100%;
margin-bottom: 3px;

 }
  #lme table td {
padding: 2px;

 }
.legeringstillegg {
background: transparent url(../gfx/excel.gif) no-repeat left;
border: 1px solid #d9dad0;
margin-bottom: 7px;
background-color: #f6f6ee;
display: block;
padding: 4px 4px 4px 20px;
 }

/*
.box_right {
	margin-bottom: 5px;
	padding: 4px 4px 4px 20px;
	display: block;
}

.box_right.lenke {
	background: transparent url(../gfx/litenprikk.gif) no-repeat left;
	border: 1px solid #d9dad0;
	background-color: #f6f6ee;
}

.box_right.vedlegg {
	background: transparent url(../gfx/icon_list/default.gif) no-repeat left;
	border: 1px solid #d9dad0;
	background-color: #f6f6ee;
}
.box_right.vedlegg.doc {
	background: transparent url(../gfx/icon_list/doc.gif) no-repeat left;
	background-color: #f6f6ee;
}
.box_right.vedlegg.html {
	background: transparent url(../gfx/icon_list/html.gif) no-repeat left;
	background-color: #f6f6ee;
}
.box_right.vedlegg.img {
	background: transparent url(../gfx/icon_list/img.gif) no-repeat left;
	background-color: #f6f6ee;
}
.box_right.vedlegg.pdf {
	background: transparent url(../gfx/icon_list/pdf.gif) no-repeat left;
	background-color: #f6f6ee;
}
.box_right.vedlegg.ppt {
	background: transparent url(../gfx/icon_list/ppt.gif) no-repeat left;
	background-color: #f6f6ee;
}
.box_right.vedlegg.xls {
	background: transparent url(../gfx/icon_list/xls.gif) no-repeat left;
	background-color: #f6f6ee;
}

.box_right.bilde {
	padding: 0px;
	margin-bottom: 4px;
	border: 1px solid #dedede;
}

.valuta {
background: transparent url(../gfx/litenprikk.gif) no-repeat left;
border: 1px solid #d9dad0;
margin-bottom: 7px;
background-color: #f6f6ee;
display: block;
padding: 4px 4px 4px 20px;
 }
*/

