html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #9EAAC5 url(/_img/backgroundMain.png);
}
body * {
	font: normal normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #261F53;
}
body * * {
	font: inherit;
	color: inherit;
}
a img {
	border: 0;
}
#logo a {
	position: absolute;
	top: 36px;
	left: 24px;
}
#content {
	margin-left: 210px;
}
#nav {
	position: absolute;
	top: 186px;
	width: 174px;
}

/* content part */
#nwvHeader {
	width: 40em;
	background-color: #6E75A9;
	padding: 1.2em 0;
}
#nwvHeader * {
	font: italic bold 1em Georgia, serif;
	color: #FFF;
}
#nwvPart1 {
	margin-left: 8.8em;
	padding: 0 0 .2em .9em;
	border-bottom: 1px solid #8A8FBA;
}
#nwvPart2 {
	text-align: center;
	font-size: 2em;
	padding: .1em 0 .15em;
}
#nwvPart3 {
	text-align: right;
	margin-right: 6.6em;
	padding: .2em .9em 0 0;
	border-top: 1px solid #8A8FBA;
}

/* articles part */
#articlesContainer {
	margin: 3.6em 0 2.4em 1.2em;
}
#articlesContainer * {
	line-height: 1.4;
}
#articlesContainer .article {
	width: 57em;
}
h1 {
	font: bold 1.5em Georgia, serif;
	color: #901B29;
	margin: 0 0 1.2em .8em;
	padding: .4em 0 .2em .4em;
	border-bottom: 1px solid #C3CADB;
}
h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #901B29;
	margin: 1.1em 0 .3em 1.1em;
	padding: 0 0 .2em .75em;
	border-bottom: 1px solid #C3CADB;
	clear: both;
}
h2:target {
	background-color: #C4CBDC;
	background-color: rgba(255,255,255,.39);
	border-bottom-color: #F1F2F6;
}
h2 span {
	display: block;
	width: 32.3em;
	width: 48.3em;
}
#articlesContainer h2 span span {
	display: inline;
	font-weight: normal;
	font-size: 11px;
}
.article h2 {
	clear: none;
	border-bottom: 0;
	padding-left: 0;
}
.article h2 span {
	display: inline;
	padding: 0 3em .2em .75em;
	border-bottom: 1px solid #C3CADB;
}
h3 {
	font-weight: bold;
	margin: 1.2em 2em 0;
	clear: left;
}
h4 {
	font-style: italic;
	margin: 1.2em 2em 0;
	clear: left;
}
p, #articlesContainer div, #articlesContainer address {
	margin: 0;
}
#articlesContainer .article p, #articlesContainer .article ul, #articlesContainer .article ol, #articlesContainer .article address {
	padding-right: 229px;
}
p + p, .sideInfo + p, ul + p, p + span.imgContainer + p {
	text-indent: 2em;
}
#articlesContainer p + address, #articlesContainer address + address {
	margin-top: 1.2em;
}
p.noot {
	margin: 1.2em 2em;
	width: 33.6em;
	text-indent: 0;
	font-style: italic;
}
#articlesContainer ul, #articlesContainer ol {
	margin: .6em 0 .6em 1em;
	padding-left: 1em;
	clear: left;
}
#articlesContainer li ul, #articlesContainer li ol {
	margin-top: 0;
}
#articlesContainer .article li ul, #articlesContainer .article li ol {
	padding-right: 0;
}
#articlesContainer sub, #articlesContainer sup {
	font-size: .85em;
	line-height: .5;
}
#articlesContainer a:link {
	color: #3F44E8;
	text-decoration: none;
}
#articlesContainer a:visited {
	color: #794F91;
	text-decoration: none;
}
#articlesContainer a:hover, #articlesContainer a:focus {
	color: #1819F6;
	text-decoration: underline;
}
#articlesContainer a:visited:hover, #articlesContainer a:visited:focus {
	color: #6A297C;
}
abbr {
	border-bottom: 1px dotted #261F53;
	cursor: help;
}
table {
	width: 37.6em;
	margin: 0 0 1.2em;
	margin: 1.2em 0;
	border: 1px dotted #261F53;
	border-width: 1px 0;
	clear: both;
}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: left;
}
td {
	padding: .3em;
	vertical-align: top;
}
thead td {
	font-weight: bold;
	border-bottom: 1px solid #261F53;
	color: #901B29;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* right side images */
#articlesContainer .article .imgContainer {
	float: right;
	width: auto;
	clear: right;
	margin: .3em 0 .7em 2.4em;
	border-bottom: 0;
}
#articlesContainer .article div.imgContainer {
	margin-left: 0;
}
#articlesContainer .article .imgContainer img {
	border: 1px solid #D8DDE8;
}
#articlesContainer .article .imgsWrapper {
	clear: right;
}
#articlesContainer .article .imgsWrapper .imgContainer {
	clear: none;
	margin-left: 1.2em;
}
#articlesContainer .article .imgContainer .imgDesc {
	display: block;
	font: italic normal .9em Arial, Helvetica, sans-serif;
	color: #261F53;
	text-align: right;
}
#articlesContainer span.imgContainer {
	float: left;
	width: 200px;
	margin: .2em .6em .2em 0;
	text-indent: 0;
}

