﻿@media print {
/* =Colours
*************************************************************
Body background: f9f9f9
NAL background: f0efe8
Std font: 6e6e6e
Light font: bababa
Lighter headings: 3b3939
Darker headings: 42413e
Light blue: eef3f3
Ecobox green: 888e00

Links: 
Link hover: d6071e
Link: d6071e    960516
Link visited: bcbcbc 
*/


/* =General
*************************************************************/

body {
/*background: #f9f9f9;*/
color: #6e6e6e;
font: normal 12px/14px Arial, Helvetica, sans-serif;
/*text-align: center;*/
}

h1, h2, h3, h4, h5, h6 {
color: #42413e;
}

h2 {
font-size: 22px;
font-weight: normal;
font-family: verdana;
}

h3 {
font-size: 12px;
font-weight: normal;
}

h4 {
font-weight: bold;
}

a:hover {
color: #d6071e;
cursor: pointer;    /*Fixer cursor på linker i Safari*/
}

p {
margin: 1em 0;
}

table, td, th {

}

form input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6e6e6e;
}

form .text {
background: #ffffff;
border: 0;
}



/* =Layout
*************************************************************/

#shareLinkBox
{display:none;}

#wrapper, #wrapper-front {
height: auto !important;
height: 727px;
min-height: 727px;
margin: 0 auto;
text-align: left;
width: 895px;
position: relative;
margin-top: 1px;
}

#wrapper-front {
background: url(img/nal_bg.gif) top left repeat-y;
}

#sidebar1 {
display: none;
/*float: left;
width: 167px;*/
}

#sidebar2 
{
    display: none;
/*
float: right;
width: 167px;*/
}

#sidebar2 img {
margin-top: 11px;
}

#wrapper-front #logobar {
border: 0;
}

#logobar {
display: none;
/*height: 55px;
margin-bottom: 1px;
position: relative;*/
}

#logo {
background: #f0efe8;
color: #d6071e;
font-size:9px;
font-weight:bold;
height:55px;
width:391px;
margin: 0 1px;
}

#logo span {
position: relative;
top: 26px;
left: 10px;
}

#title-bar {
margin: 0 1px;
}


/* =Localbranch ddl
*************************************************************/

/*#local-branch-ddl {
position: absolute;
top: 29px;
right: 177px;
height: 15px;
width: 201px;
background: red;
}*/


#local-branch-ddl {
width: 201px;
background: #f0efe8;
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
position: absolute;
right: 168px;
top: 29px;
padding: 0 9px 0 7px;
z-index: 99;
}

#local-branch-ddl ul#branch-list {
display: none;
padding-bottom: 10px;
}

#local-branch-ddl ul, #local-branch-ddl li {
margin:0;
padding: 0;
font: 9px/20px Verdana, Arial, Helvetica, sans-serif;	
} 

#local-branch-ddl ul li {
list-style: none;
padding-left: 8px;
}

#local-branch-ddl ul li a {
text-decoration: none;
color: #6e6e6e;
}

#local-branch-ddl ul li a:hover {
color: #d6071e;
font-weight: bold;
padding-left: 3px;
}

#current-branch {
background: #fff url(img/ddl_arrow.gif) top right no-repeat;
font: bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
color: #6e6e6e;
height: 15px;
padding-left: 7px;
display:block;
}
/*************************************************************/


#mediainfo {
display: none;
/*position: absolute;
right: -14px;
bottom: 132px;*/
}

#frontpage-picture-info {
display: none;
/*width: 20px;
height: 390px;
position: absolute;
top: 0;
right: -20px;*/
}

#fp-pic-cred {
display: none;
/*position: absolute;
top:60px;
right:10px;
background: #ffffff;
filter:alpha(opacity=0);
opacity: 0;
-moz-opacity:0;
border: 1px solid #ffffff;
width:705px;
height: 380px;*/
}

/* :TODO: Mangler 1px luft til venstre i IE6 */
#content-container {
/*width: 703px;
float: right;*/
padding: 12px;
/*background: #fff;
margin-bottom: 60px;*/
}

#content-container-with-ads {
/*width: 727px;
float: right;
height: auto !important;
min-height: 600px;
height: 600px;
margin-bottom: 60px;*/
}

#content-container-small, #article-container {
padding: 12px;
margin-right: 100px;
/*width: 650px;
background: #fff;
float: left;*/
}

#address-box {
height: 155px;	/* 167 */
margin-bottom: 1px;
padding: 12px 10px 0 14px;
position: relative;
}

#address-box table {
position: absolute;
bottom: 14px;
left: 14px;
line-height: 13px;
}

#address-box table a {
color: #6e6e6e;
text-decoration: none;
}

#address-box table th {
font-weight: bold;
width: 50px;
}



/* =Search
*************************************************************/

#path-search-container {
display: none;
/*background: #f9f9f9;
line-height: 24px;
height: 24px;
padding-left: 2px;
position: relative;
color: #bababa;
margin: 0 auto;
text-align: left;
width: 895px;*/
}

/*#path-search-container a {
color: #bababa;
text-decoration: none; 
}*/

/* :TODO: Ingen margin mellom boksene i Firefox */
/* :TODO: Bredde på input i IE */

/*#path-search-container input {
margin: 0;
padding: 0;
}*/

