﻿/* 
	   	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  		font-family: Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;

	COLORS:		Darkest blue: 	#185467
				Ligher blue: 	#48878d
				Lightest blue: 	#88b1a7
				Yellow/white:	#fff8dc
				Orange:			#da7140
*/
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* END RESET CSS */
/* 960.gs */
/* END 960.gs */
/* CSS Resets */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}
/* The 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.container_12 {
  width: 100%;
  max-width: 978px;
  /*max-width: 1140px;*/
  margin: 0 auto;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11 {
  margin-left: 3.8%;
  float: left;
}
.grid_1 {
  width: 4.85%;
}
.grid_2 {
  width: 13.5%;
}
.grid_3 {
  width: 22.15%;
}
.grid_4 {
  width: 30.8%;
}
.grid_5 {
  width: 39.45%;
}
.grid_6 {
  width: 48.1%;
}
.grid_7 {
  width: 56.75%;
}
.grid_8 {
  width: 65.4%;
}
.grid_9 {
  width: 74.05%;
}
.grid_10 {
  width: 82.7%;
}
.grid_11 {
  width: 91.35%;
}
.grid_12 {
  width: 100%;
  float: left;
}
.alpha {
  margin-left: 0px;
  clear: both;
}
img, object, embed {
  max-width: 100%;
}
/* The 1140px Grid END */
/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

*/
body {
  font: 13px/1.23 sans-serif;
  *font-size: small;
}
/* hack retained to preserve specificity */
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* 
 * minimal base styles 
 */
body,
select,
input,
textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* set your base font here, to apply evenly */

  /* font-family: Georgia, serif;  */

}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/* always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}
a, a:active {
  color: #185467;
}
a:visited {
  color: #48878d;
}
a:hover {
  color: #88b1a7;
}
ul, ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
}
small {
  font-size: 85%;
}
strong, th {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */

}
textarea {
  overflow: auto;
}
/* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}
/* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* hand cursor on clickable input elements */
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
/* webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* colors for form validity */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* 
 * Non-semantic helper classes 
 */
/* for image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}
/* Default font settings.
   The font-size percentage is of 16px. (0.875 * 16px = 14px) */
html {
  font-size: 100.01%;
}
body {
  background: #f9f9f9;
  font-size: 87.5%;
  line-height: 1.5;
  color: #444;
  font-family: Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;
}
/*font stack */
#functions,
#nav,
ul.form,
#sub-nav,
.PagingContainer,
h2,
h3,
h4,
h5,
h6,
.date,
#sort-year,
a.rss,
#pop-tab,
#big-news p span.more,
#big-news .meta,
#masthead-art a.more,
#article dl.tags,
a.print,
#article .byline,
#article .intro .image p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #4f4f4f;
}
h1 {
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 0.75em;
  color: #185467;
}
h3 {
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: .5em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: .75em;
  font-weight: bold;
}
h5 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
h6 {
  font-size: 1em;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
#main h2, #main h3 {
  text-shadow: 0 1px 1px #fff;
}
/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left {
  float: left !important;
}
p .left {
  margin: 0 1em 1em 0;
  padding: 0;
}
p .leftMid {
  margin: 1em 1em 1em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 0 0 1em 1em;
  padding: 0;
}
p .rightMid {
  margin: 1em 0 1em 1em;
  padding: 0;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, th, .ingress {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 1.5em 0;
}
dl.table-display {
  padding: 0;
  overflow: hidden;
}
.table-display dt {
  clear: left;
  float: left;
  width: 40%;
  margin: 0;
  padding: 0 0 4px 0;
}
.table-display dd {
  float: left;
  width: 60%;
  margin: 0;
  padding: 0 0 4px 0;
}
.no-indent {
  list-style: none;
  padding: 0;
}
/* Tables
-------------------------------------------------------------- */
/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  background: #606060;
  color: white;
  text-align: left;
  border: 1px solid #FAFAFA;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
td {
  background-color: #e3e3e3;
  margin: 1px;
  border: 1px solid #FAFAFA;
}
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #efefef;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Forms
-------------------------------------------------------------- */
input, textarea {
  padding: 4px;
  border: 1px solid #ddd;
}
ul.form {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.form li {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.form li label, .form li.label-left label {
  display: block;
  width: 5em;
  float: left;
  font-weight: bold;
}
.form li input[type='text'] {
  float: left;
}
.form li p.disclaimer {
  clear: both;
  color: #999;
  margin: .25em 0;
  font-size: .9em;
}
.form li textarea, .form li input.full {
  width: 448px;
}
.form li textarea {
  height: 150px;
}
.form li .rdochk {
  padding: 0;
}
.form .rdochk input {
  margin-right: 5px;
}
.form .rdochk input, .form .rdochk label {
  display: inline;
  font-weight: normal;
  float: none;
}
.quicksearch .qs-button, ul.form .submit, #id_matrix .submit {
  border: 0 none;
  background: 0 none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  background: #da7140;
  color: white;
  padding: .3em .7em;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.quicksearch .qs-button:hover, ul.form .submit:hover, #id_matrix .submit:hover {
  background: #48878d;
}
ul.form .submit {
  float: right;
}
ul.form li fieldset legend {
  font-weight: bold;
}
ul.label-top label {
  float: none;
  width: auto;
  margin-bottom: .5em;
}
#contact {
  width: 460px;
}
#contact li.label-left label {
  width: 8em;
}
#id_matrix td {
  background: none;
  border: 0;
  margin: 0;
}
#id_matrix td label {
  width: 180px;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
}
#id_matrix fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
}
#id_matrix fieldset label {
  width: auto;
  font-weight: normal;
  float: none;
  display: inline;
  margin-left: 5px;
}
#id_matrix  .submit {
  margin-left: 190px;
  margin-top: 15px;
}
/* Primary Styles
    Author: pRoK0m
 */
