	div.article {
	}

	div.article h1 {
		margin-top			: 10px;		
	}
	
	div.articleTeaser {
		font-size			: 16px;
		color				: #333333;
		font-family			: Arial, Verdana, Helvetica, sans-serif;
		margin				: 7px 0px 15px;
	}
	
	div.articleImageText {	
		font-size			: 10px;
		/* padding             : 0px 5px 0px 5px; */
		color               : #666666;
		/* text-align          : right; */
	}
	
	.articleImageTextLeft {
		font-size			: 10px;
		margin              : 0px 2px 0px 2px;
		padding             : 0px 0px 2px 0px;
		text-align          : left;
		line-height			: 10pt;
	}
	
	div.articleTopBar {
		border-top			: solid 1px #cfcfcf;
		margin-bottom		: 5px;
		background-image	: url(/images/identity/default/shadow_540.jpg);
		background-repeat	: no-repeat;
		background-position	: bottom center;
		width				: 540;
		padding-bottom		: 12px;
	}
	
	div.articleTopBar div.articleByline {
		float				: left;
		width				: 398px;
	}
	
	div.articleByline div.picture {
		float				: left;
		width				: 54px;
		margin				: 7px 10px 7px 0px;
		background-image	: url(/images/identity/default/byline_picture_border_hard.gif);
		padding				: 2px;
		background-repeat	: no-repeat;
	}
	
	div.articleByline div.authors {
		float				: left;
		margin				: 7px 0px 6px 0px; /* only 6 in bottom because of 1px trans */
		width				: 320px;
		padding				: 4px 10px 4px 0px;
		font-size			: 10px;
	}
	
	div.articleTopBar div.multiPageInfo {
		float				: left;
		padding-top			: 15px;
		width				: 398px;
		color				: #666666 !important;
	}
	
	div.articleTopBar div.multiPageInfo div.currentPageOutOf {
		padding-top			: 11px;
		font-weight			: bold;
	}
	
	div.multiPageHeadArticleLink {
		font-size			: 12px;
		font-weight			: bold;
		color				: #666666;
		text-decoration		: none;
		margin-bottom		: 10px;
	}

	div.multiPageHeadArticleLink a {
		font-weight			: normal !important;
		color				: #666666;
		text-decoration		: none;
	}
	
	div.multiPageHeadArticleLink a:hover {
		text-decoration		: underline;
	}
	
	div.articleTopBar div.functions {
		font-size			: 10px;
		height				: 48px;
		float				: right;
		border-left			: solid 1px #cfcfcf;
		width				: 127px;
		padding				: 10px 0px 9px 13px; /* only 9 in bottom because of 1px trans */
		overflow			: hidden;	
	}
	
	div.articleTopBar div.functions span.function {
		font-weight			: bold;
	}
	
	div.articleTopBar div.functions .sponsoredBy {
		font-family			: Arial;
		font-size			: 10px;
		color				: #a9a9a9;
		margin				: 6px 0px 1px 0px;
		text-align			: right;
	}
	
	div.articleText {
		line-height			: 130%;
		font-size			: 13px;
		letter-spacing		: 0.1pt;
		word-spacing		: 2px;
	}
		
	div.articleText div.articleAdtechAd {
		float				: right;
		color				: #aaaaaa;
		font-size			: 10px;
		padding				: 5px;
		clear				: right;
		margin-top			: 10px;
		width				: 336px;
	}

	div.articleText div.articleAdtechAd iframe {
		/*border				: 1px solid black;*/ /* Peer har ønsket fjernet*/
		right				: 0px;
		bottom				: 0px;
	}

	div.articleText div.articleAdtechAdSpacer {
		width				: 1px;
		float				: right;
		height				: 50px;
		overflow			: hidden;
		clear				: both;
	}

	div.articleText div.articleInlineBlocks {
		line-height			: normal;
		float				: right;
		clear				: both;
		color				: #393939 !important;
		margin-top			: 10px;
		margin-left			: 5px;
		width				: 218px;
		background-image	: url(/images/inlineblocks/inlineblock_tile.gif);
		background-repeat	: repeat-y;		
	}
		
	div.articleText div.articleInlineBlocksTocSpacer {
		width				: 1px;
		float				: right;
		height				: 0px;
		clear				: both;
		overflow			: hidden;
	}
	
	div.articlePageNav {
		float				: left;
		height				: 20px;
		width				: 317px;
		font-size			: 11px;
		font-weight			: bold;
		color				: #666666;
	}
	
	
	div.articleText div.articlePageNav {
		margin-top			: 20px;
	}
	
	div.articlePageNav a {
		
	}
	
	div.articlePageNav div.articlePageNavBack {
		float				: left;
		width				: 100px;
	}
	
	div.articlePageNav div.articlePageNavForward {
		float				: left;
		width				: 100px;
		text-align			: right;
	}
	
	div.articlePageNav div.articlePageNavToPage {
		float				: left;
		width				: 112px;
		text-align			: center;
	}
	
	div.articleText div.articleInlineBlocks img.articleInlineBlocksSpacer {
		background-color	: #cfcfcf;
		margin				: 10px 5px 0px;
	}

	div.articleText div.articleInlineBlocks div.blockTitle {
		font-size			: 11px;
		font-weight			: bold;
		color				: #393939;
		margin				: 10px 11px 0px 11px;
		width				: 196px;
		overflow			: hidden;
		line-height			: normal;
	}
	
	div.articleText div.articleInlineBlocks div.first {
		margin-top			: 5px; /*because the inlineblock_top.gif is 5px height */
	}

	div.articleText div.articleInlineBlocks div.blockContent {
		margin				: 10px 11px 0px 11px;
		width				: 196px;
		overflow			: hidden;
	}
	
	div.articleText div.articleInlineBlocks div.blockContent img {
		background-color	: #ffffff;
		padding				: 1px;
		border				: solid 1px #6b6b6b;
		max-width			: 190px;
	}
	
	div.articleText div.articleInlineBlocks div.blockContent {
		font-size			: 10px;
	}
	
	div.articleText div.articleInlineBlocks div.blockContent div.blockFileviewText,
	div.articleText div.articleInlineBlocks div.blockContent div.articleImageTextLeft {
		line-height			: auto;
		margin				: 5px 0px 0px !important;
		max-width			: 190px;
	}
