/*
- DEFAULT HTML STYLES 
- CONTAINER STYLES
- SPAN STYLES
- HEADLINE STYLES 
- PARAGRAPH STYLES 
- LIST STYLES
- LINK STYLES 
- IMAGE STYLES
- TABLE STYLES 
- FORM STYLES
- DIVERSE STYLES
*/

/* */
@import url('/App_Themes/LDO/styles/medium.css');
@import url('/App_Themes/LDO/styles/large.css');

/* 
---------------------------------------------------------------------------------------------
DEFAULT HTML STYLES 
---------------------------------------------------------------------------------------------
*/
html {margin:0;}
body { 
	font-size:76%;
	font-family:Arial, sans-serif;
	background:url(../images/bg2.gif) repeat-x #fdfdfd;
	margin:0;
	padding:0;
	color:#000000;
	}
body.small {
    font-size: 76%;
}
body.medium {
    font-size: 91%;
}
body.large {
    font-size: 106%;
}
/*
body.medium {
    font-size: 100%;
}
body.large {
    font-size: 150%;
}
*/
h1{
	font-size:1.8em;
	margin-top:5px;
	color:#5F0D77;
	}
h2{
	font-size:1.3em;
	margin-bottom:5px;
	color:#5F0D77;
	}	
 
h3 {font-size:156%;font-weight:normal;}
h4 {font-size:116%;font-weight:bold;}
p {
	margin:8px 0 8px 0;}
ul {
	margin:0 0 0 15px;
	 
	list-style:square;
	padding:0;
	margin:0;
	margin:0px 0 0 15px;
	}
ol {}
li {line-height:1.4em;}

/*RIKTIG REKKE: LoVe HAte*/
a:link {
	color:#000000;
	text-decoration:underline;
	}
a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	color:#000000;
	text-decoration:none;
	}
a:active {
	color:#000000;
	text-decoration:underline;
	}
form {margin:0;padding:0;}




/* 
---------------------------------------------------------------------------------------------
CONTAINER STYLES 
---------------------------------------------------------------------------------------------
*/
div.wrapper {
	background:url(../images/bodyBg_sprite.png) repeat-y;
	background-position: 0 0;
	width:916px;
	margin:0 auto;
	overflow:hidden;
	padding:0px 20px 0 20px;
	}
div.printLogo {background-color:#fefefe;}
#header {
	clear:both;
	background:url(../images/header.png) no-repeat #ffffff;
	background-position: 0 0;
	width:876px;
	/*height:147px;*/
	overflow:hidden;
	float:left;
	display:inline;
	padding: 10px 20px 5px 20px;
	}
	/*
body.medium #header
{
	width: 926px;
}
*/
	
#logo {
	clear:both;
	width: 303px;
	height:101px;
	margin-top:10px;
	float:left;
	display:inline;
	}
#logo a{
	width:303px;
	height:101px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}	
div.tools {
	padding-top:10px;
	float:right;
	width:501px;
	clear: right;
	overflow:hidden;
	display:inline;
	}	
div.search {
	float:right;
	display:inline;
	text-align:right;
	width:28%;
 
	 }
ul.buttons {
	clear:both;
	float:right;
 
	margin-top:50px;
	display:inline;
	list-style:none;
	text-align:center;
	 }
