body { 
	background-color: #BEC3D9;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

* {
	font-size: 11px;
}

#wrapper { 
	position: relative; /* ref.punkt */
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#header
{
	border-right: 1px solid #868A9A;
	border-left: 1px solid #868A9A;
	border-top: 1px solid #868A9A;
}

#top1
{
	background-image: url('../images/hedding/topp2.jpg');
	background-repeat: no-repeat;
	width: 748px;
	height: 80px;	
	background-color: #FFF;
}

#top1 h1 {
	margin: 0;
}

#top1 h1 a {
	position: absolute;
	height: 60px;
	width: 214px;
	display: block;
	left: 9px;
	top: 12px;
}

#top1 h1 span {
	display: none;
}

#top2 {
	width: 748px;
	/*height: 65px;*/
	background-color: #E7E9F6;
	border-top: 1px solid #868A9A;
	/*border-bottom: 1px solid #868A9A;*/
	padding-top: 10px;
	padding-bottom: 20px;
}

#top2 .right {
	float: right;
	padding-right: 22px;
	color:#3A479C;
	font-size: 10px;
}

#top2 .right a:link,
#top2 .right a:hover,
#top2 .right a:visited,
#top2 .right a:active,
#top2 .right a strong {
	color:#3A479C;
	font-size: 10px;
}

#bunnlinje {
	width: 748px;
	background-color: #E7E9F6;
	border: 1px solid #868A9A;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
}

#mainfelt {
	width: 748px;
	background-image: url('../images/background-01.gif');
	border-left: 1px solid #868A9A;
	border-right: 1px solid #868A9A;
}

#left
{
	position: absolute;
	top: 160px;
	left: 5px;
}

#innhold {
	width: 550px;
	padding: 15px;
	padding-top: 80px;
	padding-bottom: 70px;
	padding-left: 25px;
	margin-left: 155px;
}

#innhold * {
	font-size: 12px;
}

/*
#innhold p.fritekst,
#innhold p.fritekst p,
#innhold p.fritekst * {
	font-size: 16px !important;
}
*/
#fritekst * {
	font-size: 16px;
}

/*#start-link */
#start-link a:link,
#start-link a:hover,
#start-link a:visited,
#start-link a:active
{
	color:#3A479C;
	font-size: 11px;
	position: absolute;
	left: 20px;
	top: -25px;
	font-weight: bold;
	text-decoration: underline;
}

/* tabs START */

#nav-main {
	float: left;
	width: 638px;
	background: #E7E9F6 url(../images/hedding/tabs_bg.gif) repeat-x bottom;
	font-size: 12px;
	line-height: normal;
	padding-left: 110px;
	border-right: 1px solid #868A9A;
	border-left: 1px solid #868A9A;
}
#nav-main ul {
	margin:0;
	padding:3px 5px 0;
	list-style:none;
  }
#nav-main li {
	float:left;
	background:url(../images/hedding/tab_left.gif) no-repeat left top;
	margin: 0px;
	padding:0px 0px 0px 6px;
	border-bottom:1px solid #666;
}
#nav-main a {
	float:left;
	display:block;
	width:.1em;
	background:url(../images/hedding/tab_right.gif) no-repeat right top;
	/*padding:5px 6px 4px 2px;*/
	padding:7px 12px 4px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#3A479C;
}

#nav-main > ul a { 
	width: auto; 
}
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav-main a {
	float:none;
}
/* End IE5-Mac hack */

#nav-main li a:hover {
	color:#3A479C;
}

#nav-main a:visited { 
	color: #3A479C;
}

#nav-main .current {
	background-position:0 -150px;
	border-width:0;
}
#nav-main li.current a, 
#nav-main li.current a:visited {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}

#nav-main li:hover, 
.header li:hover a {
	background-position:0% -150px;
	color:#3A479C;
}
#nav-main li:hover a {
 	background-position:100% -150px;
}

/* tabs END */


#nav-util {
	margin-left: 22px;
	padding-top: 2px;
	/*padding-bottom: 7px;*/
	color: #556091;
}

#nav-util a {
	font-size: 11px;
	text-decoration: underline;
	color: #556091;
	vertical-align: middle;
}

#nav-util ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav-util li {
	display: inline;
}

#nav-util a:hover {
	color: #556091;
}

#nav-util ul li.current a {
	font-weight: bold;
}

/* --------- */

#nav-sub {
	margin-left: 10px;
}

#nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav-sub ul li {
	padding-top: 5px;
	/*padding-left: 10px;
	list-style-type: square;*/
	padding-left: 12px;
	/*background: url(../images/li_bullett.gif) no-repeat 0 50%;*/
	background: url(../images/li-bullett.gif) no-repeat 0 7px;
}

#nav-sub a:link,
#nav-sub a:hover,
#nav-sub a:visited,
#nav-sub a:active {
	text-decoration: none;
	color: #3A479C;
}

#nav-sub ul li.current a {
	font-weight: bold;
}

#nav-sub a:hover {
	text-decoration: underline;
}

#kontakt-link {
	display: block;
	margin-left: 12px;
	margin-top: 25px;
}

#kontakt-link a:link,
#kontakt-link a:hover,
#kontakt-link a:visited,
#kontakt-link a:active {
	/*text-decoration: underline;*/
	text-decoration: none;
	color: #3A479C;
}

#kontakt-link.current a {
	font-weight: bold;
	text-decoration: none;
}

/* --------- */

#nav-tools {
	position: absolute;
	top: 165px;
	left: 440px;
	width: 300px;
	text-align: right;
}

#nav-tools a {
	/*font-weight: bold;*/
	font-size: 11px;
	text-decoration: underline;
	color: #000;
	/*display: block;*/
	/*width: 120px;*/
	margin-right: 8px;
}

#nav-tools ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav-tools li {
	display: inline;
}

#nav-tools a:hover {
	color: #000;
}

#nav-tools li.current a,
#nav-tools li.current a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	/*border-left: 5px solid #2B4F75;*/
}

#svensk-logo {
	text-align: center;
	width: 748px;
	height: 115px;
	background-image: url('../images/background-01.gif');
	border-left: 1px solid #868A9A;
	border-right: 1px solid #868A9A;
}

div.ingress {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-bottom: 50px;
}

/* --------- */
/* SideNav i utropsliste: */

.pages a {
    display: block;
    float: left;
    padding: 0 2px 1px 2px;
    margin-right: 1px;
    background: #fff;
}

.pages a {
    border: 1px solid #bbb;
    text-decoration: none !important;
	color: #3A479C;
}
.pages span {
	color: #3A479C;
}

.pages span.active,
.pages a.next,
.pages a.prev,
.pages span.next,
.pages span.prev {
	display: block;
    float: left;
    padding: 0 2px 1px 2px;
    margin-right: 1px;
    background: #DBDEF2;
	border: 1px solid #bbb;
    text-decoration: none !important;
	font-weight: bold;
}

.pages a:hover {
    border-color: #666;
}

/* --------- */
/* Def. av stiler i Style-drop-down i TinyMCE :*/
/*
.tiny0 {
	font-size: inherit;
}
.tiny1 {
	font-size: 11px;
}
.tiny2 {
	font-size: 13px;
}
.tiny3 {
	font-size: 15px;
}
.tiny4 {
	font-size: 17px;
}
*/