/* 
----------------
STYLE GROUPS:
----------------
- RESET STYLES (resets all default margin and padding on all html-elements)
- DEFAULT STYLES (define default styles on html-tags)
- CONTAINERE (all layout, boxes, colomns etc.)
- PARAGRAPH STYLES (all <p> styles)
- IMAGES STYLES (all <img> styles)
- LIST STYLES (all <ul>, <ol>, <li> styles)
- LINK STYLES (all <a> styles)
- FORM STYLES (all form and formrelated tags)
- HEADLINE STYLES (all <h1> to <h6>)
- TABLE STYLES (all table-related styles)
- ORPHANS (here goes all styles that doesnt match any other group)
----------------
*/



/* 
---------------------------------------------------------------------------------------------
RESET STYLES 
---------------------------------------------------------------------------------------------
*/
html, body, form, * {
	margin: 0;
	padding:0;
}



/* 
---------------------------------------------------------------------------------------------
DEFAULT STYLES 
---------------------------------------------------------------------------------------------
*/
body {
	background-color: #f7f7f7;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 { 
	font-size: 2.4em;
	color: #fff;
	margin: 0px;
	padding: 15px 10px 20px 5px;
	position: relative;
	width: 700px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h3.linkclass
{
    color: #666;
}
h4 {
	font-size: 1.1em;
}
ul, ol {
	
}
ul {
	margin: 10px 20px;
}
ol {
	margin: 10px 25px;
}
li {	
}
p {	
	line-height:1.3;
}
a, a:link, a:visited {
	color: #aa0000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
form, input, textarea, option, select, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	font-size:1em;
}
fieldset {}
img {
	border: 0;
}




/* 
---------------------------------------------------------------------------------------------
CONTAINERE
---------------------------------------------------------------------------------------------
*/
#page {
	width: 982px;
	margin: 0px auto 20px auto;
	text-align: left;
}
#header{
	display: block;
	position: relative;
	z-index: 9;
	height: 6.5em;
}
#logo {
	width:500px;
	float:left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size:2.8em;
	text-transform:uppercase;
}
#globalNavigation {
	float:right;
	width: 472px;
	margin-top: 35px;
	position: relative;
	z-index: 15;
}
#mainHeader {
	display: block;
	color: #fff;
	position: relative;	
	z-index: 10;
	background: #727272;
	padding-left: 30px;
	height: 86px;
	
	background: -moz-linear-gradient(top,  #AA0000,  #ef2d45);  
	background: -webkit-gradient(linear, left top, left bottom, from(#AA0000), to(#ef2d45));  
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA0000', endColorstr='#ef2d45');	
}
#mainTabNavigation {
	overflow: hidden;
	background-color: #ef2d45;
	z-index: 10;
	position: relative;
	padding-left: 25px;
}
#mainNavigation {
	position:relative;
	width: 190px;
	background-color:#e9ece9;
	float:left;
	margin-bottom: -15px;
	background: transparent url(../../images/bg-mainNavigation-sprite.png) repeat-y right top;
	padding: 5px 10px 0px 0;
	margin-top: -80px; 
	z-index:30;
	overflow: visible;	
}
#main {
	clear: both;
	z-index: 10;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 5px #ececec;
	-moz-box-shadow: 0px 0px 5px #ececec;
	-webkit-box-shadow: 0px 0px 5px #ececec;
	clear: both;
}
#mainContent {
	display: block;
	padding: 30px 19px 20px 35px;
	min-height: 200px;
	z-index: 10;
	float: left;
	width: 715px;
}
#contentFooter {
	background-color: #ef2d45;
	z-index: 10;
	position: relative;
	padding-left: 250px;
	clear:both;
	text-align:  right;
	padding: 5px 15px;
	min-height: 50px;
}
#footer {
	padding-top: 15px;
	display: inline-block;
	width: 982px;
}
#footer div {
	float:left;
	width: 215px;
	border-left:1px solid #c2c2c3;
	padding: 0 10px 0 20px;
}
.button {
	display: inline-block;
	margin: 5px 10px 10px 0;
	color:#fff;
	text-align:center;
	padding: 0;
	background: transparent url(../../images/bg-button-default-sprite.png) no-repeat left top;
}
.button a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size: 1em;
	height:30px;
	line-height: 30px;
	text-align: center;
	display: block;
	margin-right: -11px;
	padding-left: 15px;
	padding-right: 15px;
	background: transparent url(../../images/bg-button-default-sprite.png) no-repeat right -32px;
}
.buttonHover {
	background-position: 0 -64px;
}
.buttonHover a {
	background-position: right -96px;
}
.blue, .blue a {
	background-image: url(../../images/bg-button-default-sprite.png);	
}
.green, .green a {
	background-image: url(../../images/bg-button-green-sprite.png);
}
.lightGreen, .lightGreen a {
	background-image: url(../../images/bg-button-lightGreen-sprite.png);
}
.red, .red a {
	background-image: url(../../images/bg-button-red-sprite.png);
}
.lineContent .green, .lineContent .blue, .lineContent .lightGreen, .lineContent .red {
	margin-top: -10px;
}
#mainHeader .button {
	position:absolute;
	right: 27px;
	top: 25px;
}
.small {
	background-image: url(../../images/bg-button-blue-small-sprite.png);
}
.small a {	
	font-weight:normal;
	color:#fff;
	font-size: 0.9em;
	height:24px;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(../../images/bg-button-blue-small-sprite.png);
}
.smallred {
	background-image: url(../../images/bg-button-red-small-sprite.png);
}
.smallred a {	
	font-weight:normal;
	color:#fff;
	font-size: 0.9em;
	height:24px;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url(../../images/bg-button-red-small-sprite.png);
}
.details .button { 
	float: right;
	margin: 5px 10px 15px;
}
.details .green { 
	float: right;
	margin-right: 20px;
}
.table {
	border:1px solid #c7d3c4;
	margin-bottom: 5px;
	margin-right:0;
	margin-top: 0;
}
.deklarasjonskontroll {
	display: none;
}
.width0 {width: 31px !important;} /* for corrections, not for regular use */