.col_middle ul.buttons,
.col_wide ul.buttons {
	float:none;
	background:transparent url(../images/dot.gif) repeat-x bottom;
	margin:0;
	padding:10px 3px;
	text-align:left;
	width:100%;
	overflow:hidden;
	display:block;
	
}	 
ul.buttons li {
	height:1.6em;
	padding:1px 2px 1px 2px;
	border:solid 1px #5f0d77;
	font-size:1em;
	background:#ffffff;
	margin-bottom:5px;
	float:right;
	margin-left:6px;

}
.col_middle ul.buttons li,
.col_wide ul.buttons li {
	float:left;
	padding:0;
	border:0;
	width:auto;
	margin-right:20px;
}
.col_middle ul.buttons li.print,
.col_wide ul.buttons li.print {
	background:url(../images/print.gif) no-repeat left;
	padding-left:20px;
}
.col_middle ul.buttons li.tips,
.col_wide ul.buttons li.tips {
	background:url(../images/tips.gif) no-repeat left;
	padding-left:25px;
}
.col_middle ul.buttons li.fb,
.col_wide ul.buttons li.fb {
	background:url(../images/fb.gif) no-repeat left;
	padding-left:25px;
}
.col_middle ul.buttons li a:link,
.col_middle ul.buttons li a:visited,
.col_middle ul.buttons li a:active,
.col_wide ul.buttons li a:link,
.col_wide ul.buttons li a:visited,
.col_wide ul.buttons li a:active {
	text-decoration:underline;
	
}	
ul.buttons li a:link,
ul.buttons li a:visited,
ul.buttons li a:hover,
ul.buttons li a:active {
	text-decoration:none;
	color:#5f0d77;
	display:block;

} 
div.buttons input{
	height:22px;
	color:#000000;
	padding-bottom:10px;
	font-size:1em;
	border:solid 1px #929394;
	background:url(../images/bg_buttons.jpg) repeat-x;
	background:#ffffff;
	margin-bottom:5px;
}
ul.buttons li.speaker{
	background:url(../images/speaker.gif) no-repeat center #ffffff;
	width:50px;
	
	}
.col_middle ul.buttons li.speaker,
.col_wide ul.buttons li.speaker{
	width:auto;
	background:url(../images/speaker.gif) no-repeat left #ffffff;
	padding-left:22px;
}	
ul.buttons li.speaker a span {
	visibility:hidden;
	}	
 
ul.buttons li.contrast{
	background:#000000;
	border:#000000;
	clear:left;
	
	}
ul.buttons li.contrast a:link,
ul.buttons li.contrast a:active,
ul.buttons li.contrast a:visited,
ul.buttons li.contrast a:hover{
	color:#FFFF00;
	}
 	
#SearchArea
{
	margin: 0 0 20px 0;
}
div.result
{
	font-size: 1.2em;
	font-style: italic;
} 	
 		
div.search input.txt {
	border:0;
	border-top:1px #8e8e8e solid;
	width:140px;
	height:19px;
 
	}
div.search input.submit {
 
	background:#5f0d77;
	border:0;
	height:22px;
	color:#ffffff;
	text-transform:uppercase;
	display:inline;
}		
	


 
#contentWrapper {
	clear:both;
	width:916px;
	overflow:hidden;
 }
body.search div.col_left
{
	display: none;
}
div.col_left {
	margin-top:5px;
	width:215px;
	float:left;
	display:inline;
 
	}
div.col_middle {
	margin-top:5px;	width:486px;float:left;
	background:url(../images/dotMiddle_sprite.png) repeat-y;
	background-position: 0 0;
}	
div.col_right {	 
	margin-top:5px;
	width:215px;float:right;
	}
div.col_wide {
	margin-top:5px;	width:701px;float:left;
	background:url(../images/dot_ver.gif) repeat-y left top;
	overflow:hidden;
}	
.campaignbox_1,
.campaignbox_2{
	background:#5f0d77;
	overflow:hidden;
	color:#ffffff;
	padding:12px;
	margin-bottom:5px;
	padding-bottom:15px;
	
	}
 
.dotted {
	background:url(../images/dot.gif) repeat-x;
	clear:both;
	height:1px;	margin:5px 0;
	}
hr {
	display:none;
	}		
.campaignbox_2 {
	background:#ffffff;
	color:#5f0d77;
	
	}
.col_right .campaignbox_2,
.col_right .campaignbox_1{
	margin-left:5px;}
.col_left .campaignbox_2,
.col_left .campaignbox_1{
	margin-right:5px;}			
.campaignbox_1 h3,
.campaignbox_2 h3{	
	font-size:1.6em;
	font-weight:bold;
	padding:0;
	margin:0;
	
	margin-top:3px;
	 
	}

.campaignbox_2 a:link,
.campaignbox_2 a:visited,
.campaignbox_2 a:active,
.campaignbox_2 a:hover{
	color:#5f0d77;
	}	
