@charset "utf-8";
/* CSS Document */
HTML
{
overflow: auto;
}
BODY
{
	margin: 0px;
	background-image: url(gfx/bak.jpg);
	background-repeat: repeat-x;
	background-color: #0f5fb9;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
.ingress
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
.tekst
{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
h1, .overskrift
{
   color: #43aadf;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
h2
{
   color: #ff9900;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
#tekst
{
	position: relative;
	margin-top: 4px;
}
#toppWrapper
{
	position: relative;
	top: 0px;
	width: 1000px;
	background-image:url(gfx/bak_topp.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
}
#logo
{
	position: absolute;
	top: 24px;
	left: 87px;
}
#faner
{
	position: absolute;
	left: 86px;
	top: 107px;
}
.fane
{
	position:relative;
	float:left;
	width: 102px;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	padding-top: 9px;
	cursor: pointer;
}
.fane_aktiv
{
	color: #ff9900;
	background-image:url(gfx/aktiv_fane.gif);
}
.fane_passiv
{
	color: #43aadf;
	background-image:url(gfx/passiv_fane.gif);
}
#mainWrapper
{
	position: relative;
	top: 138px;
	left: 80px;
	width: 831px;
	background-image:url(gfx/main_bak.gif);
	background-repeat:repeat-y;
}
#main_boks
{
	width: inherit;
	background-image:url(gfx/main_topp.jpg);
	background-repeat:no-repeat;
	min-height: 530px;
	_height: 530px;

}

#bunnWrapper
{
	position: relative;
	top: 138px;
	left: 80px;
	width: 831px;
	height: 50px;
	background-image:url(gfx/main_bunn.gif);
	background-repeat: no-repeat;
}
#bunnTekst
{
	position:absolute;
	top: 24px;
	right: 0px;
	color: #FFFFFF;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#bunnTekst A
{
	color:#FFFFFF;
}
#meny
{
	position: absolute;
	left: 13px;
	top: 22px;
	background-image:url(gfx/meny_bak.gif);
	background-position:right;
	background-repeat: repeat-y
}
.menyLinje
{
	position:relative;
	height:20px;
	width: 182px;
	color: #43aadf;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4px;
	cursor: pointer;
}
.menyLinje a
{
	text-decoration: none;
	color: #43aadf;
}
.menyLinje a:hover
{
	text-decoration: none;
	color: #ff9900;
}
.menyPil
{
	position: absolute;
	left: 0px;
	top: 8px;
}
.meny0
{
	left: 0px;
}
.meny1
{
	left: 10px;
}
.meny2
{
	left: 20px;
}
.leftText
{
	position: relative;
	margin-top: 50px;
	left:13px;
	font-weight: bold;
}
.news
{
	position: relative;
	width: 180px;
	left:13px;
	height: 280px;
}
#sub_page
{
	position: relative;
	width: 615px;
	left: 205px;
}
#innhold
{
   position: relative;
	width: 380px;
	left: 20px;
	top: 20px;
}
#spalte
{
   position: relative;
   float: right;
	width: 195px;
/*	left: 20px;*/
	top: 20px;
}
#relatert
{
	position: relative;
	width: 185px;
	background-color: #eef7fc;
	padding: 5px;
}
#relatert a
{
	color: #43aadf;
}
#panel1
{
	position: relative;
	height: 190px;
	width: 609px;
	background-image:url(gfx/forside_2.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#home_tekst
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #43aadf;
	font-weight: bold;
}
#news
{
   position: relative;
	float: right;
	top: 20px;
	width: 185px;
}
#newsHead
{
	position:relative;
	/*height: 20px;*/
	width: 182px;
	color: #ff9900;
	font-size: 13px;
	font-weight: bold;
}
#news a
{
	color: #43aadf;
}
#byline_dato
{
	width:100%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #43aadf;
	color: #43aadf;
	font-style: italic;

}
.listebilde
{
	margin-right: 10px;
}
.bilde
{
	margin-right: 10px;
	margin-left: 10px;
}
#logoVl
{
	position:absolute;
	top: 24px;
}
.clearer
{
	position: relative;
	clear: both;
	line-height: 0px;
	height:0px;
	width: 100%;
}
