﻿@media screen, projection {
	body { 
		background: #fff url(../../img/fornybar2/1920x1440_bakgrunn_himmel.png) no-repeat 50% 0; 
		margin: 0px; 
		padding: 0px; 
		font-family:Arial,Helmet,Freesans,sans-serif;
		font-size: 12px;
	}

	p {
		padding-top: 5px;
		padding-bottom: 12px;
		margin: 0;
	}

	/* MAIN CONTENT LAYOUT */
	div.contentWrapper {
		margin-left: auto;
		margin-right: auto;
		width: 950px;
		overflow: hidden;
	}
	
	div.headerWrapper {
		width: 950px;
		height: 150px;
		background: transparent url(../../img/fornybar2/gray.png) repeat; 
		position: relative;
	}
	
	div.languageAndSearchWrapper {
		float: right;
		margin-right: 15px;
		margin-top: 18px;
	}

	div.leftColumn {
		width: 200px;
		float: left;
		overflow: hidden;
		background-color: #e8f4d9;
	}
	
	div.middleColumn {
		background-color: #fff;
		width: 500px;
		float: left;
		overflow: hidden;
		padding: 20px 25px;
		min-height: 700px;
	}

	div.middleColumn img {
		max-width: 500px;
		margin-bottom: 15px;
	}

	div.rightColumn {
		width: 200px;
		float: left;
		background-color: #f3f9eb;
		overflow: hidden;
	}
	
	div.rightColumn img {
		width: 156px;
	}
	
	div.rightColumnMargin {
		padding: 22px 22px 10px 22px;
	}
	
	div.rightColumnPublishable {
		border-top: 1px solid #D3DBC9;
		width: 100%;
		background-color: #e8f4d9;
	}
	
	div.footerWrapper {
		clear: both;
		width: 900px;
		background-color: #f3f9eb;
		padding: 30px 25px 30px 25px;
		height: 130px;
	}
	
	h1 { font-size: 18px; line-height: 23px; color: #8bc540; font-weight: normal; margin-top: 10px; }
	h2 { font-size: 15px; font-weight: bold; margin-top: 0px; line-height: 16px; margin-bottom: 10px; }
	h3 {  }
	
	.hide {
		position: absolute;
		top: -2000px;
		left: -2000px;
	}

	/* LINKS */
	a { text-decoration: none; }
	a:link { color: #8bc540; }
	a:visited { color: #8bc540; }
	a:active { color: #8bc540; }
	a:hover { color: #8bc540; }
	
	div.articleImageWrapper { float: right; width: 200px; margin-left: 10px; border-left: 1px dotted #ccc; padding-left: 10px; color: #666; font-style: italic; font-size: 10px; text-align:left; }
	div.articleImageItem { margin-bottom: 20px;  }
	
	.articleListItem { margin-bottom: 15px; }
	
	
	/* TOPMENU */

	a.logoImage {
		background: transparent url(../../Img/fornybar2/logo2.png) no-repeat; 
		top: 55px;
		left: 25px;
		position: absolute;
		width: 388px;
		height: 60px;
		text-indent: -2000px;
		outline: none;
	}
	
	div.topMenuWrapper {
		height: 22px;
		width: 950px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	
	ul.topMenu {
		margin: 0;
		padding: 0;
		list-style: none;		
	}

	ul.topMenu li {
		float: left;
		height: 22px;
		background: transparent url(../../Img/fornybar2/tableft.png) no-repeat; 
		margin-right: 3px;
	}
	
	ul.topMenu li a {
		float: left;
		text-decoration: none;
		color: #000;
		font-size: 12px;
		height: 22px;
		background: transparent url(../../Img/fornybar2/tabright.png) no-repeat top right; 
		margin-left: 3px;
		padding: 4px 15px 0px 15px;
		outline: none;
	}
	
	ul.topMenu li:hover {
		background: transparent url(../../Img/fornybar2/tableft_selected.png) no-repeat; 
	}
	
	ul.topMenu li a:hover {
		background: transparent url(../../Img/fornybar2/tabright_selected.png) no-repeat top right; 
	}	
	
	ul.topMenu li.selected {
		background: transparent url(../../Img/fornybar2/tableft_selected.png) no-repeat; 
	}

	ul.topMenu li.selected a {
		background: transparent url(../../Img/fornybar2/tabright_selected.png) no-repeat top right; 
	}

	/* TOPMENU LEFT */
	
	.topMenuLeftWrapper {
		padding: 20px 20px;
	}
	
	ul.menuLeft {
		margin: 0;
		padding: 0;
		list-style: none;		
	}
	
	ul.menuLeft li {
		background: transparent url(../../Img/fornybar2/menuarrow.png) no-repeat 5px 5px; 
		padding-left: 16px;
		margin-bottom: 3px;
	}

	ul.menuLeft li a {
		color: #000;
		outline: none;
	}
	
	ul.menuLeft li.selected, ul.menuLeft li:hover {
		background: #8bc540 url(../../Img/fornybar2/menuarrow_selected.png) no-repeat 4px 5px;
		border-bottom: 1px solid #d9ecc1;
		border-left: 1px solid #d9ecc1;
		padding-left: 15px;
	}
	
	ul.menuLeft li.selected a {
		color: #fff;
		outline: none;
	}

	ul.menuLeft li ul {
		margin-left: -16px;
		padding-left: 16px;
		list-style: none;		
		background-color: #ffffff;
		color: #808080;
	}

	ul.menuLeft li ul li {
		margin: 0;
		padding: 0 0 0 10px;
		background: transparent url(../../Img/fornybar2/menudash.png) no-repeat 0px 8px; 
	}

	ul.menuLeft li.selected ul li {
		margin: 0;
		padding: 0 0 0 10px;
		background: transparent url(../../Img/fornybar2/menudash.png) no-repeat 0px 8px; 
		border: 0;
	}

	ul.menuLeft li ul li a {
		color: #808080;
		outline: none;
	}

	ul.menuLeft li.selected ul li a {
		color: #808080;
	}

	ul.menuLeft li.selected ul li a.selected, ul.menuLeft li.selected ul li a:hover{
		color: #8bc540;
	}

	/* SUBMENULEFT */
	
	.subMenuLeftWrapper {
		background-color: #f3f9eb;
		border-top: 1px solid #D3DBC9;
		padding: 20px 20px;
	}
	
	/* FOOTER */
	
	.editorWrapper {
		float: left;
		width: 200px;
		font-size: 11px;
	}
	
	.logoWrapper {
		width: 700px;
		float: right;
	}
	
	.disclaimerWrapper {
		width: 700px;
		float: right;
		font-size: 10px;
		padding-top: 10px;
	}
	
	/* RSSFEED */
	
	ul.rssFeed {
		padding: 0;
		margin: 0;
		list-style-type: none;	
		font-size: 11px;
		line-height: 14px;
	}
	
	li.rssItem {
		background: transparent url(../../Img/fornybar2/menuarrow.png) no-repeat 0px 5px; 
		padding-left: 11px;
		margin-bottom: 15px;
	}
	
	span.rssItemHeader {
		color: #8bc540;
	}
	
	li.rssItem a {
	 /*	color: #000; */
	}
	
	/* USEFUL LINKS */
	
	div.usefulLinks a {
		background: transparent url(../../Img/fornybar2/menuarrow.png) no-repeat 0px 5px; 
		padding-left: 11px;
		color: #000;
		font-size: 11px;
		line-height: 16px;
	}
	
	/* FRONTPAGE ARTICLEMODULE */
	
	.topArticle img {
		width: 500px;
	}
	
	a.arrow {
		background: transparent url(../../Img/fornybar2/menuarrow.png) no-repeat 0px 5px; 
		padding-left: 11px;
		margin-bottom: 15px;
	}
	
	.topArticle {
		border-bottom: 1px solid #808080;
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	
	.middleArticleListWrapper {
		display: block;
		overflow: hidden;
		width: 510px;
		border-bottom: 1px solid #808080;
		padding-bottom: 9px;
		margin-bottom: 9px;
	}
	
	.middleArticleListItem {
		width: 159px;
		float: left;
		margin-right: 11px;
	}
	
	.middleArticleListItem img {
		width: 159px;
	}
	
	.topArticle h2 a, .middleArticleListWrapper h2 a {
		color: #000;
	}
	
	/* ARTICLE */
	
	.grayBox {
		display: block;
		width: 474px;
		background-color: #e9e9e9;
		padding: 16px 12px;
		color: #000;
		border: 1px solid #cccccc;
	}
	
	.middleColumn .articleImageWrapper {
		display: none;
	}
	
	/* PATH */
	
	.pathWrapper a {
		color: #000;
	}
	
	.pathWrapper .activePage {
		color: #8bc540;
	}
	
	.pathWrapper .separator {
		color: #e6e6e6;
	}

}

.languageAndSearchWrapper a:link,
.languageAndSearchWrapper a:visited,
.languageAndSearchWrapper a:hover
{
	color:#fff;
}