/*
	PLAN NORGE OKTOBER 2007
	-----------------------------
	Site by ITUM AS www.itum.com
	Henrik Gilen
*/

/*GENERELLE TAG DEFINISJONER */

body{
	background-color: #258ECC; /*NY FARGE, gammel: 258ECC*/
	margin: 0;
	padding: 0;
	font-size: 11px;
}

table{
	border: 0px;
	padding: 0px;
	width: 100%;
}

td,div,p,li{
	border: 0px;
	font-family: MS Trebuchet, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}

p{
	margin: 0 0 1em 0;
}

a{
	
	color: #227CCE;
	text-decoration:none;
}

img{
	border: none;
}
h1{
	font-family: MS Trebuchet, Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#016DAB;
	margin: 0 0 0.5em 0;
}
h2{
	margin: 0 0 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight:bold; 
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
h4{
    
}

/*HOVEDGRID*/
#pagewrapper
{
	width: 1000px;
	padding:0;
	margin:0 auto;
	float:left;
}
#mainwrapper
{
    padding-left:43px;
    background-color: #ffffff;
    float:left;
    }
#topwrapper
{
    height:134px;
    }    

    #logo
    {    
        width:78px;
        padding-top:10px;
        padding-right:28px;
        padding-left:10px;
        float:left;
        
        }
    #topBar
    {
        width:841px;
        float:left;    
    }
        #topbarCorner
        {
            height:29px;
            width:5px;
            float:right;
        }
        #topbarMenu
        {
            background-color: #258ECC; /*NY FARGE*/
            height:23px;
            padding-top:6px;
            float:right;
        }
        #topbarSearch
        {
            background-color: #258ECC; /*NY FARGE*/
            height:27px;
            padding-top:2px;
            padding-right:10px;
            float:right;
            }
         #topbarSearch input{
            vertical-align: middle;
            }
         #topbarFontSize
         {
            color:#258ECC;
            width:30px;
            margin-top:3px;
            margin-right:10px;
            float:right;
            }
    #mainNavContent
    {
        width:841px;
        margin: 70px auto;
    }
#contentwrapper
{
    float: left;
    }
#bottomwrapper
{
    padding-left:43px;
    float:left;
    }
/*SLUTT PÅ HOVEDGRID*/

/*START PÅ SUBLAYOUTS*/
/*Frontpage*/
#Frontpage
{
    background-image:url("/images/bgfrontpage.gif");
    float: left;
    }
#FrontpageColumnOne
{
    width:684px;
    margin-right:11px;
    float: left;
    }
#FrontpageColumnTwo
{
    width:240px;
    padding-left:10px;
    padding-top:10px;
    padding-right:12px;
    padding-bottom:12px;
    background-color:#B9D5EF;
    float: left;
    }
#FrontpageTitle
{
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:24px;
    float:left;
    
    width:674px;
    padding:6px 0px 5px 10px;
    color: #ffffff;
    }
#FrontpageCampaignWrapper
{
    width:674px;
    height:62px;
    padding-left:10px;
    padding-top:8px;
    margin-top: 10px;
    background-color: #EAF2FA;
    float:left;
    }
.FrontpageCampaignItem
{
    width:219px;
    padding-right:5px;
    float:left;
    }
.FrontpageCampaignImage
{
    padding-right:5px;
    float:left;
    }
.FrontpageCampaignText
{
    float:left;
    width:170px;
    }
.FrontpageCampaignText a
{
    color:#227CCE; /*NY FARGE, gammel: 227CCE*/
    }
#FrontpageMainstoryWrapper
{
    width:220px;
    margin-top: 10px;
    padding-right:10px;
    float:left;
    }
#FrontpageNewsArchiveWrapper
{
    width:451px;
    margin-top: 10px;
    margin-left:3px;
    float:left;    
    }
.FrontpageMainstoryImage
{
    width:215px;
    margin-bottom:12px;
    overflow:hidden;
    }
.FrontpageMainstoryReadMore a
{
    color:#227CCE;
    font-weight:normal;
    }
.FrontpageNewsArchiveHeader
{
    color:#FF9900;
    text-transform:uppercase;
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
    padding-top:5px;
    padding-bottom:5px;
    }
.FrontpageNewsArchiveItem
{
    border-bottom:solid 1px #E7E7CE;
    padding-top:5px;
    padding-bottom:5px;
    }