.campaignbox_1 a:link,
.campaignbox_1 a:visited,
.campaignbox_1 a:active,
.campaignbox_1 a:hover{
	color:#ffffff;
	}				
.element_profile{
	margin:0 5px 5px 5px;
	
	}
.element_profile img{
	/*width:470px; ssm  2010-04-16 */
}
	
.element_profile a{
	color:#5f0d77;
	}	
 	
.element_profile h1 {
	color:#5f0d77;
	font-size:2.0em;
	padding:0;
	margin:10px ;
	Xbackground:url(../images/profile_h1.gif) no-repeat right;
	}
.element_news h2{
	background:#5f0d77;
	color:#ffffff;
	font-size:1.2em;
	padding:3px 3px 3px 10px;
	margin:0 8px 5px 8px;
}
.newsroot 
{
	text-align:right;
	margin:0 10px;
}

.newsroot a
{
	color:#5F0D77;
}

dt {
	font-weight:bold;}

.article_list_categories
{
    text-align: right;
}	

.article_list_image ul,
.article_list_no_image ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.article_list_image ul li,
.article_list_no_image ul li{
	margin:0;
	display:block;
	padding:0;
	list-style:none;
	color:#000000;
	padding:10px 0;
	overflow:hidden;
}
.article_list_image ul li h3 a,
.article_list_no_image ul li h3 a{
	color:#5f0d77;
	font-size:1.2em;
	}
.article_list_image ul li img	{
	width:100px;
	float:left;
	padding:0 8px 8px 8px;
	overflow:hidden;
}


.element_news ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.element_news li{
	margin:0;
	display:block;
	padding:0;
	list-style:none;
	color:#000000;
	padding:10px 0;
	overflow:hidden;
	background:url(../images/dot.gif) repeat-x bottom;
	width:486px;
 
	}
.element_news .text{
	float:right;
	width:370px;
	overflow:hidden;
	}	
.element_news span.date{
	font-size:0.9em;
	 
	}
.element_news img{
	width:100px;
	float:left;
	padding:0 8px 8px 8px;
	overflow:hidden;
 
	}
.element_news h3 a,
.element_news h2 a{
	color:#5f0d77;
}		
.element_news h3,
.article .element_news h3{
	color:#5f0d77;
	font-size:1.4em;
	padding:0;
	margin:0;
	margin-top:3px;
	padding:0 8px;
	font-weight:bold;
	}
.element_news p{
 
	margin-top:3px;
	padding:0 8px

}					
	
	
.element_profile p {
	color:#5f0d77;
	padding:5px 10px;
	
 
	}
 

#footer {
	background:#5f0d77;
	text-align:center;
	padding:5px 0;
	margin:15px 0;
	color:#ffffff!important;
	}
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color:#ffffff;
	}
#footer p {color:#ffffff;}		

#menu_help {
	clear:both;  overflow:hidden; width:916px;
	margin-top:25px;
	color:#000000;
	border-top:solid 1px #000000;
	}
#menu_help dl {
	float:left; width:152px; overflow:hidden; margin:0; margin-top:10px;
	}	
#menu_help dl dt
{
	font-size:1.3em; margin-bottom:12px; padding-bottom:8px;  
	background:url(../images/dot.gif) repeat-x bottom; 	
}	
#menu_help dl dd{
	margin:0; padding:0;	
}
#menu_help ul, 
#menu_help ul li{
	margin:0; padding:0; list-style:none;
	}
#menu_help ul {
	padding-right:55px; line-height:18px;
	}		
#menu_help a {
	color:#5f0d77;
	}
.article,
#faq {
	margin:10px 0px 10px 10px;
	padding-right:10px;
	}
div.article .landing_image {
	width:466px;
	margin-bottom:20px;
}
div.article .article_image {
	width:180px;
	
	margin-right:20px;

}
.date{
	color:#000000;
 
	 
}	
 
#faq {
	line-height:1.8em;}
#faq a{
	text-decoration:underline;
}
#faq a:hover{
	text-decoration:none;
}		
#faq h3 {
	font-size:1.2em;
	font-weight:bold;}
