/*
 COLORS

 turquoise dark: #005167;
 turquoise medium: #197082;
 turquoise light: #5098A6;
 
 maroon: #803922;
*/
*
{
  padding: 0;
  margin: 0;
}

p
{
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

form select option
{
  padding: 0 0.5em 0 0;
}

img
{
  border: none;
}

body
{
  background-color: #fff;
  border-top: 1px solid #197082;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
/*  font-size: 0.8em;*/
  font-size: 75%;
  color: #000;
}

#container {
  font-size: 1em;
}

h1,
h2,
h3,
h4 {
  margin-bottom: .8em;
  color: #803922;
  background-color: transparent;
  font-weight: normal;
}




h1 { font-size: 150%; }
h2 { font-size: 118%; line-height: 1.2em; }
h3,
h4 { 
  font-size: 100%;
  color: #000;
  font-weight: bold;
}

.color-blue-dark {
  color: #637B8C;
  background-color: transparent;
}
.color-blue-light {
  color: #93ABB6;
  background-color: transparent;
}
.color-maroon {
  color: #803922;
  background-color: transparent;
}
.color-grey {
  color: #666;
  background-color: transparent;
  font-size: .9em;
}

a {
  text-decoration: none;
  outline: none; /* prevents FF from showing link outlines on :focus */
}

a:link,
a:visited,
.color-green { 
  color: #197082;
  background-color: transparent;
}

a:hover,
a:active,
.color-green-dark { 
  color: #005167;
  background-color: transparent;
}


a:hover { 
  text-decoration: underline;
}

#container,
#footer address
{
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
}

#header
{
  position: relative;
  height: 76px;
}

#header ul
{ 
  list-style-type: none;
}

#header li { 
  float: right;
/*  margin: 0 .5em;*/
}

#header li a.link-borders { 
  padding: 0 1em;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}


#header h1 {
  float: left;  
  margin-top: 30px;
  width: 215px;
}

#header h1 a {
  position: relative;
  display: block;
  width: 215px;
  height: 42px;
  background: transparent url(/images/ui/logo.gif) no-repeat top left;
}

#header h1 span {
  position: absolute;
  left: -999em;
}


#nav-global {
/*  float: left;*/
  position: absolute;
  top: 15px;
  right: 0;
  width: 420px;
  margin-top: 30px;
}

#nav-global ul {
  margin: 0;
  padding: 0;
}

#nav-global li {
  margin-right: 1px;
  background-color: #005167;
/*  background: transparent url(/images/ui/bkg-nav-on.gif) no-repeat top left;*/
}

#nav-global a {
  position: relative;
  display: block;
  height: 21px;
  background-color: #197082;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
}

#section-personer #nav-global li#link-personer a,
#section-company #nav-global li#link-company a,
#section-firma #nav-global li#link-firma a,
#section-services #nav-global li#link-services a,
#section-people #nav-global li#link-people a,
#section-tjenester #nav-global li#link-tjenester a,
#section-translink #nav-global li#link-translink a,
#section-translink-en #nav-global li#link-translink-en a,
#section-transaksjoner #nav-global li#link-transaksjoner a,
#section-transactions #nav-global li#link-transactions a,
#nav-global a:hover {
  background-color: transparent;
}

#nav-global a span {
  position: absolute;
  left: -2000px;
}


#nav-global li#link-personer a,
#nav-global li#link-company a,
#nav-global li#link-firma a,
#nav-global li#link-services a,
#nav-global li#link-people a,
#nav-global li#link-tjenester a,
#nav-global li#link-translink a,
#nav-global li#link-translink-en a,
#nav-global li#link-transaksjoner a,
#nav-global li#link-transactions a {
  background-position: top left;
  background-repeat: no-repeat;
}

#nav-global li#link-personer a {
  width: 74px;
  background-image: url(/images/ui/link-personer.gif);
}

#nav-global li#link-company a {
  width: 80px;
  background-image: url(/images/ui/link-company.gif);
}

#nav-global li#link-firma a {
  width: 53px;
  background-image: url(/images/ui/link-firma.gif);
}

#nav-global li#link-services a {
  width: 74px;
  background-image: url(/images/ui/link-services.gif);
}