.FrontpageNewsArchiveItem a
{
    color:#227CCE;
    font-weight:normal;
    }
    
/*Twocolumn*/
#Twocolumnwrapper
{
    float:left;
    }
#TwocolumnLeftColumn
{
    width:235px;
    margin-right:15px;
    float:left;
    }
#TwocolumncontentColumn
{
    width:675px;
    float:left;
    margin-right:30px;
    margin-top:6px;
    }
/*Threecolumn*/
#Threecolumnwrapper
{
    float:left;
    }
#ThreecolumnLeftColumn
{
    width:235px;
    margin-right:15px;
    float:left;
    }
#ThreecolumncontentColumn
{
    width:445px;
    float:left;
    margin-right:15px;
    margin-top:6px;
    }
#ThreecolumnRightColumn
{
    width:215px;
    float:left;
    }
/* Fadder signup */
.FadderSignupHeader
{
    color: #ffffff;
    width: 230px;
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:18px;
    height:28px;
    padding: 5px 0px 0px 5px;
    background-color: rgb(102, 153, 51);
    margin-top:7px;
}

.FadderSignupContainer
{
    background: #DCEAF7;
    width: 227px;
    padding: 8px 4px 8px 4px;
}

.FadderSignupLine
{
    padding-bottom: 5px;    
}

.FadderSignupElementWidth
{
    width: 210px;    
}

.FadderSignupTekst
{
    padding: 5px 0px 10px 0px;    
}
/* Fadder signup NEW*/
.sidebar{
	background:#fff;
	float:right;
	width:262px;
	background-image:url("/images/TopBliFadder.jpg");
	background-repeat:no-repeat;
}
.sidebarCompany
{
	background:#fff;
	float:right;
	left:30px;
	position:relative;
	width:256px;
	background-image:url("/images/TopBliFadder.jpg");
	background-repeat:no-repeat;
	border-bottom:solid 1px #e5edee;
	margin-top:6px;
}
.sidebar h2{
	font:1.429em/2em Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0 8px;
	
}
.sidebarCompany h2{
	margin: 0px 0;
	font:1.429em/2em Arial, Helvetica, sans-serif;
	color:#fff;
	/*background:#258ECC;/*NY FARGE, gammel: D10074*/
	padding:0 8px;
	/*border-right:solid 1px #fff;*/
}
.sidebar .player, .sidebarCompany .player{
	padding:5px 0px 0px 5px;
}
.sidebar .player img, .sidebarCompany .player img{ display:block;}
/* tabs */
.sidebar .tabs, .sidebarCompany .tabs{ margin:14px 0 0;}
.sidebar .tabset, .sidebarCompany .tabset{
	margin:0;
	padding:0 0 1px;
	list-style:none;
	overflow:hidden;
	height:1%;
	font:bold .858em/2.584em Arial, Helvetica, sans-serif;
	position:relative;
	margin: 0 0 -1px;
	font-size:1em;
	background:url(/images/bg-arrow03.gif) no-repeat 43% ;
}
.sidebar .tabset li, .sidebarCompany .tabset li{
	float:left;
	padding:0 0 0 5px;
	font-weight:bold;
}
.sidebar .tabset a , .sidebarCompany .tabset a{
	float:left;
	position:relative;
	color:#cbcac6;
	font-size:12px;
	
}
.sidebar .tabset a span, .sidebarCompany .tabset a span{
	float:left;
	cursor:pointer;
	padding:0 12px;
	
}
.sidebar .tabset a:hover,
.sidebar .tabset a.active,
.sidebarCompany .tabset a:hover,
.sidebarCompany .tabset a.active
{
	margin:0 0 -1px;
	color:#68aa26;
	text-decoration:none;
	background:#fff;
	border:solid 1px #e5edee;
	border-bottom:0px;
}
.sidebar .tabset a:hover span,
.sidebar .tabset a.active span,
.sidebarCompany .tabset  a:hover span,
.sidebarCompany .tabset  a.active span
{
	padding-bottom:1px;
	margin-left:5px;
	background:url(/images/bg-arrow04.gif) no-repeat 0;
}
.sidebar div.tab, .sidebarCompany div.tab{
	border-left:1px solid #e5edee;
	background:#fff;
	padding: 19px 7px 14px 9px;
}
.sidebar div.tabCompany, .sidebarCompany div.tabCompany{
	border-left:1px solid #e5edee;
	background:#fff;
	padding: 5px 7px 14px 9px;
}
.form label,
.form strong{
	display:block;
	clear:both;
	color:#000;
	font-weight:normal;
	padding:0 0 5px;
	font-size:1.1em!important;
}
.sidebar select, .sidebarCompany select{
	display:block;
	width:100%;
}
.sidebar .select, .sidebarCompany .select{ width:100%;}
.sidebar .select:after, .sidebarCompany .select:after{
	content:"";
	display:block;
	clear:both;
}
.text{
	display:block;
	background:url(/images/select-button.gif) no-repeat 100% 0;
	padding:0 4px 0 0;
	float:left;
}
.form .row
{ 
	width:100%;
	color:#000;
	font-size:1.1em !important;
	font-weight:normal;
	}