#faq dd {
	margin:0;
	border-bottom:solid 1px #5F0D77 ;
	margin-bottom:5px;
	}
#faq dt span {
	text-decoration:underline;
}			
.article h3{
	font-size:1.1em;
	color:#000000;
	margin-bottom:0;
	font-weight:bold;
	margin:0;
	}	

h1 a{
	color:#5F0D77;
	}
 	
 
a {
	color:#000000;
	}		
p.ingress {
	font-weight:bold;
	font-size:1.1em;
	color:#5f0d77;
	padding-bottom:15px;
	}
ul.dynamic_content {
	margin:0 10px;
	padding:0;
	list-style:none;
	}

.dynamic_content h2{
	background:#5f0d77;
	font-size:1.2em;
	color:#ffffff;
	padding:5px 10px;
	margin:0 0 1px 0;
	}		
.dynamic_content h2 a:link,
.dynamic_content h2 a:visited,
.dynamic_content h2 a:active{
	color:#ffffff;
	text-decoration:none;
	padding-left:25px;
	background:url(../images/arrow_white_right.gif) no-repeat 0 4px;
	}
ul.dynamic_content li.open a{
	background:url(../images/arrow_white_down.gif) no-repeat 0 4px;
	}
.teaser	{
	background:url(../images/bg_campaign.gif) repeat-x #ffffff;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	}
.teaser	a{
	color:#000000 !important;	
	}

/* 
---------------------------------------------------------------------------------------------
SPAN STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
HEADLINE STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
PARAGRAPH STYLES 
---------------------------------------------------------------------------------------------
*/





/* 
---------------------------------------------------------------------------------------------
LIST STYLES 
---------------------------------------------------------------------------------------------
*/
 
 
ul#menu_tool,
ul#menu_language,
ul#menu_language_int {
	list-style:none; 
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-left:-7px;
	margin-right:-7px;
	float:left;
	overflow:hidden;
	width:24%;
}
.col_middle ul#menu_language,
.col_wide ul#menu_language_int {
	width:100%;
	padding:10px 3px 10px 3px;
	margin:0;
	background:transparent url(../images/dot.gif) repeat-x bottom;
	text-align:left;
	
	} 
ul#menu_language,
ul#menu_language_int  {
	width:48%;
	}
ul#menu_tool {
 
	margin:0;}	
ul#menu_language li.air a,ul#menu_language_int li.air a {
	margin-right:10px;
	background:none;
	
	}	
ul#menu_tool li,
ul#menu_language li,
ul#menu_language_int li{
	display:inline;
	
	
	}
ul#menu_tool li a,
ul#menu_language li a,
ul#menu_language_int li a{
	color:#5f0d77;
	text-decoration:none;
	background:url(../images/menu_spacer.gif) right no-repeat; 
	padding:0px 7px 0px 7px;
	overflow:hidden;
	}
ul#menu_tool li a:hover,
ul#menu_language li a:hover,
ul#menu_language_int li a:hover{
	text-decoration:underline}	
a.lastLi   {
	background:none !important;
	}
li.firstLi   {
	border-left:0 !important;
	
	}
 		
ul#menu_main,
ul#breadCrumb {
	clear:both;
	list-style:none; 
	margin:0;
	padding:0;
	background:url(../images/menu_bg.gif) repeat-x;
	width:916px;
	display:block;
	Xoverflow:hidden;
	Xheight:83px;
	padding-bottom:80px;
}
ul#menu_main {
	padding-bottom:20px;
	overflow:hidden;}
.temasider  {
	float:right;
	margin:10px 0px;
	clear:both;}
.related_content {
	clear:both;
	background:#edeeee;
	overflow:hidden;}

.related_content h2,
.comments h2{
	background:#5F0D77 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:1.2em;
	margin:0 0 1px;
	padding:5px 10px;
}
.related_content ul,
.comments ul,
.comments p.heading {
	list-style:none;
	margin:10px;
	}
.comments ul,
.comments_form {
	background:url(../images/dot.gif) repeat-x;
	padding-top:20px;
	overflow:hidden;
	
	}
