﻿BODY {
	background-image: url('/gfx09_3/bg_blue_gradient.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #3d6fc5;
	margin: 0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	color: #555555;
}
DIV#wrapper {
	/*background-image: url('/gfx09_3/bg_green_grass.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;*/
	margin: 0;
	padding:0;
	height: 100%;
}
DIV#wrapper_buildings {
	background-image: url('/gfx09_3/bg_buildings.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	margin: 0;
	padding:0;
	height: 100%;
}
IMG {
	border:0px;
}

P {
	margin: 0px;padding:0px;
}

a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.button {
	color: #00aeef;
	font-weight: bold;
}
h1,h2,h3,h4 {
	margin-top: 2px;
	/*font-weight: normal;*/
}

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
	margin-bottom:2px;
}
h3 {
	font-size: 1.05em;
}
h4 {
	font-size: 1em;
}

form {
	margin: 0pt;
}

/* NEW */
DIV#main_container {
	width: 940px;
	padding: 0px 10px;
	margin: 0 auto;
}

DIV#drop_shadow_wrapper {
	box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	-icab-box-shadow: 0px 0px 10px #666;
	-khtml-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
}

DIV#top_links {
	height: 40px;
}

DIV.top_link_item {
	height: 40px;
	line-height: 40px;
	
}

DIV.top_link_item, DIV.top_link_item A {
	color: #FFFFFF;
}

DIV.top_link_item A.selected {
	font-weight: bold;
}

DIV.top_link_separator {
	background: url('/gfx09_3/blue_separator.gif') top center no-repeat;
	height: 30px;
	width: 2px;
/*	float:left;*/
	margin: 0px 10px;
}

DIV#top_left {
	font-weight: bold;
	width: 300px;
	height: 40px;
	float:left;
}

DIV#top_left  div {
	float:left;
}

DIV#top_right {
	float:right;
	width: 500px;
	height: 40px;
}

DIV#top_right  div {
	float:right;
}

DIV#sok {
	float:right;
	height: 40px;
	line-height: 40px;
}
DIV#sok input.form_text {
	width: 145px;
}

DIV#header {
	background: url('/gfx09_3/header.jpg') top center no-repeat;
	height: 229px;
}

A#logo_link {
	display: block;
	width: 295px;
	height: 96px;
}
A#logo_link:hover {
	text-decoration: none;
}


DIV#main {
	background-color: #FFFFFF;
/*	background: url('/gfx09_2/bg_3_column.gif') top center repeat-y;*/
}


table.main_table {
	clear: left;
	padding-top: 10px;
	width: 100%;
}

div.article table.main_table {
	padding-top: 0px;
}

div.article img + table.main_table {
	padding-top: 10px;
}

table.main_table td {
	vertical-align: top;
	color: #373737;
}

table.form_table td {
	vertical-align: middle;
}

td.column_1 {
	width: 190px;
	padding: 0px 10px;
}

td.column_2 {
	padding: 10px 10px 0px 10px;
	border-left: 1px dashed #c4c4c4;
	border-right: 1px dashed #c4c4c4;
}

td.column_3 {
	width: 190px;
	padding: 0px 10px;
}

td.article_column_1 {
	width: 365px;
	padding-right: 10px;
	border-right: 1px dashed #c4c4c4;
}
td.article_column_2 {
	padding-left: 10px;
}

.column_container {
	border-bottom: 1px dashed #c4c4c4;
	padding: 10px 0px;
}


.menu_group {
	border-bottom: 1px dashed #c4c4c4;
	padding: 10px 0px;
	color: #3c3c3c;
}

.menu_group A {
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.4em;
	padding:3px 10px 3px 25px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	color: #3c3c3c;
	
}
.menu_group A SPAN {
	color: #00aeef;
}

.menu_group A:hover {
	color: #00aeef;
}

.menu_group A.yellow { background-image: url('/gfx09_3/square_yellow.gif'); }
.menu_group A.blue { background-image: url('/gfx09_3/square_blue.gif'); }
.menu_group A.green { background-image: url('/gfx09_3/square_green.gif'); }
.menu_group A.pink { background-image: url('/gfx09_3/square_pink.gif'); }

.menu_group_level_2 A {
	font-size: 1.1em;
	padding:2px 10px 2px 35px;
	text-transform:none;
}