.width1 {width: 65px !important;}
.width1h {width: 75px !important;}
.width2 {width: 130px !important;}
.width2h {width: 185px !important;}
.width3 {width: 195px !important;}
.width3h {width: 235px !important;}
.width4 {width: 260px !important;}
.width4h {width: 295px !important;}
.width5 {width: 325px !important;}
.width5h {width: 340px !important;}
.width6 {width: 390px !important;}
.width6h {width: 420px !important;}
.width7 {width: 455px !important;}
.width8 {width: 520px !important;}
.width9 {width: 585px !important;}
.width10 {width: 650px !important;}
.width10h {width: 690px !important;}
.width11 {width: 715px !important;}
.width12 {width: 780px !important;}
.width13 {width: 845px !important;}
.width14 {width: 910px !important;}
.width15 {width: 975px !important;}

.widthInput20 {width: 20px;}
.widthInput30 {width: 30px;}
.widthInput40 {width: 40px;}
.widthInput50 {width: 50px;}
.widthInput60 {width: 60px;}
.widthInput70 {width: 70px;}
.widthInput80 {width: 80px;}
.widthInput90 {width: 90px;}
.widthInput100 {width: 100px;}
.widthInput110 {width: 110px;}
.widthInput120 {width: 120px;}
.widthInput130 {width: 130px;}
.widthInput200 {width: 200px;}
.widthInput300 {width: 300px;}

.line {
	clear: both;
	display:inline-block;
	min-height:20px;
	margin:3px 0px 2px 0px;
	vertical-align:middle;
	width:900px;
	padding-top: 10px;
}
.details .line {
	background-color: #e9ece9;
	width: 100%;
	margin: 0;
}
.lineContent {
	float:left;
	padding-bottom:1px;
	padding-top:1px;
	line-height: 24px;
}
.pageing {
	text-align: right;
}
.right {
	text-align: right;
}
.borderTop {
	border-top: 1px solid #e2e3e4;
	padding-top:10px;
}
#contentFooter .button {
	margin-left: 10px;
	margin-top: 10px;
}
.groupLinks {
	z-index: 20;
	overflow: visible;	
}
.group {
	background: #e9ece9;
	background: -moz-linear-gradient(top,  #e9ece9,  #f3f4f3);  
	background: -webkit-gradient(linear, left top, left bottom, from(#e9ece9), to(#f3f4f3));  
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ece9', endColorstr='#f3f4f3');
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 0 5px 10px 10px;
	z-index: 20;
}
#mainNavigation .first {
	padding-top:0px;
	margin-top: -20px; 
	z-index:30;
	overflow: visible;
	margin-right:0px;	
}
#mainNavigation .last {
	padding-bottom: 30px;
	border-bottom: none;
}
#mainNavigation .last .groupLinks {	
	background: transparent url(../../images/bg-mainNavigation-sprite.png) no-repeat -205px bottom; 
	padding-bottom: 25px;
	margin-bottom: -53px;
	margin-left: -25px;
	padding-left: 25px;
	margin-right: -20px;
	padding-right: 20px;
}
.details {
	clear: both;
	z-index: 10;
	padding: 2px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 5px #ececec;
	-moz-box-shadow: 0px 0px 5px #ececec;
	-webkit-box-shadow: 0px 0px 5px #ececec;
	clear: both;
	margin-bottom: -11px;
	margin-top: 10px;
	display: none;	
}
.details .line h2 {
	padding-top: 0px;
	padding-left: 10px;
}
.box {
	background-color: #f7f7f7;
	border: 1px solid #e3e3e3;
	margin: 0px 20px 5px 0;
	padding: 10px;
}
.hasLeftMenu {
	padding-left: 230px !important;	
}
.hasLeftMenu ul {
	margin-left:-7px !important;	
}
.option {
	margin-left: 15px;
}





