/* $Id: screen.css 24865 2010-03-23 07:21:56Z vidars $ */
/*
 new link color: e0119d
 old link color: 006ebd
*/
body {
	background-color: #FFFFFF;
	font-family: Arial,Georgia,"Times New Roman",Times,Geneva,Verdana,sans-serif;
	font-size: 62.5%;
	text-align: center;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	
}
/* globals */
* { 
	padding: 0;
	margin: 0;
}
a {
	color: #e0119d;
	text-decoration: none;
}
a img {
	border: 0;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 1em; }
ul { list-style: none; }
#content ul { /* regular ul needed in this area */
	list-style: disc;
	padding: 1ex 1ex 0 1ex;
	margin: 0 1ex 0 1em;
}
#content ul li { /* regular li needed in this area */
	padding: 0;
	margin: 0 0 1em 0;
}

#mainframe { 
	width: 949px; 
	margin: 40px auto 0; 
	text-align: left;
	font-size: 1em;
}

#headerlow { height:107px; margin: 27px 0 6px 0; background: #2F2F2F url(../gfx/header_noflash.jpg) no-repeat; position: relative;}
#printlogo { display: none; }
#content {
	width: 949px;
	font-size: 1.1em;
	min-height: 350px;
	background: transparent url(../gfx/back.png) no-repeat bottom right;
	padding-bottom: 35px;
}
#content.frontpage {
	padding-bottom: 10px;
	background: transparent none no-repeat;
}

/* mac hide \*/
* html #content {height:350px}
/* end hide */

/* @group Menu */

#header {
  position: relative;
  padding-top: 50px;
  height: 33px;
  margin-bottom: 30px;
}
  #header h1 {
    position: absolute;
    display: block!important;
    top: 0;
    background: url(../gfx/logo.png) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    z-index: 10;
  }
    #header h1 a {
      display: block;
      width: 123px;
      height: 74px;
    }
  
  
  #header h2 {
    font-family: Georgia;
    font-size: 1.8em;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 25px;
  }
  
  .nav-container {
    position: relative;
  }
  
  #bg-easer {
    display: block;
    height: 36px;
    z-index: 0;
    position: absolute;
    top: 0;
    background: #2e2e2e;
  }

  #nav {
    font-family: Helvetica;
    background: url(../gfx/navigation/nav_bg.gif) repeat-x;
    overflow: hidden;
    height: 70px;
    position: relative;
    z-index: 1;
    font-size: 1.2em;
  }
    #nav li {
      float: left;
    }
    
    #nav li.first { margin-left: 150px; }
      #nav li a {
        height: 33px;
        line-height: 36px;
        padding: 0 15px;
        color: #000;
        display: block;
        text-decoration: none;
      }
      #nav li.tempActive a, #nav li a.current, #nav li.childless-tempActive a { color: #fff; }
              
      #nav li.tempActive ul { display: none; }
      #nav li ul {
        display: none;
        position: absolute;
        left: 0;
        background: #2e2e2e;
        width: 100%;
        z-index: 9999;
        padding-left: 150px;
        height: 24px;
      }

        #nav ul li {
          float: left;
          position: relative;
          font-size: inherit;
        }
          #nav ul li a {
            color: #fff;
            position: relative;
            z-index: 3;
            line-height: 24px;
            height: 24px;
            font-size: .9em;
            padding: 0 20px;
          }
          
          #nav ul li.active span { display: block; }
          #nav ul li span {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            background: url(../gfx/navigation/hover-bg.gif) repeat-x;
            display: none;
            height: 100%;
            width: 100%;
          }

  #extra-nav {
    position: absolute;
    top: 59px;
    font-size: 1.05em;
    right: 0;
    z-index: 99999;
  }
    #extra-nav li {
      display: inline;
      padding: 0 8px;
      border-right: 1px solid #000;
    }
    #extra-nav li.last-item {
      border-right: 0!important;
      padding-right: 0!important;
    }
      #extra-nav li a {
        color: #000;
      }


/* @end */

/* @group Columns */
.col2 {
	width: 469px;
	float: left;
}

#content ul.col2 li {
	border-bottom: 1px solid #2c2c2c;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 1px;
}

#content ul.col2{
	margin: 0;
	padding: 0;
}


.col2.last {
	width: 469px;
	float: right;
}

.col4 {
	width: 226px;
	margin-right: 15px;	
	float: left;
}

.col4.last {
	margin-right: 0px;
}

