@charset "utf-8";
/* --------------------------------------- [ROOT] -------------------------------------------- */
/*---------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
a {
	color: #3d3d3d;
	text-decoration: none;
}
body {
	background: #fff url(../gfx/site_bkg.jpg) repeat;
	text-align:center;
}

body, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
}

#mproot {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	width:900px;
}

.floatFixer {
	clear:both;
}
/* --------- [SHADOW] --------- */


#shadow_l {
	width:960px;
	background: url(../gfx/ts_shadowL.gif) repeat-y left;
	text-align:left;
	
}

#shadow_r {
	width: 902px;
	background: url(../gfx/ts_shadowR.gif) repeat-y right;
	margin-left:33px;
	
	
}



/* --------- [HEADER] --------- */
#header {
	width: 852px;
	height: 105px;
	background: #fff url(../gfx/top_bkg.jpg) no-repeat;
	overflow: hidden;
	border-bottom: #d8d9da 1px solid;
}
#header #mp_logo {
	padding: 15px 0 0 23px;
}
#header #about {
	/* width: 200px; */
	float: right;
	/* margin-right: 71px; */
	margin: -22px 71px 0 0;
	font-size: 15px;
	display: inline;
	position: relative;
}
#header #about #arrow {
	width: 34px;
	height: 22px;
	position:absolute;
	margin-top: -2px;
	padding: 0 0 0 8px;
	/* margin: -2px 0 0 -15px; */
	display: inline;
}
#header #about a:hover{
	text-decoration: underline;
}
#header img {
	border: none;
}
#header .decor {
	width: 335px;
	height: 79px;
	background: #fff url(../gfx/top_frise.jpg) no-repeat;
	float: right;
	padding: 0 10px 0 0;
}
/* --------- [CONTENT] --------- */
#content {
	width: 852px;
	background-color: #fff;
	min-height: 500px;
	height: auto !important; /* Dustin Diaz' min-height hack for IE */
	height: 500px;
	/* height: 100%; */
	/* min-height: 720px; */
	display:inline-block;
}

.documentDiv {
	padding-right:30px;
	padding-bottom:15px;
}

#infoPageContent {
	float:left;
	width:100%;
	background: url(../gfx/mainMenuItem_bkg.jpg) repeat-x;
	padding-top:40px;
}

#infoPageContent .documentDiv {
	padding-right:15px;
}


#infoTabs #infoTabsleftmenuAndContent {
	background-color: #fff;
	width: 852px;
	min-height: 500px;
	height: auto !important; /* Dustin Diaz' min-height hack for IE */
	height: 500px;
	float:left;
}

* html #infoTabs #infoTabsleftmenuAndContent {
	width:847px;
	
}

/* --------- [INFOTABS] --------- */
#tabsDiv {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-right:5px;
	float:right;
}


#infoTabsTopMenu {
	margin:0px;
	padding:0px;
	float: right;
}

#infoTabsTopMenu td {
	
}

#infoTabsTopMenu #tabs {
	background: url(../gfx/infoTab_right_notSelected.png) no-repeat 0 0;
	margin: 8px 0 4px 0;
	padding-top: 5px;
	font-size: 14px;
	list-style: none;
	border-right: 1px solid #dfdfdf;
	width: 110px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	float: left;
}
#infoTabsTopMenu #tabs:hover {
	background: url(../gfx/infoTab_right_active.png) no-repeat 0 0;
}
#infoTabsContent {
	margin:0px;
	padding:0px;
	float:left;
	width:470px;
	margin-left:10px;
}

#infoTabsleftmenuAndContent #rightMenu {
	border:#A3A3C3 solid 1px;
	background-color:#F6F6F6;
	width:170px;
	margin-left:10px;
	float:right;
	margin-right:15px;
	padding-bottom:5px;
	overflow:hidden;
}

* html #infoTabsleftmenuAndContent #rightMenu {
	margin-right:5px;
}

#infoTabsleftmenuAndContent #rightMenu h3 {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
	margin:5px;
	color:#3D3D3D;
}

#infoTabsleftmenuAndContent #rightMenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	margin-top:10px;
}