/* 
---------------------------------------------------------------------------------------------
PARAGRAPH STYLES
---------------------------------------------------------------------------------------------
*/
#mainContent p {	
	line-height:1.3;
	margin: 5px 0 15px;
}
#footer div p {
	color:#808080;
	font-size: 0.9em;
	line-height: 1.4;
}
#mainContent .lineContent p {
	margin-right: 20px;
}




/* 
---------------------------------------------------------------------------------------------
IMAGES STYLES
---------------------------------------------------------------------------------------------
*/
#footer img {
	display:block;
	float:left;
	margin-left: 25px;
	margin-right:20px;
}




/* 
---------------------------------------------------------------------------------------------
LIST STYLES
---------------------------------------------------------------------------------------------
*/
#header ul {
	list-style: none;	
}
#globalNavigation ul {
	margin: 0;
	padding: 0;
}
#mainTabNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#mainTabNavigation li {
	float: left;
	margin: 0;
	padding: 0;	
}
#mainTabNavigation li.first {
	margin-left: 0;
}
#mainTabNavigation .last {
	float: right;
	margin-right: 26px;
}
.group ul {
	margin: 0;
	margin-left: -10px;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	color: #a7bfa0;
	overflow: visible;
	z-index: 30;
}
.group li {
	margin: 0;
	margin-right: -10px;
	padding: 0;
	overflow: visible;
	z-index: 30;
}