#content .col4 ul.links {
	margin: 0;
	padding: 0 0 8px 2px;
	/*background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;*/
}


#content .col4 ul.links li {
	list-style: none;
	margin-bottom: 0px;
	font-size:12px;
}
#content .col4 ul.inline { padding-bottom: 15px; }
#content .col4 ul.inline li { 
  display: inline;
}

/*
#content .col4 ul.links li:hover {
	background: #f5f5f5;
}
*/

#content .col4 ul.links .kalk {
	background: transparent url(../gfx/calc.gif) no-repeat right;
}
#content .col4 ul.links .mer {
	background: transparent url(../gfx/pluss.gif) no-repeat right;
	display:block;
}
#content .col4 ul.links .bordertop {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 top;
}


#content .col4 ul.links li.boardertop{
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 top;
}

#content .col4 .caption  {
	font-size: 1.2em;
	margin-top: 5px;
	line-height: 1.5em; 
	padding: 0 2px 10px 2px;
	/* background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom; */	  
}
#content .col4 .caption_2nd  {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 5px;
	padding: 0 2px 7px 2px;
	/*background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;*/
}


/* @end */



/* @group Frontpage */
#frontpage .body {
  margin-top: 0px;
}

#frontpage .col4 {
  /*border-top: 2px solid #2c2c2c;*/
  margin-top: 15px;
  background-color: #fff;
}
#frontpage h1.payoff {
	font-size: 23px;
	font-weight: normal;
	display: block;
	padding: 25px 0 24px;
	border-top: 4px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	margin-top: 15px;
	text-align: center;
}
#frontpage h1.payoff a { text-decoration: underline; }

#frontpage .col4 h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 10px;
	display: block;
	font-weight: normal;
	color: #fff;
	background-color: #2c2c2c;
}
#frontpage .col4 h2 a {
	display: block;
	color: #fff;
}

#frontpage .col4 h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 5px 2px;
}

#frontpage div.col4 div.smallreference {
	margin-top: 5px;
}

/* @end */

/* @group Article */

.addons {
	float: right;
	margin-top: 12px;
	width: 190px;
}
.addons .asset li {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

#tree {
	width: 190px;
	float: left;
	margin: 15px 15px 0 0;
    font-size: 1.2em;
	font-family:arial,Times,Geneva,Verdana,sans-serif;

}

#tree ul {
	padding: 0px;
	margin: 0px;
}

#tree ul li {
	display: block;
	padding: 0px;
	margin: 0px;
	background: #393939 url(../gfx/dottedline.gif) repeat-x 0 bottom;
}
#tree ul li:hover {
	background: #e0119d url(../gfx/dottedline.gif) repeat-x 0 bottom;
}

#tree .first {
	padding: 0px;
}

#tree ul li a {
	display: block;
	padding: 5px 5px 5px 8px;
	color: #ffffff;
}

#tree ul li ul li a {
	display: block;
	padding: 6px;
	font-weight: normal;
	text-transform: none;
}

#tree ul li .selected {
	color: #f5f5f5;
	font-weight: bold;
}


/* @end */

/* @group Article */

#path {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;
	padding: 0 0 3px 0;
	margin-bottom: 10px;
	
}
#path a {
	color: #000;	
}
#article {
	float: left;
	width: 550px;
	margin: 15px 0px 0px 0px;
}

#article h1 {
	display: block;
	font-weight: normal;
	font-size: 3em;
	line-height: normal;
	margin-top: 10px;
}

#article .caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
}
#article .body {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}

#employee-search { margin-bottom: 10px; }
#employee-search a {
	cursor: pointer;
	text-decoration: none;
	color: #bdbdbd;
}
#employee-search a.active {
	text-decoration: underline;
	color: #e0119d;
}
#employee-list th {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#employee-list th,
#employee-list td { padding: 3px; }
#employee-list tbody tr { background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom; }
#employee-list tbody tr:hover { background: #f5f5f5 url(../gfx/dottedline.gif) repeat-x 0 bottom; }

#employee-list.text-search tbody tr,
#employee-list.cats-search tbody tr { display: none; }
#employee-list.text-search tbody tr.text-match,
#employee-list.cats-search tbody tr.cats-match { display: table-row; }
#employee-list.cats-search tbody tr.text-match,
#employee-list.text-search tbody tr.cats-match { display: none; }
#employee-list tbody tr.text-match.cats-match { display: table-row !important; }

