/*-----------------------------------------------------------------------
B3 Innovation DA � 2007

Dette dokumentet er opphavsrettslig beskyttet iht. til �ndsverksloven,
og kan ikke kopieres, modifiseres eller brukes uten spesiell tillatelse
fra B3 Innovation DA.

This document is protected by National and international copyright laws,
and can not be copied, modified or used without special permission
by B3 Innovation DA.

Author: Vidar Hauglien.
-------------------------------------------------------------------------*/
body {
	background: #E7E7E7;
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	color: #066BA1;
}
.banner {
	background: url("images/banner.png");
	width: 1000px;
	height: 100px;
}
.contentbg {
	background: url("images/middle.png") repeat-y;
	width: 1000px;
}
.content_table {
	margin-left: 7px;
}
#content {
	padding-top: 10px;
	min-height: 300px;
}
.footer {
	background: url("images/bottom.png") no-repeat;
	width:1000px;
	height:28px;
}
.sidebar {
	width: 208px;
	margin: 5px;
}
.sidebar_title {
	display: block;
	background: url("images/bar_header.png") no-repeat;
	width: 191px;
	height: 27px;
	color: white;
	line-height:23px;
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
}
.sidebar_top {
	display: block;
	background: url("images/bar_top.png") no-repeat;
	height: 8px;
	width: 208px;
	overflow: hidden;
	color: white;
	font-size: 11px;
	font-weight: bold;
}
.sidebar_middle {
	display: block;
	width: 208px;
	overflow: hidden;
	background: url("images/bar_middle.png") repeat-y;
}
.sidebar_bottom {
	display: block;
	background: url("images/bar_bottom.png") no-repeat;
	height: 11px;
	width: 208px;
	overflow: hidden;
}
.login input,.search input {
	border: 1px solid #CCC;
	margin: 5px 0px 5px 0px;
}
input.button {
	color: white;
	background: url("images/button.png") no-repeat;
	width: 191px;
	height: 27px;
	border: 0px none;
	padding-bottom: 4px;
	cursor: pointer;
}
.login input.default {
	color: #BBBBBB;
	width: 180px;
}
input.input:hover,#contactform .input:hover {
	border:1px solid #066BA1;
	color:black;
}
.news_bar {
	margin: 0px 20px 0px 20px;
	font-size:11px;
}
.news_bar a {
	font-weight: bold;
}
#singlenews .title {
	padding-top: 20px;
}
#search_box {
	width: 100%;
	background:#F4F4F4;
	border: 1px solid #E8E8E8;
}
.mainmenu a{
	font-size:11px;
	display:block;
	height:15px;
	padding-left:16px;
	margin-left: 1px;
	padding-top:4px;
	width: 174px;
	text-decoration: none;
	color: black;
}
a {
	outline: none;
	color: #066BA1;
}
a:hover {
	color: #066BA1;
	text-decoration: underline;
}
a.active {
	color: #066BA1;
	font-weight: bold;
}
.mainmenu div {
	padding-left:15px;
}
#navbar {
	padding: 3px;
}
#navbar .navselected {
	color: #066BA1;
	font-weight: bold;
	text-decoration: underline;
}
.pathway{
	padding-left:5px;
	display:block;
	margin:0px 9px 0px 8px;
	height: 15px;
	font-size: 10px;
	background: #066BA1;
	color: white;
}
.pathway a {
	font-weight: bold;
	color: white;
}
#copyright {
	font-size: 11px;
}
