/*** General ***/

/*
* {
	margin: 0;
	border: 0;
}
*/

BODY {
	background-color: #ffffff;
	background-image: url( body_background.gif );
	background-repeat: repeat-x;
	text-align: center; /* IE hack */
	margin: 0;
	border: 0;
}

BODY,
TABLE {
	font-family: "Tahoma", "Verdana", "Sans";
	font-size: 11px;
	border-collapse: collapse;
}

A {
	text-decoration: none;
	outline-style: none;
	color: #2A6B95;
}
h1 a
{
	color: #000;
}
a:hover
{

	text-decoration: underline;
	/*border-bottom: solid 1px;*/
}

.page_header a:hover, .page_content a:hover, .page_breabcrumbs a:hover
{
	background: #f4f5f0;
}
.highlight a:hover
{
	color: #FFF;
	background: none;
}
/*.appetizer_large a:hover
{
	background: #ecbb5f;
}*/
.linkfooter a:hover
{
	color: #000;
	background: #cccbcb;
}
IMG {
	border: none;
	display: block; /* Fix issue with XHTML */
}

DIV.clear {
	clear: both;
}

H1,H2,H3,H4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h3
{
	font-size: 140%;
}

LI {
	list-style-type: none;
	margin: 0;
	border: 0;
}

UL {
	padding: 0;
	margin: 0;
	border: 0;
}

.article ol li, .article ul li
{
	list-style-type: decimal;
	padding-bottom: 6px;
	margin-right: 110px;
}
.article ol li li, .article ul li li
{
	margin-right: 0px;
}
.article ul li
{
	list-style-type: disc;
}
.article ol, .article ul
{
	margin: 6px 0;
	padding: 0 0 0 24px;
}

/*
A:visited
{
	color: #600117;
}
*/

/*** Page Container ***/

.page_container {
	background: #ffffff url( page_container_background.gif ) no-repeat;
	width: 982px;
	margin: 0 auto;
	overflow:hidden;
	text-align: left; /* IE counter-hack */
}


/*** Page ***/

.page {
	margin-left: 11px;
	margin-right: 11px;
}


/*** Page Body (Navigator, Breadcrumbs, Content ***/
.front_page_body{
    float:left;
    width: 100%;
    background: #efeee3 url(gradientBeige.gif) repeat-x scroll 0 0;
}

.page_body {
	margin-left: 34px;
	overflow: hidden;
}


/*** Page Content (Article, Highlights) ***/

.page_content {
	float: left;
	margin-left: 28px;
	width: 674px;
}


/*** Header ***/

.page_header {
	height: 74px;
	overflow: hidden;
	position: relative;
}
#logo
{
	position: absolute;
	top: 25px;
	left: 34px;
}
a#logo:hover
{
	text-decoration: none;
	border: none;
}

/*** Top Menu ***/

.page_topmenu {
	margin-top: 7px;
	margin-right: 0px;
	float: right;
	font-size: 100%;
}

.page_topmenu UL {
	margin: 0;
	padding: 0 2px 0 0;
}

.page_topmenu LI {
	display: inline;
	padding-right: 15px;
}

.page_topmenu A {
}

.page_topmenu LI,
.page_topmenu LI A {
/*	  font-size:   90%;*/
	color: #2c6b94;
}


/*** Search ***/

.search {
	float: right;
	margin-right: 34px;
	margin-top: 5px;
}

.search INPUT.input_submit,
.search INPUT.input_text {
	font-size: 100%;
}

.gSearchForm input.input_text, .search INPUT.input_text {
	margin: 0;
	padding: 1px 1px 1px 1px;
	border: solid #f9f8ef 1px;
	color: #000000;
	width: 100px;
	background: transparent url(/files/System/layout/google_custom_search_watermark.gif) no-repeat 0px 0px;
}
.gSearchForm input.input_text
{
	width: 250px;
}
.search span.outline, .gSearchForm span.outline
{
	border: solid 1px #dad8cd;
	display: block;
	width: 107px;
	float: left;
}
.gSearchForm span.outline
{
	width: 260px;
}
.gSearchForm input.input_submit, .search INPUT.input_submit {
	margin: 0;
	margin-left: 1px;
	padding: 2px 4px 4px 3px;
	border: none;
	background: transparent url(searchButtonBackground.gif) no-repeat;
	color: #ffffff;
}


/*** Horizontal navigation bar ***/

.page_navbar {
	background: transparent url(topNavigationBackground.gif) repeat-x;
	font-weight: bold;
	overflow: hidden;
	height: 41px;
}

.page_navbar UL {
	background: transparent url(topNavigationDivider.gif) no-repeat 34px 0px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 37px;
}

