/*
- DEFAULT HTML STYLES 
- CONTAINER STYLES
- SPAN STYLES
- HEADLINE STYLES 
- PARAGRAPH STYLES 
- LIST STYLES
- LINK STYLES 
- IMAGE STYLES
- TABLE STYLES 
- FORM STYLES
- DIVERSE STYLES
*/


/* 
---------------------------------------------------------------------------------------------
DEFAULT HTML STYLES 
---------------------------------------------------------------------------------------------
*/
html {margin:0;}
body { 
	font-size:76%;
	font-family:Arial, sans-serif;
	background:#000000;
	margin:0;
	padding:0;
	color:yellow !important;
	background:black;
	}
body.small {
    font-size: 76%;
}
body.medium {
    font-size: 100%;
}
body.large {
    font-size: 150%;
}
h1{
	font-size:1.8em;
	margin-top:5px;
	color:yellow;
	}
h2{
	font-size:1.3em;
	margin-bottom:5px;
	color:yellow;
	}	
 
h3 {color:yellow;}
h4 {color:yellow;}
p {
	margin:8px 0 8px 0;
	color:yellow;}
ul {
	margin:0 0 0 15px;
	color:yellow;
	 
	list-style:square;
	padding:0;
	margin:0;
	margin:0px 0 0 15px;
	}
 
li {line-height:1.4em;}

/*RIKTIG REKKE: LoVe HAte*/
a:link {
	color:yellow;
	text-decoration:underline;
	}
a:visited {
	color:yellow;
	text-decoration:underline;
	}
a:hover {
	color:yellow;
	text-decoration:none;
	}
a:active {
	color:yellow;
	text-decoration:underline;
	}
form {margin:0;padding:0;}




/* 
---------------------------------------------------------------------------------------------
CONTAINER STYLES 
---------------------------------------------------------------------------------------------
*/
div.wrapper {
 
	width:916px;
	margin:0 auto;
	overflow:hidden;
	padding:0px 20px 0 20px;
	}
div.printLogo {background-color:#fefefe;}
#header {
	clear:both;
	background:#000000;
	width:876px;
	overflow:hidden;
	float:left;
	display:inline;
	padding:30px 20px 30px 20px;
	 
	}
#logo { 
	width:154px;
	height:63px;
	margin-left:30px;
	margin-top:30px;
	float:left;
	display:inline;
	}
#logo a{
	width:154px;
	height:63px;
	display:block;
	background:url(../images/logo_kontrast.gif) no-repeat;
}	
div.tools {
	padding-top:10px;
	float:right;
	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 yellow;
	font-size:1em;
	background:#000;
	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;
	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 #000000;
	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;
	}
 		
div.search input.txt {
	border:0;
	border-top:1px #8e8e8e solid;
	width:140px;
	height:19px;
 
	}
div.search input.submit {
 
	background:#000000;
	border:0;
	height:22px;
	color:yellow;
	text-transform:uppercase;
	display:inline;
}		
 
#contentWrapper {
	clear:both;
	width:916px;
	overflow:hidden;
 }
div.col_left {
	margin-top:5px;
	width:215px;
	float:left;
	display:inline;
 
	}
div.col_middle {
	margin-top:5px;	width:486px;float:left;
	background:#000;
}	
div.col_right {	 
	margin-top:5px;
	width:215px;float:right;
	background:#000;
	}
div.col_wide {
	margin-top:5px;	width:701px;float:left;
	overflow:hidden;
	background:#000;
}	
.campaignbox_1,
.campaignbox_2{
	overflow:hidden;
	padding:12px;
	margin-bottom:5px;
	padding-bottom:15px;
	background:#000;
	}
 
.dotted {
	clear:both;
	height:1px;	margin:5px 0;
	}
hr {
	display:none;
	}		

.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;
	 
	}


				
.element_profile{
	margin:0 5px 5px 5px;
	
	}
.element_profile img{
	/*width:470px; ssm 2010-04-16  */
}
	

 	
.element_profile h1 {
	font-size:2.0em;
	padding:0;
	margin:10px ;
	}