#infoTabsleftmenuAndContent #rightMenu li {
	margin-left:20px;
	margin-bottom:3px;
}

#infoTabsleftmenuAndContent #rightMenu li a:hover {
	text-decoration:underline;
}

/* --------- [BREADCRUMB] --------- */
#breadCrumb {
	padding: 0 100px 20px 150px;
}
#breadCrumb ul li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 2px;
}
#breadCrumb ul li.current {
	font-style: italic;
}

#btnMaalform {
	position: absolute;
	float:right;
	top: 115px;
	margin-left: 592px;
	width: 100px;
	text-align: center;
}

#btnMaalform a {
	font-weight: bold;
	padding-top: 3px;
	height: 24px;
	width: 85px;
	background: url(../gfx/btn_bkg_small.jpg) no-repeat 0 0;
	display: block;
	
}
/* --------- [INFO] --------- */
#info {
	height:60px;
	width:160px;
	position:absolute;
	right:5px;
	bottom:84px;
	clear:both;
}

* html #info {
	right:15px;
	bottom:45px;
}

#info h1 {
	font-size: 17px;
	color: #76c0f8;
	padding: 8px 0 8px 0;
}

* html #info .btnTab {
	margin-bottom:26px;
}

#info .btnTab {
	margin-bottom:22px;
}

#info .btnTab a {
	height: 24px;
	width: 112px;
	background: url(../gfx/btn_bkg.jpg) no-repeat 0 0;
	display: block;
	/* text-align: center; */
	padding: 4px 0 0 8px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}
#info .btnTab a:hover {
	background: url(../gfx/btn_bkg.jpg) no-repeat 0 0;
	color: #999;
}
/* --------- [FOOTER] --------- */
#footer {
	width: 852px;
	height: 13px;
	background: #474747 url(../gfx/footer_bkg.jpg) repeat-x;
	padding: 15px 0 15px 0;
}
#footer #copyright {
	color: #fff;
	float: right;
	padding: 0 20px 0 0;
}
#footer #copyright a {
	color: #6393b9;
}
#footer .decor {
	width: 59px;
	height: 55px;
	float: left;
	padding: 0 0 0 0;
	margin: -70px 0 0 40px;
	position:absolute;
}
/* --------------------------------------- [SUBPAGES COMMON] -------------------------------------------- */
/*-------------------------------------------------------------------------------------------------------*/


/* --------- [NAVIGATION] --------- */
#navPane {
	width: 185px;
	height:100%;
	float: left;
	padding: 0 0 0 25px;	
}

#navPane {
	color: #999;
}

* html #navPane {
	height:100px;
}

#mainMenu, #mainMenuLevelTwo, #menuLinks {
	padding: 0 10px 20px 210px;
	font-size: 13px;
}

#mainMenu h1{
	padding-bottom: 5px;
	font-size: 18px;
}

#mainMenu .mainMenuItem .mainMenuItemText a {
	float:left;
}

.mainMenuItem .mainMenuItemText a h2{
	width:170px;
}

#mainMenu h2{
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
#mainMenu img, #mainMenuLevelTwo img {
	border-style: solid;
	border-color: #ddd;
	margin-right: 10px;
}
#mainMenu .subMenuItemImage img {
	border: none;
	float: left;
	margin-right: 10px;
}

#mainMenu .subMenuItemImage  {
	width:92px;
}

#mainMenu ul li {
	list-style: none;
}
#mainMenu td {
	/* width: 88px; */
	background: url(../gfx/mainMenuItem_bkg.jpg) repeat-x top;
}

#mainMenu .linkItem td, #mainMenu #mainListArticles td {
	background:none;
	font-size: 13px;
	vertical-align:top;
}

#mainMenu .description {
	margin-bottom:10px;
	margin-right:10px;
}

