﻿@import url(style_gen.css);

body {
  behavior          : url(/css/csshover2.htc);
  background-repeat : repeat-x;
  background-color  : #FFFFFF;
}

td {
  font-family       : verdana, arial;
  font-size         : 11px;
  color             : #382922;
}

a {
  color               : #000000;
  text-decoration : none;
}

a:hover {
  text-decoration     : none;
  color               : #0099ff;
}

.sektionTable {
  width : 800px;
}

.seppline {
  background-image  : url(/grafik/bluedot.gif);
}

.shadow_left {
  background-image : url('/grafik/sidefade_left.gif');
  background-repeat : repeat-y;
}

.shadow_right {
  background-image : url('/grafik/sidefade_right.gif');
  background-repeat : repeat-y;
}

.topknap {
  text-transform : uppercase;
  font-size : 10px;
  font-weight : bold;
}

.topknap a {
  color : #363636;
}

.frontbox {
  
}

.frontbox a {
  color : #0099ff;
}

.frontbox .header h2 {
  background-color : #0099ff;
  color : #FFFFFF;
  font-size : 14px;
  height : 22px;
  padding-top : 2px;
  padding-left : 9px;
  text-transform : uppercase;
  font-weight : bold;
  letter-spacing : -1px;
  margin : 0px;
}

.frontbox .raekke {
  border-left : 1px #000000 solid;  
  border-right : 1px #000000 solid; 
}

.frontboxItem {
  color : #363636;
}

.frontboxItem .header {
  font-weight : bold;
  font-size : 12px;
  padding-bottom : 5px;
}

.frontboxItem .tekst {
}

.frontboxItem .dato {
  font-size : 9px;
  padding-bottom : 3px;
}

a.linkBlack {
  color : #363636;
}

.bund {
  color : #FFFFFF;
  font-size : 10px;
  
}

.emnelistTable {
  width : 611px;
}

.emnelistTable td {
  padding-top : 3px;
  padding-bottom : 3px;
}

.emnelistTable .header {
  background-image : url(/grafik/bagg_emneheader.gif);
  background-color : #0099ff;
  color : #FFFFFF;
  font-size : 11px;
  font-weight : bold;
  padding-left : 3px;
  border-top:1px #000000 solid;
  border-bottom:1px #000000 solid;
}

.emnelistTable .header a {
  color : #FFFFFF;
}

.emneListTable .subheader {
  height : 20px;
  background-color : #FFFFFF;
  padding-left : 3px;
  background-image : url(/grafik/bagg_emnesubheader.gif);
  font-size : 14px;
  font-weight : bold;
  margin-top:3px;
  border-top:1px #000000 solid;
  border-bottom:1px #000000 solid;
  margin-bottom:3px;
}

.emneListTable .subheader a {
  color : #000000;
}

.emnelisttd {
  font-size : 13px;
  font-weight : bold;
}

.emnelistTable .headerInfo {
  font-size : 10px;
  font-weight : bold;
  border-bottom : 1px #000000 solid;
}

.emnebox {
  position : relative;
  top : -2px;
}

.emnebox td {
  padding-right : 3px;
  padding-top : 2px;
  padding-bottom : 2px;
}

.detailbox {
  padding : 2px;
  font-weight : bold;
  color : #0099ff;
  text-transform : uppercase;
}

.trGray {
	background-color : #EEEEEE;
	padding : 2px;
}

.trWhite {
	background-color : #FFFFFF;
	padding : 2px;
}

.fed {
  font-weight         : bold;
}

.fed_stor {
  font-weight         : bold;
  font-size           : 13px;
}

.fed_lille {
  font-size           : 9px;
  font-weight         : bold;
}

.spot {
  font-size           : 11px;
  font-weight         : bold;
  color               : #0099ff;
}

.spot_stor {
  font-weight         : bold;
  font-size           : 13px;
  color               : #0099ff;
}

.spot_lille {
  font-size           : 9px;
  font-weight         : bold;
  color               : #0099ff;
}

.error {
  font-size           : 9px;
  font-weight         : bold;
  color               : #0099ff;
}

.inputText {
  background        : #FFFFFF;
  color             : #000000;
  font-size         : 12px;
  border            : 1px;
  border-style      : solid;
  border-color      : #5D5E64;
  padding-left      : 2px;
  padding-right     : 2px;
  width             : 240px;
}

.inputButton {
  background        : #EEEEEE;
  color             : #000000;
  font-size         : 10px;
  border            : 1px;
  border-style      : solid;
  border-color      : #000000;
  font-weight       : normal;
  margin            : 0px 0px 0px 0px;
}

.inputarea {
  background        : #FFFFFF;
  color             : #000000;
  font-size         : 12px;
  border            : 1px;
  border-style      : solid;
  border-color      : #5D5E64;
  padding           : 2px;
  width             : 240px;
  height            : 75px;
}

.inputCheck {
  padding           : 0px 0px 0px 0px;
  margin            : 0px 0px 0px -4px;
  
}

.errorField {
  border : 1px red solid;
  background : #FFDEDE;
}