div.section {
	width: 100%;
}
div.section h1 div.text,div.section h1 span.text {
	display:block;
	position: absolute;
	left:0px;
	top:0px;
	white-space: nowrap;
	/*float:left;*/
	z-index: 3;
	background-color: #FFFFFF;
	padding-right: 10px;

}
div.section h1 div.line, div.section h1 span.line {
	display:block;
	position: absolute;
	width: 100%;
	top: 0.25em;
	left:0px;
	z-index: 2;
	height: 0.8em;
	background-color: #fec20f;
}

div.section h1 {
	font-size: 1.4em;
	height: 1.4em;
	position:relative;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

td.column_3 div.section h2 {
	font-size: 1.4em;
	height: 1.4em;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}


div.article_item {
	clear:both;
	border-bottom: 1px dashed #c4c4c4;
	padding: 10px 0px;
}

.clear {
    clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

h1 + div.article_item {
	padding-top: 0px;	
}

div.article_item IMG {
	border: 1px solid #e2e2e2;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 3px 5px;
	float: left;
}

div.article_item div.article_item_date {
	font-size: 0.85em;	
	font-style: italic;
}

div.article {
	width: 100%;
}

div.article h1 {
	font-family: Verdana, Arial, sans-serif;
}

div.article div.ingress {
	font-size: 1.2em;
	margin-bottom: 20px;
}

div.img_text {
	font-size: 0.85em;	
}

div.article_author {
	font-size: 0.85em;	
	border-bottom: 1px dashed #c4c4c4;
	padding: 10px 0px;
}

div.ingress A.ingress_link {
	text-decoration: none;
	color: #373737;	
}

/* LES MER */
a.read_more, span.read_more {
	color: #00aeef;
	font-size: 1.2em;
	font-weight: bold;
}

/* FLERE SAKER */
div.more_about_this {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
table.tool_box a {
	text-decoration:none;
	font-size: 11px;
}

table.tool_box a IMG {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	float: none;

	vertical-align:middle;
}

div.form_keys {
	margin: 2px 0px;
}
 
div.form_values {
	margin: 0;
	padding: 0;
}
table.table_frontpage_top {
	margin-top: -4px;
	margin-bottom: 10px;
}

table.table_frontpage_top h1 {
	margin-bottom: 0.5em;
	padding:0px;
}
td.frontpage_top_box {
	border: 1px solid #e2e2e2;
}

td.frontpage_top_box div {
	height: 120px;
	background-repeat:no-repeat;
	background-position:top center;
}

td.frontpage_top_box h2 {
	margin: 5px;
}

textarea,input.form_text,input.text_feil {
	border: 1px solid #b8b8b8;
	background: url('/gfx09_2/bg_input.gif') top left repeat-x;
	background-color: #ffffff;

}

input.form_text,input.text_feil {
	width: 180px;
}

input.text_feil,.text_feil {
	border:1px solid #CC3333;
}

.feilmelding {
	background-color: #FFCCCC;
	border:1px solid #CC3333;
	padding:7px;
	margin:7px 0px;
}

ul{ 
	list-style:none;
	margin-left:0px; 
	padding-left:0px;
} 

li{ 
	margin: 3px 0;
	padding:0;
	padding-left:20px;
	list-style:none;
	background-image:url(/gfx09_2/bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 6px;
}

div.footer {
	background-color: #e9e9e9;
	border-top: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

DIV#footer_body {
	padding: 10px 10px 0px 10px;
	color:#666;
	font-size: 10px;	
	height: 65px;
}

DIV#footer_body A {
	text-decoration:underline;
	color:#666;
}

DIV#footer_text {
	float: left;
}

DIV#footer_blue_line {
	background-image: url('/gfx09_3/bg_footer_blue_gradient.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #6490c4;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

DIV#footer_buf_logo {
	float: left;
	padding: 0px 20px;
}

DIV#footer_logoer {
	float: right;
}

DIV.green_bottom {
	background: url('/gfx09_3/green_bottom.jpg') bottom center no-repeat;
	height: 150px;
	width: 940px;
}

table.search_form {
	background-color: #f4f4f4;
	padding: 10px;
}

table.search_form td {
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: bold;
}

div.search_tips {
	margin-top: 20px;
}

div.search_tips_body {
		padding: 5px 20px;;
}

div.search_num_hits {
	margin: 20px 0px;
}

div.search_item_info {
	color:#808080;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 20px;
}

div.search_page_nav {
	margin-top: 20px;
	text-align: right;
	
}

html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* TinyMCE specific rules */
body.mceContentBody {
	background-image: none;
	background: #FFF;
  padding: 3px;
  font-size: 13px;
}

div.ofte_stilte_sporsmal p {
	margin-top:4px;
	margin-bottom:5px;
}
.red {
	color: #CC0000;
}