html,body
{
	background-color: #eee8d9;
    margin: 0px;
    padding: 0px;
	font-size: 11px;
}

/* LENKER */
a img
{
	border: none;
}

a
{
	color: #333;
}

a:hover, a:hover span /*Lagt til KAJ*/
{
	color: #1A8374;
}

a:active
{
	color: #1A8374;
}


/* FONTER */
h1, h2, h3, p, a, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

h1
{
	color: #1A8374;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
}

h2
{
	color: #1A8374;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 5px;
}

h3, H3 A
{
	color: #1A8374;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

h4
{
	color: #333;
	margin-bottom: 5px;
	font-size: 1em;
}

p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.ingress
{
	font-size: 1.3em;
	color: #333333;
	padding: 0px;
}

/* WRAPPER */
#wrapper_front {
	background-color: #FFF;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper_img_front
{
	width: 900px;
	clear: both;
	background-image: url(../images/img_front01.jpg);
	height: 255px;
	margin-top: 15px;
	background-repeat: no-repeat;
}

#img_front_ad
{
	padding: 15px;
	height: 225px;
	width: 225px;
	float: right;
}

#img_front_ad td
{
	text-align: right;
	vertical-align: bottom;
}
#img_front_ad p
{
	font-size: 1.8em;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rg195159
{
	background-image: url(../images/bg_aktuelt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	margin-bottom: 15px;
}

#rg195652
{
	background-image: url(../images/bg_kalender.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	margin-bottom: 15px;
}

#rg195657
{
	background-image: url(../images/bg_prosjekter.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	margin-bottom: 15px;
}

#rg195662
{
	background-image: url(../images/bg_strategi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	margin-bottom: 15px;
}

#rg195667
{
	background-image: url(../images/bg_om_kunnsk.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	margin-bottom: 15px;
}


/* LOGO */
#wrapper_logo {
	width: 870px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}

#logo
{
	float: left;
	width: 200px;
	padding-left: 15px;
}

#logo_org
{
	width: 128px;
	float: right;
	padding-right: 15px;
}

/* SITEMENU */
#sitemenu
{
	text-transform: uppercase;
	line-height:normal;
	clear: both;
	/*padding-right: 15px; */
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #23A491;
}

#sitemenu ul
{
    margin:0;
    padding:0;
    list-style:none;
}

#sitemenu li 
{
	float:left;
	font-size: 0.95em;
}

#sitemenu li span.label
{
	font-size: 0.95em;
}

#sitemenu a
{
	float: left;
	text-decoration: none;
	color: #666;
	display:block;
	padding: 5px 20px 5px 0px;
}

#sitemenu a:hover
{
	color: #000;
	background-image: url(../images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#sitemenu a:hover span /*Lagt til KAJ*/
{
	color: #000;
}

#sitemenu a:active
{
	color: #1A8374;
	background-image: url(../images/arrow_nav_color.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#sitemenu li.active a span /*Endret KAJ*/
{
	float: left;
	text-decoration: none;
	/*color: #1A8374;*/
	color: #23A491;
	display:block;
       /*font-weight: bold;*/
	/*padding: 5px 20px 5px 0px;*/
}

#sitemenu li.active:hover
{
	background-image: url(../images/arrow_nav_color.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/*#sitemenu li.active
{
	color: #000;
	background-image: url(../images/arrow_nav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}*/

#sitemenu_addon
{
 float: right;
 padding-right: 15px;
 position: relative;
 margin-bottom: -50px;
 margin-top: 3px;
 margin-right: 70px;
 display: inline;
}

#sitemenu_addon a
{
	color: #666;
	text-decoration: none;	
}

#sitemenu_addon a:hover
{
	color: #1A8374;
	text-decoration: underline;	
}

#sitemenu_addon td
{
	padding-left: 5px;	
}

#sitemenu li.action_Kon /*Lagt til KAJ*/
{
	text-transform: none;
	float: right;
	font-size: 1.05em;
}

#sitemenu li.action_Kon a /*Lagt til KAJ*/
{
	padding-right: 15px;
       padding-top: 4px;
       padding-bottom: 6px;
}

#sitemenu li.action_Kon a:hover /*Lagt til KAJ*/
{
	color: #1A8374;
	text-decoration: underline;	
	background: none;
}

#sitemenu li.action_Kon a:hover span /*Lagt til KAJ*/
{
	color: #1A8374;
}

#sitemenu li.action_Kon a span /*Lagt til KAJ*/
{
	/*padding-left: 5px;*/
	/*border-left: 1px solid #666666;*/
}

div#sitemenu_addon input.PortletHeading1
{
  /*width: 85px;*/
  /*height: 15px;*/
  font-size: 0.95em;
}


div#sitemenu_addon input.kunnskSearchButton
{
  /*background: transparent url(../images/arrow_subnav_act.gif) no-repeat center;*/
  background: transparent url(../images/knapp3.gif) no-repeat center;
  border: medium none;
  cursor: pointer;
  font-size: 11px;
  /*padding: 2px 6px 3px 0px;*/
  padding: 0px 6px 4px 5px;
  margin: 0px 10px 0px 0px;
  position: relative;
}


/* SUBMENU */
#submenu
{
	width: 200px;
	float: left;
	text-transform: uppercase;
	
}

#submenu ul
{
    margin:0;
    padding:0;
    list-style:none;
}

#submenu li
{
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91D2C8;
	background-color: #23A491;
	
}

#submenu ul li ul /*Lagt til KAJ*/
{
	border-top: 1px solid #91D2C8;
}


#submenu a
{
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	display:block;
}

#submenu li span.label 
{
	font-size: 0.95em;
	color: #FFF;
}

#submenu a:hover
{
	color: #BDE4DE;
	background-image: url(../images/arrow_subnav.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenu li a:active
{
	color: #000;
	background-image: url(../images/arrow_subnav_act.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#submenu li.active /*Endret KAJ*/
{
	/*text-decoration: none;
	padding: 5px 10px 5px 15px;*/
	color: #FFF;
	background-color: #1A8374;
	background-image: none;
}

#submenu li.active a:hover /*Endret KAJ*/
{
	background-image: url(../images/arrow_subnav_on.gif);
	background-repeat: no-repeat;
}

#submenu li.active a:active /*Endret KAJ*/
{
	/*color: #BDE4DE;*/
	background-image: url(../images/arrow_subnav_on.gif);
	background-repeat: no-repeat
}

div#submenu .action_xyz /*Lagt til KAJ*/
{
	display:none;
}

#submenu2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#submenu2 ul
{
    margin:0;
    padding:0;
    list-style:none;
}

#submenu2 li
{
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #44B2A1;	
}

#submenu2 a.on2
{
	text-decoration: none;
	padding: 5px 10px 5px 15px;
	color: #0E423A;
	background-image: none;
}

#submenu2 a.on2:hover
{
	background-image: url(../images/arrow_subnav2_on.gif);
	background-repeat: no-repeat;
}

#submenu2 a.on2:active
{
	color: #000;
	background-image: url(../images/arrow_subnav_act.gif);
	background-repeat: no-repeat
}


/* INNHOLD - KOLONNER */
#front_col01
{
	margin: 15px;
	width: 337px;
	border: 1px solid #E5E5E5;
	float: left;
	padding: 14px;
	display: inline;
}

#front_col02
{
	width: 210px;
	border: 1px solid #E5E5E5;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 14px;
	display: inline;
}

#front_col03
{
	margin: 15px;
	width: 203px;
	border: 1px solid #E5E5E5;
	float: right;
	padding: 14px;
	display: inline;
}

#front_col03_btn
{
	width: 234px;
	float: right;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
	display: inline;
}


 #front_col01 h1
{
	color: #1A8374;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#front_col01 h2, #front_col02 h2, #front_col03 h2
{
	color: #1A8374;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 14px;
	margin-top: 5px;
}

#front_col01 h3, #front_col02 h3, #front_col03 h3
{
	margin: 0px;
}

#front_col01 p, #front_col02 p, #front_col03 p
{
	margin: 0px;
}

#content
{
	width: 470px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#content .ikon /*Lagt til KAJ*/
{
	float: left;
	display: inline;
	margin-right: 5px;
}

#cont_col03
{
	width: 200px;
	float: right;
}


#pages_box h1
{
	font-size: 1em;
	font-weight: normal;
	background-image: url(../images/corners_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-attachment: scroll;
	text-transform: uppercase;
	color: #333333;
	padding-top: 10px;
}

#pages_box h2
{
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 0px;
}

#pages_box p
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}


#pages_box
{
	background-image: url(../images/corners_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	width: 185px;
}

#bilde
{
	margin: 0px 10px 0px 15px;
}

div#article_div /*Lagt til KAJ*/
{
	width:auto;
}

.float_left /*Lagt til KAJ*/
{
	display:block;
	float:left;
	margin-bottom:15px;
}

.float_left img /*Lag til KAJ*/
{
	margin:5px 8px 5px 0;
}

/* CONTENT LIST */
#content_list
{
	width: 480px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#content_list th {
	text-align: left;
	background-color: #EEE8D9;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#content_list td {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}

#cell_bg {
	background-color: #F2F2F2;
}

#td_cell_sok:hover {
	background-color: #F2F2F2;
} 

#content_list h1
{
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content_list h3
{
	padding: 0px;
	margin: 0px;	
}

#content_list p
{
	padding: 0px;
	margin: 0px;	
}

div#content_list .articleimage /*Lagt til KAJ*/
{
	float: left;
}

div#content_list .articleimage img /*Lagt til KAJ*/
{
	width: 95px;
	margin: 5px 5px 5px 0px;
}

div#content_list .report_link /*Lagt til KAJ*/
{
	text-decoration: none;
}

div#content_list .report_link:hover /*Lagt til KAJ*/
{
	text-decoration: underline;
}

div#kampanje_bilde /*Lagt til KAJ*/
{
	margin-left: 15px;
}

div#video /*Lagt til KAJ*/
{
	padding-bottom: 10px;
}

/*Kalender - Lagt til KAJ*/

div#kalender_list
{
	width: 480px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

div#kalender_enhet
{
	width: 420px;
	float: left;
	padding-left: 10px;
}


div#kalender_list td.col_date, div#kalender_enhet td.col_date
{
	width: 90px;
	padding: 11px;
}

div#kalender_list td.col2, div#kalender_enhet td.col2
{
	padding-top: 11px;
}

div#kalender_list td.col2 h3, div#kalender_enhet td.col2 h3
{
	margin-top: 0px;
}


div#kalender_list td, div#kalender_enhet td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#kalender_list td.col_date, div#kalender_list td.col2, div#kalender_list td.sub_docs1, div#kalender_list td.col1,
div#kalender_enhet td.col_date, div#kalender_enhet td.col2, div#kalender_enhet td.sub_docs1, div#kalender_enhet td.col1

{
	border: none;
}

div#kalender_list .politisk_subdocs, div#kalender_enhet .politisk_subdocs
{
	display:block;
}

div#kalender_list td.header, div#kalender_enhet td.header
{
	background-color: #EEE8D9;
	/*border: 1px solid #CCCCCC;*/
	color: #333333;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
}


/* FOOTER */
#footer
{
	clear: both;
	width: 870px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #23A491;
	padding: 15px;
}

/* BREADCRUMB */
#breadcrumbs /*Endret KAJ*/
{
	clear: both;
	/*width: 870px;*/
	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left; /*Lagt til KAJ*/
	font-size: 0.95em;
}

div#breadcrumbs_docs /*Lagt til KAJ*/
{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 0.95em;
	float: left;
	width: 670px;
}

div#breadcrumbs_docs li
{
	border-left: 1px solid #999;
	padding: 0px 5px;
}

#breadcrumb /*Lagt til KAJ*/
{
 float: left;
 display: inline;
 width: auto;
 position: relative;
}

#breadcrumb span.label/*Lagt til KAJ*/
{
	font-size: 1em;
}

#breadcrumb ul
{
	list-style-type: none;
	display: inline;
       float: left;
	margin: 0px;
	padding: 0px;
}

#breadcrumb ul li /*Lagt til KAJ*/
{
	display: none;
}

#breadcrumb ul li.active /*Lagt til KAJ*/
{
	display: inline;
	float: left;
}

#breadcrumbs span.label /*Lagt til KAJ*/
{
	float: left;
	display: inline;
	padding-right: 5px;
       color: #999999;
	font-size: 0.95em;
	white-space: nowrap;
}

#breadcrumb ul li ul li.active /*Lagt til KAJ*/
{
	border-left: 1px solid #999;
	padding-left: 5px;
}

#breadcrumb a
{
	color: #999;
	font-size: 0.95em;
}

#breadcrumb a:hover, #breadcrumbs a span.label:hover /*Lagt til KAJ*/
{
	color: #000;
	cursor: pointer;
}

#breadcrumb a:active
{
	color: #1A8374;
}

div#breadcrumbs ul li.action_xyz
{
	display: none;
	visibility: hidden;
}



/* GENERELLT */
#decor_line
{
	width: 900px;
	clear: both;
}

#dotted_line
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

/*************** = Styles for filetypes *************/

.file_type {
	width: 16px;
	margin-left:0px;
	height: 16px;
	line-height: 16px;
	background: URL(/ressurs/evita/ikb_xnet/images/icon_text.gif) no-repeat;
}

.file_DOC {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_doc.gif) no-repeat;
	cursor: pointer;
}

.file_PPT {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_ppt.gif) no-repeat;
	cursor: pointer;
}

.file_XLS {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_xls.gif) no-repeat;
	cursor: pointer;
}

.file_PDF {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_pdf.gif) no-repeat;
	cursor: pointer;
}

.file_MSG { 
	background: URL(/ressurs/evita/ikb_xnet/images/icon_mail.gif) no-repeat;
	cursor: pointer;
}

.text_RTF {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_doc.gif) no-repeat;
	cursor: pointer;
}

.text_HTM, .text_HTML, text_TXT { 
	background: URL(/ressurs/evita/ikb_xnet/images/icon_text.gif) no-repeat;
}

.text_MSG { 
	background: URL(/ressurs/evita/ikb_xnet/images/icon_mail.gif) no-repeat;
	cursor: pointer;
}

.link_ { 
	background: URL(/ressurs/evita/ikb_xnet/images/icon_url.gif) no-repeat;
	cursor: pointer;
}

.image_GIF, .image_JPG, .image_JPEG, .image_BMP  { 
	background: URL(/ressurs/evita/ikb_xnet/images/icon_image.gif) no-repeat;
	cursor: pointer;
}

.image_ZIP {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_zip.gif) no-repeat;
	cursor: pointer;
}

.UNKNOWN_ {
	background: URL(/ressurs/evita/ikb_xnet/images/icon_text.gif) no-repeat;
}