/* 
---------------------------------------------------------------------------------------------
LINK STYLES
---------------------------------------------------------------------------------------------
*/
#logo a, #logo a:link {
	text-decoration: none;
	padding: 1px 0;
	color: #ef2d45;
	text-transform: uppercase;
}
#logo a:hover, #logo a:active {
	text-decoration: none;
	color: #ef2d45;
	border-bottom: 2px solid #ef2d45;
	padding: 0;
	/*background-color: #fff;*/
}
#footer div a {
	color: #aa0000;
	text-decoration: none;
}
#footer div a:hover {
	color: #000000;
	text-decoration: underline;
}
#globalNavigation li {
	float: right;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0px 0px 5px #ececec;
	-moz-box-shadow: 0px 0px 5px #ececec;
	-webkit-box-shadow: 0px 0px 5px #ececec;
	margin: 0 5px;
}
#globalNavigation .open {
	border-top: none;
}
#globalNavigation a, #globalNavigation a:link, #globalNavigation a:visited {
	text-decoration: none;
	margin: 0;	
	padding: 5px 7px;
	color: #e92f00;
	background-color: #f7f7f7;
	text-transform: uppercase;
	display:block;
	outline: 0 none;
}
#globalNavigation a:hover, #globalNavigation a:active {
	text-decoration: underline;
	color: #000000;
	outline: 0 none;
	background-color:#ece9e9;
}
#globalNavigation a.last {
	border-left: none;
}
#globalNavigation .open a, #globalNavigation .open a:link, #globalNavigation .open a:visited {
	padding-top:35px;
	background-color:#e9ece9;
	margin-top:-30px;
	border: 2px solid #fff;
	margin: -29px -2px -2px -2px;
	border-width: 0 2px 2px;
	color: #666666;
}
#globalNavigation .open a:hover, #globalNavigation .open a:active {
	outline: 0 none;
}
.table a, table a:link {
	text-decoration: none;
}
.table a:hover, table a:active {
	text-decoration: underline;
}
.pageing a, .pageing a:link, .pageing a:visited {
	text-decoration: none;
	margin: 0 0px;
	padding: 1px 6px;
	background-color: #fab33f;
	color: #fff;
	border: 1px solid #f8941d;
}
.pageing a:hover, .pageing a:active {	
	background-color: #e92f00;
	color: #fff;
}
.pageing a.active, .pageing a.active:link, .pageing a.active:visited {
	background-color: #e92f00;
	color: #fff;
}
.pageing a.lastNext, .pageing a.lastNext:link, .pageing a.lastNext:visited {
	background-color: #fff;
	color: #e92f00;
	text-decoration: none;
}
.pageing a.lastNext:hover, .pageing a.lastNext:active {
	text-decoration: underline;
	color: #35943F;
}
#mainTabNavigation li a, #mainTabNavigation li a:link, #mainTabNavigation li a:visited {
	text-decoration: none;
	display: block;
	clear: left;
	padding: 10px 12px 5px;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
}
#mainTabNavigation li a:hover, #mainTabNavigation li a:active {
	text-decoration: underline;
	outline: 0 none;
	color: #fff;
	background-color: #AA2200;
	border: 1px solid #AA2211;
	border-width: 1px 1px 0;
	padding: 9px 11px 5px;
}
#mainTabNavigation li a.active, #mainTabNavigation li a.active:link, #mainTabNavigation li a.active:visited, #mainTabNavigation li a.active:focus {
	text-decoration: none;
	color: #496042;	
	outline: 0 none;
	background-color: #fff;
	margin-right: 5px;
}
.group li a, .group li a:link, .group li a:visited {
	display: block;
	overflow: visible;
	position: relative;
	z-index: 50;
	padding: 4px 5px 4px 25px;
	color: #aa0000;
	text-decoration: none;
	background: transparent url(../../images/bullit-mainNavigationRed.gif) no-repeat 11px 9px;
}
.group li a:hover, .group li a:active {
	background-color: #fff;
	color: #000;
}
.group li a.active, .group li a.active:link, .group li a.active:visited {
	background-color: red;
	background: transparent url(../../images/bg-mainNavigation-activeRed.png) no-repeat left top;
	color: #fff;
	margin-right:-18px;
	padding:5px 5px 6px 23px;
	font-weight: bold;
	display:block;
	overflow: visible;
	position: relative;
	z-index: 50;	
}





/* 
---------------------------------------------------------------------------------------------
FORM STYLES
---------------------------------------------------------------------------------------------
*/
.text {
	background-color:#F9F9F9;
	border:1px solid #CACACA;
	padding:2px 4px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
}
label {
	margin-right: 10px;
}
.details label {
	margin-left: 10px;
}





/* 
---------------------------------------------------------------------------------------------
HEADLINE STYLES
---------------------------------------------------------------------------------------------
*/
.group h3 {
	text-transform: uppercase;
	color: #ef2d45	;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mainContent h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 1.25em;
	color: #515151;
}
.details h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 1.25em;
	color: #515151;
}
.first h3 {
	margin-left:-10px;
	margin-right:-15px;
	margin-top:-9px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 25px;
	background: transparent url(../../images/bg-mainNavigation-sprite.png) no-repeat -5px top; 
	z-index:40;
	position:relative;
	overflow: visible;	
}
#mainHeader h1 span {
	text-transform: uppercase; 
	font-size: 0.4em; 
	display: block; 
	color: #e9ece9;
}





/* 
---------------------------------------------------------------------------------------------
TABLE STYLES
---------------------------------------------------------------------------------------------
*/
.alt {
	background-color: #f2f4f1;
}
td, th {
	border:medium none;
	padding:6px 10px;
	vertical-align:top;
}
th {
	background-color: #ef2d45;
	color: #fff;
	text-align: left;
}
.table table {
	border:medium none;
	border-collapse:collapse;
	margin:0;
	width:100%;
}




/* 
---------------------------------------------------------------------------------------------
ORPHANS
---------------------------------------------------------------------------------------------
*/
#logo span {
	padding-top:0;
	font-weight: bold;
}
#globalNavigation span {
	margin: 0 5px 0 5px;	
	padding: 0 0px 0 10px;
	border-left: 1px solid #C2C2C3;
}