/*#path-search-container .text {
position: absolute;
right: 38px !important;
right: 36px;
top: 0;

padding-top: 6px;

padding-left: 12px;

width: 118px;
}*/

/*#path-search-container .btn-search {
position: absolute;
right: 1px !important;
right: -1px;
top: 0;
}*/



/* =Navigation
*************************************************************/

#nav, #shortcuts {
display: none;
/*width: 167px;
padding-bottom: 12px;
list-style: none;
margin: 0;*/
}


/*#nav {
background: #fff;
margin-bottom: 9px;
min-height: 215px;
height: auto;
}

#nav, #nav ul {
margin: 0;
}

#shortcuts {
background: #f0efe8;
}

#nav li, #shortcuts li {
padding: 8px 0 3px 0;
}

#nav li.sel a {
padding-bottom: 4px;
margin-bottom: 4px;
}

#nav a, #shortcuts a {
display: block;
padding-left: 47px;
text-decoration:none;
text-transform: uppercase;
}

#nav a {
background: url(img/nav_img.gif) 13px 2px no-repeat;
color: #3b3939;
font-weight: bold;
}

#nav li.sel a {
background: url(img/nav_img_sel.gif) 13px 2px no-repeat;
}

#shortcuts a {
background: url(img/shortcut_img.gif) 13px 2px no-repeat;
color: #6e6e6e;
}

#nav a:hover, #shortcuts a:hover {
padding-left: 53px;
color: #d6071e;
}

#nav a:hover {
background: url(img/nav_img_over.gif) 13px 2px no-repeat;
}

#nav ul {
list-style: none;
}
#nav ul li {
background: #f9f9f9;
padding: 4px 0 3px 0;
margin: 0;

}

#nav li.sel ul li a {
padding-left: 53px;
background: none;
text-transform: none;
padding-bottom: 4px;
margin: 0;
color: #6e6e6e;
}

#nav .sel ul li.sel a {
color: #d6071e;
}

#nav .sel ul li.sel a:hover {
padding-left: 53px;
}

#nav ul li a:hover {
padding-left: 59px;
background: none;
color: #d6071e;
}

#nav li ul li a:hover {
color: #d6071e;
}*/



/* =Frontpage topical events
*************************************************************/

#topical-events-container {
height: 198px;
position: absolute;
bottom: 0;  /* :TODO: Juster i fht. bunn i IE og FF */
left: 313px; /* 336 */
}

.topical-event {
width: 167px;
border: 3px solid #f9f9f9;
border-width:3px 3px 0 3px;
float: left;
margin-left:22px;
background: #ffffff;
}

.topical-event a {
color: #6e6e6e;
text-decoration: none;
}

.topical-event-head {
height: 10px;
font-size: 10px;
background: #d6071e;
color: #fff;
line-height: 10px;
}

.latest-event {
height: 59px;	/* 82 */
padding: 11px 9px;
}

.latest-event h3 {
font-size: 12px;
}

.latest-event h3 a {
color: #42413e;
text-decoration: none;
}

#ad {
border-width:3px 0 0 3px;
padding-bottom: -3px;
}

.listing {
display: none;
}

.listing li {
padding-left: 8px;
margin-top: 1px;
background: #f0efe8;
}

.listing a {
display: block;
padding-left: 21px;
height: 25px;
line-height: 25px;
}

#courses a {
background: url(img/list_point_red.gif) 0 50% no-repeat;
}

#ecobox-info a {
background: url(img/list_point_gray.gif) 0 50% no-repeat;
}



/* =Frontpage
*************************************************************/

#wrapper-front #nav {
margin-bottom: 0;
padding-bottom: 50px;
}

#wrapper-front #logobar {
margin-top: -42px;
}



/* =Login
*************************************************************/

#loginbox {
display: none;
/*width:159px;
height:32px;
float: right;
padding: 11px 0 12px 8px;
background: #f0efe8;
position: relative;*/
}

/*#loginbox .text {
width: 122px;
text-indent: 5px;
line-height:10px;
height: 13px;
padding-top: 2px;
margin-bottom: 2px;
}

#loginstatus {
position: relative;
left: 3px;
top: 3px;
}

#loginbox #ctl00_cphLogobar_LoginView1_LoginStatus1, #loginbox #LoginView1_LoginStatus1 {
position:absolute;
top: 12px;
right: 0
}*/


/*#ctl00_cpMainWrapper_Login1_UserName {
margin-bottom: 2px;
}*/


/*#ctl00_cpMainWrapper_Login1_Password {
padding-right: -100px;
clear: right;
float: left;
width: 50px;
margin-top: 10px;
}*/

#new-member-link {
display: none;
/*display: block;
background: #fff url(img/bulletpoint.gif) 8px 50% no-repeat;
height: 18px;
line-height: 18px;
padding-left: 24px;
position: absolute;
right: 0;
top: 56px;
width: 143px;
text-decoration: none;
color: #6e6e6e;
clear: both;*/
}

.btn-login {
position: absolute;
right: 0;
top: 11px;
}



/* =Category-frontpage
*************************************************************/

/* toppsak på bla. kategoriforsider */
#highlight {
font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
position: relative;
float: left;
}

.image-container-level1 {
width:466px;
height:350px;
float:left;
}

#highlight h2 {
padding: 18px 0 11px 9px;
}

#highlight .dateline {
margin-bottom: 7px;
}

