* {
	margin: 0; 
	padding: 0; 
}
body {
	background: #3b9948;	
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
a img {
	border: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
sub {
	font-size: 8px;
}

#wrapper {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background: url(img/naustor_bk.jpg)  -1px 0 no-repeat;	
}
#outer {
	
}
#top_menu {
	position:relative;
	zoom: 1;
}
#top_menu ul {
	padding: 79px 0 0 39px;
	margin: 0;
	list-style:none;
}
#top_menu li {
	display: inline;
}
a#lang_select_en, a#lang_select_no {
	position: absolute;
	display: block;
	width: 18px;
	height: 12px;
	top:80px;
	left:430px;
	text-indent: -10000px;
}
a#lang_select_no {
	background: url(img/nb.gif) top left no-repeat;
}
a#lang_select_en {
	background: url(img/en.gif) top left no-repeat;
}
#page {
	position: relative;	
}
#left_menu_wrapper {
	position: relative;	
}
#left_menu {
	position: absolute;	
	z-index: 10;
	top: 356px;
	left: 30px;			
}
#left_menu ul {
	list-style: none;	
}
#introtext {
	color: #0585c8;
	float: left;
	padding-left: 120px;
	padding-top: 155px;
	font-size: 13px;
	width: 140px;
	padding-right: 37px;
	height: 350px;
}
#front_page h1 {
	color: #000;
	font-family: 'Viga', sans-serif;
	font-size: 18px;
	line-height: 20px;	
}
#front_page {
	padding: 40px 40px 0 0;	
}
#front_page #content {
	padding: 12px 0 24px 0;	
	font-size: 11px;
}
#front_page #image {
	position: absolute;
	left: 297px;
}
#front_page #header {

}
#subpage {
	padding: 44px 3px 0 0;	
}
#subpage #content {
	padding: 0 70px 15px 0;	
	font-size: 11px;
	height: 395px;
	overflow: auto;	
}
#subpage.xtra-wide #content{
	padding: 0 20px 15px 0;	
	height:405px;
}
#subpage h1 {
	color: #808285;
	font-size: 16px;
	padding-bottom: 15px;
	text-transform: uppercase;	
	font-weight: bold;	
}
#subpage h2 {
	font-size: 11px;
	font-weight: bold;		
}
#content li {
	margin-left: 20px;
}
img.top {
	display: block;
	margin-bottom: 15px;	
}