.form .row:after{
	content:"";
	display:block;
	clear:both;
}
.sidebar .row, .sidebarCompany .row{ margin:13px 0 0;}
.text span{
	display:block;
	background:url(/images/select-left.gif) no-repeat;
	padding:0 0 0 4px;
	float:left;
}
.text input{
	border:0;
	background:url(/images/select-center.gif) repeat-x;
	padding:8px 8px 10px;
	float:left;
	font:16px/18px Arial, Helvetica, sans-serif;
	color:#666;
}
/*---*/
.input {
	width:100%;
	background:url(/images/bg-input-l.gif) no-repeat;
	height:37px;
	overflow:hidden;
	float:left;
}
.input span {
	background:url(/images/bg-input-r.gif) no-repeat 100% 0;
	display:block;
	height:100%;
}
.yes .input span {background:url(/images/ico-yes.gif) no-repeat 100% 0;}
.no .input span {background:url(/images/ico-no.gif) no-repeat 100% 0;}

.input input.text {
	width:234px;
	padding:8px 0 7px 13px;
	margin:0;
	overflow:hidden;
	border:0;
	background:none;
	color:#8b8984;
	font:16px Arial, Helvetica, sans-serif;
}
.name span {background:url(/images/ico-name.gif) no-repeat 100% 0;}
.birth span {background:url(/images/ico-birth.gif) no-repeat 100% 0;}
.phone span {background:url(/images/ico-phone.gif) no-repeat 100% 0;}
.mail span {background:url(/images/ico-mail.gif) no-repeat 100% 0;}
.address span {background:url(/images/ico-address.gif) no-repeat 100% 0;}
/*---*/
.sidebar .text input, .sidebarCompany .text input{ width:220px;}
.two-texts{
	height:1%;
	width:246px;
	margin:0 -2px 0 0;
}
.two-texts:after{
	content:"";
	display:block;
	clear:both;
}
.two-texts .text-block{
	float:left;
	margin:0 2px 0 0;
	width:120px;
	color:#000;
	font-weight:normal;
}
.two-texts .text input{
	width:96px;
	
}
.sidebar .radios, .sidebarCompany .radios{
	margin:0;
	padding:11px 0 21px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.sidebar .radios li, .sidebarCompany .radios.li{ float:left;}
.sidebar .radios input, .sidebarCompany .radios input{ float:left;}
.sidebar .radios label, .sidebarCompany .radios label{
	float:left;
	clear:none;
	color:#000;
	padding:0 14px 0 6px;
}
.sidebar .button, .sidebarCompany .button{
	display:block;
	float:right;
	margin:20px 0 0 0px;
}

#step1 {display: block;}
#step2 {display: none;}
#step3 {display: none;}

form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
/*from form.css*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:15px;
	background: url(/images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -15px;}
/* Selects */
.selectArea {
	position: relative;
	height: 36px;
	float:left;
	color:#878787;
	font-size:16px;
	line-height: 36px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:4px;
	height:100%;
	background: url(/images/bg-input-l.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:35px;
	height:100%;
	background: url(/images/bg-select-r.gif) no-repeat;
}
.selectArea .center{
	height: 37px;
	line-height:36px;
	display:block;
	padding:0 30px 0 11px;
	margin:0 1px;
	background: url(/images/bg-input-l.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 16px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color:#878787;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFF;
	text-decoration:underline;
}

/*SLUTT PÅ SUBLAYOUTS*/
    
/*GENERELT*/
/*Seksjonssider*/
#SectionColumnOne
{
    float:left;
    width:460px;
    padding:10px 0px 0px 0px;
    }
#SectionColumnTwo
{
    float:left;
    width:215px;
    padding: 10px 0px 0px 0px;
    }
#SectionTitle
{
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:24px;
    float:left;
    width:665px;
    padding:6px 0px 5px 10px;
    color: #ffffff;
}
#SectionAbstract
{
    color:#016DAB;
    font-size:14px;
    padding:0px 0px 10px 10px;
    border-bottom:solid 1px #E7E7CE;
    margin-right:15px;
    }
#SectionReadMore
{
    background:url("/images/YellowDot.gif") no-repeat;
    border-bottom:solid 1px #E7E7CE;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:30px;
    margin-right:15px;
    }
#SectionMenuItemsWrapper
{
    float:left;
    width:460px;
    margin-top:10px;
    }
.SectionMenuItem
{
    float:left;
    width:215px;
    padding-right:15px;
    }
.sectionMenuItemTitleWrapper
{
    height:40px;
    }
.sectionMenuItemAbstractWrapper
{
    height:50px;
    }
.sectionMenuItemAbstractWrapperSectionSub
{
	height:50px;
	}
.sectionMenuItemReadmoreWrapper
{
    height:50px;
    }
#SectionCampaignWrapper
{
    float:left;
    margin-top:43px;
    }
.SectionCampaignItem
{
    width:215px;
    height:68px;
    padding-left:10px;
    padding-top:12px;
    padding-right:10px;
    margin-top:12px;
    background-color: #BDDDF0;
    float:left;
    }
.SectionQuotationWrapper
{
    font-size:18px;
    float:left;
    background-color:#268ECD;
    color:#FFF;
    padding:15px;
    margin-top:6px;
    height:104px;
    width:205px;
    }
#SectionQuotationSignature
{
    font-size:12px;
    float:left;
    padding-top:10px;
    color:#FFF;
    }
#SectionCountryWrapper
{
    float:left;
    width:215px;
    }
#SectionCountryText
{
    float:left;
    padding-bottom:17px;
    }
#SectionRelatedArticlesWrapper
{
    float:left;
    border-bottom:solid 1px #E7E7CE;
    width:215px;
    margin-bottom:80px;
    }
.SectionRelatedArticlesReadMore
{
    background:url("/images/YellowDot.gif") no-repeat;
    border-top:solid 1px #E7E7CE;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    width:205px;
    float:left;
    margin-top:3px;
    }
/* Slutt Seksjonssider*/

/*Seksjonssider sub*/
#SectionRowOne
{
	float:left;
	
    
    }
#SectionRowOneColumnOne
{
	float:left;
    width:460px;
    padding:10px 0px 0px 0px;
	
	}
#SectionRowOneColumnTwo
{
	float:left;
    width:215px;
    padding: 10px 0px 0px 0px;
	}
#SectionRowTwo
{
	float:left;
	}
#SectionRowThree
{
	float:left;
	
	}
#SectionRowThreeColumnOne
{
	float:left;
	}
#SectionRowThreeColumntwo
{
	float:left;
    width:215px;
    padding: 10px 0px 0px 0px;
	}
/* Videosider*/
#movieTitle
{
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:19px;
    float:left;
    width:435px;
    padding:6px 0px 5px 10px;
    
}
#movieTitleList
{
    border-top:solid 1px #E7E7CE;
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:19px;
    float:right;
    padding:6px 0px 5px 0px;
}
#movieIconBarWrapper
{
    float:left;
    padding-left:10px;
    margin-bottom:8px;
    width:435px;
    height:20px;
}
#movieIconBarWrapper image
{
    vertical-align: middle;
    padding-right:5px;
}
.movieModulesItem
{
    float:left;
    height:19px;
    padding-right:10px;
    }    
#movieListWrapper
{
    float:left;
    
    }
.movieListItem
{
    
    width:150px;
    list-style-type:circle;
    }
/* Slutt Videosider*/

/* Nyhetsider (Media)*/
.NewsWrapper
{
    float:left;
    width:430px;
    padding-bottom:15px;
    padding-top:15px;
    border-bottom:solid 1px #E7E7CE;
    }
.NewsImageWrapper
{
    float:left;
    width:140px;
    height:93px;
    margin-right:20px;
    overflow:hidden;
    }
.NewsTextWrapper
{
    float:left;
    padding-right:20px;
    width:250px;
    }
.NewsDate
{
    float:left;
    }
.NewsReadMore
{
    background:url("/images/YellowDotBig.gif") no-repeat;
    padding-left:16px;
    margin-top:8px;
    
    }
/* Slutt nyhetssider*/

/*FAQ sider*/
#FAQLastQuestionWrapper
{
    margin-bottom:10px;
    margin-top:10px;
    padding-top:15px;
    padding-bottom:5px;
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
        }

#FAQMostCommonWrapper
{
    width:445px;
    float:left;
    border-bottom:solid 1px #E7E7CE;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
    }
#FAQThemeWrapper
{
    padding-top:10px;
    padding-bottom:30px;
    }
.FAQMostCommonItem
{
    margin-top:10px;  
    }
.FAQTheme
{
    width:200px;
    padding-right:15px;
    float:left;
    font-size:11px;
    }
#searchBtnFAQ
{
    padding-top:8px;
    }
/*Slutt FAQ sider*/

/*Artikkelsider*/
#articleMaintext
{
    padding: 10px 0px 10px 10px;
    width:435px;
    }
#articleTitle
{
    font-family: MS Trebuchet, Arial, sans-serif;
    font-size:24px;
    float:left;
    width:435px;
    padding:6px 0px 5px 10px;
    color: #ffffff;
}
#articleAbstract
{
	width:435px;
	font-weight:bold;
    padding:0px 0px 10px 0px;
    float:left;
    }
#articleText
{
    float:left;
    width:435px;
    }
#articleLink
{
    padding:5px 0px 5px 0px;
    }

.articleRelatedArticles
{
    margin-bottom:10px;
    margin-top:10px;
    margin-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
        }
.articleRelatedArticles image
{
    vertical-align:middle;
    }
.articleRelatedArticlesHeading
{
    margin: 0px 0px -10px 0px;
    font-size:13px;
    }
.articleRelatedArticleList
{
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	list-style-type:circle;
	font-size:11px;
	}
#articlegoodStoryArticles
{
	margin-top:6px;
	}
/*Slutt artikkelsider*/

/*Moduler*/
/* Country module*/
.CountryReadMore
{
    background:url("/images/YellowDot.gif") no-repeat;
    
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    float:left;
    width:135px;
    }
#CountryListWrapper
{
    padding-bottom:20px;
    float:left;
    }
#CountryWrittenByWrapper
{
    float:left;
    width:300px;
    }
#CountryFacts
{
    padding-top:5px;
    }
/* FAQ module*/
.faqContainer
{
    margin-bottom:10px;
    margin-top:10px;
    margin-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
        }
.faqContainer image
{
    vertical-align:middle;
    }
.faqHeading
{
    margin: 0px 0px -10px 0px;
    padding-bottom:8px;
    font-size:14px;
    }
.faqItem
{
        
}
/* Slutt FAQ */

/*Tip a friend left column module*/
.tipafriendWrapper
{
	background-color: #BDDDF2;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:18px;
	color:#2c79a7;
	clear:both;
	}
#tipafriendHeading
{
	font-weight:bold;
	color:#2c79a7;
	font-size:18px;
	}
#tipafriendText
{
	color:#2c79a7;
	font-weight:bold;
	padding-bottom:10px;
	}

/*Slutt Moduler*/

#topbarFontSize .default{
	
}
#topbarFontSize .large{
	font-size: 1.2em;

}
#topbarFontSize .extraLarge{
	font-size: 1.4em;
}

