@charset "utf-8";
/* CSS Document */





/*#containerWrap
----------------------------------------  */
#containerWrap {
	margin:0 auto;
	width:1200px;
	background: url(../bilder_losning/bg_wrap.png) no-repeat;
}

/*#container
---------------------------------------- */
#container {
	margin:0 auto;
	width:981px;
	background-color:#FFFFFF;}

/*#header
---------------------------------------- */
#header {
	width:981px;
	height:179px;
	padding-top: 30px;
	background:#17233F;
	float:left;
	clear:left;
	position:relative;
}

#header .search {
	position: absolute;
	top: 0;
	right: 0;
}
	
#header .logo{
	z-index: 10;
	position: absolute;
	top: 20px;
	left: 0;
}


/*#header .slideshow
---------------------------------------- */
#header .slideshow { /* midle jquery images */
	width:981px;
	height:180px;
	overflow:hidden;
}


/* MENY  .
---------------------------------------- */
/* TOP (Horizontal navigation)
------------------------------------------------------------------ */
#navigationTop {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1000;
}
#navigationTop ul {
	margin:1px;
	padding:0px;
	width: 979px;
	position: relative;
	
	background:none;
}

#navigationTop ul li {
	list-style:none;
	float:left;
	color:#FC3;
	margin:0;
	padding:0;
	background:#ABACB0;
	border-top:1px solid #fff;
	
}

#navigationTop ul li a:link,
#navigationTop ul li a:active,
#navigationTop ul li a:visited {
	text-decoration:none;
	padding:2px 15px;
	display:block;
	font-weight:normal;
	color:#17233F;
	border-right:solid 1px white;
}

#navigationTop ul li a:hover {
	display:block;
	background:#17233F;
	color:#FC3;
}

#navigationTop ul li.selected a:link,
#navigationTop ul li.selected a:active,
#navigationTop ul li.selected a:visited{
	background:#17233F;
	color:#FC3;
}

#navigationTop ul li.selected a:hover {
	cursor:default;
}

#navigationTop ul li ul {
	display: none;
	width:150px;
	z-index:3000;
}

#navigationTop ul li:hover ul {
	display: block; 
	position: absolute;
	top: auto;
	width: 150px;
	margin: 0;
	padding:0;
	z-index:3000;
}

#navigationTop ul li ul li {
	display:block;
	width:150px;
	height: auto;
	border:none;
	
}
#navigationTop ul li * span {
	display: block;
	height: 0px;
	overflow: hidden;
}

#navigationTop ul li ul li a:link, 
#navigationTop ul li ul li a:active,
#navigationTop ul li ul li a:visited,
#navigationTop ul li.selected ul li a:link, 
#navigationTop ul li.selected ul li a:active,
#navigationTop ul li.selected ul li a:visited{
	padding:5px 10px; 
	margin-bottom:-1px;
	text-decoration:none;
	display:block;
	float: none;
	width:150px;
	background:#17233F;
	color:#fff;
	font-weight:normal;
	border-right:none;
	border-top:1px solid white;
	
}

#navigationTop ul li ul li a:hover,
#navigationTop ul li.selected ul li a:hover,
#navigationTop ul li.selected ul li.selected a:link,
#navigationTop ul li.selected ul li.selected a:active,
#navigationTop ul li.selected ul li.selected a:visited {
	background:#17233F;
	color:#FC3;
	cursor:pointer;
}

#navigationTop ul li.selected ul li.selected a:hover {
	cursor:default;
}


/* #mainWrapper
---------------------------------------- */
#mainWrapper {
	margin:0 auto;
	width:981px;
	background:#fff;
}

/* #left
---------------------------------------- */
#left {
	width:240px;
	overflow:hidden;
	padding:10px 5px 5px 5px;
	float:left;
}
#left .heading { 
	background:url(../bilder_losning/bg_header.jpg) no-repeat;
	color:#FFF;
	padding:3px 0px 5px 10px;	
}

#left .article {
	border: 1px solid #EEEAE6;
	padding:10px;
	}
	
#left .articlefirst {
	border: 1px solid #EEEAE6;
	padding:10px;
	xbackground:url(../bilder_losning/bg_left.jpg) no-repeat;
	}



/* #mainContent
---------------------------------------- */
#mainContent {
	width:500px;
	overflow:hidden;
	float:left;
	xmin-height:400px;
	xheight:auto !important;
	xheight:400px;
	margin:10px;	
}

/* #right
---------------------------------------- */
#right {
	width:191px;
	padding:10px 5px 5px 5px;
	overflow:hidden;
	float:left;
}

#right .heading { 
	background:url(../bilder_losning/bg_header.jpg) no-repeat;
	color:#FFF;
	padding:3px 0px 5px 10px;	
}

