@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	background:url(../gfx/frontportal/bgbody.jpg) repeat-x top #003F62;
	margin:0;
	padding:0;
}

/* #container
---------------------------------------- */
#container {
	width:978px;
	margin:0 auto;
}
#containerTop {
	width:978px;
	height:8px;
	background:url(../gfx/frontportal/bgtop.jpg) no-repeat;
}
#containerBottom {
	width:978px;
	height:8px;
	background:url(../gfx/frontportal/bgbottom.jpg) no-repeat;
}

/* #header
---------------------------------------- */
#header {
	width:978px;
	height:100px;
	overflow:hidden;
}
/* #header .top_pic
---------------------------------------- */
#header .languages {
	width:978px;
	height:38px;
	overflow:hidden;
}
#header .languages .flag {
	width:26px;
	height:18px;
	float:right;
	margin:11px 0 0 5px;
}

/* #header .top_menu
---------------------------------------- */
#header .top_menu {
	font-size:1.09em;
	text-transform:uppercase;
	height:45px;
	position:relative;
	z-index:50;
}
#header .top_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .top_menu ul li {
	display:block;
	float:left;
	padding-top:22px;
}
#header .top_menu ul li.selected {
	background:url(../gfx/arrow_top_front.gif) top center no-repeat;
}
#header .top_menu ul li a,
#header .top_menu ul li a:link,
#header .top_menu ul li a:visited,
#header .top_menu ul li a:hover,
#header .top_menu ul li a:active {
	text-decoration:none;
	color:#EBEDF2;
	padding:0 10px;
	border-right:1px solid #EBEEF2;
	line-height:29px;
	height:12px;
}
#header .top_menu ul li.last a {
	border:0;
}
#header .top_menu ul li.first a {
	padding:0 10px;
}

#contentWrap {
	width:978px;
	background:url(../gfx/frontportal/bgcontainer.jpg) repeat-y;
}
/* contentTop
---------------------------------------- */
#contentTop {
	width:978px;
	height:112px;
	overflow:hidden;
}
#contentTop	.logo {
	width:350px;
	height:91px;
	margin:21px 0 0 34px;
	overflow:hidden;
	float:left;
}

#contentTop .logo img{
	border:0;
}
#contentTop .logo2 {
	width:584px;
	height:112px;
	float:left;
	overflow:hidden;
	text-align:right;
	
}

/* contentLine
---------------------------------------- */
#contentLine {
	width:948px;
	height:24px;
	margin:0 10px 20px 10px;
	padding:0 0 0 10px;
	background:#003F62;
	overflow:hidden;
	position:relative;
}
#contentLine .breadcrumbs {
	color:#CCC;
	font-size:1em;
	line-height:24px;
	width:650px;
	overflow:hidden;
	float:left;
	font-weight:bold;
}
#contentLine .breadcrumbs a,
#contentLine .breadcrumbs a:link,
#contentLine .breadcrumbs a:visited,
#contentLine .breadcrumbs a:hover,
#contentLine .breadcrumbs a:active {
	color:#CCC;
	font-size:1em;
}
#contentLine .breadcrumbs a:hover,
#contentLine .breadcrumbs a:active {
	text-decoration:underline;
}

.searchfield{
	width:150px;
	border:0;
	background:white;
	position:absolute;
	right:52px;
	top:3px;
	font-size:11px;
	padding:2px 3px;
	overflow:hidden;
	color:#666;
}
.searchbutton {
	width:45px;
	border:0;
	background:#ECEFF3;
	border:1px solid #CCC;
	position:absolute;
	top:3px;
	right:3px;
	font-size:12px;
	height:17px;
	overflow:hidden;
	color:#003F62;
	line-height:15px;
	padding:0;
}

/* Left side
---------------------------------------- */
#mainLeft {
	width:202px;
	float:left;
	padding:0 11px 0 10px;
}
#mainLeft span {
	display: block;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}
#mainLeft ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mainLeft ul li {
	margin:0 0 5px 0;
	padding:0;
	display:block;
	width:200px;
	background:url(../gfx/leftMenuBg.jpg) repeat-y;
	border:1px solid #eeeeee;
}
#mainLeft ul li a,
#mainLeft ul li a:link,
#mainLeft ul li a:visited,
#mainLeft ul li a:hover,
#mainLeft ul li a:active {
	padding:3px 0 3px 10px;
	font-size:12px;
	color:#003F61;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#mainLeft ul li:hover ,
#mainLeft ul li.selected {
	background:#f0f0f0;
}

/*Level 2*/
#mainLeft ul ul {
	list-style:none;
	margin:0;
	padding:0 0 5px 10px;
	background:#fff;
}
#mainLeft ul li ul li {
	margin:0;
	padding:0;
	border: none;
	background:#fff;
	width:190px;
	height:18px;
}
#mainLeft ul li ul li.selected,
#mainLeft ul li ul li:hover{
	background:#fff;
}
#mainLeft ul li ul li a,
#mainLeft ul li ul li a:link,
#mainLeft ul li ul li a:visited {
	color:#000;
	background:url(../gfx/prodArrow.gif) no-repeat 0 4px;
	line-height:15px;
}
#mainLeft ul li ul li a:hover,
#mainLeft ul li ul li a:active,
#mainLeft ul li ul li.selected a,
#mainLeft ul li ul li.selected a:link,
#mainLeft ul li ul li.selected a:visited,
#mainLeft ul li ul li.selected a:hover,
#mainLeft ul li ul li.selected a:active {
	color:#003F61;
}