#nav-global li#link-people a {
  width: 61px;
  background-image: url(/images/ui/link-people.gif);
}

#nav-global li#link-tjenester a {
  width: 80px;
  background-image: url(/images/ui/link-tjenester.gif);
}

#nav-global li#link-translink a {
  width: 82px;
  background-image: url(/images/ui/link-translink.gif);
}

#nav-global li#link-translink-en a {
  width: 86px;
  background-image: url(/images/ui/link-translink-en.gif);
}

#nav-global li#link-transaksjoner a {
  width: 114px;
  background-image: url(/images/ui/link-transaksjoner.gif);
}

#nav-global li#link-transactions a {
  width: 110px;
  background-image: url(/images/ui/link-transactions.gif);
}

blockquote
{
  margin-left: 20px;
  margin-right: 0px;
}


#masthead
{
  position: relative;
  clear: both;
  margin: 20px 0;
  height: 216px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
}

#section-kontakt #masthead,
#section-default-no #masthead,
#section-firma #masthead,
#section-tjenester #masthead,
#section-personer #masthead,
#section-translink #masthead,
#section-transaksjoner #masthead {
  background-image: url(/images/ui/bkg-masthead-no.gif);
}

#section-contact #masthead,
#section-default-en #masthead,
#section-company #masthead,
#section-services #masthead,
#section-people #masthead,
#section-translink-en #masthead,
#section-transactions #masthead {
  background-image: url(/images/ui/bkg-masthead-en.gif);
}

#masthead a {
  position: absolute;
  top: 35px;
  left: 493px;
  padding-left: 12px;
  font-size: 10px;
  background: transparent url(/images/ui/link-arrow.gif) no-repeat 0% 50%;
}

#masthead a:link,
#masthead a:visited,
#masthead a:active {
  color: #fff;
  background-color: transparent;
}

#masthead #photo {
  width: 473px;
  height: 216px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
}

#masthead #photo #contact-info {
  margin-left: 260px;
  padding-top: 30px;
  width: 180px;
  color: #F9FBFB;
  background-color: transparent;
}

#masthead #photo #contact-info h1 {
  font-size: 1.3em;
  color: #004654;
  background-color: transparent;
/*  color: #005368;*/
}

#masthead #photo #contact-info p {
  font-size: .8em;
}

#section-contact #masthead #photo,
#section-kontakt #masthead #photo {
/*  background-image: url(/images/ui/bkg-masthead-map.gif);*/
  background-image: url(/images/ui/bkg-masterhead-map-no.gif);
}


#section-personer #masthead #photo,
#section-people #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-team2.jpg);
}

#section-translink #masthead #photo,
#section-translink-en #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-translink.gif);
}

#section-transaksjoner #masthead #photo,
#section-transactions #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-transactions.jpg);
}

#section-tjenester #masthead #photo,
#section-services #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-services.jpg);
}

#section-firma #masthead #photo,
#section-company #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-company.jpg);
}

#section-default-no #masthead #photo,
#section-default-en #masthead #photo {
  background-image: url(/images/ui/bkg-masthead-default.jpg);
}


.contact-on {
/*  background-image: url(/images/ui/bkg-masthead-map.gif);*/
  background-image: url(/images/ui/bkg-masterhead-map-no.gif);
}

#content {
  margin-right: 220px;
  margin-bottom: 3em;
  margin-left: 40px;
/*  margin-left: 58px;*/
}

#col {
  float: right;
  margin-bottom: 3em;
  width: 175px;
  line-height: 1.2em;
}

#section-people #content,
#section-personer #content {
  float: left;
  width: 453px;
  margin-right: 0;
  margin-left: 0;
/*  margin-left: 58px;*/
}

/*#section-test #col {
  float: left;
}*/

#col h2 {
  margin-bottom: .5em;
}

#col h2.pad-top {
  margin-top: .5em;
}

#col ul {
  margin-bottom: 1em;
  list-style-type: none;
}

#col ul li {
  margin-bottom: .5em;
  list-style-type: none;
  padding-left: 12px;
  background: transparent url(/images/ui/arrow_on.gif) no-repeat 0% 50%;
/*  background: transparent url(/images/ui/arrow_on.gif) no-repeat 0 3px;*/
}

