@charset "utf-8";
/* CSS Document */
body {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
h1.h1, h2.h2, h2.h2 {
	margin: 5px 0;
	}
img {
	border: none;
	}
	
/* CSS main */
	
#page {
	position: relative;
	width: 760px;
	height: auto;
	top: 20px;
	}
#top {
	position: relative;
	width: 760px;
	height: 120px;
	}
#logo {
	position: relative;
	width: 175px;
	height: auto;
	float: left;
	}
#toppic {
	position: relative;
	width: 435px;
	height: auto;
	float: left;
	}
#signature {
	position: relative;
	width: 150px;
	height: auto;
	float: left;
	text-align: center;
	}
#shortlinks {
	position: absolute;
	top: 100px;
	right: 40px;
	width: 200px;
	color: #999;
	text-align: right;
	}
#shortlinks a {
	color: #999;
	font-weight: bold;
	}
#shortlinks a:hover {
	text-decoration: underline;
	color: #999;
	}
#left {
	position: relative;
	width: 145px;
	height: auto;
	float: left; 
	}
#main {
	position: relative;
	width: 585px;
	height: auto;
	padding: 15px 0 30px 0;
	float: right; 
	}
#bottom {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 0 0 175px;
	clear: both;
	color: #999;
	text-align: center;
	}
#links {
	position: relative;
	width: auto;
	height: 30px;
	}
#copyright {
	position: relative;
	width: auto;
	height: 30px;
	font-weight: bold;
	}
#info {
	position: relative;
	width: 585px;
	height: auto;
	text-align: justify;
	font-style: italic;
	clear: both;
	}
	
/* CSS Search */

.search {
	position: relative;
	width: 135px;
	height: 25px;
	margin: 0px;
	padding: 13px 5px;
	display: block;
	}
.searchfield {
	width: 89px;
	padding: 1px;
	font-size: 11px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}
.searchbutton {
	width: 30px;
	padding: 1px;
	font-size: 11px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	background: #AAA;
	border: 1px solid #AAA;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	color: #FFF;
	}

/* CSS Menu */

ul {
	margin: 0;
	padding: 0;
	}
.leftmenu {
	position: relative;
	width: 145px;
	height: auto;
	padding: 10px 0;
	border-top: 1px solid #0066cc;
	border-bottom: 1px solid #0066cc;
	}
.globalmenu {
	position: relative;
	float: left;
	width: 145px;
	height: auto;
	padding: 10px 0;
	}
.leftmenu a, .globalmenu a {
	padding: 2px 1px 2px 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	display: block;
	}
.leftmenu a:hover, .globalmenu a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	}
.leftmenu li, .globalmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	border-bottom: 1px solid #FFF;
	}
.M1, .M2, .M3 {
	position: relative;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	}
.M1 li, .M2 li, .M3 li {
	background: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	}
.M1 a, .M2 a, .M3 a {
	background: none;
	color: #0066cc;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	margin: 0px;
	}
.M1 a:hover, .M2 a:hover, .M3 a:hover {
	background: none;
	color: #0066cc;
	font-weight: normal;
	padding: 2px 1px 2px 10px;
	margin: 0px;
	}
#activeitem {
	padding: 2px 1px 2px 10px;
	width: auto;
	color: #0066cc;
	background: url(/Files/System/menu_active.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	height: auto;
	display: block;
	}
.M1 #activeitem, .M2 #activeitem, .M3 #activeitem {
	font-weight: normal;
	}
.bottommenu {
	position: relative;
	width: 500px;
	height: 14px;
	padding: 0;
	border-left: 1px solid #999;
	margin: 0 auto;
	}
.bottommenu li {
	list-style-type: none;
	width: auto;
	margin: 0;
	text-align: center;
	border-right: 1px solid #999;
	padding: 0 10px;
	float: left;
	}
.bottommenu a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	}
.bottommenu a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
	}
.bottommenu #activeitem {
	padding: 0px;
	width: auto;
	height: 14px;
	color: #0066cc;
	background: none;
	text-decoration: none;
	font-weight: bold;
	width: auto;
	display: block;
	}
	
/* CSS Boxes */

#greenbox, #purplebox, #orangebox, #bluebox, #darkgreenbox, #darkbluebox, #pinkbox  {
	position: relative;
	width: 584px;
	height: 188px;
	color: #FFF;
	margin: 0 0 10px 0;
	}
#greenbox {
	background: #99CC00;
	}
#darkgreenbox {
	background: #006600;
	}
#purplebox {
	background: #990099;
	}
#orangebox {
	background: #FF9900;
	}