/* Other leftside elements
-----------------------------------------*/
.contactbox {
	margin:30px 0;
	width:180px;
	border:1px solid #eeeeee;
	padding:10px;
	color:#000;
}
.contactbox p {
	color:#000;
}

.contactbox a,
.contactbox a:link,
.contactbox a:active,
.contactbox a:visited{
	color:#000;
	font-weight:bold;
}

.logoutButton{
	margin-top:10px;
}

.contactbox .logoutButton a,
.contactbox .logoutButton a:link,
.contactbox .logoutButton a:active,
.contactbox .logoutButton a:visited{
	background:#003F62;
	color:#ffffff;
	border:1px solid #efefef;
	width:auto;
	padding:3px;
	font-size:10px;
	text-transform:uppercase;
	outline:none;
	text-decoration:none;
}

.contactbox .logoutButton a:hover{
	background:#DCD4CE;
	color:#003F62;
	text-decoration:none;
}

/* Center
---------------------------------------- */
#mainCenter {
	width:512px;
	float:left;
	border:1px solid #eeeeee;
	padding:10px 20px;
}

/* Right side
---------------------------------------- */
#mainRight {
	padding:0 5px 0 11px;
	width:180px;
	float:left;
}

/* Advertisers
---------------------------------------- */
.addright img {
	width:178px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:10px;
}

/* Footer
---------------------------------------- */
#footer {
	width:978px;
	min-height:20px;
	height:auto !important;
	height:20px;
	color:#DFE3D9;
	font-size:1.00em;
	margin:10px 0 0 0;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer active {
	color:#FFFFFF;
}
/* Credits
---------------------------------------- */
#credits {
	width:978px;
	color:#999;
	font-size:1.00em;
	text-align:center;
}
#credits a,
#credits a:link,
#credits a:visited,
#credits a:hover,
#credits a:active {
	color:#999;
	font-size:1.00em;
	text-decoration:underline;
}
#credits a:hover,
#credits a:active {
	text-decoration: none;
}

/* News templates
---------------------------------------- */

.ns_news_ingr,
.ns_news_ingr p{
	font-weight:bold;
	margin: 0 0 10px 0;

}

.ns_news_brod {}

.ns_news_date {
	text-align:right;
	margin-top:10px;
	xfont-size:1.2em;
	color:#333;
}

.aboform {
	width:150px;
	border:1px solid #ccc;
	font-size:11px;
	background:white;
	padding:1px 3px;
}
.abobtn {
	font-size:11px;
	background:#003F62;
	color:#fff;
	border:0;
	padding:1px 3px;
}


#big_news {}

#big_news .left{
	width:200px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}

#big_news .right{
	width:281px;
	float:left;
	overflow:hidden;
}

#big_news .header{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	padding-top:0;
	font-size:16px;
	color:#003F62;
	font-weight: normal;
	margin-bottom:0px;
}

#big_news .author,
#smaller_news .author,
.author{
	font-size:10px;
	height:20px;
	overflow:hidden;
}

#big_news .ingress,
#big_news .ingress p,
#smaller_news .ingress,
#smaller_news .ingress p{
	font-size:12px;
	line-height:14px;
}

#big_news .lesmer,
#smaller_news .lesmer,
.arkivLesmer{
	margin-top:10px;
}

#big_news .lesmer a,
#smaller_news .lesmer a,
.arkivLesmer a{
	background:url(../gfx/redArrows.gif) no-repeat;
	padding-left:15px;
	line-height:14px;
}

#smaller_news .box{
	width:240px;
	overflow:hidden;
	float:left;
	height:140px;
}

#smaller_news .header{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	padding-top:0;
	font-size:16px;
	color:#003F62;
	font-weight: normal;
	margin-bottom:0px;
}

#flerenyheter{
	background:url(../gfx/hDivider.jpg) no-repeat;
	width:500px;
	height:22px;
	line-height:19px;
	color:#003F62;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:10px;
}


#micro_news {}


#micro_news .left{
	width:225px;
	margin-right:20px;
	float:left;
	padding-left:15px;
}

#micro_news .right{
	width:240px;
	float:left;
}

#micro_news .header{
	padding-left:15px;
	background:url(../gfx/blackArrows.gif) no-repeat;
	
}

#micro_news .header a,
#micro_news .header a:visited,
#micro_news .header a:link,
#micro_news .header a:active,
#micro_news .header a:hover{
	color:#000;
	display:block;
	line-height:13px;
	height:20px;
}

.toArchive{
	margin:20px 0 20px 15px;
}

.toArchive a,
.toArchive a:visited,
.toArchive a:link,
.toArchive a:active,
.toArchive a:hover{
	background:url(../gfx/redArrows.gif) no-repeat;
	padding-left:15px;
	line-height:14px;
}

.arkivHeader{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
	padding-top:0;
	font-size:16px;
	color:#003F62;
	font-weight: normal;
	margin-bottom:0px;
}

.arkivIngress,
.arkivIngress p{
	font-size:12px;
	margin:0;
	padding:0;
}