﻿@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/

body {
	margin:0;
	background:#FFF;
}

/* #container
---------------------------------------- */
#container {
	width:920px;
	margin:0 auto;
	background: url(../images/venstrestolpe-bgr.gif) repeat-y left #FFF;
}

/* #header
---------------------------------------- */
#header {
	width:920px;
	height:195px;
	overflow:hidden;
	background:url(../images/sidetopp1-ny.jpg) no-repeat
}
/* #header .top_pic
---------------------------------------- */
#header .top_pic {
	width:920px;
	height:170px;
	overflow:hidden;
}
/* #header .topMenu
---------------------------------------- */
#header .topMenu {
	width:920px;
	height:25px;
	overflow:hidden;
}
#header .topMenu ul {
	list-style:none;
	margin:0 0 0 30px;
	padding:0;
}		
#header .topMenu ul li {
	border-right:1px solid #FFF;
	float:left;
	margin:5px 0 0 0;
}
#header .topMenu ul li.last {
	border-right: none;
	float:left;
}
#header .topMenu ul li a,
#header .topMenu ul li a:link,
#header .topMenu ul li a:visited,
#header .topMenu ul li a:hover,
#header .topMenu ul li a:active	{
	padding-left:5px;
	padding-right:5px;
	display:block;
	color: #FFF;
	text-decoration:underline;
	font-weight:bold;
}
#header .topMenu ul li.selected a,
#header .topMenu ul li.selected a:link,
#header .topMenu ul li.selected a:visited,
#header .topMenu ul li.selected a:hover,
#header .topMenu ul li.selected a:active{
	color:#CCC;
}

/* #breadcrumbs
---------------------------------------- */
#breadcrumbs {
	width:896px;
	height:21px;
	margin:0 0 10px 24px;
	background: url(../images/bgr-sti.gif) no-repeat;
	overflow:hidden;
}

/* #left
---------------------------------------- */
#left {
	width:155px;
	padding:5px 0 0 25px;
	float:left;
	overflow:hidden;
}
/* #left .leftMenu
---------------------------------------- */	
#left .leftMenu {
	width:155px;
}
#left .leftMenu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#left .leftMenu ul li {
	margin-bottom:10px;
}	
#left .leftMenu ul li a,
#left .leftMenu ul li a:link,
#left .leftMenu ul li a:visited,
#left .leftMenu ul li a:hover,
#left .leftMenu ul li a:active {
	padding:0;
	margin:0;
	color:#000;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
#left .leftMenu ul li:hover { color:#000000;} 
#left .leftMenu ul li.sfhover { color:#000000;} 
#left .leftMenu ul li.selected a { font-weight: bold; color:#000000; }
#left .leftMenu ul li ul li.first {
	margin-top:10px;
}
#left .leftMenu ul li ul {
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
}
#left .leftMenu ul li ul li {}
#left .leftMenu ul li ul li.selected a,
#left .leftMenu ul li ul li.selected a:link,
#left .leftMenu ul li ul li.selected a:visited,
#left .leftMenu ul li ul li.selected a:hover,
#left .leftMenu ul li ul li.selected a:active{
	font-weight:bold;
	color:#000;
}
#left .leftMenu ul li.selected ul li a {
	font-weight: normal;
	color:#000000;
}
#left .leftMenu ul li.selected ul li.selected a {
	font-weight: bold;
	color:#000000;
}
#left .leftMenu ul li ul li.selected ul li a {
	font-weight:normal;
	color:#000;
}
#left .leftMenu ul li ul li.selected ul li.selected a {
	font-weight: bold;
	color:#000000;
}

/* #mainContainer
---------------------------------------- */
#mainContainer {
	width:740px;
	float:left;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:530px;
	padding:0 15px;
	float:left;
	overflow:hidden;
}

/* #mainContentWide
---------------------------------------- */
#mainContentWide {
	width:710px;
	padding:0 15px;
	float:left;
	overflow:hidden;
}

/* #right
---------------------------------------- */
#right {
	width:175px;
	padding:5px 0px 5px 5px;
	float:left;
	overflow:hidden;
}
.rightside {
	width:163px;
	padding:5px;
	border:1px solid #CCC;
	overflow:hidden;
}

/* #footer
---------------------------------------- */
#footer {
	width:920px;
	height:30px;
	clear:left;
	text-align:center;
}

/* Credits
---------------------------------------- */
#credits {
	width:890px;
	height:20px;
	margin:0 auto;
	font-size:0.91em;
	color: #333333;
	text-align:right;
	padding:4px 30px 4px 0px;
	overflow:hidden;
}
#credits a,
#credits a:link,
#credits a:visited {
	color:#333333;
	text-decoration:none;
}
#credits a:hover,
#credits a:active {
	color:#333333;
	text-decoration:underline;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 5px 0 10px;
}
.article_image {
	background:#EEE;
	width:164px;
}
.article_image img {
	border:2px solid #EEE;
	width:160px;
}
.article_image_txt {
	background:#EEE;
	width:250px;
	min-height:24px;
	height:auto !important;
	height:24px;
	padding:0px 10px 3px 10px;
	overflow:hidden;
}