/* some "special" textblocks */
.introText {
	font-weight: bold;
}
.writer {
	width: 41.78em;
	text-align: right;
	font: italic normal .9em Georgia, serif;
	margin: .11em 0;
	color: #565781;
}
blockquote {
	width: 37em;
	margin: 1.2em 0;
	border: 1px dotted #901B29;
	border-width: 0 1px 0 0;
	padding: 0 .6em 0 0;
}
blockquote p {
	font: italic bold 1.1em Georgia, serif;
	text-align: right;
	width: 100%;
	color: #901B29;
}
#articlesContainer .sideInfo {
	float: right;
	width: auto;
	margin: 0 0 1.4em 1.2em;
	border: 1px dotted #901B29;
	border-width: 0 0 0 1px;
	padding: 0 0 0 .6em;
	font: italic 1em Georgia, serif;
}
#articlesContainer .article .sideInfo p {
	width: 32.7em;
	padding-right: 0;
	color: #901B29;
	font-style: italic;
}
#articlesContainer .specialInfo {
	margin: .7em 0;
	padding: .7em 0;
	border: 1px dotted #901B29;
	border-width: 1px 0;
	clear: right;
}
#articlesContainer .article .specialInfo * {
	padding-right: 0;
	font: italic 1em Georgia, serif;
	color: #901B29;
	font-style: italic;
}

/* navigation part (level 1) */
#nav ul {
	margin: 0 0 3em;
	padding: 0;
}
#nav li {
	margin: .6em 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#nav a {
	display: block;
	padding: .3em .6em .3em 0;
	background-color: #FFF;
	text-decoration: none;
	opacity: .6;
	color: #636A99;
}
#nav a:hover, #nav a:focus, #nav a#currentSection:hover, #nav a#currentSection:focus {
	opacity: 1;
}
#nav #currentSection, #nav #aboutSite #currentSection {
	opacity: .85;
}
#nav #aboutSite a {
	opacity: .39;
	font-size: .8em;
	padding: .48em .72em;
}
#nav #aboutSite a:hover, #nav #aboutSite a:focus {
	opacity: .6;
}
/* navigation part (level 2) */
#nav ul ul {
	margin-bottom: 0;
}
#nav li li {
	margin: .3em 0;
}
#nav ul ul a {
	padding: 0 .6em 0 0;
	background-color: transparent;
	opacity: .75;
	color: #FFF;
}
#nav #currentPage {
	opacity: 1;
	cursor: text;
}
/* navigation within articles (level 3) */
#articlesContainer #navLevel3 {
	margin-top: -1.5em;
	width: 35.6em;
	list-style: none;
	/*	border-bottom: 1px solid #C3CADB;*/
}
#navLevel3 li {
	text-align: right;
	margin: .3em 0;
}
#articlesContainer #navLevel3 a {
	background-color: transparent;
	opacity: .75;
	color: #FFF;
}
#articlesContainer #navLevel3 a:hover, #articlesContainer #navLevel3 a:focus, #articlesContainer #navLevel3 #currentArticle {
	opacity: 1;
	text-decoration: none;
}

/* specific pages */
#homePage #articlesContainer .article .imgContainer {
	margin-bottom: 0;
}
#linksPage #articlesContainer p {
	margin: 0 2em;
	width: 33.6em;
	text-indent: 0;
}

/* leden javascript */
.toggleArticleHidden {
	display: none;
}
.toggleArticleShown {
	display: block;
}
.toggleHeader {
	color: #3F44E8;
	cursor: pointer;
}
.toggleHeader:hover, .toggleHeaderActive:hover {
	color: #1819F6;
	text-decoration: underline;
}
.toggleHeaderActive {
	color: #3F44E8;
	cursor: pointer;
	background-color: #C4CBDC;
	background-color: rgba(255,255,255,.39);
	border-bottom-color: #F1F2F6;
}