#section-transaksjoner #content,
#section-transactions #content {
  margin-right: 0;
  margin-left: 52px;
/*  618px*/
}

#section-transaksjoner #content h1,
#section-transaksjoner #content p,
#section-transactions #content h1,
#section-transactions #content p {
  margin-left: 8px;
}

#section-transaksjoner #content p#img-transactions,
#section-transactions #content p#img-transactions {
  margin-left: 0;
}

#section-transaksjoner #col,
#section-transactions #col {
  display: none;
}

#footer {
  margin-bottom: 3em;
  border-top: 3px solid #005167;
  color: #999;
  background-color: transparent;
}

#footer address {
  margin-top: 1em;
  font-size: 85%;
  font-style: normal;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

/* jdb-lang styles */

.jdb-lang {
  margin: 0;
  padding: 4px;
  padding-top: 0;
  list-style: none;
  font-size: 85%;
}

.jdb-lang li {
  padding: 0 .5em;
  border-right: 1px solid #197082;
}

.jdb-lang li {
  float: right;
}

.jdb-lang li:first-child {
  border-right: none;
}

.jdb-lang a {
  display: block;
  padding: .4em;
  padding-bottom: 0;
}

.jdb-lang li a#lang-on {
  font-weight: bold;
}

.error {
	color: #8C2121;
}

select {
  width: 90%;
  font-size: 1em;
}


.divider {
  height: 1px;
  border-bottom: 1px solid #005167;
}


.clear-both { clear: both; }

/*#img-transactions {
  margin-left: 7px;
}*/

#img-transactions br {
  display: none;
}

img.badge {
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
}

#content ul {
/* list-style-type: square;*/
 margin-bottom: 1em;
}

#content li {
 margin-left: 2em;
}

h2.number {
  margin-left: -34px;
  padding-top: 3px;
  padding-left: 34px;
  min-height: 24px;
}

h2.bullet1 {
  background: transparent url(/images/ui/1.gif) no-repeat top left;
}

h2.bullet2 {
  background: transparent url(/images/ui/2.gif) no-repeat top left;
}

h2.bullet3 {
  background: transparent url(/images/ui/3.gif) no-repeat top left;
}

h2.bullet4 {
  background: transparent url(/images/ui/4.gif) no-repeat top left;
}

ul.no-bullets {
  list-style-type: none;
}

#content li.bullet-plus,
#content li.bullet-minus {
  margin-left: 8px;
  padding-left: 16px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

li.bullet-plus {
  background-image: url(/images/ui/bullet-plus.gif);
}

li.bullet-minus {
  background-image: url(/images/ui/bullet-minus.gif);
}

/*#contact-form {
 border: 1px solid #ccc; 
}*/

#contact-form label {
 display: block;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
 width: 400px;
}

#contact-form input.ff-button {
 width: 80px;
}

#content ul.flash-msg
{
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content ul.flash-msg li
{
  margin: 0;
  padding: 0;
	color: #8C2121;
	font-size: .9em;
	line-height: 1.4em;
}

a#switch-text-big,
a#switch-text-small {
  display: block;
  height: 24px;
  width: auto;
  padding-left: 22px;
  background-color: transparent;
  background-repeat:  no-repeat;
  background-position: 5px left;
}

a#switch-text-big {
  background-image:  url(/images/ui/text-big-off.png);
}

a#switch-text-small {
  background-image:  url(/images/ui/text-small-off.png);
}

a#switch-text-big:hover {
  background-image:  url(/images/ui/text-big-on.png);
}

a#switch-text-small:hover {
  background-image:  url(/images/ui/text-small-on.png);
}

.row {
  clear: both;
  margin-bottom: 19px;
}

#section-people #content,
#section-personer #content {
  margin-left: 30px;
}

#section-people .item,
#section-personer .item {
  float: left;
  width: 150px;
}

#section-people .item a:link,
#section-people .item a:visited,
#section-personer .item a:link,
#section-personer .item a:visited {
  color: #000;
}

#section-people .end,
#section-personer .end {
  width: 131px !important;
}

.article-body img {
  float: left;
  margin-right: 19px;
  margin-bottom: 19px;
}

#section-people .item h3,
#section-personer .item h3,
.article-body h1,
.article-body h3.title {
  margin-bottom: 19px;
}