#highlight .read-more {
position: absolute;
bottom: 11px;
left: 11px;
}

#highlight-content {
width: 226px;
float: right;
}

.highlight-content-container {
margin-bottom: 12px;
}

#highlight-content .read-more {
left: 486px;
font-size: 9px;
color: #6e6e6e;
}

#highlight p {
padding-left: 11px;
}

.dateline {
background: #eef3f3;
font: 9px/13px Arial, Helvetica, sans-serif;
height: 13px;
padding-left: 9px;
margin-bottom: 12px;
}

.highlight-content-container h2 a, .highlight-content-container h2 a:hover, .mid-sized-news h2 a, .mid-sized-news h2 a:hover {
line-height: 25px;
color: #42413e;
text-decoration: none;
}


/* linkknapper til bruk på bla. kategoriforsider */

/* :TODO: Margin-bottom blir for stor i IE7 */
#linkbuttons, #linkbuttons-small {
margin-bottom: 12px;  
list-style: none;
float: left;

margin-right: -12px;
/*width: 717px;*/
}

#linkbuttons-editoral {
list-style: none;
}

#linkbuttons li, #linkbuttons-small li { float: left; margin-right: 12px; }

#linkbuttons li a, #linkbuttons-small li a, #linkbuttons-editoral li a {
display: block;
width: 186px; /* 227 */
text-decoration: none;
background: #f0efe8 url(img/link_button.gif) 11px 50% no-repeat;
color: #3b3939;
height: 25px;
padding-left: 36px;
line-height: 25px;
border-right: 5px solid #dad8cd;
margin-bottom: 2px;
text-transform: uppercase;
}

#linkbuttons-small li a, #linkbuttons-editoral li a {
width: 126px;/* 167*/
}
#linkbuttons-editoral li a {
background: #eef3f3 url(img/link_button.gif) 11px 50% no-repeat;
border-right: 5px solid #eef3f3;
font: bold 10px/25px arial;
text-transform: none;
color: #3b3939;
}

#linkbuttons-editoral li a:hover {
background: #eef3f3 url(img/link_button_over.gif) 11px 50% no-repeat;
color: #d6071e;
}

#linkbuttons li a:hover, #linkbuttons-small li a:hover {
background: #f0efe8 url(img/link_button_over.gif) 11px 50% no-repeat;
color: #d6071e;
}

#linkbuttons li {
display: inline;    /* For ie6 */
}

/* nyhetsbokser - medium størrelse til bruk på bla. kategoriforsider */

#mid-sized-news-container {
float: left;
margin-right: -12px;
/*width: 717px;*/
}

.image-container-level2 {
width: 227px;
height: 170px;
}

#mid-sized-news-container h2 {
margin-left: 8px;
}

#mid-sized-news-container .mid-sized-news {
width: 227px;
margin-right: 12px;
margin-bottom: 10px;
height: 345px;
position: relative;
float: left;
display: inline;    /* For ie6 */
}

#mid-sized-news-container p {
padding: 0 9px;
}

#mid-sized-news-container .read-more {  /* flyttet inn i date-line pga. z-index bug i IE */
position: absolute;
bottom: 3px;
left: 9px;
}

/* nyhetsbokser - liten størrelse til bruk på bla. kategoriforsider */

#small-news-container {
float: left;

margin-right: -12px;
width: 717px;
}

#content-container-small #small-news-container {
/*width: 535px;*/

}


#small-news-container h3 {
padding: 5px 0;
margin-left: 8px
}

#small-news-container .news-without-pic {
height: 100px;
position: relative;
}

#small-news-container .news-without-pic .dateline {
position: absolute;
bottom: 0px;
width: 526px;
margin-bottom: 10px;
}

#small-news-container .news-without-pic p {
padding-left: 9px
}


.small-news h3 a, .small-news h3 a:hover, .news h3 a, .news h3 a:hover  {
line-height: 1em;
color: #42413e;
text-decoration: none;
}

#small-news-container .small-news {
width: 348px;
margin-right: 9px;
position: relative;
float: left;
}

#small-news-container .news {
position: relative;
}

.image-container-level3 {
width: 109px;
height: 82px;
float: left;
margin: 0 11px 1px 0;
}

#small-news-container p {
padding: 0 9px 0 0;
margin: 0;
}

#small-news-container .dateline {
clear: both;
margin-top: 1px;
}

#small-news-container .dateline .read-more {
position: absolute;
left: 120px;
}

#ticker{
float:right;
/*width:704;*/
height:60px;
background: #f0efe8;
margin-bottom: 12px;
}

#archive-link {
background: #f0efe8;
height: 27px;
font: bold 10px/27px arial;
text-align: center;
margin-bottom: 11px;
text-transform: uppercase;
clear: both;
}

#archive-link a {
text-decoration: none;
color: #3b3939;
background: url(img/link_button.gif) right 50% no-repeat;
padding-right: 20px;
font-weight: bold;
}

#archive-link a:hover {
color: #d6071e;
background: url(img/link_button_over.gif) right 50% no-repeat;
}

#ecobox #archive-link a:hover {
background: url(img/link_button_over_ecobox.gif) right 50% no-repeat;
}

/* utlisting til bruk på bla. kategoriforsider - f.eks. mest lest/bildeserier osv. */

#article-top {
margin: 0 auto;
text-align: left;
/*width: 895px;*/
margin-top: 1px;
margin-bottom: 1px;
}