#employee-search li { float: left; }
#employee-search li ul { padding: 0 !important; }
#employee-search li li {
	float: left;
	margin: 0 0 0 15px !important;
}

#article #prisfor .head {
	background: #ffffff url(../gfx/dottedline.gif) repeat-x 0 bottom;
	padding: 6px 6px 6px 0px;
}
#article #prisfor td { padding: 6px 0px 6px 0px; }
#article ul.links  {
	margin: 0;
	padding: 0px;
}

#article ul.links li {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
#article ul.links .kalk {
	background: transparent url(../gfx/calc.gif) no-repeat right;
}
#article ul.links .mer {
	background: transparent url(../gfx/pluss.gif) no-repeat right;
	display:block;
}
#article ul.links .bordertop {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 top;
}


#article ul.links li.boardertop{
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 top;
}
#article ul.links li a {
	font-weight: bold;
	font-size: 1.1em;
	background: transparent url(../gfx/pluss.gif) no-repeat right;
	display:block;
}
#article ul.links li a:hover {

	background: #f5f5f5 url(../gfx/pluss.gif) no-repeat right;

}

#article #smarteformater td {

	background: #f5f5f5;

}




/* @end */

/* @group Article */

#folder {
	float: left;
	width: 600px;
	margin: 15px 0px 0px 0px;
}

#folder .contentlist  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#folder .contentlist li {
	padding-bottom: 6px;
	margin-bottom: 6px;
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;
}
#folder .contentlist a {
	display: block;
	font-weight: normal;
	font-size: 1.4em;
}


#folder h1 {
display: block;
font-weight: normal;
font-size: 2.4em;
line-height: normal;
}

#folder .caption {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
line-height: 1.4em;
}
#folder .body {
margin-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
line-height: 1.4em;
}




/* @end */

/* @group Referance */

#reference #kundebox {
	background: transparent url(../gfx/ref_bg.gif) repeat-y;
}

#reference #kundebox #kundeinfo {
	float: left;
	padding: 18px 14px;
	color: #fff;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	width: 170px;
}

#reference li.cattop {
	width: 469px;
	height: 20px;
}

#reference li.cattop .cat{
	margin-right: 30px;
	float: right;
}

#reference .refcat3 {
	background: transparent url(../gfx/reference_dot.gif) no-repeat;
	position: absolute;
	left: 260px;
	top: 5px;
	width: 9px;
	height: 9px;
}

#reference .refcat2 {
	background: transparent url(../gfx/reference_dot.gif) no-repeat;
	position: absolute;
	left: 363px;
	top: 5px;
	width: 9px;
	height: 9px;
}

#reference .refcat1 {
	background: transparent url(../gfx/reference_dot.gif) no-repeat;
	position: absolute;
	left: 423px;
	top: 5px;
	width: 9px;
	height: 9px;
}

#reference li.active .refcat1,
#reference li.active .refcat2,
#reference li.active .refcat3
 {
	background: transparent url(../gfx/reference_dot_active.gif) no-repeat;
}

#reference .reflist ul.col2 li {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#reference .reflist ul.col2 li a{
	color: #000;
	padding-left: 5px;
	text-decoration: none;
	
}

#content #reference div.reflist ul.col2 li.active {
	background-color: #7f7f7f;
	color: #fff;
	padding-top: 1px;
}

#reference div.reflist ul.col2 li.active a{
	color: #fff;
}

#reference a:active.refcat3,
#reference a:active.refcat2,
#reference a:active.refcat1{
	background: transparent url(../gfx/reference_dot_active.gif) no-repeat;
}

/* Kunn ett bilde som ref */

#nofpss-container {clear:both; border: 9px solid #353535; float: left; position: relative;}
#frontpage #nofpss-container { border: 0px solid #fff;}


/* @end */

/* @group Small Referance */

.smallreference {
	position: relative;
}

.smallreference .bottomleft{
	background: url(../gfx/referancetranc.gif) repeat-x 0 center;
	width: auto;
	height: auto;
	position: absolute;
	top: 60px;
	left: 0;
	padding: 0 4px 0 4px;
	
}

.smallreference a {
	display: block;
	color: #000;
}

/* @end */

/* @group GFORM */

.addons #formpage fieldset {
	padding: 5px 10px 10px 10px;
	border: 1px dotted #878787;
	background-color: #ececec;
	margin-top: 23px;
}

