/* Start of CMSMS style sheet 'main.css' */
/*  Hoved-css med hovedstiler.

	FARGER
	rød: #b2001e
	lys blå: #cfe0f1
	blå link: #3e4f72
*/

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0px;
}

BODY{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: black;
	background-color: #002149;
	background-image: url('uploads/images/layout/bakgr-forlop.gif');
	background-repeat: repeat-y;
	background-position: top center;
	FONT-SIZE: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0px;
}

BODY.ny {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: black;
	background-color: #eaeaea;
	background-image: url('uploads/images/layout/bakgrunn-ny.gif');
	background-repeat: no-repeat;
	background-position: top left;
	FONT-SIZE: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0px;
}

BODY.ny2 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: black;
	background-color: #e4e8e9;
	background-image: url('uploads/images/layout/bakgrunn-ny2.gif');
	background-repeat: no-repeat;
	background-position: top center;
	FONT-SIZE: 11px;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0px;
}



td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

p {
	margin-top: 10px;	
	text-align: left;
}

td>p {margin-top:0px}
td>h4 {margin-top:0px}
td>h3 {margin-top:0px}

A:link {
	COLOR: #3e4f72;
	TEXT-DECORATION: none;
	padding: 0px;
}
A:visited {
	COLOR: #3e4f72;
	TEXT-DECORATION: none;
	padding: 0px;
}
A:hover {
	COLOR: #b2001e;
	TEXT-DECORATION: underline;
	padding: 0px;
}
A:active  {
	COLOR: #3e4f72;
	TEXT-DECORATION: none;
	padding: 0px;
}
H1 {
	FONT-SIZE: 22px;
	COLOR: #b2001e;
	font-weight: normal;	
	margin-bottom: 6px;
}
H2 {
	FONT-SIZE: 16px;
	margin-bottom: 2px;
	color: #b2001e;
	font-weight: normal;
	text-transform: uppercase;
}

td.maincontent > H2 {
margin-top:0.1em}

H3 {
	FONT-SIZE: 15px;
	color: #b2001e;
	font-weight: normal;
	text-transform: uppercase;
}
H4, H4 a:link, H4 a:active, H4 a:visited {
	FONT-SIZE: 12px;
	color: #b2001e;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: normal;;
	text-transform: uppercase;
}

H4 a:hover {
	FONT-SIZE: 12px;
	color: #3e4f72;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: normal;;
	text-transform: uppercase;
}

h4+p {
	margin-top: 0px;
}

HR {
	COLOR: white;
	HEIGHT: 1px;
}

ul, ol { 
	margin-left: 15px; 
	padding-left: 0px; 
	list-style-position: outside;
		}

li {
	text-decoration: none; 
}

FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

input[type=text] {
	background-color: white;
	border: 1px solid #3e4f72;
}

textarea {
	background-color: white;
}

/* generelle tekststiler */

.rod {
	color:  #b2001e;
}


/* meny-stiler */

.clearfix {

}

ul.clearfix > li {

}

li.meny1 > a {

}

li.activeparent {

}

li.sectionheader {

}

.bullet_sectionheader {

}

/* felles innholdsstiler */

#wrapper {
	width: 1003px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
}

/* accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}
 
#header {
	height: 58px; /* 173 */
	padding: 51px 24px 6px 24px;
	float: left;
}

#language {
	padding: 108px 25px 6px 24px;
	float: right;
	vertical-align: bottom;
}

#menu {
	margin: 0px 24px;	
	height: 23px;
	width: 958px;
}

td.mainmenu {
	background-image: url('uploads/images/layout/mainmenu-bakgr.gif');
	background-repeat: repeat-y;
	background-position: top left;
	width: 154px;
}

#contentwrapper {
	margin: 0px 24px 0px 0px;	
	width: 978px;  /* 1003 */
	overflow: hidden;
	float: left;
	margin-bottom: 4px;
}

td.content1 {
	background-color: white;
}

table.content {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 8px;
}

td.maincontent {
	padding: 30px 0px 10px 0px;
	width: 568px;
display:block;
}

td.curl {
	width: 10px;
padding: 0px 20px 0 10px;
	background-image: url('uploads/images/layout/strek.gif');
	background-repeat: repeat-y;
	background-position: top center;	
}

td.rightcontent {
	padding: 30px 30px 30px 0px;	
	width: 215px;
}

#footer {
	background: transparent;
	text-align: left;
	color: #cfe0f1;
	font-size: 13px;
	text-decoration: none;
	padding-left: 24px;
	margin-top: 4px;
}

#footer > a {
	color: #cfe0f1;
	font-size: 13px;
	text-decoration: none;
}

#primary-nav ul.sokmeny {
margin-left:-40px;
}

.sokinput {
	margin-left: 0px;
	width: 120px;
}

.soksubmit {
	background-image:url('uploads/images/layout/sok.png');
	background-repeat:no-repeat;
	background-position: center;
	width: 25px;
	height:16px;
	border: 0px;	
	background-color: transparent;
	cursor: pointer;
}

/* CSS for comments */
#comments {width:380px;}
#comments textarea { width:300px; height: 150px;border: 1px solid #3e4f72;}
#comments input[type=text] {width:300px;border: 1px solid #3e4f72;}
#comments input[type=submit]{}
li.comment {margin-top: 10px;}

/* CSS for products */
.ext-product-table {}

.ext-product-table-row {}

.ext-product-table-header {background-color: #b1bdcd; text-align: center; height: 20px; vertical-align: middle; font-weight: bold;}

.ext-product-table-label {padding-top:6px; padding-right: 12px; text-align: left; font-style: normal;}

.ext-product-table-data {padding-top:6px; text-align: left; font-style: italic;}

.ext-product-dimensions-table {margin-top: 14px;}

.ext-product-dimensions-table-row {}

.ext-product-dimensions-table-header {font-weight: bold;}

.ext-product-table-dimensions-label {padding-right: 12px; text-align: left; font-style: normal;}

.ext-product-table-dimensions-data {padding-right: 12px; text-align: right; font-style: normal;}

/* kode for å skjule finsk flagg på framsida */

img.fi {
display: none;
}



/* End of 'main.css' */