#header {
  background: #fff8dc url("../images/bg-pattern-5.png");
}
#header .grid_12 {
  position: relative;
}
#header h1 {
  margin: 1em 0;
  font-size: 1.2em;
}
#header h1 a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 26em;
}
#header h1 img {
  float: left;
}
#header h1 em {
  color: #da7140;
  margin-top: 1.8em;
  margin-left: 1em;
  display: block;
  float: left;
}
body.spama #header h1 em {
  clear: left;
  color: #666666;
  float: none;
  font-size: 0.9em;
  font-style: normal;
  letter-spacing: 1px;
  margin: 5px 0 0;
  text-transform: uppercase;
  width: 115px;
  text-align: center;
  line-height: 1.4;
}
.timeline-link {
  position: absolute;
  right: 0;
  top: 10px;
  width: 230px;
  text-align: center;
}
.timeline-link span {
  color: #888;
  font-style: italic;
}
.timeline-link a {
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #da7140 url("../images/icons-sprite.png") no-repeat 5px -363px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  padding-left: 33px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 86px;
  margin-left: 48px;
  margin-top: 5px;
}
#functions {
  background: #333;
  min-height: 35px;
}
#functions .grid_12 {
  position: relative;
}
#functions ul {
  padding: 0;
  list-style: none;
  margin: 5px 0;
  float: right;
}
#functions ul li {
  float: left;
  margin-left: 15px;
  line-height: 2em;
  color: white;
  font-size: .9em;
}
#functions ul li a {
  color: white;
  text-decoration: none;
  background: url("../images/icons-sprite.png") no-repeat 8px -1px;
  padding-left: 20px;
}
#functions ul li span {
  color: white;
  font-size: .9em;
  text-decoration: none;
  padding-left: 0px;
}
#functions ul #fn-contact a {
  background-position: 0 -47px;
}
#functions ul #fn-logout a {
  background-position: 0 -88px;
}
#functions ul li a:hover {
  text-decoration: underline;
}
#navbar {
  background: #88b1a7 url("../images/bg-pattern-10-white.png");
  min-height: 33px;
}
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#nav li {
  float: left;
  margin-right: 2em;
  position: relative;
  z-index: 4;
}
#nav li.unavailable {
  display: none !important;
}
#nav li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 10px 10px 13px 10px;
  display: block;
}
#nav li a:hover {
  color: #185467;
}
#nav li.active a {
  background: url("../images/nav-active-dot.png") no-repeat 50% -10px;
}
#nav li ul {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 0;
  z-index: 5;
}
#nav li ul li {
  float: none;
  border-top: 1px solid #F9F9F9;
}
#nav li ul li a, #nav li.active ul li a {
  display: block;
  background: url("../images/bg-pattern-5.png") repeat scroll 0 0 #fff8dc;
  text-transform: none;
  letter-spacing: 0;
  padding: 7px 10px;
  width: 180px;
}
#nav li:hover ul {
  top: 37px;
}
/*				Alternativ menu - start                  */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.nav li {
  float: left;
  margin-right: 2em;
  position: relative;
  z-index: 4;
}
.nav li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 10px 10px 13px 10px;
  display: block;
}
.nav li a:hover {
  color: #185467;
}
.nav li.active a {
  background: url("../images/nav-active-dot.png") no-repeat 50% -10px;
}
.nav li ul {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 0;
  z-index: 5;
}
.nav li ul li {
  float: none;
  border-top: 1px solid #F9F9F9;
}
.nav li ul li a, .nav li.active ul li a {
  display: block;
  background: url("../images/bg-pattern-5.png") repeat scroll 0 0 #fff8dc;
  text-transform: none;
  letter-spacing: 0;
  padding: 7px 10px;
  width: 180px;
}
.nav li:hover ul {
  top: 37px;
}
/*				Alternativ menu - end                    */
#ctl00_HeaderArea_ctl01_ctl00_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li {
  float: left;
  margin-right: 2em;
  position: relative;
  z-index: 4;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 10px 10px 13px 10px;
  display: block;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li a:hover {
  color: #185467;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li.active a {
  background: url("../images/nav-active-dot.png") no-repeat 50% -10px;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li ul {
  position: absolute;
  top: -9999px;
  list-style: none;
  padding: 0;
  z-index: 5;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li ul li {
  float: none;
  border-top: 1px solid #F9F9F9;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li ul li a, #ctl00_HeaderArea_ctl01_ctl00_nav li.active ul li a {
  display: block;
  background: url("../images/bg-pattern-5.png") repeat scroll 0 0 #fff8dc;
  text-transform: none;
  letter-spacing: 0;
  padding: 7px 10px;
  width: 180px;
}
#ctl00_HeaderArea_ctl01_ctl00_nav li:hover ul {
  top: 37px;
}
.quicksearch {
  float: right;
  margin-top: 7px;
}
.quicksearch label {
  position: absolute;
  left: -9999px;
}
#baard {
  background: url("../images/bg-baard.png") repeat-x;
  height: 4px;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 20px;
}
#main {
  position: relative;
  margin-bottom: 20px;
}
a.more {
  font-style: italic;
  color: #185467;
}
/* sub menu */
#sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sub-nav ul li {
  margin-bottom: 10px;
  padding-top: 10px;
  background: url("../images/sub-nav-sep.png") no-repeat top left;
}
#sub-nav ul li a {
  color: #da7140;
  text-decoration: none;
  display: block;
}
#sub-nav ul li a:hover {
  color: #185467;
}
#sub-nav ul li a.active {
  font-weight: bold;
}
#sub-nav ul ul {
  margin-top: 5px;
  font-size: .9em;
}
#sub-nav ul li li, #sub-nav ul li li:first-child {
  background: 0 none;
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
  margin-bottom: 2px;
}
#sub-nav ul li li a {
  color: #444;
}
#sub-nav ul ul a:hover {
  color: #444;
  text-decoration: underline;
}
#sub-nav ul ul ul {
  margin-left: 10px;
  font-size: 100%;
}
#sub-nav ul li:first-child {
  background: 0 none;
  padding: 0;
}
#sub-nav ul li.unavailable a {
  color: #999;
}
/* Frontpage news */
/* hovednyhet */
#masthead-art {
  position: relative;
}
#masthead-img {
  min-height: 1px;
}
#masthead-img img {
  width: 100%;
}
#masthead-meta, #big-news .meta {
  list-style: none;
  color: #da7140;
  overflow: hidden;
  position: absolute;
  padding: 0;
  top: 0;
  left: 60.55%;
  text-transform: uppercase;
}
#masthead-meta li {
  float: right;
}
#masthead-meta li.date {
  float: left;
}
#masthead-text {
  margin-top: 2em;
}
#masthead-text h2 {
  margin-bottom: .25em;
  font-size: 1.8em;
  font-weight: bold;
}
#masthead-text h2 a {
  text-decoration: none;
}
#masthead-text p {
  font-size: 1.3em;
}
a.rss {
  display: block;
  background: url("../images/icons-sprite.png") no-repeat 100% -132px;
  padding-right: 20px;
  color: #da7140;
  text-decoration: none;
  font-weight: bold;
}
a.rss:hover {
  color: #185467;
}
/* tab box front */
#pop-tab, .tags-result {
  background: #fff8dc url("../images/bg-pattern-5.png");
}
#pop-tab .content {
  padding: 10px;
}
#pop-tab .nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pop-tab .nav li {
  float: left;
  width: 40%;
  margin: 0;
}
#pop-tab .nav a {
  display: block;
  padding: 10px;
  list-style: none;
  text-align: center;
  background: #f3f3f3;
  font-size: .85em;
  text-decoration: none;
  color: #333;
  outline: 0;
}
#pop-tab .nav li.vids {
  width: 60%;
}
#pop-tab .nav li.active a, #pop-tab .nav li.active a:hover {
  background: #fff8dc url("../images/bg-pattern-5.png");
}
#pop-tab .nav a:hover {
  background: #f6f6f6;
}
#pop-tab dl {
  margin: 0;
}
#pop-tab dt {
  position: absolute;
  left: -9999px;
}
#pop-tab dd {
  margin-bottom: .25em;
}
#pop-tab dd a {
  color: #444;
  font-size: .9em;
}
#pop-tab dd a:hover {
  text-decoration: none;
}
#big-news {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#big-news li {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#big-news li:first-child {
  border: 0 none;
  padding-top: 0;
}
#big-news img {
  float: left;
}
#big-news h2, #big-news p {
  margin-top: 25px;
  margin-bottom: 0;
}
#big-news h2 a {
  text-decoration: none;
}
#big-news h2 a:hover {
  color: #185467;
}
#big-news p {
  font-style: italic;
  font-size: 1.2em;
}
#big-news p a {
  text-decoration: none;
  color: #555;
}
#big-news p span.more, #masthead-art a.more {
  text-transform: uppercase;
  font-style: normal;
  color: #888;
  font-weight: bold;
  text-decoration: none;
}
#big-news p span.more {
  font-size: .8em;
}
#big-news li.hover {
  cursor: pointer;
}
#big-news li.hover h2 a {
  color: #185467;
}
#big-news li.hover span.more, #masthead-art a.more:hover {
  color: #da7140;
}
#big-news li:first-child .meta {
  top: 0;
}
#big-news .meta {
  left: auto;
  width: auto;
  font-size: .9em;
  top: 10px;
  left: 17.3%;
}
#big-news .meta li {
  float: left;
  margin-right: 10px;
  border: 0 none;
  padding: 0;
}
#big-news .meta li.comments a {
  display: block;
  background: url("../images/icons-sprite.png") no-repeat 0 -185px;
  padding-left: 16px;
  color: #da7140;
}
#big-news .meta li.comments a:hover {
  text-decoration: none;
}
#big-news .meta li.video img {
  margin-top: 4px;
}
#big-news .grid_2.alpha {
  min-height: 1px;
}
#big-news.grid_9 h2 {
  font-size: 1.3em;
}
#big-news.grid_9 p {
  font-size: .9em;
}
a.big-news.more {
  text-align: right;
}
.section-break {
  margin-bottom: 20px;
  border-color: #e2e2e2;
}
/* breadcrumbs */
#breadcrumbs, #od-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
#breadcrumbs li, #od-breadcrumbs ul li {
  float: left;
  margin-right: 10px;
  font-style: italic;
  color: #48878d;
}
#breadcrumbs li a,
#od-breadcrumbs ul li a,
#breadcrumbs li.sep,
#od-breadcrumbs ul li.sep {
  background: url("../images/bc-sep.png") no-repeat right center;
}
#breadcrumbs li a,
#od-breadcrumbs ul li a,
#breadcrumbs li span,
#od-breadcrumbs ul li span {
  padding: 4px 30px 4px 0;
}
#od-breadcrumbs .sep {
  padding-right: 30px;
}
/* article */
#article h2.head {
  font-size: 2.2em;
  font-weight: bold;
}
#article .video {
  position: relative;
}
#player {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.video-play-button {
  display: block;
  background: url("../images/ajour-play-button.png") no-repeat;
  width: 74px;
  height: 74px;
  position: absolute;
  top: 108px;
  left: 42%;
}
#player.sub .video-play-button {
  top: 143px;
  left: 283px;
}
#player.front {
  height: 290px;
}
#player.sub {
  width: 640px;
  height: 360px;
  margin: 0 auto 20px;
}
#article .skip-to-comments {
  position: absolute;
  color: #999;
  right: 0;
  top: -37px;
  text-decoration: none;
}
#toggleCaptions {
  width: 640px;
  margin: 0 auto;
  margin-top: -10px;
  color: #666;
  font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  font-size: .9em;
}
#toggleCaptions:hover {
  text-decoration: underline;
}
#toggleCaptions.active {
  color: #DA7140;
}
#article .intro {
  margin-bottom: 15px;
  position: relative;
}
#article .intro .image p {
  font-size: .8em;
  color: #999;
  margin: .2em 0 0;
}
#article .intro .image a {
  color: #999;
}
#article cite.quote {
  float: left;
  width: 250px;
  background: url("../images/ajour-quote.png") no-repeat;
  padding: 20px;
  color: #DA7140;
}
#article .box {
  padding: 10px 10px 0;
  float: right;
  font-size: .65em;
  width: 260px;
  margin: 0 0 10px 10px;
  clear: right;
}
#article .box.fact {
  background: #eee;
}
#article .box.byline {
  overflow: hidden;
  max-height: 300px;
  background: #f6f6f6 url("../images/bg-pattern-5.png");
}
#article .box.byline .img {
  float: right;
  margin: 0 0 10px 10px;
}
#article .box.byline .author {
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#article .box.byline p {
  margin-bottom: 10px;
}
#article .box.audio audio {
  width: 260px;
  margin: 0;
  padding: 0;
}
#article .intro .ingress {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#article dl.tags {
  margin-bottom: 5px;
}
#article dl.tags dt {
  float: left;
  color: #999;
  margin-right: 5px;
  background: url("../images/icons-sprite.png") no-repeat 1px -230px;
  padding-left: 21px;
}
#article dl.tags dd {
  float: left;
  margin-right: 5px;
}
#article .date {
  background: url("../images/icons-sprite.png") no-repeat 0 -322px;
  padding-left: 21px;
  color: #999;
  margin-bottom: 5px;
  display: block;
}
a.print {
  background: url("../images/icons-sprite.png") no-repeat 0 -277px;
  padding-left: 21px;
}
#article a.print, #article dl.tags a {
  color: #666;
}
#article .text a:hover {
  text-decoration: none;
}
#article .copy {
  font-size: 1.5em;
}
#article .copy.multi-col {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  font-size: 1.1em;
}
#comments ol {
  padding: 0;
  margin-right: 0;
  list-style: none;
}
#comments ol h3 {
  font-size: 1em;
  margin-bottom: .5em;
}
/* endringsmeldinger */
#section a.rss {
  float: right;
  margin-right: 10px;
}
#section a.print {
  float: right;
  font-size: .9em;
  color: #555;
  text-decoration: none;
}
#section a.print:hover {
  text-decoration: underline;
}
ol.endringsmeldinger {
  list-style: none;
  padding: 0;
  margin-right: 0;
}
ol.endringsmeldinger li {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
ol.endringsmeldinger li .date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .9em;
}
ol.endringsmeldinger li h4, ol.endringsmeldinger li p {
  margin-left: 140px;
}
ol.endringsmeldinger li h4 {
  margin-bottom: .25em;
}
ol.endringsmeldinger li p {
  font-size: .9em;
  margin-bottom: 0;
}
/* sort year */
#sort-year dt {
  width: 140px;
  color: #48878d;
  float: left;
}
#sort-year dd {
  float: left;
  margin-right: 10px;
}
#sort-year dd a {
  color: #da7140;
}
#sort-year dd a:hover {
  text-decoration: none;
}
/* pagination */
.PagingContainer {
  width: 100%;
  float: left;
}
.PagingContainer ol {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 1.3em;
}
.PagingContainer li {
  color: #999;
  display: inline;
}
.PagingContainer li.active {
  color: #333;
}
.PagingContainer li a {
  color: #da7140;
  text-decoration: none;
}
.PagingContainer li a:hover {
  color: #185467;
}
.PagingContainer li a, .PagingContainer li span {
  padding: 2px 6px;
}
/* Oppdateringsprøven */
#update-test ol {
  margin-left: 0;
  padding-left: 0;
  /* Remove the default left padding */

}
#update-test ol .number {
  position: absolute;
  top: 2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  padding: 4px;
  color: #fff;
  background: #da7140;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-width: 30px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.oldie #update-test ol .number {
  left: -2.5em;
}
#update-test ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 8px 10px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  zoom: 1;
}
#update-test ol > li.open .number {
  background: #48878d;
}
.oldie #update-test ol > li {
  margin-left: 2.5em;
}
#update-test ol h4 {
  cursor: pointer;
  margin: 0;
  text-decoration: underline;
  font-weight: normal;
}
#update-test ol h4:hover {
  text-decoration: none;
}
#update-test ol h4.open {
  font-weight: bold;
}
#update-test ol .tema-expanded {
  margin-top: 20px;
  font-size: 16px;
  zoom: 1;
}
#update-test ul ul {
  list-style: none;
}
#update-test table.tasks th {
  background: #da7140;
}
#update-test table.tasks .icons {
  padding-left: 0;
  text-align: center;
}
#update-test table.tasks .icons li {
  display: inline;
  margin-right: 5px;
}
#update-test table.tasks .videos a img {
  width: 18px;
}
#update-test table.tasks .no-media {
  text-align: center;
  margin: 0;
}
#update-test table.tasks tr td.article {
  background-image: url("../images/document-icon-16.png");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding-left: 25px;
}
#update-test table.tasks tr.video-article td.article {
  background-image: url("../images/video.png");
}
#update-test dl.tasks dt, #update-test dl.tasks dd {
  float: left;
  margin-right: 5px;
}
#update-test dl.tasks dd {
  font-weight: bold;
}
#update-test .unavailable, #update-test .unavailable a {
  color: #999;
}
#update-test .show-kunnskapskrav {
  margin-left: 10px;
}
/* Login page */
body.login {
  background: #fff8dc url("../images/bg-pattern-5.png");
  text-align: center;
}
#form-box {
  background: white;
  border: 1px solid #fff8dc;
  width: 381px;
  margin: 2.2em auto;
  -webkit-box-shadow: 4px 4px 0px #ccc6b0;
  -moz-box-shadow: 4px 4px 0px #ccc6b0;
  box-shadow: 4px 4px 0px #ccc6b0;
  padding: 20px;
  text-align: left;
}
#form-box .branding {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 0 20px;
}
#form-box .branding li {
  float: left;
  padding: 20px 0;
  width: 179px;
  overflow: hidden;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#form-box .branding li.ajour {
  border-right: 1px solid #e8e8e8;
}
#form-box .branding li.spama img {
  margin-top: 10px;
}
#form-box fieldset {
  margin: 0;
}
#form-box ul.form {
  font-size: 1.2em;
  margin-bottom: 25px;
}
#form-box ul.form input.txt {
  width: 361px;
  padding: 10px;
}
.ie7 #form-box ul.form input.txt, .ie8 #form-box ul.form input.txt {
  width: 359px;
}
#form-box ul.form .submit {
  font-weight: normal;
}
#form-box ul.form .error {
  color: red;
  float: left;
  margin: 0 0 .5em 5px;
}
#form-box .help, #form-box .help a {
  color: #999;
  margin: 0;
}
#footer {
  background: #e6e6e6 url("../images/bg-pattern-5.png");
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
#footer p {
  margin: 0;
  color: #999;
}
.ie7 .grid_1 {
  width: 4.7%;
}
.ie7 .grid_2 {
  width: 13.2%;
}
.ie7 .grid_3 {
  width: 22.05%;
}
.ie7 .grid_4 {
  width: 30.6%;
}
.ie7 .grid_5 {
  width: 39%;
}
.ie7 .grid_6 {
  width: 48%;
}
.ie7 .grid_7 {
  width: 56.75%;
}
.ie7 .grid_8 {
  width: 61.6%;
}
.ie7 .grid_9 {
  width: 74.05%;
}
.ie7 .grid_10 {
  width: 82%;
}
.ie7 .grid_11 {
  width: 91.35%;
}
/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-width: 480px) {
  #nav li {
    font-size: .9em;
  }
  
  #big-news .meta li {
    float: none;
  }
  
  #masthead-text,
  #form-box ul.form input.txt,
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  #form-box {
    width: auto;
    float: none;
    margin: 0;
  }
  
  #form-box .branding li {
    width: 120px;
    padding-right: 10px;
  }
  
  #form-box .branding li.ajour {
    border: none;
  }
  
  #pop-tab, #masthead-img .video, #big-news li img {
    display: none;
  }
  
  #big-news .meta, #masthead-meta {
    position: static;
  }
  
  #big-news h2, #big-news p {
    margin: 0 0 10px;
  }
  
  #nav li.active a {
    background: 0 none;
    font-weight: bold;
  }
  
  #article .copy, #article .intro .ingress {
    font-size: 1em;
  }
}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11 {
    width: 100%;
    float: none;
    margin: 0;
  }
  
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    word-spacing: 1.1pt !important;
    letter-spacing: 0.2pt !important;
    font-family: Garamond, "Times New Roman", serif;
    color: #000 !important;
    background: none;
    font-size: 12pt !important;
  }
  
  #article .copy {
    font-size: 12pt;
  }
  
  /*Headings */
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000 !important;
  }
  
  h1 {
    font-size: 19pt;
  }
  
  h2 {
    font-size: 17pt;
  }
  
  h3 {
    font-size: 15pt;
  }
  
  h4, h5, h6 {
    font-size: 12pt;
  }
  
  code {
    font: 10pt Courier, monospace;
  }
  
  blockquote {
    margin: 1.3em;
    padding: 1em;
    font-size: 10pt;
  }
  
  hr {
    background-color: #ccc;
  }
  
  /* Images */
  
  img {
    float: left;
    margin: 1em 1.5em 1.5em 0;
  }
  
  a img {
    border: none;
  }
  
  /* Links */
  
  a:link, a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
  }
  
  a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
  
  a[href^="http://"] {
    color: #000;
  }
  
  /* Table */
  
  table {
    margin: 1px;
    text-align: left;
  }
  
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  
  td {
    border-bottom: 1px solid #333;
  }
  
  th, td {
    padding: 4px 10px 4px 0;
  }
  
  tfoot {
    font-style: italic;
  }
  
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr {
    page-break-inside: avoid;
  }
  
  #main {
    clear: both;
  }
  
  #header h1 {
    font-size: 1em;
  }
  
  #header a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
    content: "";
  }
  
  /*hide various parts from the site*/
  
  #functions,
  #navbar,
  #baard,
  a.print,
  #comments,
  #breadcrumbs,
  .skip-to-comments,
  #article .intro .image,
  #article .intro .video,
  .tags {
    display: none;
  }
}
/* driftsmelding breaking message */
.br-msg {
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.br-msg p {
  margin: 0;
}
.br-msg.urgent {
  background: #ba0000;
  color: White;
}
/* changepage */
.CourseDiscussion #comments {
  width: 74.05%;
  margin-left: 25.95%;
}
.CourseDiscussion #header h1 em {
  display: none;
}
/* search søk */
#SearchArea fieldset {
  margin-bottom: 15px;
  text-align: center;
}
.tags-result {
  padding: 10px;
}
.tags-result li {
  list-style: none;
}
.tags-result li h4 {
  font-weight: normal;
  font-size: .9em;
}
.audiolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.audiolist li a {
  background: url("../images/icon-sound.png") no-repeat left center;
  padding-left: 22px;
}
.audiocaption {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listen-to-text2 {
  background: url("../images/icon-sound.png") no-repeat left center;
  padding-left: 22px;
}
#audio-container {
  text-align: center;
}
#audio-container a {
  display: block;
}
