body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font: 60% Verdana, Arial, Helvetica, sans-serif;
  background: white;
  color: black;
}

div.menuBox {
  margin: 0;
  padding: 0;
  background: transparent;
  color: white;
}

div.menuBox div.content {
  margin: 0;
  padding: 10px 3px 10px 3px;
}

#menuLeft{
  padding: 3px;
}

#menuLeft div {
  height: 14px;
  border-bottom: 1px solid #92AFBD;
}

#menuLeft a, #menuLeft a:active, #menuLeft a:visited{
  display: block;
  font-weight: normal;
  text-transform: lowercase;
  color: white;
  background-color: #6B8A9C;
}

#menuLeft a:hover{
  display: block;
  font-weight: normal;
  text-transform: lowercase;
  color: white;
  background-color: #7497A6;
}

#contentWrapper {
  width: 616px;
  margin: 0;
  padding: 0;
  text-align: left;
}

table {
  font-size: 100%;
}

form {
  margin: 0;
  padding: 0;
}

P  {}

hr {
color : #072945;
}

A  {
color : #000000;
}

A:Visited  {
color : #000000;
}

A:Active  {
color : #000000;
}

A:Hover  {}

.trlys  {
background-color : #FFFFFF;
}

.trmork  {
background-color : #EEEEEE;
}

.trmid  {
background-color : #DFDFDF;
}

.godkjentfarge  {
color : #009900;
}

.innsendtfarge  {
color : #55CC00;
}

.underarbeidfarge  {
color : #EEAA00;
}

.ikkegodkjentfarge  {
color : #FF5500;
}

.advarselfarge  {
color : #FF0000;
}

h1, h2, h3, h4, h5, h6 {
  color: #072945;
  clear: both;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}

h1 {
    font-size: 160%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 140%;
}
h4 {
    font-size: 120%;
}
h5 {
    font-size: 100%;
}
h6 {
    font-size: 80%;
}

b {
  font-weight: bold;
}

a, a:visited {
  color: #180873;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active {
  color: #ED1C24;
  text-decoration: none;
  font-weight: bold;  
}

div.teaser{
  font-weight: bold;
  margin: 5px 10px 5px 10px;
}

div.text{
  margin: 5px 10px 5px 10px;
}


/* Bildevisning */

img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

div.bilderamme{
  padding:0;
  margin: 0 0 10px 0;
}

div.bilderamme img{
  padding:0;
  margin: 0;
  border: none;
  vertical-align: top;
}

div.bildetekst {
  clear: both;
  margin: 1px;
  text-align: left;
  vertical-align: top;
  font-style: oblique;
}

/*Banner*/

.banner_topp{
  border-bottom: 1px solid black;
}

.banner_bunn{
  border-top: 1px solid black;
}

/* Listevisning */

div.listItem{
  clear: both; 
  margin: 20px 0 20px 0; 
  padding: 0;
  text-align: left;
}

div.listItem h3{
  margin-bottom: 0;
  clear: none;
}

div.listItemImage{
  float: right; 
  margin: 5px 3px 0 3px;
  text-align: right;
}

div.listItemForside{
  float: left;
  clear: none;
  width: 301px;
  margin: 5px 0 5px 0; 
  padding: 0;
  text-align: left;
}

div.listItemForside h3{
  margin-bottom: 0;
  clear: none;
}

div.listItemForsideImage{
  float: right; 
  margin: 10px 3px 0 3px;
  text-align: right;
}

/* Søkeresultat */

div.searchresult{
  margin: 5px 0 5px 0;
}

div.searchresult h4{
  border-bottom: 1px solid #0B338A;
}

div.searchNavBar {
  clear: both;
  margin: 10px 10px 10px 10px;
}

div.searchNavBar span.next{
  float: right;
}

div.searchNavBar span.previous{
  float: left;
}


/* Vedlegg */

div.vedlegg{
  clear: both;
  margin: 10px 10px 10px 10px
}


/* Visning av SUTable*/

table.SUTable{
  border-collapse: collapse;
  border-left: 1px solid #060606;
  border-bottom: 1px solid #060606;
}

.SUTable td,th{
  text-align: left;
  border: 1px solid #060606;
  border-collapse: collapse;
  padding: 2px;
}

.SUTable th{
  background: #E7B501;
  color: #060606;
}


/*Visning av SUSkjema*/

table.suskjema {
   border:none;
}

td.suskjema  {
  text-align:left;
  vertical-align:top;
  line-height:1.5;
}

th.suskjema {
  border:none;
  font-weight:bold;
  text-align:left;
  vertical-align:top;
  line-height:1.5;   
}

input.suskjema {
}

div.suskjemaledetekst {
}