@charset "utf-8";
/* CSS Document */

/* #container
---------------------------------------- */
#container {
	width:980px;
	margin:0 auto;
}

/* #header
---------------------------------------- */
#header {
	width:980px;
	height:180px;
	overflow:hidden;
}

/* #headerLeft - Logo
---------------------------------------- */
#headerLeft {
	width:201px;
	float:left;
	height:68px;
	margin-right:10px;
	overflow:hidden;
	background: url(../gfx/logo.jpg) top no-repeat;
}

/* #header .top-pic
---------------------------------------- */
#header .top-pic {
	width:543px;
	margin-top:10px;
	margin-right:10px;
	float:left;
	height:169px;
	overflow:hidden;
	background: url(../gfx/bg_topPic.gif) no-repeat;
}
#header .top-pic img {
	width:520px;
	height:145px;
	margin-top:12px;
	margin-right:10px;
	margin-left:12px;
	border:none;
}
#header .top-pic p {
	padding:0;
	margin:0;
}

/* #headerRight - Søk
---------------------------------------- */
#headerRight {
	width:200px;
	margin-top:0;
	float:left;
	height:65px;
	padding-left:10px;
	overflow:hidden;
	background:url(../gfx/sok_bg.jpg) no-repeat;
	border:none;
}

.search {
	float:left;
	padding-top:30px;
}

	.search button {

	}
	
/* #left
---------------------------------------- */
#left {
	width:200px;
	min-height:200px;
	height:auto !important;
	height:200px;
	float:left;
	padding:10px 0 0 0;
	margin-top:-110px;
	overflow:hidden;
}

/* #left .left-menu
---------------------------------------- */
#left .left-menu {
	width:200px;
	padding-top:10px;
	background:url(../gfx/menu_bg_top.jpg) no-repeat top #fff;
}
#left .left-menu ul {
	list-style:none;
	padding:0 10px 10px 10px;
	margin:0;
	background:url(../gfx/menu_bg_bottom.jpg) no-repeat bottom #fff;
}
#left .left-menu ul li {
	color:#3F3F3F;
	font-style:normal;
	font-family:Georgia, "Times New Roman", Times, serif;	
	background:#E5E8E4;
	margin-top:4px;
	padding-left:10px;
	line-height:25px;
	list-style:none;
}
#left .left-menu ul li a,
#left .left-menu ul li a:link,
#left .left-menu ul li a:visited {
	display:block;
	color: #3F3F3F;
	font-weight:bold;
	text-decoration:none
}
#left .left-menu ul li a:hover,
#left .left-menu ul li a:active {
	list-style:none;
	color: #00A0C6;
	text-decoration:none;
}
#left .left-menu ul li.selected a {
	color: #00A0C6;
	display: block;
}


/* Level 2 */
#left .left-menu ul li ul {
	background:#fff;
	margin-left:-10px;
	width:160px;

}
#left .left-menu ul li ul li {
	background:none;
	line-height:20px;
	display:block;
	
}
#left .left-menu ul li.selected ul li a,
#left .left-menu ul li.selected ul li a:link,
#left .left-menu ul li.selected ul li a:visited {
	color:#3F3F3F;
	padding-left:10px;
	background:url(../gfx/bullet.gif) no-repeat left 7px;
	font-weight:normal;
}
#left .left-menu ul li.selected ul li a:hover,
#left .left-menu ul li.selected ul li a:active {
	color: #00A0C6;
	background:url(../gfx/bullet_hover.gif) no-repeat left 7px;
	text-decoration:underline;
}
#left .left-menu ul li.selected ul li.selected a {
	color: #00A0C6;
	background:url(../gfx/bullet_hover.gif) no-repeat left 7px;
	font-weight:bold;
}


/* Level 3 - navigationTop */
#navigationTopWrapper{
	

}

#navigationTop { 
	width:523px;
	float:left;
	margin-left:-10px;
	padding-top:10px;
	background-color:#E5E8E4;
	padding-bottom:10px;
	height:auto !important;
	height:300px;
}

#navigationTop li {
	float:left;
	line-height:25px;
	width :161px;
	color:#3f3f3f;
	display:block;		
}	

#navigationTop li a,
#navigationTop li a:link,
#navigationTop li a:visited {
	color:#3F3F3F;
	padding-left:10px;
	background:url(../gfx/bullet.gif) no-repeat left 4px;
	font-weight:normal;}

#navigationTop li  a:hover,
#navigationTop li  a:active {
	color: #00A0C6;
	background:url(../gfx/bullet_hover.gif) no-repeat left 4px;
	text-decoration:underline;
}

#navigationTop ul li.selected a {
	color: #00A0C6;
	background:url(../gfx/bullet_hover.gif) no-repeat left 4px;
	font-weight:bold;
}