.comments_form {
	padding:20px 20px;
	float:left;
	width:661px;
	}
.comments_form label{
	clear:both;
	float:left;
	width:100px;
	margin-bottom:5px;
	}
.comments_form textarea,
.comments_form input{
	float:left;
	width:350px;
	margin-bottom:5px;
	}			
.comments_form input.submit{
	clear:both;
	float:right;
	background:url(../images/bg_submit.jpg) repeat-x;
	height:22px;
	width:50px;
	color:#FFFFFF;
	border:0;
}	
.related_content p,
.related_content a	{
	color:#000000;}
		
.temasider ul{
	display:inline;
	margin:0;
	}
ul#breadCrumb {
	float:left;
	background:none;
	font-weight:bold;
	background:url(../images/dot.gif) repeat-x bottom;
	height:auto;
	padding-top:3px;
	padding-bottom:12px;
}
 
ul#menu_main li{
	display:inline;
	height:60px;
	border-right:solid 1px #bdc0c0;
	border-left:solid 1px #f4f4f4;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	line-height:1em;
	 
	}
ul#breadCrumb li{
	display:inline;
	font-size:0.9em;
	padding-right:5px;
}
.temasider ul li{
	display:inline;
	}
 
 
ul#menu_main li a {
	text-decoration:none;
	background:url(../images/menu_bg.gif) repeat-x;
	padding:25px 20px 0 20px;
	display:block;
	color:#5f0d77;
	height:35px;
	float:left;
	}
ul#menu_main li.selected a,
ul#menu_main li.selected a:hover {
	color:#ffffff;
	background:#5f0d77;
}

ul#menu_main li a:hover {
	background:url(../images/menu_bg_over.gif) repeat-x;
	 

}

ul#breadCrumb li a,
.temasider ul li a{
	color:#5f0d77;
	 
	padding:0 10px 0 5px;
	background:url(../images/breadcrumb_spacer.gif) right no-repeat; 
}
.temasider ul li a{
	background:none;
	padding-right:5px;}
	
ul#subject,
ul#subjects,
#left_menu ul {
	background:#ffffff;
	font-weight:bold;
	padding:0;
	margin:0;
	list-style:none;
	margin-right:5px;
	overflow:hidden;
}
ul#subject li ul,
ul#subjects li ul,
#left_menu li ul {
	margin:0;
	padding:0;
	}	
#subject li,
#subjects li{
	font-size:1.2em;
	border:solid 1px #dfcfe4;
	border-left:10px solid #5f0d77;
	margin-bottom:5px;
	padding:5px 0 10px 10px;
	background:#fafafa;
	
}

#left_menu li{
	font-size:1.1em;
	letter-spacing:0.1em;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	background:#ffffff;
	background:url(../images/dot.gif) repeat-x bottom;
}
ul#subject li ul li,
ul#subjects li ul li,
#left_menu li ul li{
	background:none;
	list-style:none;
	padding:0;
	margin:0;
	font-size:0.9em;
	border:0;
}
#left_menu li a.selected {
	text-decoration:underline !important;
	}

#left_menu li ul {
	padding:5px 0 5px 0;
 
	}
ul#subject li a,
ul#subjects li a,
#left_menu li a{
	text-decoration:none;
	color:#5f0d77;
	display:block;
	padding-left:20px;
	padding-top:5px;
	background:url(../images/arrow_purple_right.gif) no-repeat left;
	}
ul#subject li.open a,
ul#subjects li.open a,
#left_menu li.open a{
	background:url(../images/arrow_purple_down.gif) no-repeat left;
}	
ul#subject li ul li a,
ul#subjects li ul li a,
#left_menu li ul li a{
	 
	text-decoration:underline;
	padding-top:0;
	}
ul#subject li ul li a:hover,
ul#subjects li ul li a:hover,
#left_menu li ul li a:hover{
	 
	text-decoration:none;
	
	}
#left_menu li ul li a,
#left_menu li.open ul li a{
	background:none;
	margin-left:15px;
	margin-bottom:5px;
	text-decoration:none;
}
 
