@charset "utf-8";

/*========================================index
/* +base element
/*   +list-style
/*   +margin/padding
/*   +color
/*   +font size
/*   +line-height 
/* +link pseudo-class
/* +header
/* +container
/* +primary-contents
/* +secondary-contents
/* +footer
/* +clearfix
/* +a11y
========================================index*/

/*====================
 +base element
====================*/
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	}
body {
	color: #404042;
	font-family:
			Arial, Helvetica, Verdana,
			sans-serif;
	font-size: 11px;
	line-height: 1;
	background: url(/Media/Images/Lib/bodyBg.png) repeat-x left top #000000;
	text-align: center;
	}
#pageContainer{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
/* +list-style */
ul,ol {
	list-style: outside;
	}
ul {
	list-style-type: square;
	}
ul ul,
ol ul {
	list-style-type: circle;
	}
ul ul ul,
ul ol ul,
ol ul ul,
ol ol ul {
	list-style-type: disc;
	}
ol {
	list-style-type: decimal;
	}

img, div, input { behavior: url("/Public/Styles/Lib/iepngfix.htc") }
 
/* +margin/padding */
.section01 h1,.section01 h2,.section01 h3,.section01 h4,.section01 h5,.section01 h6,
.section01 p,.section01 blockquote,
.section01 dl,
.section01 table {
	margin: 12px 0;
	}
.section01 li h1,.section01 li h2,.section01 li h3,.section01 li h4,.section01 li h5,.section01 li h6,
.section01 li p,.section01 blockquote,
.section01 dl,
.section01 table,
.section01 dd h1,.section01 dd h2,.section01 dd h3,.section01 dd h4,.section01 dd h5,.section01 dd h6,
.section01 dd p,.section01 dd blockquote,
.section01 dd dl,
.section01 dd table,
.section01 blockquote h1,.section01 blockquote h2,.section01 blockquote h3,.section01 blockquote h4,.section01 blockquote h5,.section01 blockquote h6,
.section01 blockquote p,.section01 blockquote blockquote,
.section01 blockquote dl,
.section01 blockquote table,
.section01 td h1,.section01 td h2,.section01 td h3,.section01 td h4,.section01 td h5,.section01 td h6,
.section01 td p,.section01 td blockquote,
.section01 td dl,
.section01 td table {
	margin: 6px 0;
	}

.section01 ul,.section01 ol {
	margin: 12px 0 12px 3em;
	}
.section01 li ul,.section01 li ol,
.section01 dd ul,.section01 dd ol,
.section01 blockquote ul,.section01 blockquote ol,
.section01 td ul,.section01 td ol {
	margin-top: 6px;
	margin-bottom: 6px;
	}

/* +color */
strong,
em {
	color: #404042;
	font-weight: bold;
	}
strong {
	color: #404042;
	font-weight: bold;
	}

/* +font size */
h1 {
	font-size: 175%;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 125%;
	}
.caption {
	font-size: 84%;
	}

/* +line-height */
#container {
	line-height: 1;
	}

/*====================
 +link pseudo-class
====================*/
a,
a span {
	text-decoration: none;
	color: #5f5d5a;
	}
a:hover,
a:hover span,
a.current {
	text-decoration: underline;
	color: #404042;
	}
a:active {
	text-decoration: none;
	}
a:active,
a:focus {
	outline: none;
	}
a[href^="http"] {
	}
a[href^="http://www.vogtwiig.no"],
a[href^="http://vogtwiig.no"] {
	}


/*====================
 +header
====================*/
#header {
	position: relative;
	height: 75px;
	width: 960px;
	margin: 0 auto;
	}
#header h1{
	position: absolute;
	top: 26px;
	margin: 0;
	padding: 0;
}
/* globalNavigation */
#globalNavigation{
	float: right;
	padding-top: 45px;
}
#globalNavigation ul li{
	display: block;
	float: left;
	padding-left: 31px;
}
#globalNavigation ul li a{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	/*letter-spacing: 1px;*/
}
#globalNavigation ul li a:hover{
	color: #e4b61c
}
#globalNavigation ul li.selected,
#globalNavigation ul li.selected a{
	color:#E4B61C;
}
#globalNavigation ul li.unselected,
#globalNavigation ul li.unselected a{
	color:#ffffff;
}
#globalNavigation ul li.last-child a:hover{
	color: #969696;
	color: #E4B61C;
}
/* shortGlobalNavigation */
#shortGlobalNavigation{
	margin-bottom: 59px;
}
#shortGlobalNavigation ul{
	padding-left: 0;
}
#shortGlobalNavigation ul li{
	list-style: none;
}
#shortGlobalNavigation ul li a{
	font-size: 20px;
	letter-spacing: 0.01em;
	line-height:1;
	text-transform: lowercase;
}
#shortGlobalNavigation ul li.selected,
#shortGlobalNavigation ul li.selected a{
	color:#E4B61C;
}
#shortGlobalNavigation ul li.unselected,
#shortGlobalNavigation ul li.unselected a{
	color:#E4B61C;
}
/*====================
 +container
====================*/
#container {
	clear: both;
	}