#mainMenu a:hover, #mainMenuLevelTwo a:hover {
	text-decoration: underline;
}
#mainMenu .Main2_sub {
	background: url(../gfx/item_bkg.jpg) repeat-x top;
	padding-top: 10px;
}
#mainMenu .Main2_sub h2 {
	padding-bottom: 5px;
}
#mainMenu .Main2_sub td {
	background: none;
	width: 316px;
}
#mainMenu .Main2_sub img {
	margin-right: 0;
}
#mainMenuLevelTwo {
	width: 600px;
}
#mainMenuLevelTwo a:hover img {
	border-color: #999;
}
#mainMenuLevelTwoItem {
	width: 200px;
	margin-bottom: 20px;
	float: left;
	clear: right;
}
.mainMenuItem {
	padding: 22px 10px 20px 0;
	width: 400px;
}
.mainMenuItemImage img {
	
}

.mainMenuItemImage {
	
	float:left;
}

.mainMenuItemText {
	font-size: 14px;
	width:180px;
	float:left;
	vertical-align:top;
}

#mainMenu .mainMenuItemText .mainMenuItemDescription{
	float:left;
}

#mainMenu #mainListArticles .mainMenuItemDescription  {
	
	
}

#mainMenu .mainMenuItemText .mainMenuItemDescription, #mainMenu .mainMenuItemText .mainMenuItemDescription a {
	color: #000;
	font-size: 13px;
	width:100%;
}
#mainMenu .mainMenuItemText .mainMenuItemDescription a:hover {
	text-decoration: none;
}
#subpage #nav {
	/* border-bottom: 1px solid #dfdfdf; */
	width: 160px;
	margin: 0 0 30px 0;
	display: inline;
	float:left;
}

#subpage #nav .btnTab {
	clear:both;
}

#subpage #nav .btnTab a {
	height: 24px;
	width: 112px;
	background: url(../gfx/btn_bkg.jpg) no-repeat 0 0;
	display: block;
	/* text-align: center; */
	padding: 4px 0 0 8px;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
}

#subpage #nav .btnTab a:hover {
	background: url(../gfx/btn_bkg.jpg) no-repeat 0 0;
	color: #999;
}

#subpage #nav ul {
	margin-bottom:10px;
}


#subpage #nav ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #dfdfdf;
	font-size: 14px;
}
#subpage #nav .extendedLinks ul li {
	border: none;
}
#subpage #content {
	padding: 10px 0 0 0;
}
#subpage #board {
	width: 635px;
	float: left;
	display: inline;
}
/* --------- [LEFTMENU] --------- */
#infoTabsLeftMenu {
	width: 155px;
	float: left;
}
#infoTabsLeftMenu a {
	font-size: 14px;
}
#infoTabsLeftMenu a:hover, #infoTabsLeftMenu li a.current {
	color: #999;
}

#infoTabsLeftMenu li a.current {
	font-weight:bold;
	color:#000;
}

#infoTabsLeftMenu ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 4px;
	margin-left: 20px;
	width: 110px;
	font-size: 14px;
	list-style: none;
	vertical-align: left;
}

* html #infoTabsLeftMenu ul li {
	width: 120px;
}

#infoTabsLeftMenu ul li.l_2 div {
	margin-left:10px;
}

.levelTwoSelected {
	margin-left: 10px;
}
/* --------- [ITEM LISTS TEASER] --------- */
#subpage #contentList {
	padding: 0 0 0 0;
}
#subpage #contentList .item {
	background: url(../gfx/item_bkg.jpg) repeat-x top;
	width: 280px;
	height: 90px;
	float: left;
	margin: 0 0 10px 15px;
	padding: 8px 10px 10px 10px;
	display: inline;
}
#subpage #contentList .image img {
	border: #dcdcdc 1px solid;
	width: 88px;
	height: 88px;
	float: left;
}
#subpage #contentList .text {
	float: left;
	width: 150px;
	padding: 5px 0 0 15px;
}
/* --------- [EXTENDED LINKS] --------- */
.extendedLinks {
	width: 180px;
	display: inline;
	float: left;
}
.extendedLinks ul {
	list-style: none;
}
.extendedLinks ul li {
	padding: 2px 0 2px 0;
}
.extendedLinks ul li a {
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 2px 25px;
	display: block;
}
.extendedLinks ul li a.title {
	background-image: none;
	font-weight: bold;
}
.extendedLinks ul li.link_exploramaze a {
	background-image: url(../gfx/xpm_icon.gif);
}
.extendedLinks ul li.link_Film_og_animasjoner a {
	background-image: url(../gfx/film_icon.gif);
}
.extendedLinks ul li.link_Spill_og_tester a {
	background-image: url(../gfx//game_icon.gif);
}
.extendedLinks ul li.link_Quiz a {
	background-image: url(../gfx/quiz_icon.gif);
}
.extendedLinks ul li.link_trafikkboka a {
	background-image: url(../gfx/trafikkboka_ikon.png);
}
/* FRONTPAGE */
/* --------- [NAVIGATION] --------- */
#frontpage #content {
	position:relative;
}