.element_news h2{
	font-size:1.2em;
	padding:3px 3px 3px 10px;
	margin:0 8px 5px 8px;
}
.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{
	color:yellow;
	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

}					
	
dt {
	font-weight:bold;}	
.element_profile p {
	padding:5px 10px;
	}
#footer {
	text-align:center;
	padding:5px 0;
	margin:15px 0;
	color:yellow;
	background:#000;
	}
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color:yellow;
	}	

#menu_help {
	clear:both;  overflow:hidden; width:916px;
	margin-top:25px;
	color:yellow;
	background:black;
	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;
	}		
 
.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-bottom:20px;
	margin-right:20px;
	float:left;
}
 	
 
#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;
	margin-bottom:0;
	font-weight:bold;
	margin:0;
	}	

 
 	
 
 		
p.ingress {
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:15px;
	}
ul.dynamic_content {
	margin:0 10px;
	padding:0;
	list-style:none;
	}

.dynamic_content h2{
	background:#fff;
	font-size:1.2em;
	padding:5px 10px;
	margin:0 0 1px 0;
	}		
.dynamic_content h2 a:link,
.dynamic_content h2 a:visited,
.dynamic_content h2 a:active{
	text-decoration:none;
	padding-left:25px;
	color:#000;
	background:url(../images/arrow_white_right.gif) no-repeat 0 4px;
	}
 
.teaser	{
	background:#000;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	}


/* 
---------------------------------------------------------------------------------------------
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:20%;
}
.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:52%;
	}
ul#menu_tool {
	text-align:right;
	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{
	text-decoration:none;
	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:#000;
	width:916px;
	display:block;
	height:83px;
}
.temasider  {
	float:right;
	margin:10px 0px;
	clear:both;}
.related_content {
	clear:both;
	background:#000;
	overflow:hidden;}

.related_content h2,
.comments h2{
	background:#fff none repeat scroll 0 0;
	color:#000;
	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;
}	
 
		
.temasider ul{
	display:inline;
	margin:0;
	}
ul#breadCrumb {
	float:left;
	font-weight:bold;
	background:#000;
	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:#000;
	padding:25px 20px 0 20px;
	display:block;
	color:yellow;
	height:35px;
	float:left;
	}
ul#menu_main li.selected a,
ul#menu_main li.selected a:hover {
	color:black;
	background:yellow;
}

 
ul#breadCrumb li a,
.temasider ul li a{
	padding:0 10px 0 5px;
	 
}
.temasider ul li a{
	background:none;
	padding-right:5px;}
	
ul#subject,
#left_menu ul {
	background:#000000;
	font-weight:bold;
	padding:0;
	margin:0;
	list-style:none;
	margin-right:5px;
	overflow:hidden;
}
ul#subject li ul,
#left_menu li ul {
	margin:0;
	padding:0;
	}	
#subject li{
	font-size:1.2em;
	border:solid 1px #000;
	margin-bottom:5px;
	padding:5px 0 10px 10px;
	background:#000;
	
}

#left_menu li{
	font-size:1.1em;
	letter-spacing:0.1em;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
 
}
ul#subject 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,
#left_menu li a{
	text-decoration:none;
	display:block;
	padding-left:20px;
	padding-top:5px;
	}
ul#subject li.open a,
#left_menu li.open a{
	background:url(../images/arrow_purple_down.gif) no-repeat left;
}	
ul#subject li ul li a,
#left_menu li ul li a{
	 
	text-decoration:underline;
	padding-top:0;
	}
ul#subject 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:yellow;
	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:yellow;
	background:#000;}





/* 
---------------------------------------------------------------------------------------------
FORM STYLES 
---------------------------------------------------------------------------------------------
*/







/* 
---------------------------------------------------------------------------------------------
DIVERSE STYLES 
---------------------------------------------------------------------------------------------
*/
div.printLogo { display : none; }
br.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	background:red;
	}
.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;}

/* ssm 2010.06 - Added support for featured news item on default page */			
.featuredText p
{
	color:Yellow;
}
.featuredText .date
{
	font-size: 0.9em;
}
.element_profile span.gray, .element_news span.gray
{
	white-space: nowrap;
}
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;
}
