/* CSS Document */
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4782A2;
	border: 1px solid #333333;
}
.button_Inv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.button_Inv_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}

.footer{
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
        border-top: dotted 1px #CCCCCC;
        border-bottom: dotted 1px #CCCCCC;
        text-align: center;
        vertical-align:top;}

.footer a:link, .footer a:visited, .footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #2691CA;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #69ADD1;
	text-decoration: none;
}
.Heading {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #4782A2;
}
.TabHead {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4782A2;
	font-weight: bold;
}
.TabBorder {
	border: 1px solid #4782A2;
}
.textfield {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	line-height: 14px;
	border: 1px solid #4782A2;
}
.AltColourLight {
	background-color: #E2F1FA;
}
.AltColourDark {
	background-color: #CFE8F5;
}
.buttonSmall {

	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4782A2;
	border: 1px solid #333333;
}
.PageBodyBold {

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: ;
	color: #000000;
}
.bg_ltGreen {
	background-color: #D6DCDB;
}
.txt_grn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006666;
}
img{
	border:0px;
}
.div_bg{
       background-color: #FFFFFF;
}
.outerborderline {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


TABLE.ytre {border: solid 1px #CCCCCC; cellpadding: 4px;}

td.standard {
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
vertical-align:top;}

td.venstre {
border-right: solid 1px #CCCCCC;
border-left: solid 1px #CCCCCC;
border-bottom: solid 1px #CCCCCC;
vertical-align:top;}

td.overst {
border-top: solid 1px #CCCCCC;
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #cccccc;
vertical-align:top; 
font-weight:bold;}

td.venstreoppe {
border: solid 1px #cccccc;
vertical-align:top;
font-weight:bold;}

td.submenytop {
border-bottom: dotted 1px #CCCCCC;
font-weight: bold;
text-align: center;
vertical-align:top;}

td.submeny {
text-align: center;
vertical-align:top;}

/* css for experia: */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 5px 5 5px;
  border: 0;
  outline: 0;
}

body {
  background-color: #d41616;
  border-style: dotted; /* Sets the border style properties for an element using shorthand notation */
  color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  margin: 0 5px 0 5px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #d41616;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #d41616;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #d41616;
  text-decoration: underline overline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #d41616;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #d41616;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 700px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #f9f1e1;
  border-right: solid 1px #cda98b; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 200px;
  h1: color: #b54f37; font-size: 14px; font-weight: bold; line-height: 16px;
  h2: color: #b54f37; font-size: 13px; font-weight: bold; line-height: 14px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  h1: color: #b54f37; font-size: 14px; font-weight: bold; line-height: 16px;
  h2: color: #b54f37; font-size: 13px; font-weight: bold; line-height: 14px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}


#avsnitt {
  margin: 0 5px 0 5px; /* margin properties, shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* padding properties, shorthand notation (top, right, bottom, left) */
}

#newsdetail {
  margin: 0 5px 0 5px; /* margin properties, shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* padding properties, shorthand notation (top, right, bottom, left) */

#txtimg {
  margin: 0 5px 0 5px; /* margin properties, shorthand notation (top, right, bottom, left) */
  }

.thrColFix #container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

/* stil for link-siden: thrColFix */
#mainContent { 
	padding: 15px 10px 15px 100px; 
  margin: 0 10px 0 50px; /* margin properties, shorthand notation (top, right, bottom, left) */
/* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}ü