@charset "utf-8";
/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
        overflow-y: scroll;
}

.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 8px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a0c02b;
	border-right-color: #00aae6;
	border-bottom-color: #a0c02b;
	border-left-color: #00aae6;
}

.oneColFixCtrHdr #header {
	background: #fff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size: 200%;
	color:#002060;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 150%;
	color:#002060;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #wrapper {
	margin: 4px;
	border: solid 1px #888;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	min-height: 380px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 50px;
	letter-spacing: 1px;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent ul{
	list-style-image: url(../../../images/M_images/indent1.png);
}
.oneColFixCtrHdr #mainContent a{
	text-decoration: underline;
	font-weight: normal;
	/* color: #C60; */
	color: #002060;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 150%;
	color:#002060;
	letter-spacing: 2px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 130%;
	color:#002060;
	letter-spacing: 2px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 120%;
	color:#002060;
	letter-spacing: 2px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent h5 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 110%;
	color:#002060;
	letter-spacing: 2px;
	padding-bottom: 0px;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent h6 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	color:#002060;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent .utdypende{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*  color:#C60; */
	color: #002060;
	font-style: italic;
	letter-spacing: 2px;
	padding-bottom: 0px;
	text-decoration:none;
	font-weight: bold;
	font-size: 110%;
}
.oneColFixCtrHdr #mainContent .navigate,
.oneColFixCtrHdr #mainContent .navigate a,
.oneColFixCtrHdr #mainContent .navigate img{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*  color:#C60; */
	color: #002060;
	font-style: italic;
	letter-spacing: 2px;
	padding-bottom: 0px;
	font-size: 14px;
	border:0;
}
.oneColFixCtrHdr #mainContent .box {
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	border:1px dashed #666;
	color: #002060;
}
.oneColFixCtrHdr #container #mainContent table{
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent table tr td{
	width: 100%;
}
.oneColFixCtrHdr #container #mainContent table .small{
	float: right;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	/*  color:#C60; */
	color: #002060;
	text-decoration: none;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #container #mainContent table .createdate,
.oneColFixCtrHdr #container #mainContent table .modifydate{
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	/*  color:#C60; */
	color: #002060;
	text-decoration: none;
	letter-spacing: 2px;
}

.oneColFixCtrHdr #mainContent .buttonheading a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #mainContent table.contentpaneopen_opningsside{
	width: 900px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent .componentheading_sok,
.oneColFixCtrHdr #mainContent .componentheading_kontakter,
.oneColFixCtrHdr #mainContent .contentpaneopen_om-oss td,
.oneColFixCtrHdr #mainContent table.contentpaneopen_sok fieldset div a{
	color:#002060;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent table.contentpaneopen_sok {
    width: 100%;
}
.oneColFixCtrHdr #mainContent table.contentpaneopen_sok fieldset div{
	white-space: normal;
}
.oneColFixCtrHdr #mainContent .contentpane_kontakter{
	margin-top: 4px;
	padding: 2px 2px 2px 2px;	
	width: 100%;
	text-align:left;
	display: block;
}
.oneColFixCtrHdr #mainContent .contentpane_kontakter form table tr td{
	width: 150px;
	margin: 2px 4px 2px 4px;
	padding: 2px 2px 6px 20px;
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent .contentpane_kontakter form table tr td a{
	text-decoration: underline;
	font-weight: normal;
	white-space: nowrap;
	color: #000;
}
.oneColFixCtrHdr #mainContent .contentpane_kontakter form table tr td a img{
	border: none;
}
.oneColFixCtrHdr #mainContent #component-contact{
	margin-top: 4px;
	padding: 2px 2px 2px 2px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	display: block;
}
.oneColFixCtrHdr #mainContent #component-contact table{
	width: 50%;
	white-space: nowrap;
}
.oneColFixCtrHdr #mainContent #component-contact table tr td{
	margin: 2px 4px 2px 4px;
	padding: 2px 2px 2px 2px;
	text-align: left;
	white-space: nowrap;
}

.oneColFixCtrHdr #mainContent table.contentpaneopen_sok tr td{
	text-align: left;
	white-space: nowrap;
}
.oneColFixCtrHdr #mainContent .attachmentsList{
	width: 80%;
	text-align: left;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	color:#002060;
	text-decoration: none;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #mainContent .attachmentsList table{
	float: left;
	border: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 20px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent .attachmentsList a img{
	border: none;
}

.oneColFixCtrHdr #mainContent .attachmentsList a{
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	letter-spacing: 2px;
	border: none;
}
.oneColFixCtrHdr #mainContent .attachmentsList .at_filename{
	width: 100%;
	text-align: left;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	white-space: nowrap;
}
.oneColFixCtrHdr #mainContent .attachmentsList .at_description{
	width: 100%;
	text-align: left;
	font-size: 100%;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}
.oneColFixCtrHdr #mainContent .attachmentsList .at_file_size{
	width: 250px;
	text-align: right;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
	white-space: nowrap;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eee;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

