﻿@media all {
}

@media screen, projection {

	body {
		padding: 0;
		margin: 0;
	}

	a {
		text-decoration: underline;
		outline: none;
	}
	
	.hide {
		position:absolute;
		left: -1500px;
		top: -1500px;
	}
	
	#readspeaker_button1 {
		padding-bottom: 10px;
	}
	
	/* Page wrappers */
	
	.pageWrapper {
		width: 992px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
	}
	
	.pageMarginWrapper {
		margin: 0px 21px;
		overflow: hidden;
	}
	
	/* Header */
	
	.headerWrapper {
		width: 100%;
		height: 60px;
	}

	.headerButtons {
		float: right;
		margin-top: 13px;
	}

	.headerButtons img {
		margin-left: 5px;
	}
	
	.headerLogo {
		width: 162px;
		height: 26px;
		border-bottom: 4px solid #006699;
		float: left;
	}
	
	a.rootLink {
		width: 162px;
		height: 26px;
		position: absolute;
		text-indent: -1999px;
	}
	
	.headerMenuWrapper {
		width: 100%;
		height: 30px;
	}
	
	.headerMenu {
		float: right;
		width: 785px;
	}
	
	.headerMenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		float: right;
	}

	.headerMenu ul li {
		float: left;
		height: 26px;
		padding-left: 14px;
	}

	.headerMenu ul li a {
		float: left;
		height: 23px;
		padding-right: 12px;
		padding-top: 8px;
		outline: none;
	}

	.headerMenu ul li.notSelectedNext {
	}

	.headerMenu ul li a {
		text-decoration: none;
		font-weight: bold;
	}
	
	.topImageWrapper {
		width: 100%;
		height: 208px;
		background-color: #a1b3c6;
		margin-top: 12px;
	}
	
	.topImageText {
		background: #fff url('../../img/universell/stjerne.png') no-repeat 20px 15px;
		width: 241px;
		height: 128px;
		position: relative;
		left: 620px;
		top: 20px;
		padding-left: 44px;
		padding-right: 20px;
		padding-top: 35px;
		font-weight: bold;
		color: #3f3f3f;
	}
	
	/* TopButtons */
	
	ul.topButtons {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	
	ul.topButtons li {
		float: left;
		margin-right: 7px;
	}
	
	ul.topButtons li a {
		display: block;
		text-align: center;
		font-size: 10px;
		text-decoration: none;
		padding-top: 17px;
	}

	ul.topButtons li a:hover {
		text-decoration: underline;
	}

	ul.topButtons li a.textButton {
		text-indent: 0;
		text-decoration: none;
		line-height: 20px;
		display: inline;
	}

	ul.topButtons li a.textNormal {
		font-size: 14px;
	}

	ul.topButtons li a.textLarger {
		font-size: 18px;
		margin-left: 3px;
	}

	ul.topButtons li a.textLargest {
		font-size: 22px;
		margin: 0px 5px 0px 3px;
	}

	li.contrast a {
		background: transparent url('../../img/universell/btn_small_contrast.png') no-repeat 50% 0px;
		height: 19px;
	}
	
	li.help a {
		background: transparent url('../../img/universell/btn_small_help.png') no-repeat 50% 0px;
		height: 19px;
	}

	li.sitemap a {
		background: transparent url('../../img/universell/btn_small_sitemap.png') no-repeat 50% 0px;
		height: 19px;
	}

	li.english a {
		background: transparent url('../../img/universell/btn_small_english.png') no-repeat 50% 0px;
		height: 19px;
	}

	li.rss a {
		background: transparent url('../../img/universell/btn_small_rss.png') no-repeat 50% 0px;
		height: 19px;
		width: 17px;
	}

	li.search {
		margin-left: 15px;
	}
	
	li.search input[type="text"] {
		border: 1px solid #d2d2d2;
		height: 24px;
		width: 133px;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	
	li.search input[type="submit"] {
		background-color: #fff;
		font-weight: bold;
		height: 26px;
		width: 33px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		border-right: 1px solid #d2d2d2;
		border-top: 1px solid #d2d2d2;
		border-bottom: 1px solid #d2d2d2;
	}
	
	/* Column setup */
	
 .columnsWrapper {
		margin-top: 20px;
		overflow: hidden;
		width: 1000px;		
	}
	
	.column {
		float: left;
		width: 303px;
		min-height: 300px;
		margin-right: 21px;
	}

	.columnRight {
		float: left;
		width: 303px;
		min-height: 300px;
		margin-right: 21px;
	}
	
	.columnRight .module-ContentWrapper-Inner {
		margin: 20px 30px 0 30px;
		padding-bottom: 20px;
	}

	.columnRight .module-ContentWrapper-Inner img {
		width: 242px;
	}
	
	.columnRightBox {
		margin-bottom: 10px;
	}
	
	.columnWide {
		width: 615px;
		float: left;
	}
	
	.columnHeader {
		width: 273px;
		padding-left: 30px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-weight: bold;
	}
	
	.columnHeader h2 {
		font-weight: bold;
		margin: 0;
		padding:0;
	}
	
	.columnWide .columnHeader {
		padding: 0;
		margin: 0;
	}

	.columnWide .columnHeader h2 {
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	.columnContent { 
		margin: 20px 30px;
		padding-bottom: 20px;
	}
	
	/* Footer */

	.separatorLine {
		background-color: #006699;
		height: 4px;
		width: 100%;
		margin-top: 22px;
	}
	
	.footerWrapper {
		margin-top: 7px;
		height: 110px;
	}
	
	.footerLogo {
		width: 321px;
		height: 35px;
		float: left;
	}
	
	.footerContactInfo {
		float: right;
		text-align: right;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	/* Leftmenu */
	ul.leftMenu  {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.leftMenu li {
		background: transparent url('../../img/universell/arrow.png') no-repeat 0 7px;
		padding-left: 12px;
	}

	ul.leftMenu li ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}


	ul.leftMenu a.selected {
		text-decoration: underline;
	}

	ul.leftMenu a.inCurrentPath  {
		font-weight: bold;
	}

	ul.leftMenu li a {
		text-decoration: none;
	}

	ul.leftMenu li a:hover {
		color: #006699;
		text-decoration: underline;
	}

	.leftMenuColumn .columnHeader {
		width: 288px;
		padding-left: 15px;
	}

	.leftMenuColumn 	.columnContent { 
		margin-left: 15px;
	}
	
	/* PATH */
	
	.pathWrapper {
		margin-top: 12px;
	}
	
	/* CONTENT */
	
	.columnWide ol {
		margin-left: 1em;
		padding-left: 1em;
	}

	.columnWide ul {
		margin-left: 1em;
		padding-left: 1em;
	}

	.columnWide li {
	  margin: 0;
	  padding: 0;
	}
	
	.columnWide h1 {
		margin-top: 0;
	}

	.columnWide h2 {
	}
	
	.columnWide {
	}
	
	.articleSummary {
		display: block;
		margin-bottom: 20px;
		font-weight: bold;
	}
	
	.articleContent {
	}
	
	.articleMeta {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		margin-top: 7px;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 15px;
		clear: both;
	}

	.printLink {
		background: transparent url('../../img/universell/printicon.png') no-repeat;
		padding-left: 15px;
	}
	
	.articleFilesWrapper {
		float: right;
		width: 302px;	
		margin: 0 0 0 15px;
		padding-bottom: 15px;
	}
	
	.articleFilesHeader {
		width: 291px;
		height: 25px;
		font-weight: bold;
		padding-left: 11px;
		padding-top: 5px;
	}

	.articleFilesContent {
		padding: 0px 11px;
	}
	
	.articleFilesContent a {
		font-weight: bold;
	}
	
	.articleImageWrapper img {
		width: 615px;
		margin-bottom: 20px;
	}

	.singleArrowLink {
		padding-left: 10px;
		background: transparent url('../../img/universell/arrow_single.png') no-repeat 0px 5px;
	}
	
	/* SHAREIT */
	
	.shareWrapper {
		float: right;
	}
	
	.addthisWrapper {
		float: left;
	}

	.socialWrapper {
		float: left;
	}
	
	ul.shareList {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	
	ul.shareList li {
		float: left;
		margin-left: 10px;
	}
	
	ul.shareList li a.blog {
		background: transparent url('../../img/universell/blog.png') no-repeat;
		width: 16px;
		height: 16px;
	}

	ul.shareList li a.twitter {
		background: transparent url('../../img/universell/twitter.png') no-repeat;
		width: 12px;
		height: 15px;
	}
	
	ul.shareList li a {
		display: block;
		text-indent: -1999px;
	}
	
	/* FRONTPAGE EVENT LIST */
	div.eventList {
	}
	div.eventItem {
		display: block;
	}
	div.eventDate {
		width:52px;	
		float: left;
	}
	div.eventLink {
		width:188px;		
		float: right;
	}
	
	div.eventSeparator {
		clear: both;
		padding-bottom: 10px;
	}
}

@media print {
	.articleMeta, .headerWrapper, .headerMenuWrapper, .leftMenuColumn, .pathWrapper, .footerWrapper, .hide, #readspeaker_button1 {
		display: none;
	}
}