#list-container  {
display: none;
/*float: left;*/
}

#list-container ul {
list-style: none;
}

#list-container div {
width: 227px;
margin-right: 12px;
float: left;
}

#list-container h2, #sidebar2 h2 {
text-align: center;
text-transform: uppercase;
font: bold 10px/27px Arial, Helvetica, sans-serif;
background: #525f5f;
height: 27px;
margin:0;
padding: 0;
color: #fff;
}

#list-container li, #sidebar2 li, .list-top li {
margin-top: 1px;
background: #eef3f3;
}

#sidebar2 ul {
padding-bottom: 11px;
background: #fff;
list-style: none;
}

#list-container a, #sidebar2 a, .list-top a {
display: block;
padding-left: 9px;
text-decoration:none;
height: 27px;
color: #6e6e6e;
font: 9px/27px Verdana, Arial, Helvetica, sans-serif;
}

.list-top h2 {	/* FLASH */
font: 16px/27px Verdana, Arial, Helvetica, sans-serif;
background: #fff url(img/top_list_heading.gif) 11px 50% no-repeat;
color: #6e6e6e;
padding-left: 46px;
}

.list-top a {
padding: 0;
}

.list-top a img {
float: left;
}

#list-top-1 {
width: 335px;
margin-right: 1px;
float: left;
}

#list-top-2 {
width: 223px;
margin-right: 1px;
float: left;
}

#list-top-3 {
width: 334px;
float: left;
}

.list-top a span {
margin-left: 10px;
}

#list-container .no-margin {
margin-right: -10px;
position: relative;
left: -1px;
}



/* =Arkitektur N
*************************************************************/

#arkitekturN-frontpage, #arkitekturN-Ad {
/*width: 345px;
height: 460px;*/
margin:0;
padding:0;
/*float: left;*/
}

#arkitekturN-frontpage {
float:left;
}

#arkitekturN-Ad {
float: right;
}

#latest-issue {
clear: both;
margin-top: 1px;
margin-bottom: 11px;
font: 11px/16px verdana, arial;
}

#latest-issue-editoral {
padding: 0 10px 0 12px;
/*width: 500px;*/
float: left;
height: 110px;
position: relative;
}

#latest-issue-editoral .read-more {
position: absolute;
bottom: 5px;
left: 12px;
}

#linkbuttons-editoral {
float: right;
width: 167px;
}

#latest-issue h2 {
background: #525f5f;
color: #ffffff;
padding-left: 12px;
height: 27px;
line-height: 27px;
font-size: 10px;
font-weight: bold;
margin-bottom: 5px;
}

#latest-issue .read-more {
font-size: 9px;
color: #6e6e6e;
}

.past-issues-break {
width: 345px;
background: #525f5f;
height: 17px;
margin: 0 0 1px 0;
}




.past-issue {
margin-top: 1px;
background: #eef3f3;
padding: 12px;
font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
width: 321px;
height: 91px;
}

.past-issue img {
float: left;
display: block;
margin-right: 16px;
}

.past-issue h3 {
color: #6e6e6e;
font-weight: bold;
margin-bottom: 7px;
font-family: Arial, Helvetica, sans-serif;
}

.past-issue ul {
float: left;
list-style: none;
}

.past-issue li {
background: url(img/bulletpoint_square.gif) 0 50% no-repeat;
padding-left: 10px;
}

.past-issue li a {
color: #6e6e6e;
text-decoration: none;
}

.past-issue li a:link {
color: #6e6e6e;
}

.past-issue li a:hover {
color: #d6071e;
}


/* =Ansatte
*************************************************************/

#employee-top {
display: none;
/*width: 895px;
height: 167px;
background: url(img/employee-top.gif) top left no-repeat;
margin: 1px auto 0 auto;
position: relative;
margin-bottom: 0;*/
}

/*#employe-images-1 {
width: 168px;
position: absolute;
top: 28px;
left: 0;
}

#employe-images-2 {
width: 224px;
position: absolute;
top: 0;
left: 392px;
}

#employe-images-3 {
width: 112px;
height: 166px;
position: absolute;
overflow: hidden;
top: 0;
right: 27px;
}

#employe-images-4 {
width: 392px;
height: 54px;
position: absolute;
top: 112px;
right: 195px;
}

#employe-images-5 {
width: 504px;
height: 54px;
position: absolute;
top: 56px;
left: 196px;
}

#employe-images-1 img, #employe-images-3 img {
margin: 0 1px 1px 0;
float: right;
}

#employe-images-2 img, #employe-images-5 img {
margin: 0 1px 0 0;
float: left;
}

#employe-images-4 img {
margin: 0 1px 0 0;
float: right;
}*/

#employee-info h2 {
font: bold 12px/16px Arial, Helvetica, sans-serif;
}

#employee-info #position {
font: normal 12px/16px Arial, Helvetica, sans-serif;
color: #42413e;
}

#employee-info {
font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 12px;
}

#employee-info img {
float: left;
margin: 0 12px 0 0;
}

#employee-info a { text-decoration: none;color: #6e6e6e; }
#employee-info a:link { color: #6e6e6e; }
#employee-info a:hover { color: #d6071e; }
#employee-info a:visited, #employee-info a:active { color: #d6071e; }

.division {
margin-bottom: 12px;
width: 100%;
}