.page_navbar UL LI {
	float: left; /* allows vertical padding */
	margin: 0;
	padding: 0;
	display: inline;
	padding-bottom: 9px;
}

.page_navbar UL LI DIV {
	float: left; /* allows vertical padding */
	background: transparent url(topNavigationDivider.gif) no-repeat top right;
	padding-right: 3px;
}

.page_navbar UL LI.selected a, .page_navbar UL LI a:hover {
	border-bottom: solid 4px #e28d00;
}

.page_navbar UL LI DIV A {
	float: left; /* allows vertical padding */
	color: #fff;
	padding: 8px 11px 9px 11px;
}
.page_navbar a span {
	float: left;
	padding: 3px 0 1px;
}

/*** Breadcrumbs ***/

.page_breadcrumbs {
	font-size: 100%;
	margin-top: 2px;
}

.page_breadcrumbs UL {
	display: inline;
	margin: 0;
	padding: 0;
}

.page_breadcrumbs LI {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	padding-right: 1px;
	background-image: url( page_breadcrumbs_bullet.gif );
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

.page_breadcrumbs LI:first-child {
	background-image: none;
	padding-left: 0;
}

.page_breadcrumbs LI A {
	color: #2c6b94;
}


/*** Navigation Column ***/

.page_navcol {
	margin-top: 14px;
	width: 190px;
	float: left;
}

.page_navcol,
.page_navcol A {
	color: #000000;
}

.page_navcol UL {
	margin: 0;
	padding: 0;
}

.page_navcol li div
{
	border-bottom: solid #dad8cc 1px;
}

.page_navcol li li li div
{
	border-bottom: solid #dad8cc 1px;
}

.page_navcol a span {
	display: block;
}

.page_navcol a
{
	display: block;
	padding: 3px 0;
}
.page_navcol li a:hover, .page_navcol li.selected li a:hover, .page_navcol li.open li a:hover
{
	text-decoration: none;
	background-color: #f4f5f0;
	border-left-color: #f4f5f0;
}
.page_navcol a.selected, .page_navcol a.open
{
	font-weight: bold;
}
.page_navcol li li a.open
{
	font-weight: normal;
}
.page_navcol li a
{
	padding-left: 5px;
	border-left: solid 5px #fff;
	border-bottom: none;
}
.page_navcol li li a
{
	padding-left: 20px;
}
.page_navcol li li li a
{
	padding-left: 35px;
}
.page_navcol li li li li a
{
	padding-left: 50px;
}
.page_navcol li a.selected, .page_navcol li a.open
{
	background-color: #600117;
	border-left-color: #600117;
	color: #fff;
}
.page_navcol li.open li a.selected, .page_navcol li.open li.open li a.selected
{
	background-color: #e28d00;
	border-left-color: #e28d00;
	color: #fff;
}
.page_navcol li.open li a.selected span
{
	background: transparent url(/files/system/layout/diamondWhite.gif) no-repeat 152px 5px;
	padding-right: 20px;
}
.page_navcol li.open li li a.selected span
{
	background-position: 137px 5px;
}
.page_navcol li.open li li li a.selected span
{
	background-position: 122px 5px;
}
.page_navcol li.selected li a, .page_navcol li.open li a
{
	color: #000;
	background-color:#EFEDE2;
	border-left-color:#EFEDE2;
	border-bottom: none;
}
.page_navcol li.open li li a
{
	background-color:#f6f5f0;
	border-left-color: #f6f5f0;
}
.page_navcol li.open li.open a.open
{
	background-color: #efede2;
	border-left-color: #600117;
}
.page_navcol li.open li li a:hover
{
	background-color: #deded6;
	border-left-color: #deded6;
}
.page_navcol li.open li.open a.open:hover
{
	background-color: #deded6;
}
.page_navcol li li a
{
	background-image: url(/files/system/layout/dotBlack.gif);
	background-repeat: no-repeat;
	background-position: 14px 10px;
}
.page_navcol li li a.selected
{
	background-image: url(/files/system/layout/dotWhite.gif);
}
.page_navcol li li li a
{
	background-position: 29px 10px;
	background-color:#f6f5f0;
}
.page_navcol li li li li a
{
	background-position: 44px 10px;
	background-color:#f6f5f0;
}
/*** Frontpage ***/

.appetizers {
	float: left;
	width: 690px;
	margin-top: 14px;
}

.appetizer_large {
	width: 658px;
	padding: 1px;
	border: solid 1px #dad8cc;
	background: #f9f8ef;
	overflow: hidden;
}

.appetizer_large H1 {
	font-size: 200%;
	padding: 4px 0;
	line-height: 125%;
	margin-left: -1px;
}

.appetizer_large .appetizer_image {
	float: right;
}

.appetizer_large a
{
	color: #000;
}
.appetizer_large
{
	position: relative;
}
.appetizer_large .appetizer_link
{
	position: absolute;
	bottom: 15px;
	width: 196px;
	line-height: 15px;
}
.appetizer_large .appetizer_bar
{
	bottom: 1px;
	position: absolute;
	left: 227px;
	width: 432px;
	height: 30px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	z-index: 5;
	background-color: #e69a00;
}

.appetizer_large .appetizer_text {
	float: left;
	width: 226px;
	height: 243px;
	background: #e69a00 url(gradientOrange.gif) repeat-x;
}

.appetizer_large .appetizer_text DIV {
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.appetizers_small {
	float: left;
	width: 705px;
	position: relative;
	left: -37px; /* same as padding-left below */
	padding-top: 30px;
	overflow: hidden;
}

.appetizer_small {
	display: inline;
	width: 198px;
	float: left;
	margin-left: 30px;
	border: solid 1px #dad8cd;
	background: #f9f8ef;
	padding: 1px;
	overflow: hidden;
}
.appetizer_small .appetizer_title
{
	padding-bottom: 5px;
}
.appetizer_small .appetizer_text
{
	margin-top: 1px;
	background: #efeee3 url(gradientBeige.gif) repeat-x;
	padding: 5px 10px 10px;
}
.appetizer_small DIV {
	margin:0;
	}

.appetizer_small H1 {
	font-size: 130%;
}

.appetizer_small .appetizer_digest,
.appetizer_small .appetizer_link {
	font-size: 100%;
	line-height: 1.3em;
}

.appetizer_small .appetizer_digest {
	margin-bottom: 15px;
}

.appetizer_small .appetizer_link
{
}
.appetizer_small .appetizer_link A {
	color: #2d6b94;
}

.sidebar {
	float: left;
	width: 202px;
	margin-top: 14px;
	overflow: visible;
}


/*** News & Shortcuts ***/

div.outline
{
	border: solid 1px #dad8cd;
	background: #f9f8ef;
	padding: 1px;
	margin-bottom: 10px;
}
.sidebar div.last
{
	margin-bottom: 0;
}
div.noBottom
{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.news
{
	background: #efeee3 url(gradientBeige.gif) repeat-x;
	padding: 5px 10px 0;
	height: 178px;
}

.news_title {
	/*
	background-image: url( news_rss.gif );
	background-position: top right;
	background-repeat: no-repeat;
	*/
}

.news H3 {
	width: 166px;
	margin: -1px 0 6px -1px;
	float: left;
}

.news img
{
	float: left;
	margin: 3px 0 0 1px;
}

.news LI A {
	color: #2a6b95;
}


.news LI {
	margin-bottom: 5px;
	font-size: 103%;
	font-weight: normal;
}

.news LI.news_items_more {
	font-size: 100%;
	font-weight: normal;
	margin-top: 12px;
}

.shortcuts_container {
	background: transparent url(entrance.gif) no-repeat;
	width: 220px;
	margin-right: -18px;
	margin-bottom: 10px;
}

.shortcuts_container LI
{
	display:block;
	width: 217px;
}

.shortcuts_container LI A 
{
	display: block;
	text-indent: -9999px;
	width: 200px;
	margin-left: 8px;
}
.shortcuts_container LI A:hover
{
	border-bottom: none;
}

.shortcuts_container LI H3
{
	display: block;
	text-indent: -9999px;
	width: 200px;
}

#sc_header
{
	height: 45px;
}

#sc_aktionaer
{
	height: 35px;
}

#sc_aktionaer A
{
	height: 34px; /* -1 px from parent height to achieve separation */
}

#sc_nybesoegende
{
	height: 33px;
}

#sc_nybesoegende A
{
	height: 32px;
}

#sc_oekonomiskraadgiver
{
	height: 33px;
}

#sc_oekonomiskraadgiver A
{
	height: 32px;
}

#sc_journalist
{
	height: 45px;
}

#sc_journalist A
{
	height: 32px;
}

/*** Value ***/

.box
{
	background: #efeee3 url(gradientBeige.gif) repeat-x;
	padding: 5px 10px 10px;
}
.box h3
{
	margin-bottom: 6px;
}

.box .table
{
	margin: 0 -10px 10px;
	border-bottom: solid 1px #fff;
}
.sidebar .box table
{
	border-collapse: separate;
	width: 198px;
}
.box td
{
	margin: 0;
	font-size: 95%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #dad8cd;
	padding: 2px 5px;
}
.box td.f
{
	padding-left: 10px;
}
.box td.l
{
	padding-right: 10px;
}
.box .first td
{
	border-top: none;
}

.value {
	margin-top: 12px;
	width: 200px;
}

.value TABLE {
	width: 200px;
	border-collapse: collapse;
	font-size: 95%;
}

.value_title H3 {
	font-size: 130%;
	margin-bottom: 5px;
}

.value_items TD {
	background-repeat: repeat-x;
	background-image: url( value_items_background.gif );
	background-position: top left;
	border-top: solid #dad8cc 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

TD.value_items_title { padding-left: 5px; }
TD.value_items_value 
{ 
	padding-right: 3px; 
	font-size: 100%;
}

.value_items TD.value_items_value {
	text-align: right;
}

TD.value_items_col2.value_items_title {
	background-image: url( value_items_background_right.gif );
	background-position: top left;
}

TD.value_items_col1.value_items_value {
	background-image: url( value_items_background_left.gif );
	background-position: top right;
}
	
TD.value_items_col2.value_items_title {
	border-left:    solid #dad8cc 1px;
}

.value_items A,
.value_menu A {
	color: #2a6b95;
}

.value_menu {
	margin-top: 10px;
	font-size: 100%;
}

.value_menu LI {
	display: inline;
	padding: 0;
	margin-left: 5px;
}

.value_menu LI.omega
{
	margin-left: 34px;
}

/*** Article ***/

.article {
	width: 440px;
	/*float: left;*/
	margin-top: 15px;
}
#topWideContent .article
{
	width: auto;
	float: none;
}

.article H1 {
	margin-bottom: 18px;
	font-size: 180%;
}

.article_digest {
	display:block;
	margin-bottom: 21px;
	font-size: 14px;
	line-height: 18px;
}

.article_author {
	border-bottom: solid black 1px;
	background-image: url( article_author_shadow.gif );
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 3px;
}

.article_author_thumbnail {
	float: right;
	padding: 1px;
	border: solid 1px #dad8cd;
}

.article_meta {
	margin-bottom: 15px;
	font-size: 100%;
}

.article_published
{
	margin-top: 3px;
}

.article h2
{
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 6px;
}
.article h2.light
{
	font-weight: normal;
	margin: 0 0 3px;
	padding: 0;
	line-height: 120%;
}
.article .small
{
	font-size: 90%;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 2px;
	color: #555;
}
.article p
{
	margin: 0 0 12px;
	padding: 0;
}
.article h3
{
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 2px;
}

.article_body P {
	margin: 0;
	margin-bottom: 12px;
	font-size: 102%;
}
.article_body img
{
	display: inline;
	float: right;
	padding: 1px;
	border: solid 1px #dad8cd;
	margin: 0 -110px 3px 8px;
}
.article_body p img
{
	display: inline;
	float: none;
	padding: 1px;
	border: solid 1px #dad8cd;
	margin: 0 8px 3px 0;
}


.article_body p a img{
    border: solid 1px #dad8cd;
    padding: 1px;
}
/*.article_body p a, .article_body p a:hover{
    border: none;
    background: none;
}*/

.article H2,
.article P {
	margin-right: 110px;
}

.article td p {
	margin-right: 0;
}

.article_body_inline {
	float: right;
	margin-left: 20px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}


/*** Article Related ***/

.article_related_container {
	height: 134px;
	width: 198px;
	border: solid 1px #dad8cd;
	border-bottom: none;
	background: #fff;
	padding: 1px;
	float: right;
	margin-top: -110px; /* Hack */
}

.article_related {
	background-color: #dad8cc;
	padding: 12px 0 5px 12px;
	height: 117px;
}

.article_related H3 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	margin-bottom: 5px;
}

.article_related UL {
	margin: 0;
	padding: 0;
}

.article_related LI {
	margin-bottom: 5px;
}

.article_related LI A {
	color: #2c6b94;

/*
	background-image: url( related_bullet.gif );
	background-repeat: no-repeat;
	background-position: right 0.5em;
	padding-right: 8px;
*/
}

.article_related li a:hover {
    background: none;
}


/*** Article Footer ***/

.article_footer {
	border-top:  solid 1px #dad8cd;
	background-image: url( article_footer_shadow.gif );
	background-repeat: repeat-x;
	background-position: top left;
	clear: both;
}

.article_footer_links {
	font-size: 110%;
	margin-top: 4px;
}

.article_footer_links UL {
	margin: 0;
	padding: 0;
}

.article_footer_links LI {
	display: inline;
	padding-right: 14px;
}

.article_footer_links A {
}

.article_footer_links LI,
.article_footer_links LI A {
	font-size: 90%;
	color: #2c6b94;
}


/*** Content > Sidebar > Highlights ***/

.highlights {
	float: right;
	margin-top: 14px;
	margin-bottom: 140px;
}

.highlight {
	width: 198px;
/*
	padding-top: 1px;
*/
	border: solid #dad8cc 1px;
	background: #fff;
	padding: 1px;
	margin-bottom: 10px;
}

.highlight P {
	font-size: 120%;
	background-color: #770014;
	padding: 7px;
	margin: 1px 0 0;
}

.highlight P,
.highlight P A {
	color: #ffffff;
}


/*** Link Footer ***/

.linkfooter 
{
	height: 102px; /* midlertidig fast højde - fjernes når footeren udfyldes */
}

.linkfooter h3
{
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 6px;
}

/*-- full width with shadow --*/
.linkfooter_container {
	margin-top: 28px;
	border-top: solid #363636 1px;
	border-bottom: solid #363636 1px;
	background-color: #727272;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center; /* IE hack */
	color: #fff;
	width: 100%;
	float:left;
}

/*-- full width with horizontal border --*/
.linkfooter_wrapper1
{
	background: #666666 url(gradientGrey.gif) repeat-x;
	padding: 15px 0 25px;
}

/*-- minor horizontal adjustment --*/
.linkfooter_wrapper2
{
	margin: 0 auto;
	text-align: left; /* IE counter-hack */
	width: 940px;
}

.linkfooter {
	margin-left: 20px;
	padding: 0;
	font-size: 100%;
}

.linkfooter_section {
	float: left;
}

.linkfooter_section_col {
	float: left;
	width: 140px;
	margin-right: 12px;
}
.last
{
	margin-right: 0px;
}

.linkfooter_section_col UL {
	margin: 0;
	padding: 0;
}

.linkfooter_section_col UL LI {
	margin-bottom: 3px;
}

.linkfooter_section_col UL LI A {
	color: #fff;
}


/*** Footer (Address) ***/

.footer_container {
	text-align: center; /* IE hack */
	padding-bottom: 20px;
}

.footer {
	text-align: left; /* IE counter-hack */
	margin: 0 auto;
	margin-top: 12px;
	width: 890px;
	font-size: 100%;
}

.footer_text1 {
	float: left;
	width: 216px;
}

.footer_text2 {
	float: left;
}

/*** Compliance ***/

.compliance {
	margin-top: 50px;
}

.compliance IMG { 
	display: inline;
}

div.wide
{
	clear: both;
}

/*
.article_body table
{
	width: 100%;
}
.article_body td b, .article_body td strong
	{
	display: block;
	margin: -2px -4px;
	background: #dad8cc;
	padding: 2px 4px;
}
.article_body td
{
	vertical-align: top;
	text-align: left;
	border: solid 1px #dad8cc;
	padding: 3px 5px;
}
.article_body td.r
{
	text-align: right;
}
.article_body td p
{
	margin: 0;
	padding: 0;
}
*/
#topWideContent, #content, #rightContent
{
	overflow: hidden;
}
#content
{
	float: left;
	width: 440px;
}
#content.widelayout {
    width: 674px;
    text-align: left;
}

#rightContent
{
	float: right;
	width: 202px;
	padding: 14px 0 140px;
}

/************************** subscription ****************************/

.subscribe { padding: 0 0 20px; }
.unsubscribe { padding: 0 0 20px; }
.newsletter { float: left; width: 440px;}
.newsletter label { float: left; clear: both; padding-top: 10px; }

.newsletter input { float: left; clear: both; }
.newsletter .submit { float: left; clear: both; margin-top: 10px;}

.radioelement { float: left; clear: both;}
.newsletter .radio { float: none; display: inline; padding-top: 5px; }
.newsletter .radiolabel { float: none; display: inline; padding-top: 5px; clear: both; }


.checkelement { /*float: left; clear: both;*/ display:none; }
.checkelement .checkset { float: left; clear: both;}

.radioelement { /*float: left; clear: both;*/ display:none; }

.newsletter .checkbox { float: none; display: inline; padding-top: 5px; }
.newsletter .checkboxlabel { float: none; display: inline; padding-top: 5px; clear: both; }

.cufon { display: block; background: url(/files/System/layout/cufon/x.gif) repeat; }

/************************** generel smart list ****************************/

.listresult { /*padding-bottom: 15px;*/}
.listresult p.noTopPad { margin-top: -12px;}
.listresult h2.tight { font-size: 100%; font-weight: strong;padding-bottom: 0;margin-bottom: 0;}




















