body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #0000A0;
}

h1 {
font-weight:bold;
font-size:15px;
text-align: center;
}

h2 {
font-weight:bold;
font-size:11px;
}


a:link, a:visited, a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #18597B;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #337DA6;
	text-decoration: none;
}
.txt_red{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: ;
	color: #FF0000;
}
.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;
        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 4nvakt-side: */
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 770px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 100%;
}
#outerWrapper #contentWrapper #venstrekol {
  background-color: #cccccc;
  border-right: dotted 1px #333333; /* 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: 40%;
}
/* 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 #hoyrekol {
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* 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;
}ü