#sitemap
{
    float:left;
    padding:0px 0px 10px 10px;
    }

#breadcrumb
{
    margin-left:10px;
    }
#breadcrumb a
{
	color:#227CCE;
	text-decoration: none;
	font-weight:normal;
}
#TopImageWrapper
{
    float:left;
    }
#TopImage
{
    float:left;
    width:445px;
    }
#TopFlash
{
	text-align:center;
	}
#TopText
{
    float:left;
    width:200px;
    padding-left:10px;
    color:#227CCE;
    font-size:14px;
    }
#TopText P
{
    color:#227CCE;
    }

.ReadMore
{
    background:url("/images/YellowDot.gif") no-repeat;
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    }

#BottomModulesWrapper
{
    border-bottom:solid 1px #E7E7CE;
    border-top:solid 1px #E7E7CE;
    padding-top:0px;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:38px;
    width:435px;
    float:left;
    }
#BottomModulesWrapper image
{
    vertical-align: middle;
    padding-right:5px;
    }
.BottomModulesItem
{
    float:left;
    width:210px;
    padding-top:5px;
    }    
#bottomtext
{
    padding-top:20px;
    color:#ffffff;   
    }

#bottomtext td
{
    color:#ffffff;
    }
#bottomtext p
{
    color:#ffffff;
    }