#left_menu li ul li ul li a,
#left_menu li.open ul li ul li a{
	background:none;
	margin-left:30px;
	margin-bottom:5px;
	text-decoration:none;
	font-size:1.3em;
}

/*
.article ul.list {
	list-style:none;
	margin:0;
	padding:0;}	
.article  ul.list li {
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:10px;
	background:url(../images/dot.gif) repeat-x center bottom;
	padding-bottom:10px;
	}
*/		
.tipsfriend {
	color:#5F0D77;
	margin:10px 0 10px 10px;
	padding-right:10px;
	background:url(../images/dot.gif) repeat-x center bottom;
	padding-bottom:10px;}
.tipsfriend label {
	margin-right:5px;
	}		

/* 
---------------------------------------------------------------------------------------------
LINK STYLES 
---------------------------------------------------------------------------------------------
*/
a.nav1 {display:block;float:left;background-color:black;color:white;text-decoration:none;padding:5px;}
a.nav1:hover {background-color:white;color:black;}







/* 
---------------------------------------------------------------------------------------------
IMAGE STYLES 
---------------------------------------------------------------------------------------------
*/
 




/* 
---------------------------------------------------------------------------------------------
TABLE STYLES 
---------------------------------------------------------------------------------------------
*/
table {
	color:#000000;}





/* 
---------------------------------------------------------------------------------------------
FORM STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
DIVERSE STYLES 
---------------------------------------------------------------------------------------------
*/
div.printLogo { display : none; }
br.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
 
	}
.hiddenTxt {
	position:absolute;
	left:-1000px;
	width:900px; 
	color:#000000;
	}
.hiddenTxt a:link,
.hiddenTxt a:visited,
.hiddenTxt a:active,
.hiddenTxt a:hover {
	color:#000000;
	}
 
	 
img {border:0;}

span.small {
	font-size:0.9em;
	}
span.medium {
	font-size:1.1em;}
span.large {
	font-size:1.3em;}		
ul.buttons li.size a:link, 
ul.buttons li.size a:visited,
ul.buttons li.size a:hover,
ul.buttons li.size a:active {
	display:inline;}

.box {
	background:#efefef;
	clear:both;
	color:#000000;
	float:right;
	margin:0 0 20px 20px;
	overflow:hidden;
	padding:20px 10px;
	width:196px;
	}
.box a{
	color:#000000;
	}
.sok h1 {
	color:##5F0D77;
	font-size:1.8em;
	margin-top:5px;}
.box h2 {
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:0;
	}
.box h3 {
	color:#141414;
	font-size:1.2em;
	font-style:normal;
	text-transform:none;
	}
	
.sok .list_element h2 {
	font-size:1.2em;
}
.sok .list_element p {
	font-style:italic;
	margin-top:0;
	}
.sok .list_element {
	clear:none;	
	}
	
div.search_result .list_element div.date {
	font-style:italic;
	}	
 

#SiteMap ul li {
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
	padding-top:10px;
	list-style:none;			
	}
#SiteMap ul li a {
	font-size:1.6em;
	line-height:2em;
	padding-left:5px;
	text-decoration:none;
	vertical-align:text-bottom;	
	}
#SiteMap ul li ul li {
}
#SiteMap ul li ul li {
	border:0 none;
	margin-left:0;
	padding-bottom:0;
	padding-left:0;
	padding-top:0;	
	}
#SiteMap ul li ul li a {
	font-size:1em;
	line-height:1.5em;
	margin:0;
	text-decoration:underline;	
	}
#RssReaderArea ul,	
#RssReaderArea ul li {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:5px;
	}
.word {
	font-style:italic;
	font-weight:bold;
	}	
fieldset {
	border:0;}
fieldset div {
	padding-bottom:8px;}
	dfn {
border-bottom:1px dotted #373737;
cursor:help;
}	
.seeMore a {
	display:block;
	padding:10px 10px;
	color:#5F0D77;
	background:url(../images/dot.gif) repeat-x bottom;
	text-align:right;
	}
.PagingContainer {
	display:block;
	padding:10px;
	}
.PagingContainer a{		
	color:#5F0D77;
	padding-right:3px;
	}
