body {
	background-color: #FFF;
	font-family: Arial; 
	
}
/* for I.E */
#Wrapper  {
    width: 985px;
    /*border: 1px solid black;*/
    text-align: left;
}
/* All others */
html >body #Wrapper  {
    width: 999px;
    /*border: 1px solid black;*/
    text-align: left;
}

/* for I.E */
#logo {
    float: left;
    margin-top: 30px;
    margin-right: 0;
    padding-left: 30px;
}
/* for all other browser Firefox, Opera, etc  */
html >body #logo
{
    float: left;
    margin-top: 47px;
    margin-right: 0;
    padding-left: 20px;
}    

#Topheader {
    float: right;
    width: 735px;
    background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/pattern_bg_head.jpg');
    background-repeat:repeat;    
    padding: 15px;
    padding-right: 20px;
}

html >body #Topheader  {
    float: right;
    width: 735px;
    background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/pattern_bg_head.jpg');
    background-repeat:repeat;    
    padding: 15px;
    padding-right: 20px;
    
}
#loginlinks {
    float: right;
    background-color: #FFF;
    padding: 6px;
    padding-top:0;
}
#loginlinks a {
    font-size: 11px;
    color: #402318;
    background-color: #FFF;
}

#Customlinks {
    float: left;
    background-color: #FFF;
    padding: 6px;
    padding-top:0;
}
#Customlinks a {
    font-size: 11px;
    color: #402318;
    background-color: #FFF;
}

#toppane {
       float: left;
       width: 100%;
       
}

/* horizontal menu 
   for I.E
                    */
#HouseMenuNav 
{
    width: 100%;
    list-style: none;
    margin-left: 0;
    background-color: #FFF;
    float: left;
    /* padding around root menu items */
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* for all other browser Firefox, Opera, etc  */
html >body  #HouseMenuNav 
{
    width: 730px;
    list-style: none;
    margin-left: 0;
    background-color: #FFF;
    float: left;
    /* padding around root menu items */
    padding-top: 10px;
    padding-bottom: 10px;   
}

#HouseMenuNav ul{
    border: 0;
    margin: 0;
    list-style: none;
    float: left;
    
}
#HouseMenuNav li{
    float: left;
    list-style: none;
   
}

/* for I.E */
#HouseMenuNav ul li{
    float: none;
    list-style: none;
    /*list-style-image:url('/no/Portals/_default/Skins/Digital Etikett - skin 002/bullets.jpg');*/
    
}
/* for all other */
html >body #HouseMenuNav ul li{
    /*clear: both;*/
    list-style: none;
    /*list-style-image:url('/no/Portals/_default/Skins/Digital Etikett - skin 002/bullets.jpg');*/
    list-style-position: inside;
     border: 0px solid blue;
     width:1px;
}

   

/* First menu level 
   for I.E
                        */
#HouseMenuNav a:link, #HouseMenuNav a:visited {
    background-color: #FFF;
    padding: 10px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #ef4035; 
    font-size: 20px;
    font-weight: bold;
}

/* all other browser Firefox, Opera, etc */
html >body #HouseMenuNav a:link, html >body #HouseMenuNav a:visited {
    background-color: #FFF;
    padding: 0px;
    /*line-height: 38px;*/
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
    color: #ef4035; 
    font-size: 19px;
    font-weight: bold;
    /*border:1px solid black;*/
}

/* Second menu level 
   for I.E
                        */
#HouseMenuNav ul a:link, #HouseMenuNav ul a:visited {
    background-color: #FFF;
    background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/bullets.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding: 0;
    padding-left: 10px;
    padding-right: 0;
    margin-left: 17px;
    margin-right: 17px;
    /* OBS - Denne er skummel */
    margin-bottom: -10px;
    color: #402318;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #402318;
    display:block;
    
}
/* all other browser Firefox, Opera, etc  
   Second menu level */