#bottomtext a
{
    color:#ffffff;
    }
#bottomtext H1
{
    color:#ffffff;
    }
/* SLUTT PÅ GENERELT*/

/* NAVIGASJON */
/* Toppnavigasjon (topmenu.xslt)*/
#topNavContent 
{
    padding-right:5px;
}
#topNavContent a{
	color:#ffffff;
}
#topNavContent a:hover{
	color:#CCCCCC;
}
.topNavItem
{
    border-right:solid 1px #ffffff;
    padding:0px 15px 0px 5px;
    float:left;
    list-style:none;
}
/* Slutt på Toppnavigasjon */

/* Hovednavigasjon (mainmenu.xslt)*/
#mainNavItem, #subNavItem{
	list-style:none;
	margin: 0;
	padding: 0;
	clear: left;
}
#mainNavContent li{
	color: #016DAB;
	height:45px;
	width:119px;
	
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	border-left:solid 1px #E7E7CE;
	padding: 5px 0px 0px 0px;	

}
.mainNavItem a{
	color: #016DAB;	
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	padding: 0px 0px 0px 4px;	
}
.mainNavItem, .mainNavItemSelected{ 
	float: left;	
}
.mainNavItemSelected a{
	color: #669933;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	padding: 0px 0px 0px 4px;	
}
.mainNavItemInfo
{
    height:55px;
    color:#666666;
    font-weight:normal;
    font-size:11px;
    padding: 0px 5px 0px 4px;
    }