.division th {
background: #f0efe8;
padding: 1px 0;
font: 10px/26px Verdana, Arial, Helvetica, sans-serif;
}

.division th.title {
text-transform: uppercase;
padding-left: 13px;
font-weight: bold;
width: 200px;
}

.division tr.position  {
font-weight: normal;
}

.division th.phone {
width: 85px;
}

.division a, .division a:visited {
color: #6e6e6e;
text-decoration: none;    
}

.division tr:hover a, .division tr.sel td a {
color: #d6071e;
}

.division tr:hover th {
color: #6e6e6e;
}

.division td {
font: 9px/26px Verdana, Arial, Helvetica, sans-serif;
padding: 1px 0;
}

.division td.emp-name a {
font-weight: bold;
padding-left: 13px;
}



/* =Search-results
*************************************************************/

#search-res-header {
background:#deddd7;
font:bold 10px/27px arial;
color:#fff;
height:27px;
margin-bottom:1px;
padding-left:11px;
}

#search-res-filters {
background:#f0efe8;
padding:38px 20px 8px 11px;
margin-bottom: 11px;
position: relative;
line-height: 27px;
}

#search-res-filters a {
background: url(img/more_news.gif) 0 40% no-repeat;
padding: 0  25px 5px 13px;
color: #d6071e;
text-decoration: none;
line-height: 27px;
}

#search-res-filters .text {
color: #d6071e;
font: normal 10px arial;
padding: 6px 20px 6px 11px;
width: 270px;
position: absolute;
top:11px;
left: 11px;
}

#search-res-filters .btn-search {
position: absolute;
top: 11px;
left: 312px;   
}

#search-results img {
float: left;
margin-right: 16px;
}

#search-results div {
margin-bottom: 10px;
width: 247px;	/* 267 */
padding-right: 10px;
height: 52px;
position: relative;
}

#search-results p.date {
position: absolute;
bottom: 0;
left: 86px;
margin: 0;
padding: 0;
font-size: 9px;
line-height: 1em;
color: #6e6e6e;
}

#search-results h3 a {
color: #42413e;
text-decoration: none;
}

#search-results h3 a:hover {
color: #d6071e;
}



/* =Article
*************************************************************/

div.art-pub-date
{
    font-size:12px;
}

#main-article-img, #article-side-bar img, .top-picture {
display: block;
}

.picture-desc {
background: #eef3f3;
font: 12px/16px Arial, Helvetica, sans-serif;
padding: 0 4px;
margin-top: 1px;
}

.top-pic-desc {
width: 254px;
}

#article-container h1 {		/* FLASH */
/*font: normal 30px/35px Georgia, "Times New Roman", Times, serif;*/
font: bold 24px/26px Arial, Helvetica, sans-serif;
margin: 20px 0;
}

#article-container p {
margin-bottom: 2em;
}

p.ingress {
font: bold 15px/16px Arial, Helvetica, sans-serif;
margin-bottom: 1.2em;
}

#article-container {
/*font: 9px/16px Verdana, Arial, Helvetica, sans-serif;*/
font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

#article-side-bar {
float: left;
width: 155px;
margin: 0 20px 20px 0;
}

.factbox {
background: #eef3f3;
font: 9px/16px arial;
color: #6e6e6e;
}

.factbox span {
font-weight: bold;
}

#coursedata {
padding: 5px 7px;
background-color: #eef3f3;
line-height:16px;
margin-bottom: 11px;
}

#coursedata a:link{
color:#960516;    
}
#coursedata a:visited{
color:#960516; 
}
#coursedata a:hover{
color:#960516;    
}

#coursedata strong {
font-weight: bold;
}

.factbox .factbox-head {
background:#525f5f url(img/factbox_square.gif) 7px 50% no-repeat;    
height: 17px;
font: 9px/17px arial;
text-transform: uppercase;
color: #eef3f3;
padding-left: 24px;
}


.break {	/* FLASH */
font: 12px/23px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #f2f2f2;
border-top: 1px solid #f2f2f2;
color: #42413e;
height: 24px;
text-transform: uppercase;
position: relative;
overflow: hidden; 
margin-bottom: 1em;
}

.break img {
vertical-align: middle;
margin: 0px 8px 0 2px;
}

#article-main-content
{
    font-size: 15px;
}

#article-main-content a, .factbox a {
text-decoration: none;
}

#article-main-content a:link, .factbox a:link { color: #960516; }
#ecobox #article-main-content a:link, #ecobox .factbox a:link, .factbox a:visited { color: #888e00; }
#article-main-content a:visited, .factbox a:visited { color: #d6071e; }
#article-main-content a:hover, .factbox a:hover { color: #d6071e; }
#article-main-content a:active, .factbox a:active { color: #d6071e; }



/* =Kurs
*************************************************************/

#course-registration-form td {
vertical-align: middle;
}

#course-registration-form input {
margin-left: 10px;
width: 175px;
}

#course-registration-form textarea {
margin-left: 10px;
width: 250px;
}

#course-registration-form .chkAfag input {
margin-left: 3px;
}



/* =Ecobox
*************************************************************/

#ecobox #nav .sel ul li.sel a, 
#ecobox #nav ul li a:hover {
color: #888e00;
}

#ecobox .read-more {
background: url(img/read_more_ecobox.gif) 2px 50% no-repeat;
}