html >body #HouseMenuNav ul a:link, html >body #HouseMenuNav ul a:visited {
    background-color: #FFF;
    background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/bullets.jpg');
    color: #402318;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #402318;
    min-width:80px;
    max-width:100px;
    display:block;
    /* OBS - Important fix */
    margin: 0;
    padding: 0;
    white-space: nowrap;
    padding: 6px;
    padding-left: 10px;
    margin-left: -40px;
    
}
/* Active tab */
#HouseMenuNav #HouseMenuNavCurrentLink
{
    color:#ef4035;
}

/* Left pane */
#sidebar {float:left; width: 220px; margin-top: 20px;}
/* Main content */
/* for I.E */
#content { float: right; width: 735px;margin:0; /*margin-right:3px;*/ border:0px solid black; padding:0; }
/* for other browser */
html >body #content { float: right; width: 765px;margin-right: 3px; }

#content {font-family:Arial;font-size:12px;}
#content p{font-family:Arial;font-size:12px;}
#content table{ font-family:Arial; font-size:12px;}
#content table tr td{font-family:Arial;font-size:12px;}
#content table tr td b{font-family:Arial;font-size:12px;color:#ef4035;}
#content table tr td strong{font-family:Arial;font-size:12px;color:#ef4035;}

#footer {clear: both;float: right;
         background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/pattern_bg_head.jpg');
         background-repeat:repeat; padding: 15px; width: 735px;font-size:10px;font-family:Arial;
}
#footertext {font-family:Arial;font-size:12px;font-weight:bold;background-color:#ffffff;color:#000;}

.footertextLink:active {color:#ef4035;}
.footertextLink:link {color:#ef4035;}
.footertextLink:visited {color:#ef4035;}
.footertextLink:hover {color:#ef4035;}

/* override width for other browsers */
html >body #footer {width: 740;}
#footer p {background-color: #FFF;}


/* Date eg. items that are not links */
.SkinObject { text-decoration: none; color: #402318; background-color: #FFF;}

/* All skin items that are links */
A.SkinObject:visited { color: #402318; }
A.SkinObject:link, A.SkinItem:visited, A.SkinItem:active {text-decoration: none; color: #402318;}
A.SkinObject:hover { text-decoration: underline; color: #402318; }

/* style of item titles on edit and admin pages */

/* OVerskrifter i innholdsfelt */
.Head { font-size: 18px;margin-left:1px;}

.SubHead
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ef4035;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #ef4035;
}
/* Formatting for annoncement module */
/* Date */
.SubHeadAnnoncement
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #bababa;
	line-height: 20px;
	width:102%;
}
/* Formatting for annoncement module */
/* Tittle */
.SubHeadAnnoncementTitle
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000; /*gammel farge: rød #ef4035*/
	margin-bottom: 10px;
	padding-left: 2px;
	line-height: 20px;
}
/* Arrow to the right top */
.SubHeadAnnoncementArrow{border-bottom: 2px solid #bababa; vertical-align:middle;text-align:right;}

.annoncementLink:active {color:#ef4035;}
.annoncementLink:link {color:#ef4035;}
.annoncementLink:visited {color:#ef4035;}
.annoncementLink:hover {color:#ef4035;}

/* Special formatings for front table */
#front 
{
   background-image: url('/no/Portals/_default/Skins/Digital Etikett - skin 002/bg_front_black2.jpg');
   height: 259px;
   width: 216px;
   color: #fff;
   font-size:10px;
    
}
/* Format img in table */
#front img {border:0;margin:0;padding:0;}

/* Links in general for content pane*/
#content a:active {color:#ef4035;}
#content a:link {color:#ef4035;}
#content a:visited {color:#ef4035;}
#content a:hover {color:#ef4035;}

/* Links in general for left pane*/
#sidebar a:active {color:#ef4035;}
#sidebar a:link {color:#ef4035;}
#sidebar a:visited {color:#ef4035;}
#sidebar a:hover {color:#ef4035;}


.SMALL { font-size:10px;}