/**
 */
@import "htmlundo.css";

a, a:link, a:visited {
	color: #184178;
	text-decoration: underline;
}

a:hover, a:active { text-decoration: none; }

.tdtop {
	font-weight: bold;
	text-transform: uppercase;
		border-bottom: 1px solid #ffffff;
}

.left {
	margin: 0 12px 12px 0;
	float: left;
}

.right {
	margin: 0 0 12px 12px;
	float: right;
}

body {
	background: url(../images/bodybg.gif);
	text-decoration: center;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
}

#page {
	width: 782px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

h2 {
	margin: 0 0 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}

/* Header */
#branding {
	height: 220px;
	overflow: hidden;
	margin: 0 0 25px;
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
}

#branding a {
	display: block;
	width: 155px;
	margin: 46px auto 0;
/*	position: relative;
	left: -314px;*/
}

/* Navigation */
#navigation {
	width: 782px;
	position: absolute;
	top: -94px;
}

#navigation ul {
	margin: 0;
	width: auto;
	border-right: 1px solid #d2d2d2;
}

#navigation li {
	float: left;
	height: 32px;
	border-left: 1px solid #d2d2d2;
}

#navigation li a {
	line-height: 32px;
	display: block;
	padding: 0 23px 0 22px;
	white-space: nowrap;
}

.frontpage #navigation li a { padding: 0 21px; }

#priNavigation .active {
	margin: 0 0 0 -7px;
	border: none;
	background: url(../images/main_active_left.gif) top left no-repeat #f9f9f9;
	position: relative;
}

#priNavigation .active a {
	margin: 0 -7px 0 0;
	background: url(../images/main_active_right.gif) top right no-repeat;
}

#navigation #subNavigation {
	margin: -2px 0 0;
	border: none;
}

#subNavigation li {
	height: 30px;
	padding: 5px 0 2px;
	margin: 0 22px;
	border: none;
}

#navigation #subNavigation li a {
	line-height: 30px;
	padding: 0 3px;
	margin: 0;
}

#subNavigation .active, #navigation #subNavigation a:hover, #navigation #subNavigation a:active {
	padding-bottom: 0;
	border-bottom: 2px solid #808285;
	text-decoration: none;
}

#navigation #subNavigation a:hover, #navigation #subNavigation a:active { border-color: #d3d1d1; }
#navigation a, #navigation a:link, #navigation a:visited { text-decoration: none; }
#navigation a:hover, #navigation a:active { text-decoration: underline; }
#navigation a { font-weight: bold; }
#priNavigation a { font-size: 1.2em; }

/* Content */
#mainContent, h1 {
	background: #fff;
	position: relative;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 8px 10px;
	margin: 0 0 4px;
	color: #325287;
}

#mainContent { padding: 18px 12px 25px; }

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

td, th, td.label {
	padding: 3px 8px;
	text-align: left;
}

td {
	text-align: right;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

thead th { text-align: center; }
.notes { text-align: left; }
.notes .container { position: relative; }

.notes #windowOpen {
	width: 780px;
/*	max-height: 400px;*/
	position: absolute;
	top: 20px;
	left: -510px;
	overflow: hidden;
	z-index: 1000;
	padding: 2px 3px;
	border: 1px solid #808285;
	background: #fff;
}

.notes .active {
	float: left;
	width: 25px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: url(../images/activeNote.gif) top left no-repeat;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.notes #windowOpen .content {
	padding: 24px 12px 24px 32px;
	max-height: 400px;
	overflow: auto;
	background: url(../images/windowbg.gif) top left repeat-y;
}

.notes #windowOpen .content h2 {
	color: #325287;
	font-size: 1em;
	font-weight: bold;
}

.notes #windowOpen p { color: #808285; }

#windowContainer #closeButton {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 23px;
	background: #fff;
}

#closeButton a {
	padding-right: 18px;
	background: url(../images/cross.gif) top right no-repeat;
}

thead .odd th {
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.companyThisYear, .companyLastYear,
.groupThisYear, .groupLastYear {
	white-space: nowrap;
	text-align: right;
}

.groupLastYear, thead .group { padding-right: 70px; }
.companyThisYear, thead .company { padding-left: 70px; }

.sum td, .groupSum td, .sum th, .groupSum th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* Key figures */
#keyFigures .note td { font-size: 0.9em; }
#keyFigures td, #keyFigures .total { padding-right: 28px; }
#keyFigures .total { text-align: right; }

#keyFigures .footnote {
	display: block;
	margin-right: -11px;
}

/* Frontpage */
.frontpage #branding { background: url(../images/frontpageTopBg.gif) top left repeat-x; }

.frontpage #content {
	margin: -63px 0 0;
	padding: 25px 0 37px;
	background: url(../images/frontpageBg.gif) bottom left repeat-x #325287;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}

.frontpage #mainContent {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#companies {
	margin: 20px 0;
/*	visibility: hidden;*/
}

#companies ul {
	margin: 0 auto;
	width: 750px;
}

#companies li {
	float: left;
	margin: 0 6px 0 6px;
}

.pdfVersions ul { margin-left: 154px; }
.pdfVersions .left { position: relative; }

.pdfVersions li {
	list-style: none;
	margin: 0 0 0.5em;
}

.pdfVersions li a {
	padding: 3px 0 3px 18px;
	background-position: left center;
	background-repeat: no-repeat;
}

.pdfVersions .pdf a { background-image: url(../images/icons/pdf.gif); }
.pdfVersions .swf a { background-image: url(../images/icons/flash.gif); }

/* Organisation page */
.orgChart #mainContent, .orgChart h1 { text-align: center; }

.orgChart #mainContent ul {
	width: 651px;
	margin: 0 auto 20px;
}

.orgChart #mainContent li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.orgChart #mainContent li a {
	display: block;
	margin: 0;
}

.orgChart #mainContent li img {
	display: block;
	margin: 0;
	padding: 0;
}

.orgChart #mainContent #onsunde {
	float: none;
	margin-left: 275px;
}

.orgChart #mainContent .section { margin: 0 0 34px; }

.orgChart #mainContent h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #1f6bb3;
}

#map {
	width: 400px;
	height: 350px;
}

.notedPage #mainContent { padding-bottom: 255px; }