#ecobox .more-news {
background: url(img/more_news_ecobox.gif) 2px 50% no-repeat;
}

#ecobox a:hover {
color: #888e00;
}

#ecobox #linkbuttons li a:hover {
background: #f0efe8 url(img/link_button_over_ecobox.gif) 11px 50% no-repeat;
color: #888e00;
}

#ecobox h2 a:hover,#ecobox h3 a:hover {
color: #42413e;
}



/* =Listing (books, magazines)
*************************************************************/

.competition-top-text {
background: #f0efe8;
padding: 16px 0 16px 12px;
color: #6e6e6e;
margin-bottom: 9px;
float: left;
}

.competition-top-text span {
font: bold 20px/1em arial;
color: #d6071e;
display: block;
float: left;
width: 55px;
position: relative;
top: 10px;
}

.competition-top-text div {
width: 450px;
margin-right: 12px;
font: bold 10px/14px arial;
float: right;
}

.library-list, ul.list {
margin: 9px 0;
}

ul.list {
list-style: none;
}

.library-list-index {
background: #f0efe8;
/*padding: 1px 0;*/
font: bold 10px/28px Arial, Helvetica, sans-serif;
padding-left: 13px;
height: 29px;
text-transform: uppercase;
}

.library-list-index a:link {
color: #abaaa7;
text-decoration: none;
}

.library-list-index span {
color: #6e6e6e;
}

.library-list-item, ul.list li {
margin-bottom: 1px;
overflow: hidden;
}

.library-list-item-header, ul.list li {
background: #eef3f3;
color: #42413e;
font: normal 14px/1.2em Arial, Helvetica, sans-serif;
padding: 6px 0 6px 13px;
height: auto !important;
}

.library-list-item-header a, ul.list li a {
color: #42413e;
text-decoration: none;    
}

.library-list-item-header a:hover, ul.list li a:hover {
color: #d6071e;
}

.library-list-item-details {
font: normal 10px/17px Verdana, Arial, Helvetica, sans-serif;
display: none;
padding-left: 13px;
margin-bottom: 1em;
}

.library-list-item-details a { text-decoration: none; }
.library-list-item-details a:link { color: #960516; }
.library-list-item-details a:hover { color: #d6071e; }
.library-list-item-details a:visited, .library-list-item-details a:active { color: #960516; }



/* =Gallery
*************************************************************/

#gallery-list{
}

#gallery-list li{
float:left;
padding: 0px 12px 9px 0px; 
border:0px solid red;
list-style-type: none;
}

#image-viewer-overlay{
background-color: #708090;
opacity: 0.8;
display:none;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:100;
cursor:pointer;
cursor:hand;    
}

#image-viewer{
position:fixed;
background-color:#EFEEE9;
z-index:110;
width:500px;
padding:10px;
display:none;     
color:White;
text-align:center; 
border:1px solid black;
}

#image-viewer-title{
float:left; 
z-index:115; 
font-size:16px;
font-weight:bold;
width:100%;
text-align:center;    
}

#image-viewer-picture{
width:500px;
margin-top:10px; 
top:40px;
left:10px;
float:left; 
z-index:115;
}

#image-viewer-description{
float:left;
margin-top:10px; 
color:White;
text-align:left;
width:500px;     
}

#image-viewer-description p{
float:left;
color:White;
text-align:left;
padding: 5px 0px 5px 0px;
}

#image-viewer-photgrapher{
float:right;
font-weight:bold;    
padding:4px;
color:Black; 
background-color:White; 
}

#image-viewer-download{
float:left;
font-weight:bold;    
padding:4px;
color:Black; 
background-color:White; 
}

#image-viewer-architect{
float:right;
font-weight:bold;    
padding:4px;
color:Black; 
background-color:White; 
}

#image-viewer-next{
float:right;
font-weight:bold;    
cursor:pointer;  
margin-right:20px;
color:black;
}
#image-viewer-prev{
float:left;
font-weight:bold;   
cursor:pointer;   
color:black;
}

#image-viewer-close{
float:left;    
margin-top:10px;
font-weight:bold;
}

#image-viewer-close a{
color:Black;
text-decoration:none;
}
.gallery-thumbnail{
border:1px solid silver;    
}

.image_viewer-download-link{}



/* =Footer
*************************************************************/

#footer {
/*width: 650px;*/
margin-right: 100px;
text-align: center;
font-size: 12px;
line-height: 13px;
/*position: absolute;
left: 168px;
bottom: 20px;*/
color: #bababa;
}

#footer a {
font-weight: bold;
text-decoration: none;
color: #bababa;
}

#footer a:hover { color: #d6071e; }

#wrapper-front #footer {
bottom: -40px;
}



/* =sIFR
*************************************************************/

p.hoyre-tittel {
width:150px;
}

/* Ikke endre på disse */
/*.sIFR-flash {
visibility: visible !important;
margin: 0;
}

.sIFR-replaced {
visibility: visible !important;
}

span.sIFR-alternate {
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
display: block;
overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
display: none !important;
}


.sIFR-hasFlash h1 {
visibility: hidden;
font-size: 28px;
}

.sIFR-hasFlash #highlight h2 {
visibility: hidden;
font-size: 22px;
padding: 0;
margin: 0;
margin-left: 8px;
margin-top: 17px;
margin-bottom: 8px;
}

.sIFR-hasFlash #mid-sized-news-container h3 {
visibility: hidden;
font-size: 16px;
line-height: 1em;
margin-top: 8px;
margin-bottom: 5px;
margin-left: 8px;
}*/

