﻿html, body {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

html {
	background-color: #666666;
	background-image:url('images/bodybg.png');
	background-repeat:repeat-x;
}

body {	
	margin:0;
	padding:0;
	color: #000;
    background-image:url(images/mainbg.png);
    background-repeat:repeat-y;
    background-position:center;
}

form {
    padding:0;
    margin:0;
}

body, input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 12px; 
	line-height: 1.2em;
	
}

table {
    border-collapse: collapse;
    padding-top: 10px;
    padding-bottom: 10px;
}

th {
    text-align: left;
    background: #eee;
    border-bottom: 1px solid #ccc;
}   

th, td {
    padding: 2px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; } 
/* Hide from IE Mac \*/ 
.clearfix { display: block; } 
/* End hide from IE Mac */ 
    
img, a img {
    border: 0;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #000000;
    outline:none;
    border:0;
}
    a:hover {
        text-decoration: underline;
    }

h1 {
    font-weight:normal;
    font-size:20px;
    line-height: 1em;
    margin:0;
    padding:0;
}

h2 {
    font-weight:normal;
    font-size:16px;
    line-height: 1em;
    margin:0;
    padding:0.5em 0 0.7em 0;
}

h3 {
    font-weight:bold;
    font-size:14px;
    line-height: 1em;
    margin:0;
    padding:0.4em 0 0.7em 0;
}

h4 {
    font-weight:bold;
    font-size:12px;
    line-height: 1em;
    margin:0;
    padding:0 0 0.7em 0;
}

p {
    margin:0;
    padding:0 0 1.2em 0;
    padding-right: 10px;
}

    hr  {
        border: 0;
	    border-top:1px solid #e4e4e4;
	    margin-right: 10px;
    }

    ul {
        list-style:disc outside;
        padding-bottom: 15px;
        margin-left: 15px;
    }

input.tekstboks, textarea.tekstboks, select.tekstboks {
   /* border:solid 1px #666;*/
    padding:3px;
}

input.tekstboks:focus, textarea.tekstboks:focus {
	/*background-color: #FFFFE1;*/
}

.searchpanel {
    position: relative;
    top: -2px;
}

.searchpanel td {
    vertical-align: bottom;
}

.searchpanel input {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 100%;
}

input.searchbox {
    height: 17px;
    margin-right: 2px;
}   

input.searchbutton {
    height: 20px;
    line-height: 100%;
} 

input.searchboxLarge {
    height: 18px;
    width: 200px;
    font-size: 12px;
    line-height: 100%;
    margin-right: 2px;
}   

input.searchbuttonLarge {
    height: 22px;
    position: relative;
    top: 7px;
} 

/* #### LAYOUT #### */

#mainframe {
    
    width: 960px;
    margin: 0 auto;
    border:0px solid red;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

div.mainframe
{
    position:relative;
    min-height: 1px;
    height:auto !important;
    height:1px;
    width:980px;
}
div.mainframe:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.mainframe
{
    height: 1%;
}

.toppfelt, .menu, #toppfelt,#innhold,#footer
{
	margin-left:29px;
	width:896px;
}

.toppfelt
{
	height:127px;
	border:0px solid aqua;
}

.sok
{
	float:left;
	margin-top:5px;
}

.logo
{
	border:0px solid red;
	width:118px;
	height:47px;
	float:right;
	/*margin-top:46px;*/
	
}

.toolbar {
    position: relative;
    top: 4px;
    right: 3px;
    padding-top: 5px;
    width: 123px;
    text-align: right;
}

.toolbar img {
    padding: 0;
    margin: 0;
    padding-right: 5px;
}

.menu
{
	
}


#innhold {
    clear:left;
    margin-top:12px;
    border:0px solid red;
    float:left;
}