/*====================
 +main
====================*/
#main {
	float: right;
	width: 746px;
	background: #ffffff;
	padding:0 43px 90px;
	position: relative;
	color: white;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	}
#primary-contents{
	/*padding-top:34px;*/
}

#main select {
	border: none;
	/*color:#969696;*/
	font-weight:normal;
	text-transform:uppercase;
	margin-right:16px;
}

#main option {
	padding-right:16px;
}

body#vogtwiig div#primaryArticle div#secondary-contents, body#vogtwiig div#primaryArticle div#secondary-contents p{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
img.pageVisual{
	position:relative;
	top:0;
}
body.mennesker img.pageVisual{
	left: 0px;
	margin-bottom: 10px;
}

img.pageVisual.smallImage{
	padding-bottom: 62px;
}


div#primaryHeader div#imageResizer {
	overflow: hidden;
	width: 900px;
	margin-left: -43px;
}
div#primaryHeader div#imageResizer.tall {
	height: 262px;
}
div#primaryHeader div#imageResizer.short {
	height: 35px;
}
div#primaryHeader div#imageResizer.hidden {
	height: 0px;
	display: none;
}
body.mennesker div#primaryHeader div#imageResizer {
	margin-left: 0px;
	margin-bottom: 10px;
}
/*====================
 +leftNavigationColumn
====================*/
#leftNavigationColumn {
float:left;
padding-left:3px;
padding-right:10px;
padding-top:58px;
width:109px;
	}
#leftNavigationColumn a{
	color: #ffffff;
	text-decoration: none;
}
#subNavigation ul li a:hover,
#regionalNavigation ul li a:hover{
	color: #E4B51C;
}
#subNavigation ul li.selected,
#subNavigation ul li.selected a,
#regionalNavigation ul li.selected,
#regionalNavigation ul li.selected a{
	color: #E4B51C;
}
#subNavigation ul li.unselected,
#subNavigation ul li.unselected a{
	color:#ffffff;
}
#leftNavigationColumn h2{
	color: #ffffff;
	line-height: 1;
	margin-bottom: 86px;
	font-size: 21px;
}
#leftNavigationColumn h3{
	color: #e4b61c;
	font-size: 12px;
	margin-bottom: 3px;
}
div#leftNavigationColumn div#shortGlobalNavigation{
	background: url(/Media/Images/Lib/sideLogo.gif) no-repeat left top transparent;
}
#leftNavigationColumn #shortGlobalNavigation ul{
	margin-bottom:22px;
	padding-top: 47px;
} 
#leftNavigationColumn ul li{
	margin-bottom: 0;
	line-height: 1;
}
/* regionalNavigation */
#regionalNavigation,
#subNavigation,
#archiveLink{
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
#regionalNavigation ul,
#subNavigationul{
	margin-bottom: 45px;
	word-wrap: break-word;
}

#regionalNavigation ul li,
#subNavigation ul li{
	margin-bottom: 6px;
}
/*====================
 +primaryHeader
====================*/
div#print{
	float: left;
	margin-top: 5px;
}
div#print a{
	text-decoration: none;
	color: #969696;
	font-size: 11px;
	padding-left: 19px;
	background: url(/Media/Images/Lib/pf.gif) no-repeat left top;
	display: block;
	height: 18px;
	padding-top:3px;
}
div#print a:hover{
	color: #404042;
	text-decoration: none;
}

/*====================
 +secondary-contents
====================*/
#secondary-contents {
	}
	
#secondary-contents img#ifLogo {
	width: 50px;
	height: 50px;
	}


/*====================
 +footer
====================*/
#footer {
	height:60px;
	margin-left:77px;
	padding-top:35px;
	position:relative;
	color: #969696;
	font-size: 10px;
	}
#footer p.copyright{
	position: absolute;
	left: 49px;
}
#footer-nav{
	margin-left: 49px;
}
#footer-nav ul li{
	list-style: none;
	display: inline;
}

#footer-nav ul li.first-child,
#footer-nav ul li a{
	color: #969696;
	text-decoration: none;
	background: url(/Media/Images/Lib/footerDiv.gif) no-repeat right center;
	letter-spacing:0.04em;
	margin-right:6px;
	padding-right:10px;
}
#footer-nav ul li.last-child a{
	background-image: none;
}
#footer-nav ul li a:hover{
	text-decoration: underline;
}
/*====================
 +clearfix
====================*/
.clearfix,
div#container {
	overflow: hidden;
	}

/*====================
 +a11y
====================*/
.a11y,
#globalNavigation h2,
#header h1 span,
#footer h2 {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
	}

#canvas {
	margin-top: 0;
}
body.mennesker #canvas {
	margin-top: 27px;
}
/*====================
 +search
====================*/


div#searchBox {
	position: absolute;
	top: 83px;
	right: 20px;
	display: none;
	z-index: 100;
}

div#searchBox input#search {
	width: 124px;
	font-weight:400;
	margin-right:10px;
}