#bluebox {
	background: #6699CC;
	}
#darkbluebox {
	background: #0066CC;
	}
#pinkbox {
	background: #CC0066;
	}
.text_box {
	position: relative;
	width: 300px;
	height: auto;
	padding: 20px; 
	}
.text_news_box {
	position: relative;
	width: auto;
	height: auto;
	padding: 20px; 
	}
.text_box h1.h1, .text_news_box h1.h1 {
	color: #FFF;
	}
.text_box p, .text_news_box p {
	color: #FFF;
	}
.text_box a, .text_news_box a {
	color: #FFF;
	}
.picbox_right {
	position: absolute;
	top: 0px;
	right: 0px;
	}
.corner_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	}
.corner_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	}
.corner_bottom_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
.corner_bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	}
	
/* Paragraph */
	
.text {
	position: relative;
	width: 584px;
	height: auto;
	clear: both;
	}
ul {
	position: relative;
	padding: 0px 5px 10px 15px;
	margin: 0px;
	}
li {
	padding: 0px;
	margin: 0px;
	}
.product {
	position: relative;
	width: 584px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #0066cc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
.blank {
	position: relative;
	width: auto;
	height: auto;
	}
.pic_top {
	position: relative;
	margin: 0 0 5px 0;
	}
.pic_bottom {
	position: relative;
	margin: 5px 0 0 0;
	}
.pic_right {
	position: relative;
	margin: 0 0 5px 0;
	float: right;
	}
.pic_left {
	position: relative;
	margin: 0 5px 0 0;
	float: left;
	}
.product {
	position: relative;
	width: 584px;
	height: auto;
	clear: both;
	border-bottom: 1px solid #0066cc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
.product h1 {
	font-size: 22px;
	}
	
/* News Boxes */

#newsbox, #pressbox, #rssbox {
	position: relative;
	width: 190px;
	height: 250px;
	color: #FFF;
	margin: 4px 2px 0px 2px;
	float: left;
	text-align: left;
	}
#newsbox {
	background: #6699CC;
	}
#pressbox {
	background: #99cd00;
	}
#rssbox {
	background: #6699CC;
	}
#rssbox .newstext_box {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	border-bottom: 1px dotted #FFF;
	}
.newstext_box {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px; 
	}
.newstext_box b {
	font-size: 14px;
	margin: 0 0 5px 0;
	}
.newstext_box p {
	color: #FFF;
	}
.newstext_box a {
	color: #FFF;
	}
.newslink_box {
	position: absolute;
	width: 170px;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	border-top: 1px dotted #FFF;
	text-align: right;
	}
.newslink_box a {
	color: #FFF;
	}
	
/* Search */
	
.searchitem {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #0066cc;
	}
#searchresulttop{
	position: relative;
	width: auto;
	height: auto;
	padding: 5px;
	background: #0066cc;
	color: #FFF;
	}
#searchresultbottom {
	position: relative;
	width: auto;
	height: auto;
	padding: 5px;
	background: #0066cc;
	color: #FFF;
	}
#searchresultbottom a {
	color: #FFF;
	}
#searchresultbottom b {
	text-decoration: underline;
	}
	
.gptw {
	position: absolute;
	left: -155px;
	top: 120px;
	width: 110px;
	height: 70px;
}

/* Innlogging */

.logline {
	position: relative;
	height: 22px;
	width: auto;
	}
.felt {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 30px;
	}
	
/* New Front */

#new_front {
	position: relative;
	width: 584px;
	height: auto;
	padding: 20px 10px;
}
#new_front_news {
	position: relative;
	width: 260px;
	height: auto;
	float: left;
	border-top: 1px solid #EEE;
}
#new_front_text {
	position: relative;
	width: 293px;
	height: auto;
	float: right;
}
.new_front_news {
	position: relative;
	width: auto;
	height: auto;
	padding: 15px 10px;
	border-bottom: 1px solid #EEE;
}
.new_front_news:hover {
	background: #EEE;
}
.new_front_news a {
	text-decoration: none;
}
.new_front_news a:hover {
	border-bottom: 1px dotted #1a76d1;
}
.new_front_news em {
	font-style: normal;
	color: #999;
}
.new_front_news h3 {
	margin: 0px;
	color: #1a76d1;
	font-weight: normal;
	font-size: 15px;
}
.new_front_news p {
	margin: -10px 0px 0px 0px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
#new_front_text p {
	font-style: italic;
	font-size: 12px;
	color: #666;
	margin: 0px;
}
#new_front_text h2 {
	margin: 5px 0px;
}
#new_front_text h2 span {
	display: none;
}