#footer
{
	height:20px;
	border:1px solid #cccccc;
	background-image:url(images/footerbg.png);
    background-position:right;
    color:#666666;
    font-family: Arial;
    font-size:11px;
    float:left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer table
{
	background-color:#fff;
	height:20px;
}

#footer table tr td
{
	border-right:1px solid #cccccc;
	padding-left:5px;
	padding-right:5px;
	vertical-align: middle;
}


/*default.aspx*/

.left
{
	width:211px;
	
	
	border-top:1px solid #cccccc;
	float:left;
	height:100%;
	padding-bottom: 20px;
}

.left img {
    padding-top: 15px;
}


.middle
{
	
	border:0px solid red;
	float:left;
	width:400px;
	padding-left:20px;
	padding-top:17px;
	padding-right:10px;
	margin-bottom: 20px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	min-height:500px;
	color:#666666;
}

.middleLarge {
	border:0px solid red;
	float:left;
    width: 654px;
	padding-left:20px;
	padding-top:17px;
	padding-right:10px;
	margin-bottom: 20px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	min-height:500px;
	color:#666666;
}

.middle ul li
{
	color:#666666;
}

.middle h1,
.middle h2,
.middleLarge h1,
.middleLarge h2
{
	padding-bottom:20px;
	color: #000;
}

.middle table
{
	padding-top:20px;
	color:#666666;
}


.hoyre
{
	border-top:1px solid #cccccc;
	padding-top:17px;
	width:243px;
	float:left;
	min-height:500px;
	padding-left:10px;
}

.hoyre h2 {
    padding-top: 0;
    margin-top: 0;
}

.rightpanel {
    float: right;
    width: 150px;
    min-height: 350px;
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 10px;
	border-left: 1px solid #cccccc;
	line-height:  135%;
}

.filepanel ul {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    list-style-type: none;
    width: 480px;
}

.filepanel ul li {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    float: left;
    width: 240px;
}


/*mal_standard.aspx*/

.submenuheading
{
	width:182px;
	background-color:#999999;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-family:Myriad Pro, Arial;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:12px;
}

/* default.aspx */

.frontPageLogo {
    width: 645px;
    background-image: url('/App_Themes/standard/images/border.gif'); 
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* News */

.newsDate {
    font-size: 90%;
}

/* Produktkategori */

.imgCatTop {
    background-image: url('/App_Themes/standard/images/border.gif');
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 645px;
}

.category {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 202px;
    height: 110px;
	border: 2px solid #eee;
	background-image: url('/App_Themes/Standard/images/rightarrow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}

img.categoryBlank {
    position: absolute;
    display: block;
    width: 202px;
    min-height: 108px;
    height: 108px;
}

.category .text {
    padding: 2px;
    width: 196px;
    padding-left: 5px;
    display: block;
    height: 13px;
    overflow: hidden;
}

.category .head {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.category .bottom {
    border-top: 1px solid #eee;
}

.category .imageHolder {
    height: 67px;
    display: block;
}

.category img {
    margin: 0;
    padding: 1px;
    width: 200px;
    height: 65px;
    display: block;
}

.categoryLarge {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 317px;
}

.categoryLarge img {
    margin: 0;
    width: 317px;
    display: block;
}



/* Pressesenter.aspx */
.news-press {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 317px;
}

.news-press h2, .news-press h2 a {
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    color: #000;
}

.news-press div {
    padding-bottom: 4px;    
}

.news-press .news {
    color: #000;
}

.news-press a {
    text-decoration: none;
}

/* Media */

.mediacategory {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    width: 292px;
    min-height: 120px;
}

.mediacategory2 {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 313px;
    height: 145px;
	border: 2px solid #eee;
	background-image: url('/App_Themes/Standard/images/rightarrow.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.mediacategoryBlank {
    position: absolute;
    display: block;
    width: 313px;
    min-height: 145px;
    height: 145px;
}

.mediacategory2 .text {
    padding: 2px;
    padding-left: 5px;
    width: 307px;
    display: block;
}

.mediacategory2 .head {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.mediacategory2 .bottom {
    border-top: 1px solid #eee;
}

.mediacategory2 .imageHolder {
    height: 100px;
    display: block;
}

.mediacategory2 img {
    margin: 0;
    padding: 1px;
    width: 311px;
    height: 98px;
    display: block;
}

.mediapanel h2 {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
    
.mediapanel h2 a {
    color: #ccc;
}

.mediacat a {
    display: block;
    padding-left:20px;
    line-height:20px;
    background:transparent url('/App_Themes/Standard/images/dot-media.png') center left no-repeat;
    text-transform: capitalize;
    border-bottom: dotted 1px #ccc;
    padding-right: 30px;
}

.mediaholder img {
    float: right;
    width: 100px;
}

.mediaprod a {
    display: block;
    line-height:20px;
    text-transform: capitalize;
    border-bottom: dotted 1px #ccc;
    padding-right: 30px;
    width: 242px;
}

.mediaholder {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    width: 292px;
    min-height: 120px;
}

.mediaholder h2 {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* kontakt.aspx */
.contactMenu {
    margin-top: 10px;
}
    
.contactMenu a {
    width: 190px;
    height: 20px;
    padding: 3px;
    padding-left: 0;
    float: left;
    text-decoration: none;
}

/* #### MENY #### */
/* Level 1 */
.l1 {
    clear:left;
    float:left;
    width:894px;
    height:24px;
    border-bottom:2px solid #999999;
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-left:1px solid #cccccc;
    background-image:url(images/menybg.png);
    background-repeat:repeat-x;
    background-position:right;
    background-color:#fff;
    font-family:Myriad Pro, Arial;
   
}

.l1 a:link, .l1 a:visited {
    display:block;
    float:left;
    background-color:#fff;
    padding:4px 10px;
    height:16px;
    color:#666666;
    font-size:14px;
    font-weight:bold;
    background-image:url(images/menyskille.png);
    background-repeat:no-repeat;
    background-position:right;
}

.l1 a:hover {
    text-decoration:none;
    color:#d51c21;
}

.l1 a.selected:link, .l1 a.selected:visited {
    color:#d51c21;
}


/* Level 2 */
.l2 {
    clear:left;
    float:left;
    margin-top:17px;
    font-size: 95%;
}

.l2 a:link, .l2 a:visited {
    display:block;
    color:#000;
    padding:2px 12px;
    background-image:url(images/notselected.png);
    background-repeat:no-repeat;
    background-position:left;
    border:0px solid red;
   
    
}

.l2 a:hover {
    text-decoration:none;
    color:#d51c21;
}

.l2 a.selected:link, .l2 a.selected:visited {
    color:#d51c21;
    background-image:url(images/selected.png);
    background-repeat:no-repeat;
    background-position:left;
    
}


/* Level 3 */
.l3,
.l4,
.l5,
.l6 {
    clear:left;
}

.l3 a:link, .l3 a:visited,
.l4 a:link, .l4 a:visited,
.l5 a:link, .l5 a:visited,
.l6 a:link, .l6 a:visited {
    display:block;
    background-image:url(images/notselected.png);
    background-repeat:no-repeat;
    background-position:left;
    
}

.l3 a:hover,
.l4 a:hover,
.l5 a:hover,
.l6 a:hover   {
    text-decoration:none;
    color:#d51c21;
}

.l3 a.selected:link, .l3 a.selected:visited,
.l4 a.selected:link, .l4 a.selected:visited,
.l5 a.selected:link, .l5 a.selected:visited,
.l6 a.selected:link, .l6 a.selected:visited {
    color:#d51c21;
    background-image:url(images/selected.png);
    background-repeat:no-repeat;
    background-position:left;
   
}

/* Level 3 */

.l3 {
    padding-left: 12px;
}

/* Level 4 */

.l4 {
   padding-left: 12px;
}

/* Level 5 */

.l5 {
   padding-left: 12px;
}

/* Level 6 */

.l6 {
   padding-left: 12px;
}


/* File icons */
.filepanel a[href$='.pdf'], .iconPdf {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/acrobat_pdf.png') center left no-repeat;
}

.filepanel a[href$='.swf'], .filepanel a[href$='.fla'], .filepanel a[href$='.swd'], .iconFlash {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/flash_swf.png') center left no-repeat;
}

.filepanel a[href$='.xls'], .filepanel a[href$='.xlsx'], .filepanel a[href$='.csv'], .filepanel a[href$='.xlt'], .filepanel a[href$='.xlw'], .iconSpreadsheet {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/spreadsheet-16x16.png') center left no-repeat;
}

.filepanel a[href$='.ppt'], .filepanel a[href$='.pps'], .iconSlideshow {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/generic_powerpoint.png') center left no-repeat;
}

.filepanel a[href$='.doc'], .filepanel a[href$='.docx'], .filepanel a[href$='.rtf'], .filepanel a[href$='.txt'], .filepanel a[href$='.wps'], .iconText {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/generic_text.png') center left no-repeat;
}

.filepanel a[href$='.zip'], .filepanel a[href$='.gzip'], .filepanel a[href$='.rar'], .iconZip {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/generic_zipped.png') center left no-repeat;
}

.filepanel a[href$='.png'], .filepanel a[href$='.jpg'], .filepanel a[href$='.jpeg'], .filepanel a[href$='.psd'], .filepanel a[href$='.gif'], .iconImage {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/camera-unmount-16x16.png') center left no-repeat;
}

.iconEmpty {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url('/App_Themes/Standard/images/files/empty-16x16.png') center left no-repeat;
}