a.SelectedPagingItem {
	font-weight:bold;
	text-decoration:none;}
.article .ill {
	overflow:hidden;
	float:left;
	Xwidth:180px;
	}
.article .ill span{
	display:block;
	padding-top:3px;
	color:#5F0D77;
	margin-bottom:20px;
}	
.subscriptionArea label {
	float:left;
	width:120px;}
.subscriptionListArea table label {
	float:none;
	width:auto;}
.ill .list_image {
	width:116px;
}

/* ssm 2010.06 - Added support for featured news item on default page */
.featuredText p
{
	color:#000;
}
.featuredText .date
{
	font-size: 0.9em;
}
div.text h3
{
	margin-bottom:10px;
}
.element_profile img.article_image
{
	width: 180px;
}
.element_profile img.article_image_right
{
	padding-top:0px;
	padding-left:16px;
	padding-bottom:8px;
	padding-right:3px;
	float:right;
	margin-left:8px;
}
.element_profile img.article_image_left
{
	padding-top:0px;
	padding-left:3px;
	padding-bottom:8px;
	padding-right:16px;
	float:left;
}
.element_profile img.article_image_none
{
	padding:0px 8px 8px 8px;
	float:none;
	padding:0px;
}
.element_profile span.gray, .element_news span.gray
{
	color:#5F5F5F;
	white-space: nowrap;
}

/* RSS konfigurator */
.feedresult
{
	float: right;
	width: 300px;
	border: solid 3px #5F0D77;
	background-color: #5F0D77;
	color: #fff;
	padding: 0 10px;
}
.feedresult p, .feedresult h2, .feedresult a
{
	color: #fff !important;
}

/*EmployeeList 2011-02-08 SL*/
p.image {
	padding: 0 0 5px 0!important;
	}
	
.preamble {
    color: #5F0D77;
    /*font-family: Georgia,"Times New Roman",Times,serif;*/
    font-size: 16px;
    line-height: 25px;
    background-color:White;
    /*position:fixed; 
    top:340px;
    right:746px;*/
}


.preamble a {
    color: #5F0D77;
}

div.employeeList 
{
	padding:20px 0;
}

ul.list {
	list-style-type: none; overflow: hidden;
	}
ul.list li {
	/*height: 100%; background: url(../Images/bg_listitem.gif) repeat-x #fff;*/
	height: 100%; background: url(../Images/bg_listitem.gif) repeat-x transparent;
	}
ul.list li a, ul.list li a:visited,  ul.list li a:active {
	display: block; 
	padding: 5px; 
	/*border: 1px solid #f2f2f2; 
	border-bottom: 1px solid #d9d9d9; */
	height: 100%; 
	color: #5F0D77; 
	background: url(../images/ic_expand.gif) top right no-repeat;
	}
ul.list li a.collapse, ul.list li a:active.collapse {
	color: #fff; background: url(../Images/ic_collapse.gif) top right no-repeat #5F0D77;
	}
ul.list li a:hover.collapse, ul.list li a:visited.collapse {
	color: #fff; background: url(../Images/ic_collapse.gif) top right no-repeat #5F0D77;
	}
ul.list li a:hover {
	color: #fff; background: url(../Images/ic_expand.gif) top right no-repeat #5F0D77;
	}

ul.list .description {
	padding: 10px; 
	/*border-left: 1px solid #f2f2f2; border-right: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; */
	overflow: hidden;  height: 1%;
}

ul.list .description a,
ul.list .description a:active, 
ul.list .description a:visited {
	display: inline; padding: 0; border: 0; background: none;
}
ul.list .description a:hover {
	background: #5F0D77;
}

ul.list .description a.liste{
	background: #5F0D77;
}

ul.list .description div p.image {
float:left;
}

ul.list .description div p.image img {
width:110px;
float:left;
}

ul.list .description div {
float:left;
}

ul.list .description div.details {
float:left;
padding:5px 5px 5px 10px;
width:300px;
}
	
/*--------------------------------------------
SearchAreaArchive added:01.03.2011 T.engevold 
----------------------------------------------*/