/* SIFR-PRINT
*************************************************************/
/* This is the print stylesheet to hide the Flash headlines from the browser… regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
display: none !important;
height: 0;
width: 0;
position: absolute;
overflow: hidden;
}

span.sIFR-alternate {
visibility: visible !important;
display: block !important;
position: static !important;
left: auto !important;
top: auto !important;
}

/*************************************************************/


/* =Misc
*************************************************************/

#news-box {
display: none;
/*width: 148px;
padding: 13px 6px 0 13px;
height: 222px;
position:relative;
vertical-align:top;*/
}

/*.rotator-item {
margin-top: 1em;
}

#news-box h3 {
margin: 1px 0px 5px 0px;
}

#news-box div#links {
position: absolute;
bottom: 14px;
left: 13px;
margin-top:15px;
}

#news-box div#links a { text-decoration: none; color: #6e6e6e;}
#news-box div#links a:link { color: #6e6e6e; }
#news-box div#links a:hover { color: #d6071e; }

#news-box .more-news {
margin-left: 10px;
}*/

.read-more {
background: url(img/read_more.gif) 2px 50% no-repeat;
padding-left: 13px;
color: #6e6e6e;
text-decoration: none;
}

.more-news {
background: url(img/more_news.gif) 2px 50% no-repeat;
padding-left: 13px;
color: #6e6e6e;
text-decoration: none;
}

/*#news-box ul{
padding:0px;
margin:0;
overflow: hidden;
list-style: none;
}

#news-box ul li{
float:left;
margin-right:15px;
}*/

.nal-bg {
background: #f0efe8;
}

.white-bg {
background: #fff;
}

.bold {
font-weight: bold;
}

.fl {
float: left;
}

.fr {
float: right;
}

.clear {
clear: both;
}

.sitemap_item_level_1{
margin-left:0px;    
}


.sitemap_item_level_2{
margin-left:15px;    
}
.sitemap_item_level_3{
margin-left:30px;    
}
.sitemap_item_level_4{
margin-left:45px;    
}
.sitemap_item_level_5{
margin-left:60px;    
}

.sitemap_item_level_1 a:link, .sitemap_item_level_2 a:link,.sitemap_item_level_3 a:link,.sitemap_item_level_4 a:link,.sitemap_item_level_6 a:link  {
color: #d6071e;
}

.sitemap_item_level_1 a:visited, .sitemap_item_level_2 a:visited,.sitemap_item_level_3 a:visited,.sitemap_item_level_4 a:visited,.sitemap_item_level_6 a:visited  {
color: #d6071e;
}


.ad-container {
margin-bottom: 11px;
width: 167px;
height: 80px;
float: left;
clear: left;
}

#sidebar2 #ad-listing .ad-image-link img {
margin: 0;
margin-left: -9px;
}

#sidebar2 #ad-listing {
margin-bottom: -11px;
}

#sidebar2 .ad-container {
float:right;
clear:right;
}



/**************************************************************
.ad-image-link{
padding:0px;
float:left;
margin:0px;
vertical-align:top;
}

#ad-listing a{
height:80px;    
margin: 0px 0px 10px 0px; 
padding:0px;
vertical-align:top;
}
**************************************************************/

#checkBoxListCell input{
width:30px;
margin-left:0px;
padding-left:0px; 
}

.rotator-item{
display:none;    
}

.alphabet-header{
background-color:#f0efe8;
padding:10px; 
}

.list-item{
background-color:#eef3f3;
padding:10px;  
}

.program-heading{
margin-bottom:10px;    
}

.program-day-list td {
vertical-align: top;
}

.program-day-list .speaker {
font-style:italic;   
}

/* =ECOBOX PROJECTDATABASE
*************************************************************/

/* =Ecobox project
*************************************************************/

#latest-projects {
background: #ffffff;
padding-bottom: -10px
}

#latest-projects img{
margin-bottom: 10px;
}

#eco-search-container {
margin: 2em 0;
}

#project-changed-date {
position: relative;
top: -1.4em;
color: #bababa;
}

.ecobox-project-image {
display: block;
margin-bottom: 11px;
}

#key-figures, #project-information {
margin-bottom: 2em;
}

#key-figures table th, #project-information th {
font-weight: bold;
width: 120px;
}

#key-figures th, #key-figures td {
vertical-align: top;
}

.paragraph, .ecomeasure {
margin-bottom: 1em;
}

.ecomeasure p {
margin-top: 0;
}

.ecomeasure-pics {
margin-top: 1em;
}

.ecomeasure-pics img {
margin: 0 10px 10px 0;
}

#project-links, #project-attachments, #references, #published-in, #more-info {
margin-bottom: 2em;
}

#more-info ul {
margin: 0;
padding: 0;
list-style: none;
}

.eco-resources, .eco-resources li {
margin: 0;
padding: 0;
}

div.ecomeasure-types {
margin-bottom: 0.5em;
}

.ecomeasure-types span {
font-style:italic;
}

#sidebar2 dl {
margin-bottom: 11px;
}

#sidebar2 dl.ecomeasure-types, #sidebar2 dl.pub {
padding: 11px;
line-height: 16px;
}