/* Leftside
---------------------------------------- */
#leftside {
	padding:10px 5px 5px 10px;
	margin-top:10px;
	background:url(../gfx/menu_bg_top.jpg) top no-repeat #fff;
}
#leftsideBottom{
	width:201px;
	background:url(../gfx/menu_bg_bottom.jpg) bottom no-repeat #fff;
}

/* Frontpage 
---------------------------------------- */
#frontpageWrapper{
	
	width:514px;
	float:left;
	margin-left:-4px;
	min-height:500px;
	height:auto !important;
	}
	
	.frontpageBox a, a:link, 
				  a:visited, 
				  a:active {
	text-decoration: none;
	color: #00A0C6;
} 
a:hover {
	text-decoration:underline;
	color: #00A0C6;
}

	.frontpageBox {
		margin-right:10px;
		width:164px;
		float:left;
		padding-top:0;
	}
	.frontpageBox img {
		width:164px;
		height:164px;
		margin-top:-10px;
	}
	
	
	.frontpageBoxRight {
		width:164px;
		float:left;

	}
	.frontpageBoxRight img {
		width:164px;
		height:164px;
		margin-top:-10px;
	}
	
/* #main
---------------------------------------- */
#mainWrapper{
	margin:10px;
	width:543px;
	float:left;
	background:url(../gfx/bg_main_top.jpg) top no-repeat #fff;
	}
	
	
#main {
	width:503px;
	padding:10px 20px;;
	height:auto !important;
	height:500px;
}
	
	.mainContentBottom {
		float:left;
		width:543px;
		height:17px;
		background:url(../gfx/bg_main_bottom.jpg) bottom no-repeat #fff;
	}

/* #right
---------------------------------------- */
#rightWrapper {
	width:200px;
	margin-top:-105px;
	overflow:hidden;
	float:left;
}

#right {
	background:url(../gfx/bg_right_top.jpg) top no-repeat #fff;
	width:200px;
	overflow:hidden;
}

#rightBottom {
	width:200px;
	height:17px;
	background:url(../gfx/bg_right_bottom.jpg) bottom no-repeat;
}

/* #right .news
---------------------------------------- */
#rightNews {
	width:180px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border-bottom:solid 1px #CCCCCC;
}


#rightNews a{
	color: #00A0C6;
	
}
#rightNews ul {
	padding:0;
	margin:0;
}
#rightNews ul li {
	list-style:none;
	padding-left:5px;
}
#rightNews ul li a {
	color: #00A0C6;
	text-decoration:none
}
#rightNews ul li ul {
	padding:0;
	margin:0;
}
#rightNews ul li ul li {
	padding-left:10px;
}
#rightNews ul li ul li a {}


/* #right . under news
---------------------------------------- */
#rightAds {
	background:#CAD7E0;
	float:left;
	width:200px;
	padding:10px 5px 10px 5px;
	margin-top:10px;
}

/* #footer
---------------------------------------- */
#footer {
	margin-top:5px;
	padding:0px;
	width:150px;
	height:50px; 
	overflow:hidden;
	clear:left;
}
#footer .address {
	font-size:10px;
	color:#fff;
}
#footer .address a,
#footer .address a:link,
#footer .address a:visited,
#footer .address a:hover,
#footer .address a:active {
	color:#fff;
	font-style:italic;
	text-decoration:underline;
}

/* #itools
---------------------------------------- */
#itools {
	width:980px;
	margin:0 auto;
	text-align:left;
	font-size:10px;
	color:#fff;
}
#itools a:link,
#itools a:visited {
	color:#fff;
	text-decoration:none;
}
#itools a:hover,
#itools a:active {
	color:#f0f0f0;
}

/* NEWS
--------------------------------------------- */
.ingress {
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
.brodtekst {}

/* Back, Print, Tip a friend  & Archive
----------------------------------------------- */
#button_holder {
	padding:15px 0px 15px 15px;
}
.back a,
.back a:link,
.back a:visited,
.back a:hover,
.back a:active {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	padding-left:-10px;
	float:left;
	color:#00A0C6;
}
.print a,
.print a:link,
.print a:visited,
.print a:hover,
.print a:active {
	padding-left:20px;
	background:url(../gfx/print.gif) no-repeat;
	float:left;
	line-height:16px;
	margin-right:20px;
	color:#000000;
}
.tip a,
.tip a:link,
.tip a:visited,
.tip a:hover,
.tip a:active {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	padding-left:10px;
	float:left;
	color:#00A0C6;
}
.archive a,
.archive a:link,
.archive a:visited,
.archive a:hover,
.archive a:active {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	padding-left:10px;
	float:left;
	color:#00A0C6;
}