/*	
	div.articleText div.articleInlineBlocks div.statement {
		font-size			: 10px;
		margin				: 5px;
		font-size			: 11px;
	}	
*/
	div.articleText div.articleRelated {
		font-size			: 12px;
		background-image	: url(../images/identity/default/shadow_300_background.jpg);
		background-repeat	: no-repeat;
		background-position	: bottom center;
		width				: 300px;
		overflow			: hidden;
		padding				: 0px 0px 25px 0px;
		margin				: 10px 0px 0px 20px;
	}

	div.articleText div.articleRelated h2.articleRelatedTitle {
		margin-bottom		: 5px;
	}
	
	div.articleText div.articleRelated ul {
		margin-top		: 5px;
	}
	
	div.articleText div.articleRelated div.articleRelatedMore {
		text-align			: right;
	}
	
	div.article div.bottomlinks {
		font-weight			: bold;
		font-size			: 10px;
		margin				: 10px 0px 0px 0px;
		background-image	: url(/images/simpson/articleBottom_tile.gif);
		background-repeat	: repeat-y;
		background-position	: top center;
	}
	
	div.article div.bottomlinks div.raquo {
		color				: #1C426C;
		float				: left;
		width				: 13px;
		margin-bottom		: 5px;
	}
	
	div.article div.bottomlinks div#mostreadArticles div.raquo {
		margin-left			: 5px;
	}
	
	div.article div.bottomlinks div.link {
		float				: left;
		width				: 246px;
		margin-bottom		: 5px;
	}
	
	div.article div.bottomlinks div#mostreadArticles div.link {
		float				: left;
		width				: 240px;
		margin-bottom		: 5px;
	}
	
	div.article div.bottomlinks a, div.article div.tags a {
		font-weight			: bold;
		text-decoration		: none;
	}
	
	div.article div.tags {
		font-size			: 10px;	
	}

	div.article div.bottomlinks div.relatedArticles  {
		float				: left;
		width				: 259px;
		padding				: 0px 10px 0px 0px;
	}
	
	div.article div.bottomlinks div.heading {
		font-size			: 11px;
		float 				: left; 
		width				: 259px;
		margin				: 3px 0px 6px 0px; 	
	}
	
	div.article div.tags div.heading {
		font-size			: 11px;
		font-weight			: bold;
		margin				: 7px 0px 6px 0px; 		
	}
	
	div.article div.bottomlinks #mostreadArticles div.heading {
		margin-left			: 5px; 	
	}
	
	div.article div.bottomlinks div#mostreadArticles  {
		float				: left;
		width				: 259px;
		padding				: 0px 10px 0px 0px;
	}

	div#articleTagList {
		border-top			: 1px solid #cfcfcf;
		margin-top			: 10px;
			
	}
	
	div.searchnavBottom {
		background-image	: url(../images/identity/default/shadow_556_background.jpg);
		background-repeat	: no-repeat;
		background-position	: bottom center;
		width				: 540px;
		overflow			: hidden;
		padding				: 5px 0px 20px 0px;
	}

	div.articlePodcast {
		margin				: 5px 0px 10px 0px;
	}

	div.articlePodcastAds {
		margin				: 5px 0px 0px 0px;
		font-size			: 10px;
		border				: solid 1px #D3DBDE;
		padding				: 5px;
	}
	
	div.articlePodcastLatestSerie {
		margin				: 10px 0px 12px 0px;		
		font-size			: 12px;
		color				: #999999;
		line-height			: 170%;		
	}

	div.articlePodcastLatestSerie a {
		font-size			: 12px;
	}
	
	div.articlePodcastLatestAll {
		margin				: 10px 0px 0px 0px;
		font-size			: 12px;
		color				: #999999;
		line-height			: 170%;		
	}
	div.articlePodcastLatestAll a {
		font-size			: 12px;
	}
	
	div.articlePodcastTeaser {
		font-size			: 10px;
		margin-left			: 30px;
		line-height			: 100%;
	}
	
	div.articleThreadHeadlines {
		width				: 540px;
		overflow			: hidden;
		padding				: 0px 20px 0px 20px;
		margin-bottom		: 15px;
	}
	
	
	
	.articleUserblogKeywords
	{
	    color               : #A9A9A9;
	    margin-bottom       : 10px;
	}
	
	.articleModeratedText
	{
	    font-size           : 13px;
	    font-family         : verdana;
	    font-weight         : bold;
	    padding             : 10px;
	}
	

	.newsletter_unsubscribelink
	{
	   font-weight          : bold;
	}
	
	.newsletter_subscribelink
	{
	   font-weight          : bold;
	}
	
	.newsletter_unsubscribelink a
	{
	    color               : #830202; 
	    font-weight         : bold; 
	    text-decoration     : none
	}
	
	.newsletter_unsubscribelink a:hover
	{
	    color               : #830202; 
	    font-weight         : bold; 
	    text-decoration     : underline
	}
	
	.newsletter_subscribelink a
	{
	    color               : #008200; 
	    font-weight         : bold; 
	    text-decoration     : none;
	}
	
	.newsletter_subscribelink a:hover
	{
	    color               : #008200; 
	    font-weight         : bold; 
	    text-decoration     : underline
	}
	
	/* openads */	
	div.columnRow.openads {
		border-top			: solid 1px #C3C4C6;	
		padding-bottom		: 21px;
		background-image	: url(/images/identity/default/shadow_540.jpg);
		background-repeat	: no-repeat;
		background-position	: bottom center;	
		font-family			: Arial,Verdana !important;
	}

	div.articleText h2 {
		margin-top			: 10px;
	}
	
	div#articleText div.pages {
		width				: 196px;
		font-size			: 10px;
		font-weight			: bold;
		color				: #1C426C;
	}
		
	div#articleText div.articleInlineBlocks div.icon {
		float				: left;
		font-size			: 10px;
		width				: 12px;
		font-weight			: bold;
		margin-bottom		: 5px;
		color				: #1C426C;
	}
	
	div#articleText div.articleInlineBlocks div.link {
		float				: left;
		width				: 184px;
		font-size			: 10px;
		font-weight			: bold !important;
		margin-bottom		: 5px;
	}
	
	
	div#articleText div.pages a {
		text-decoration		: underline;
		border-bottom		: 0px;
	}
	
	div#articleText div.pages a:hover {
		text-decoration		: none;
		border-bottom		: none;
	}
	
	
	div.articlePageNav div.articlePageNavToPage a.currentPage,
	div#articleText div.pages div.currentPage,
	div#articleText div.pages div.currentPage a {
		color				: #666666;
		text-decoration		: none;
		border-bottom		: none;
	}
	
	/* Skal kun bruges så længe Edison kører */
	#edisontv1{
		display				:none;
	}
	
	#edisontv2{
		display				:none;
	}	
	
	#edisonplayerwrapper {
		display				:none;
	}
	
	.edisonHidden {
		display				:none;
	}
	

/* Print layout */

div.article_print {
	width: 640px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
div.print_info {
	width: 135px;
	font-size: 10px;
	float: right;
	position: relative;
	top: -86px;
}
div.articlePrintAdtechAd {
	margin: 0 0 10px 10px;
	float: right;
	color: #999;
	font-size: 12px;
}

div.simpson-infobox-title {
	margin-bottom: 10px;
}

.cwskema table{
	border: 0px solid black;
}

.cwskema td, th{
	text-align: right;
}

.cwskema .text{
	text-align: left;
}

div.printBlockFix * {
	font-size: 13px !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
	text-align: left !important;
}

.updatedText {
	margin-bottom		: 15px;
	font-weight			: bold;
	
}