#sidebar2 dl.ecomeasure-types dd, #sidebar2 dl.ecomeasure-types dl, #sidebar2 dl.pub dd, #sidebar2 dl.pub dl {
margin:0;
padding: 0;
}

#sidebar2 dl.ecomeasure-types dt, #sidebar2 dl.pub dt {
font-weight: bold;
margin-top: 5px;
}

#sidebar2 dl.ecomeasure-types dd {
background: url(img/bulletpoint_square.gif) 3px 7px no-repeat;
padding-left: 10px;
}

#sidebar2 dl.ecomeasure-types dd a, #sidebar2 dl.pub dd a {
display: inline;
line-height: 16px;
padding: 0;
}

/*= WebX Gallery
******************************/

#webx-gallery-overlay{
background-color: #f9f9f9;
opacity: 0.9;
display:block;
position:fixed;
top:70px;
left:0px;
width:100%;
height:100%;
z-index:100;
padding:0px;
}


#webx-gallery-wrapper{
    display:none;
}

#webx-gallery{
height: auto !important;
height: 727px;
min-height: 727px;
margin: 0 auto;
text-align: left;
width: 895px;
position: absolute;
margin-top:-8px;
z-index:101;
}
#webx-gallery-menu{
background-color:#f0efe8;
height:23px;
border-top:1px solid white;
border-bottom: 2px solid white;
z-index:101;
float:left;
width:100%;
}

#thumb-bar{
 z-index:102;
    background-color:White;
}

#thumbs-container{
   z-index:103;
    width:733px;
    display:inline;
    overflow:hidden;
    border:1px solid white;
    float:left;
}
#thumbs{
    z-index:101;
    float:left;
    margin-left:1px;
}

#thumbs li{
 display:inline;
 border-right:1px solid white;
 border-collapse:collapse;
 float:left;
 width:60px;
 height:45px;
}
#thumb-next{
width:77px;
height:45px;
float:right;
line-height:45px;
background-image: url(img/next.gif);
background-position: 82% 50%;
background-repeat: no-repeat;
text-align:right;
cursor:pointer;
   
}

#thumb-prev{
width:77px;
height:45px;
float:left;
line-height:45px;
background-image: url(img/prev.gif);
background-position: 18% 50%;
background-repeat: no-repeat;
text-align:left;
cursor: pointer;
}
#webx-gallery-list{
display:none;
position:absolute;
z-index:105;
top:23px;
left:0px;
width:120px;
background-color:#f0efe8;
padding:10px;
}

#big-image-container{
float:left;
}
.webx-gallery-menuitem{
float:left;
line-height:24px;
position:relative;
margin-right:33px;
display:inline;
cursor:pointer;
}
#big-image{
width:895px;
height:670px;
cursor:pointer;
}
#big-image-credit{
display:none;
position:absolute;
z-index:106;
background-color:white;
height:30px;
width:150px;
bottom:-15px;
left: 0px;
border:1px solid black;
color:Black;
}

#big-image-text{
 background-color:#EEF3F3;
}
#webx-gallery-menuchoices{
left:50%;
z-index:104;
position:absolute;
display:inline;
}

.picture-dl-url{
display:none;
}
.picture-bigurl{
display:none;
}
.picture-text{
display:none;
}

#course-registration-form .floatLeft input{
   float:left;       
   width:30px;
}
#course-registration-form label{
   float:left;
}

#webx-gallery-desc{
display:none;    
position:absolute;
z-index:105;
top:23px;
left:0px;
width:430px;
background-color:#f0efe8;
padding:10px;

}
/*######### ECOBOX IMAGE VIEWER ###################*/
#ecobox-overlay{
background-color: #888e00;
opacity: 0.3;
display:none;
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:100;
padding:0px;
}
 
#ecobox-image-wrapper{
vertical-align:top;
width:700px;
height:570px;
height: auto !important;
min-height: 570px;
margin: 0 auto;
text-align: left;
position: absolute;
z-index:101;
border:1px solid black;
display:none;
background-color:White;
}

#ecobox-costbenefit-wrapper{
vertical-align:top;
width:700px;
height:570px;
height: auto !important;
min-height: 570px;
margin: 0 auto;
text-align: left;
position: absolute;
z-index:101;
border:1px solid black;
display:none;
background-color:White;
}

#eco-analysis-text {
padding: 20px;
height: 430px;
overflow:auto;
}

#eco-analysis-header {
padding: 20px;
}

#eco-prev{
float:left;
font-size:12px;
font-weight:bold;
margin:3px 30px 3px 15px;
cursor:pointer;
width:100px;
}

#eco-next{
float:left;
font-size:12px;
font-weight:bold;
margin:3px 30px 3px 5px;
cursor:pointer;
width:100px;
}
#eco-close{
float:left;
text-align:right;
font-size:12px;
font-weight:bold;
margin:3px 30px 3px 5px;
cursor:pointer;
width:100px;
}
.ecobox-picture-desc, .ecobox-cb-header {
display:none;    
}
.ecobox-picture-url{
display:none;
}
#ecobox-image-text{
padding:5px 10px 5px 10px;    
}

/*= WebX Gallery
******************************/

.tooltip-header {
display: none;
}
.tooltip-body {
background: #ffffff;
text-align: left;
padding: 5px;
width: 300px;
}

}