.mainNavItemInfoSelected
{
    height:55px;
    color:#666666;
    font-weight:normal;
    font-size:11px;
    padding: 0px 0px 0px 4px;
    background: no-repeat  0px 27px  url(/images/mainNavMarker.gif);
    }
/* Slutt på Hovednavigasjon */

/* Venstrenavigasjon */
.leftmenuwrapper
{
	clear:both;
}
.leftsubmenulist
{
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}
/*Menus*/
.leftmenusectionwrapper
{
	clear:both;
	padding-left:10px;
}
.leftmenusectiondivider
{
	padding: 6px 0px 6px 0px;
}
.leftsubmenuitem
{
	list-style-type:none;
	background-image:url("/images/arrow.gif");
	background-repeat:no-repeat;
	padding: 0px 0px 0px 16px;
}
/*Selected */
.leftmenusectionwrapperselected
{
	clear:both;
	padding-left:10px;
}
.leftsubmenuitemselected
{
	list-style-type:none;
	background-image:url("/images/arrow.gif");
	background-repeat:no-repeat;
	padding: 0px 0px 0px 16px;
}

/*Text*/

a.leftmenusectionlink
 {
    font-size:13px;
	text-decoration:none;
 }
 a.leftmenusectionlinkselected
 {
    color:#669933;
    font-size:13px;
	text-decoration:none;
 }
 a.leftsubmenulink
 {
	font-size:11px;
	text-decoration:none;
 }
 a.leftsubmenulinkselected
 {
	color:#669933;
	text-decoration:none;
}

a:hover.leftmenusectionlink
 {
    font-size:13px;
	text-decoration:underline;
 }
a:hover.leftmenusectionlinkselected
 {
    font-size:13px;
	text-decoration:underline;
 }
a:hover.leftsubmenulink
 {
	font-size:11px;
	text-decoration:underline;
 }
a:hover.leftsubmenulinkselected
 {
	color:#669933;
	font-size:11px;
	text-decoration:underline;
}
/* Slutt på Venstrenavigasjon */
/*SLUTT PÅ NAVIGASJON*/