#accordion {
	margin-top: -10px;
	margin-bottom: 10px;
}

#accordion h3 {
	padding: 8px 10px 8px 30px;
	font-size: 1.2em;
	color: #ff0000;
	position: relative;
	margin-top: 3px;
	outline: none 0;
}
#accordion h3.ui-state-default {
	background-color: #f5f5f5;
	border: 1px solid #e7e9eb;
	color: #e92f00;
	cursor: pointer;
}
#accordion h3.ui-state-hover {
	background-color: #e7ecf0;
	color: #e92f00;
}
#accordion h3.ui-state-active {
	background-color: #99c3e6;
	border: 1px solid #99c3e6;
	color: #fff;
	margin-top: 6px;
}
#accordion h3 a,  #accordion h3 a:active, #accordion h3 a:focus {
	text-decoration: none;
	outline: 0 none;
	border: none;
	color: inherit;
}
#accordion .ui-icon {
	background: transparent url(../../images/icon-accordion-sprite.png) no-repeat left top;
	float: right;
	display:block;
	height:23px;
	width:23px;
	margin-top: -3px;
}
#accordion .ui-state-default .ui-icon {
	background: transparent url(../../images/icon-accordion-sprite.png) no-repeat left top;
}
#accordion .ui-state-active .ui-icon {
	background: transparent url(../../images/icon-accordion-sprite.png) no-repeat left -27px;
}
#accordion h3.ui-state-default .number {
	background-color: #b0c1cf;
	display: block;
	float: left;
	padding: 5px 6px 6px;
	margin: -8px 10px -8px -30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
#accordion h3.ui-state-active .number {
	background-color: #78acd7;
	display: block;
	float: left;
	padding: 5px 6px 6px;
	margin: -8px 10px -8px -30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
#accordion .ui-accordion-content-active {
	background-color: #e3eff8;
	border: 1px solid #99c3e6;
	padding: 0px;
	margin-bottom: 6px;
}
#accordion .ui-accordion-content-active .alt {
	background-color: #f2f7fb;
}
#accordion h3 a, #accordion h3 a:link, #accordion h3 a:visited, #accordion h3 a:hover, #accordion h3 a:active, #accordion h3 a:focus  {
	outline: none 0;
} 

#accordion .table table {
	border:medium;
	border-collapse:separate;
	margin:0;	
}
#accordion td, #accordion th {
	border:medium;
	padding:3px 5px;
	vertical-align:top;
}
#accordion td {
	background-color: #fff;	
}








/* CssClass="cssaccordion" ContentCssClass="csscontent" HeaderCssClass="cssheader" HeaderSelectedCssClass="cssheaderselected" */

.cssaccordion {
background-color: #ffffff;
width: 910px;
}
.csscontent 
{
    background-color: #fdf9eb;
    border: 1px solid #fdf5da;
    margin-bottom: 3px;
    padding-left: 7px;
    
}
.cssheader
{
    background-color: #fdf9eb;
    border: 1px solid #fdf5da;
    padding-left: 7px;
    margin-bottom: 3px;
    cursor: pointer;
}
.cssheader .number
{
    font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
    background-color: #b0c1cf;
    border: 1px solid #ffffff;
    padding: 3px;
    margin: 3px;
    
    
}
.cssheaderselected
{
    background-color: #fdecbd;
    border: 1px solid #fcdc8f;
    padding-left: 7px;
    margin-bottom: 3px;
}
.csscontent .number
{
    font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
    background-color: #e92f00;
    border: 1px solid #ffffff;
    padding: 3px;
}

.cssheaderselected .number
{
    font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
    background-color: #78acd7;
    border: 1px solid #ffffff;
    padding: 3px;
}
.cssheaderselected h3 a
{
    color: #e92f00;
}

.cssaccordion h3 a,  .cssaccordion h3 a:active, .cssaccordion h3 a:focus {
	text-decoration: none;
}

.lightbox {
	background-color: white;
	display:none;
	border:5px solid #000;
}
.lightbox .header {
	background-color:#000;
	color:white;
	height: 20px;
	text-align:right;
}
.lightbox .header a {
	color:white;
	text-decoration:none;
}
.popup {
	background-color:#fff;
	border:none;
	text-align: left;
	padding:10px;
}
.img_left
{
    float: left;
    margin: 0 15px 15px 0;
}
.img_right
{
    float: right;
     margin: 0 0 15px 15px;
}