#right .article {
	border: 1px solid #EEEAE6;
	padding:10px;
	}
	
#right .shop{
	border: 1px solid #EEEAE6;
	margin-top:3px;
	padding:0px;
	xbackground:url(../bilder_losning/butikk_bg.jpg) no-repeat #fff;
	background-position:bottom;
	
	}


/* #news styles
---------------------------------------- */
.ArticleLeft{
	border:1px solid #EEEAE6;
	margin:0px 10px 10px 0px;
	width:223px;
	float:left;
	min-height:170px;
	height:auto !important;
	height:170px;
	padding:10px 10px 10px 10px;
}

.ArticleRight{
	border:1px solid #EEEAE6;
	margin:0px 0px 10px 0px;
	width:223px;
	float:left;
	min-height:170px;
	height:auto !important;
	height:170px;
	padding:10px 10px 10px 10px;
}


/*brukes på alle artikler*/
.Article{
	border:1px solid #EEEAE6;
	margin:10px 0px 10px 0px;
	padding:0px 10px 10px 10px;
}

/*.Article img {
	border:1px solid #EEEAE6;
	height:120px;
	overflow: hidden;
	margin:10px 10px 10px 0px;
	}*/
	
.thumbs {
		display:block;
		width:120px;
		height:120px;
		overflow:hidden;
/*		position:relative;*/
		margin:10px 10px 0px 0px;
		z-index:1;
	}

/*.thumbs  a:link img{
		float:left;
		top:-10px;
		left:-10px;	
		z-index:1;
	}
	
.thumbs a:hover{
		overflow:visible;
		z-index:500;
		position:relative;		
		}*/



/*read more styles*/
.links{
	float:left;
	border:0;
	padding:0px 10px 5px 10px;
	background-position:left top;
	background-image: url(../bilder_losning/button.gif);
	background-repeat: no-repeat;
	}
	
/*facebook links*/
.facebook{
	float:left;
	border:0;
	padding:0px 10px 5px 10px;
	background-position:left top;
	background-image: url(../bilder_losning/buttonface.gif);
	background-repeat: no-repeat;
}
	
/*news list style*/	
.links2{
	border:0;
	padding:0px 10px 5px 10px;
	background-position:left top;
	background-image: url(../bilder_losning/button.gif);
	background-repeat: no-repeat;
	display:block;
	width:205px;
	}
	
/*news list style aftenbladet, RA, Andre medier*/	
.links3{
	background: url(../bilder_losning/button.gif) no-repeat 8px 3px;
	padding:3px 3px 3px 18px;
}

/*news archive style. Different button (Yellow)*/
.links4{
	background: url(../bilder_losning/button2.gif) no-repeat 8px 3px;
	padding:3px 5px 3px 18px;
	font-weight:bold;
}

	
#archivebox{
	border:1px solid #EEEAE6;
	width:498px;
}
	
#archivebox .left{
	border-right:1px solid #EEEAE6;
	width:215px;
	float:left;
	padding:10px 15px 10px 10px;
}
	
#archivebox .right{
	border:none;
	width:215px;
	float:left;
	padding:10px 10px 10px 10px;
}
	
#archivewrapper{
	border:none;
	float:left;
	width:500px;
	margin:10px 0;
}
	
.articleBox {
	width:160px;
	background:#F0F0F0;
	float:left;
	min-height:100px;
	height:auto !important;
	height:100px;
}

.articleHeading{
	display:block;
	background:#17233F;
	color:#fff;
	width:488px;
	padding:2px 2px 2px 10px;
	margin-top:10px;
	}
	
.articleHeading2{
	display:block;
	background:#17233F;
	color:#fff;
	width:150px;
	padding:2px 2px 2px 8px;
}
	
.date{
	font-size: 0.8em;
	color:#999;	
	} 	
	
#moreresults {
	width:450px;}
#moreresults ul {
	margin-left:0px;
	padding-left:0px;}
	
#moreresults ul li {
	display:inline;}

/* #footer
---------------------------------------- */
#footer {
	width:980px;
	height:20px;
	background:#eee;
	overflow:hidden;
	clear:left;
	line-height:20px;
	margin-top:10px;
}

/* #footer .itools
---------------------------------------- */
.itools {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	text-align:center;
}
.itools a:link { color: #333333; text-decoration:none; }
.itools a:visited { color:#333333; text-decoration:none; }
.itools a:hover { color: #333333; text-decoration: underline; }
.itools a:active { color:#333333; text-decoration:none; }



/* #bottom
---------------------------------------- */
#bottom {
	width:981px;
	height:23px;
	background:url(../bilder_losning/bottom.jpg);
	overflow:hidden;
	clear:left;
}