#SearchAreaArchive{
	width:360px;
	padding:10px;
	float:left;
	border:1px solid #d8d8d8;
	background:#eeeeee;
	margin-right:300px;
	margin-bottom:20px;
}


/*SearchField*/
#SearchAreaArchive #SearchField{
	width:330px;
	padding:10px;
	float:left;
	border:1px solid #d8d8d8;
	background:#eeeeee;
	margin-bottom:5px;
}
#SearchAreaArchive #SearchField span.searchLabel{
	width:50px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
}


#SearchAreaArchive #SearchField input.searchText{
	float:left;
	width:250px;
	padding:1px 3px;
	border:1px solid #5c5c5c;
}


/*SearchCategory*/
#SearchAreaArchive #SearchCategory{
	width:330px;
	padding:10px;
	float:left;
	border:1px solid #d8d8d8;
	background:#eeeeee;
	margin-bottom:5px;
}

#SearchAreaArchive #SearchCategory span.CategoryLabel{
	width:50px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
}

#SearchAreaArchive #SearchCategory table{
  float:left;
}

/*SearchDate*/
#SearchAreaArchive #SearchDate{
	width:330px;
	padding:10px;
	float:left;
	border:1px solid #d8d8d8;
	background:#eeeeee;
	margin-bottom:5px;
}

#SearchAreaArchive #SearchDate span.DateLabel{
	width:50px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
}

#SearchAreaArchive #SearchDate input.searchText{
	float:left;
	width:250px;
	padding:1px 3px;
	border:1px solid #5c5c5c;
}

/*SearchOrder*/
#SearchAreaArchive #SearchOrder{
	width:335px;
	padding:5px 0;
	float:left;
	background:#eeeeee;
	margin-bottom:5px;
}
#SearchAreaArchive span.DateFromLabel{
	width:50px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
}

#SearchAreaArchive input.searchText{
	float:left;
	width:70px;
	padding:1px 3px;
	border:1px solid #5c5c5c;
}

#SearchAreaArchive span.DateFromLabel2{
	width:170px;
	font-size:1em;
	padding:3px 4px 3px 4px;
	float:left;
}

#SearchAreaArchive span.DateFromLabel3{
	width:50px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
	clear:left;
    margin-top:4px;
}

#SearchAreaArchive input.searchText2{
	float:left;
	width:70px;
	padding:1px 3px;
	border:1px solid #5c5c5c;
	margin-top:3px;
}

/*SearchOrder*/
#SearchAreaArchive #SortLabel{
	width:330px;
	padding:10px;
	float:left;
	border:1px solid #d8d8d8;
	background:#eeeeee;
	margin-bottom:5px;
}

#SearchAreaArchive #SortLabel span.SortLabel{
	width:116px;
	font-size:1em;
	padding:3px 4px 3px 0;
	float:left;
}

#SearchAreaArchive #SortLabel .sortDropdown{
	float:left;
	width:210px;
	padding:1px 3px;
	border:1px solid #5c5c5c;
}

/*Button*/
#SearchAreaArchive #button{
	width:330px;
	padding:10px;
	float:left;
	border-top:1px dotted #d8d8d8;
	background:#eeeeee;
	margin-bottom:5px;
}

#SearchAreaArchive #button .button{
float:right;
}

.categoryList
{
float:left;
list-style:none;
margin:0;
}

.categoryList2
{
list-style:none;
}



.imageSlideshowContainer {
    width: 470px;
    min-height: 200px;
	position: relative;
    margin-bottom: 10px;
}

.imageSlideshowContainer #btnLeft {
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 10px;
    color: #000;
    font-size: 30px;
    outline: none;
    width: 62px;
    height: 62px;
    background-image: url(../images/arrow_left.png);
}
.imageSlideshowContainer #btnLeft:hover {
    background-image: url(../images/arrow_left_on.png);
}
.imageSlideshowContainer #btnRight {
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 398px;
	color: #000;
    font-size: 30px;
    outline: none;
    width: 62px;
    height: 62px;
    background-image: url(../images/arrow_right.png);
}
.imageSlideshowContainer #btnRight:hover {
    background-image: url(../images/arrow_right_on.png);
}