#frontPage #nav {
	margin:0px;
	padding:0px;
	float: left;
	
	margin-bottom:20px;
}



* html #frontPage #nav { 
	
}

#frontPage #nav ul  {
	margin:0px;
	padding:0px;
	margin-left:17px;
}



#frontPage #nav ul li {
	display: inline;
	list-style-type: none;
	font-size: 20px;
	padding: 0 0 0 10px;
	float: left;
	
}
#frontPage #nav ul a {
	padding: 3px 15px; /* FF 2.0/Opera padding: 3px 45px; */
}
/* --------- [NAVIGATION LINKS STYLES] --------- */
#frontPage #nav ul #t_1 a:link, #nav ul #t_1 a:visited {
	color: #fff;
	background-color: #00b159;
	display:block;
	width:160px;
}
#frontPage #nav ul #t_2 a:link, #nav ul #t_2 a:visited {
	color: #fff;
	background-color: #6baddf;
	display:block;
	width:160px;
}
#frontPage #nav ul #t_3 a:link, #nav ul #t_3 a:visited {
	color: #fff;
	background-color: #f88e1e;
	display:block;
	width:160px;
}
#frontPage #nav ul #t_4 a:link, #nav ul #t_4 a:visited {
	color: #fff;
	background-color: #ef4045;
	display:block;
	width:170px;
}

* html #frontPage #nav ul #t_1 a:link,* html #nav ul #t_1 a:visited,* html #frontPage #nav ul #t_2 a:link,* html #nav ul #t_2 a:visited,* html #frontPage #nav ul #t_3 a:link,* html #nav ul #t_3 a:visited,* html #frontPage #nav ul #t_4 a:link,* html #nav ul #t_4 a:visited {
	width:192px;
}

#frontPage #nav ul #t_1 a:hover {
	color: #fff;
	background-color: #bfebd5;
}
#frontPage #nav ul #t_2 a:hover {
	color: #fff;
	background-color: #daeaf7;
}
#frontPage #nav ul #t_3 a:hover {
	color: #fff;
	background-color: #fde3c7;
}
#frontPage #nav ul #t_4 a:hover {
	color: #fff;
	background-color: #fbcfd0;
}
/* --------- [SPLASH] --------- */

#frontPage #splashHolder {
	width: 852px;
	padding: 30px 0 20px 0;
	text-align: center;

}
#frontPage #splashHolder #splashContent {
	width: 796px;

	display: inline;
}
/* --------- [BOARD] --------- */
#frontPage #board {
	width: 796px;
	float: left;
	padding: 0 0 0 15px;
	margin: -15px 0 0 0;
	text-align: center;
}
/* --------- [TEXT LINKS] --------- */
#linkList {
	background: url(../gfx/item_bkg.jpg) repeat-x top;
	margin-top: 5px;
	padding-top: 5px;
}
#linkListHeader {
	margin-top: 25px;
	font-weight:bold;
}
}
/* --------- [SEARCH] --------- */
#subpage #searchField {
	font-size: 14px;
	font-weight: bold;
}


#mainListArticles {
	margin-bottom:5px;
}



.linkItem .mainMenuItemText {
	width:410px;
}


.linkItem a {
	padding-bottom: 5px;
	font-weight: bold;
}
.subMenuItemImage {
	vertical-align:top;
}

.subMenuItemImage img {
	border: none;
	float:left;
}
/* ----------------------------------------------------------------------------------------- */

