@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer
Email: christer@inbusiness.no
----------------------------------------*/
body {
	background:url(../gfx/bgbody.jpg) repeat-x top;
	margin: 0px;
}

/* #container
---------------------------------------- */
#container {
	background:url(../gfx/bgcontainer.png) repeat-y;
	width:990px;
	padding:0 9px;
	margin:0 auto;
}

/* #header
---------------------------------------- */
#header {
	width:990px;
	height:224px;
}
/* #header .topPic
---------------------------------------- */
#header .topPic {
	width:990px;
	height:178px;
	overflow:hidden;
	position:relative;
}
#header .topPic .overlayLogo {
	position:absolute;
	top:15px;
	left:15px;
}

/* #header .topMenu
---------------------------------------- */
#header .topMenu {
	width:770px;
	padding-right:220px;
	height:28px;
	background:url(../gfx/bgmenu.gif) repeat-x;
	margin-bottom:18px;
	position:relative;
}
#header .topMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .topMenu li.first {
	padding:0 10px 0 20px;
}
#header .topMenu li {
	float:left;
	padding:0 10px;
	border-right:1px solid #B09A66;
	background:none;
}
#header .topMenu li.selected {
	background:url(../gfx/bgmenu_selected.gif) repeat-x;
}
#header .topMenu li.last {
	border-right:none;
}
#header .topMenu li a,
#header .topMenu li a:link,
#header .topMenu li a:visited,
#header .topMenu li a:hover,
#header .topMenu li a:active {
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
	display:block;
	color:#fff;
}
#header .search {
	width:218px;
	padding-left:2px;
	position:absolute;
	top:5px;
	right:0;
}
#header .search .searchinput {
	width:162px;
	height:14px;
	padding:2px;
	margin-right:4px;
	line-height:14px;
	background:#FFF;
	font-size:1.0em;
	color:#997B35;
	border:none;
	vertical-align:middle;
}
#header .search .searchbutton {
	width:28px;
	height:18px;
	border: none;
	font-size:1.0em;
	background:#FFF;
	color:#997B35;
	vertical-align:middle;
	outline: none;
}

/* #left
---------------------------------------- */
#left {
	width:250px;
	padding:0 0 1px 0;
	float:left;
}
#left .leftArticle {
	height:335px;
}
#left .lastNews {}
#left .heading {
	width:230px;
	height:29px;
	padding-left:20px;
	line-height:29px;
	color:#FFF;
	background:url(../gfx/bgmenu_left.gif) repeat-x;
}
#left .content {
	padding:5px 5px 5px 20px;
}
/* #left .leftMenu
---------------------------------------- */
#left .leftMenu {
	width:250px;
}
#left .leftMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left .leftMenu li {
	width:230px;
	padding:7px 0 7px 20px;
	margin:0 0 2px 0;
	line-height:15px;
	background:url(../gfx/bgmenu_left.gif) repeat-x #997C35;
}
#left .leftMenu li.selected {
	background:url(../gfx/bgmenu_left_Selected.gif) repeat-x #4D8197;
}
#left .leftMenu li a,
#left .leftMenu li a:link,
#left .leftMenu li a:visited,
#left .leftMenu li a:hover,
#left .leftMenu li a:active {
	text-decoration:none;
	display:block;
	color:#fff;
}

/* #mainContent
---------------------------------------- */
#mainContent {
	width:450px;
	padding:0 20px 1px 20px;
	float:left;
}
#mainContent .slideFront {
	width:450px;
	height:335px;
	overflow:hidden;
}
#mainContent .heading {
	width:430px;
	height:29px;
	padding-left:20px;
	margin-bottom:5px;
	line-height:29px;
	color:#FFF;
	background:url(../gfx/bgmenu_left.gif) repeat-x;
}

/* #mainContentWide
---------------------------------------- */
#mainContentWide {
	width:700px;
	padding:0 20px 1px 20px;
	float:left;
}


/* #right
---------------------------------------- */
#right {
	width:230px;
	padding:0 20px 1px 0;
	float:left;
}
#right .rightArticleFront {}
#right .rightArticleFront .heading {
	width:210px;
	height:29px;
	padding-left:20px;
	line-height:29px;
	color:#FFF;
	background:url(../gfx/bgmenu_left.gif) repeat-x;
}
#right .rightArticle {}
#right .rightArticle .heading {
	width:210px;
	height:29px;
	padding-left:20px;
	line-height:29px;
	color:#FFF;
	background:url(../gfx/bgmenu_left_selected.gif) repeat-x;
}
#right .content {
	padding:5px;
}
/* #footer
---------------------------------------- */
#footer {
	width:990px;
	height:29px;
	line-height:29px;
	background:url(../gfx/bgmenu_left.gif) repeat-x;
	clear:left;
	overflow:hidden;
	color:#434343;
}
#footerShade {
	width:990px;
	padding:0 9px;
	margin:0 auto;
	height:9px;
	background:url(../gfx/bgfooter.png) no-repeat;
}
/* Credits
---------------------------------------- */
#credits {
	width:985px;
	padding:4px 5px 6px 0;
	margin:0 auto;
	font-size:0.91em;
	color: #333;
	text-align:right;
}
#credits a,
#credits a:link,
#credits a:visited {
	color:#333;
	text-decoration:none;
}
#credits a:hover,
#credits a:active {
	color:#333;
	text-decoration: underline;
}

/* Article Image
---------------------------------------- */
.article_image_wrap {
	float:right;
	padding:0 0 5px 10px;
}
.article_image {width:260px;}
.article_image img {}

/* Misc
---------------------------------------- */
.lesmer {
	font-weight:bold;
	padding:2px 0 5px 0;
}