.addons #formpage fieldset h2 {
	font-size: 12px;
	margin-bottom: 5px;
}

.addons #formpage .submit {
	display: inline-block;
	padding: 1px 14px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 100%;
}
.addons #formpage input,
.addons #formpage textarea {
	margin: 0;

}

.addons #formpage label {
	float: left;

}
.addons #formpage .radioselect { padding: 2px 0 1px 2px; }
.addons #formpage .item {
	margin-bottom: 5px;
}
.addons #formpage input.text{
	width: 120px;
	float: right;
}

.addons #formpage .butt{
	border: 1px solid #999;
	padding: 4px;
	background-color: #fff;
	color: #000;
}

.addons #formpage .check{
	margin-right: 4px;
}

.addons #formpage p{
	margin-top: 14px;
}


/* @end */


/* @group form */
.form {}

.form fieldset { border: 0; }

.form fieldset h4.legend {
	font-size: 1.5em;
	background: #FFFFFF url(../gfx/dottedline.gif) repeat-x scroll 0 bottom;
	padding: 10px 6px 6px 0;
}
.form fieldset fieldset h4.legend {
	font-size: 1.1em;
	background-position: 0 top;
	padding: 10px 6px 0 0;
}
.form h5 {
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	left: 0;
}
.form ul {
	list-style: none !important;
	padding: 5px 0 !important;
	margin: 0 !important;
}
.form li {
	overflow: hidden;
	margin: 7px 0 !important;
	position: relative;
}
.form label span,
.form .info span {
	width: 200px;
	float: left;
	clear: left;
}
.form .info span.text {
	float: none;
	clear: none;
	width: 200px;
}
.form .radio label {
	margin-left: 200px;
	display: block;
}
.form .radio label span {
	float: none;
	margin-left: 2px;
}
.form label textarea {
	width: 206px;
	max-width: 206px;
	height: 100px;
}
.form label select { width: 206px; }
.form label input { width: 200px; }
.form .check label input { width: auto; }
.form fieldset.submitor { padding-left: 200px; }
.form .reset,
.form .submit {
	border: 1px solid #393939;
	background: #393939 url(../gfx/butt_off.png) repeat-x left top;
	color: #fff;
	font-weight: normal;
	font-size: .9em;
	padding: .1em .4em;
	overflow: visible;
	width: auto;
}
.form .reset:hover,
.form .submit:hover { background: #e0119d url(../gfx/butt_on.png) repeat-x left top; }
.form .reset:active,
.form .submit:active {
	position: relative;
	top: 1px;
}
.form .info p {
	margin-bottom: 7px;
	font-weight: bold;
}
.form span.toggle input {
	margin-left: 3px;
	width: 182px;
}
.form .single label { overflow: hidden; }

/* @end */

#footer {
	padding: 2px;
	font-size: 1.1em;
	border-top: 1px solid #000;
}

#footer .firstline {
	background: transparent url(../gfx/dottedline.gif) repeat-x 0 bottom;
	padding-bottom: 3px;
}

#footer .sekendline {
	margin-top: 3px;
}


/* typestyle */
h1 { padding-bottom: .8em; background-color: #fff; 	font-family: Georgia,Arial,sans-serif;}
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

#article .date,
#article .author {
	font-size: 1em;
	line-height: normal;
	float: left;
	margin: 1em 1ex 1em 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; }

/* useful stuff */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.spacer {
	clear: both !important;
	display: block !important;
	font-size: 1px !important;
	height: 0px !important;
	line-height: 1px !important;
	margin: 0pt !important;
	padding: 0pt !important;
}

.spacer.one { height: 1px; }
.spacer.five { height: 5px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px; }

.left { float: left; padding: 0;}

.right { float: right;}
/*outline: 1px red dashed;*/

#rightlinks {
	position: absolute;
	left: 781px;
	font-size: 1.1em;
	top: 54px;		
}

#rightlinks a{
	color: #000;		
}

.box-menu {
	position: absolute;
	left: 138px;
	top: 49px;
}
/* navbar */

.menuhead {
	color: #000;
	text-align: center;
}

/* end-navbar */

#inforequest { padding: 5px 10px 0 10px; }
#inforequest legend { font-weight: bold; }
#inforequest hr { margin-bottom: 15px; }
#inforequest .item { margin: 10px 0; }
#inforequest .fixed {
	width: 8em;
	display: block;
	float: left;
}
#inforequest .item { height: 2em; }