#infoTabsTopTableCell, #infoTabsLeftTableCell {
	/* background:url(../gfx/bt_faneContent.gif) repeat-x; */
	background: url(../gfx/infoTab_right_notSelected.png) no-repeat 0 0;
	padding:5px;
	padding-bottom:4px;
	width: 119px;
	text-align:center;
	float: left;
	/*margin: 8px 0 4px 0;
	padding-top: 5px;
	font-size: 14px;
	list-style: none;
	border-right: 1px solid #dfdfdf;
	width: 110px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;*/
}	

#infoTabsTopTableCell:hover, #infoTabsLeftTableCell:hover {
	background: url(../gfx/infoTab_right_active.png) no-repeat 0 0;
}	

#infoTabsTopTableCellSelected, #infoTabsLeftTableCellSelected {
	/* background:url(../gfx/bt_faneContentSelected.gif) repeat-x; */
	background: url(../gfx/infoTab_right_active.png) no-repeat 0 0;
	padding:5px;
	padding-bottom:4px;
	width: 119px;
	text-align:center;
	float: left;
	/*font-size: 14px;
	list-style: none;
	border-right: 1px solid #dfdfdf;
	width: 110px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;*/
}

.documentDIV .contentSection a {
	color:#3D3D3D;
}

.documentDIV .contentSection ul {
	padding-left:25px;
}

.documentDIV #imageborder {
	padding:4px;
	background-color:#F6F6F6;
	
}

.documentDIV a #imageborder {
	display:table-cell;
	background:none;
}

.documentDIV #imageborder .copyright {
	font-style:italic;
}

.documentDIV #imageborder .description {
	margin-top:3px;
}

.documentDiv a {
	text-decoration:underline;
	color;#000;
}

.documentDiv a:hover {
	color:#100600;
}

#informationText {
	margin-bottom:10px;
	width:620px;
}


/* .topNavigationLeftFane {
	width:5px;
	height:33px;
	background:url(../gfx/bt_faneLeft.gif) no-repeat;
}

.topNavigationLeftFaneSelected {
	width:5px;
	height:33px;
	background:url(../gfx/bt_faneLeftSelected.gif) no-repeat; 
}

.topNavigationRightFane {
	width:5px;
	height:33px;
	background:url(../gfx/bt_faneRight.gif) no-repeat;
}

.topNavigationRightFaneSelected {
	width:5px;
	height:33px;
	background:url(../gfx/bt_faneRightSelected.gif) no-repeat;
}

.first {
	width:36px;
	height:33px;
	background:url(../gfx/bt_faneFirst.gif) repeat-x;
}	

.firstSelected {
	width:36px;
	height:33px;
	background:url(../gfx/bt_faneFirstSelected.gif) repeat-x; 
} 

.topNavigationTableCell a {
	color:#000;
	font-size:12px;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px; 
}

.topNavigationTableCellSelected a {
	color:#E64F60;
	font-size:12px;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px; 
}  */

/* ----------------------------------------------------------------------------------------- */

/*Search and searchresult*/

#search_back_btn {
	margin-left:30px;
	font-weight:bold;
	text-decoration:underline;
}

#search_back_btn img {
	border:none;
}


#searchField {
	margin: 0px;
	margin-top:10px;
	font-size: 14px;
	font-weight: bold;
}
#searchField span {
	color: #00b159;
}

#tt_searchHit {
	font-weight:normal;
	padding-bottom:15px;
}

#searchHits #results a {
	font-weight:bold;
}

#searchHits #results a:hover {
	font-weight:bold;
	text-decoration:underline;
}

#searchCategory {
	background-color:#0055A8;
	color:#000;
	margin-bottom:10px;
	padding:5px;
}

#searchCategory span {
	font-size:15px;
	font-weight:bold;
	color:#fff;
}


/*search hits*/
#searchhits {
	background-color:#fff;
	width:852px;
	padding:0px;
	margin:0px;
	padding-top:20px;
}

#searchhits #results{
	padding:20px;
	padding-bottom:70px;
	padding-left:30px;
}

/* commented for TTF-68
* html #mainContent .documentDIV {
	margin-left: 210px;
	width: 639px;
}*/
