@charset "utf-8";
/*-----------------------------------------------------------------------------
version:   	1.0
author:    	PeO // Sector 5 AB
email:    	perado@sector5.se
-----------------------------------------------------------------------------*/

/* =Import of other CSS files 
-----------------------------------------------------------------------------*/

@import "head.css";
@import "nav.css";
@import "puff.css";
@import "footer.css";
@import "form.css";
@import "ie.css";
@import "table.css";
@import "defenition_list.css";

/* =General
-----------------------------------------------------------------------------*/
* {
  	margin: 0;
	padding: 0;
}

html {min-height: 100.01%;} /* makes scrollbar visible in FF */

img {border: 0;} 

a, a:visited{
	/*color:#000;*/
	color:#003478;
	text-decoration:underline;
}

.clear {
	clear:both;	
	font-size:0;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

/* =Wrappers and deviders
-----------------------------------------------------------------------------*/

#wrapper{
	background:#FFF;
	width: 931px;
	margin: 0 auto;
	text-align:left;
}

#rightwrapper{
	width: 688px;
	min-height:40em;
	float:right;
	background:url(../img/vertikaldevider_2.gif) top left repeat-y;
	padding-left:21px;
}

#primary-content {
	width: 455px;
	float: left;
}

.content {
	float:left; 
	width:438px;
	padding:0 17px 30px 11px;
}

#secondary-content {
	width: 213px;
	float: right;
	border-left: 1px solid #E5E5E5;
	padding-left: 10px;
}

#secondary-content ul {
	margin: 5px 0 5px 20px;	
}

#secondary-content .campain {
	margin: 0;
	padding-bottom: 1em;
}

#secondary-content tr td,
#secondary-content tr th {
	padding-right: 4px;
}

#secondary-content .content-box {
	margin: 0 0 15px 0;
}

.content_full{
	float:left; 
	width:572px;
	padding:0 30px 30px 11px;
}

.content_wide {
	padding:0 11px 30px 11px;
}

#leftwrapper{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:222px;
	float:left;
}

.listwrapper{
	padding-bottom:14px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:1em;
	width:434px;
}

.multilistwrapper {
	padding-bottom:14px;
	margin-bottom:1em;
	width:434px;}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

h1 { font-size: 1.9em; line-height:1.4em; color:#003478; font-family:Verdana, Arial, Helvetica, sans-serif; }
h2 { font-size: 1.2em; line-height:1.5em; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;}
h3 { font-size: 1em; line-height:1.5em; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif;}
h4, h5, h6 { font-size: 1em; }

h1 {
	margin: 1.3em 0 .9em 0;
}

h2 {
	margin: 0.8em 0 0.3em 0;
}

#rightwrapper #secondary-content h1, 
#rightwrapper #secondary-content h2, 
#rightwrapper #secondary-content h3 { 
	color:#000;
	line-height:1;
	font-weight:500; 
	margin:0 0 .5em 0;
	padding:0;
}

#rightwrapper #secondary-content h1 {
	font-size: 1.7em;	
}


h3, h4, h5, h6 {
	margin: 0.4em 0 0 0;
}

hr{
	height:1px;
	margin:0px 0px 8px 0px;
	padding:0px;
	border:0px;
	background-color:#e5e5e5 !Important;
}

.content, .content_full, .content_wide{
	font-size:1.1em;
	line-height:1.35em;
}

.content p.ingress, .content_full p.ingress, .content_wide p.ingress{
	font-weight:bold;
	padding-bottom:1em;
}

.content p, .content_full p, .content_wide p{
	padding-bottom:1.2em;
}

.content ul, .content_full ul, .content_wide ul, .content ol, .content_full ol, .content_wide ol{
	padding-left:23px;
	padding-bottom:1.2em;
}

.content li, .content_full li, .content_wide li{
	padding-bottom:.2em;
}

.contentimage{
	float:right;
	padding:4px 0 10px 10px ;
	margin:0;	
}

.contentimage span{
	display:block;
	font-size:.9em;
	padding:4px 2px;
}

.content .editor{
	padding-bottom:1em;
	padding-top:1em;
}

.content .editor span{
	margin-top:.3em;
	padding-top:.3em;
	display:block;
	border-top:1px solid #e5e5e5;
	color:#666666;
}

.content .topcontainer {background:#0092a3;color:#fff;margin:20px 0;padding:20px;}
.content .topcontainer h2, .content .topcontainer h3 {color:#fff;margin-top:0;}
.content .topcontainer h1 {color:#fff;margin: 0 0 .5em;}
.content .topcontainer a, .content .topcontainer a:visited {color:#fff;}

.pagetools
{
	width:688px;
	height:26px;
	background:url(../img/print.gif) top left;
	}

.breadcrumbs {float:left;padding:4px 0 4px 12px;width:600px;}
.breadcrumbs a {text-decoration:none;}

.print{
	text-align:right;
}

.print a, .print a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	text-decoration:none;
	color:#003478;
	position:relative;
	top:4px;
	right:28px;
}

.print a:hover{
	text-decoration:none;
}

#printlogo {
	display: none;
}

a.download {text-decoration:none;}
a.download img {vertical-align:middle;padding-right:5px;}

p.pressdate {margin:1em 0 .3em;padding:0;}
h1.pressheading {margin-top:.3em;}

/* =Startpage
-----------------------------------------------------------------------------*/

#marketswitch{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	margin-left:10px;
}

#marketswitch img{
	position:relative;
	top:-1px;
	left:9px;
	margin:0 0 -4px 0;
	
}

#marketswitch select{
	width:130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	float:left;
	margin:2px 0 0 0;
}

.arrow_map{
	width:19px;
	height:19px;
	background:url(../img/button_arrow_map.gif) no-repeat center;
	cursor:pointer;
	float:left;
	margin:2px 3px;
}

.campain{
	padding: 0 0 1.6em 0;
	margin:0;
}

.flash{
	padding: 0 1px 1.6em 0;
	margin:0;
/*	border-bottom:dashed 1px #000;*/
}

.area_border{
	float:left;
	margin:0px;
	padding:0 1.5em 2em 0;
	min-height:100px;
	width:218px;
	background:url(../img/vertikaldevider_2.gif) top right repeat-y;
	/*border: 1px dotted #000;*/
}

.area{
	margin:0;
	padding:0 1.5em 2em 0;
	float:left;
	/*height:100px;*/
	width:207px;
}


.area a, .area a:visited, .area_border a, .area_border a:visited {
	padding-left:17px;
	background:url(../img/latestnews_arrow.gif) top left no-repeat;
	color:#646464;
	text-decoration:none;
	font-size:1.1em;
	line-height:1.4em;
}

.area a:hover, .area_border a:hover {
	text-decoration:none;
	color:#000;
}

.area_border H1, .area H1{
	color:#000;
	font-size:1.7em;
	line-height:1;
	font-weight:500; 
	margin:0 0 .5em 0;
	padding:0;
}


.latestnews{
	padding-bottom:12px;
	margin-left:10px;
}

.latestnews h1{
	color:#000;
	font-size:1.7em;
	font-weight:500; 
	margin: 0.3em 0 0 0;
}

.art{
	clear:both;
	padding-bottom:1em;
}

.art a, .art:visited{
	color:#000 !Important;
	padding-left:17px;
	background:url(../img/latestnews_arrow.gif) top left no-repeat;
	text-decoration:none !Important;
}

.art a:hover{
	color:#000;
	text-decoration:none;
}

.art img{
	float:left;
	padding:0.2em .9em .2em 0;
}

.art h2{
	margin:0 0 0.1em 0;
	padding:0;
	font-size:1.1em;
	font-weight:normal;
	color:#000;
	line-height:1.3em;
}

.art p{
	margin:0;
	font-size:1.1em;
	line-height:1.4em;
	color:#646464;
}

/* =People
-----------------------------------------------------------------------------*/

.people{
	/*border:1px dotted #CCC;*/
}


.content_full div.greydevider{
	background:#FFFFFF;
	height:1px;
	width:572px;
	margin:-2px 0 -1px 0;
	padding:0;
	font-size:0;
	border-top:1px solid #e5e5e5;
	clear:both;
}

.people table img{
	padding: 0 1.2em 0.2em 0;
}	

.people table{
	border-collapse:collapse;
}

.people table tr td{
	padding:6px 0 0 0;
	border-bottom:1px solid #e5e5e5 !Important;
}

/* =Understartsida
-----------------------------------------------------------------------------*/

.content img.startimage{
	margin-top:2em;
}

/* =Listelement
-----------------------------------------------------------------------------*/

h2.list{
	border-top:1px solid #e5e5e5;
	padding: 0.6em 0 0.1em 0;
	margin: 0.15em 4px 0.45em 0;	
}

.list_color_1, .list_color_1_icon{
	width:421px;
	background-color:#f3f3f3;
	padding:.3em .5em .3em .6em;
	margin:0;
	line-height:1.5em;
}

.list_color_0, .list_color_0_icon {
	width:421px;
	background-color:#fff;
	padding:.3em .5em .3em .6em;
	margin:0;
	line-height:1.5em;
}

.list_color_1 span, .list_color_0 span{
	color:#333;
	display:block;
	float:left;
	width:6.6em;
}

.list_color_1_icon img, .list_color_0_icon img{
	display:block;
	float:left;
	padding: .15em .45em 0 0;
}

.list_color_1 a, .list_color_0 a, .list_color_1 a:visited, .list_color_0 a:visited, .list_color_1_icon a, .list_color_0_icon a, .list_color_1_icon a:visited, .list_color_0_icon a:visited{
	display:block;
	float:left;
	width:31em;
	color:#003478;
	text-decoration:none;
}

.list_color_1_icon a, .list_color_0_icon a, .list_color_1_icon a:visited, .list_color_0_icon a:visited{
	width:36em;
}

.list_color_1 a:hover, .list_color_0 a:hover, .list_color_1_icon a:hover, .list_color_0_icon a:hover{
	text-decoration:none;
}

#year{
	padding:.7em 0 0 .5em;
}

#year a, #year a:visited{
	color:#003478;
	font-weight:bold;
	text-decoration:none;
	padding-left:.5em;
}

.report_year{
	float:left;
	width:4em;
}

.annual{
	float:right;
	width:34em;
	font-weight:bold;
}

.reports{
	float:right;
	width:34em;
}

.plist_color_0 {background-color:#fff;line-height:1.5em;margin:0;padding:0.3em 0.5em 0.3em 0.6em;width:421px;}
.plist_color_1 {background-color:#F3F3F3; line-height:1.5em; margin:0; padding:0.3em 0.5em 0.3em 0.6em; width:421px;}
.plist_color_0 span, .plist_color_1 span {display:block;font-size:9px;font-family:Verdana;}
.plist_color_0 a, .plist_color_1 a {text-decoration:none;}

.list_left {float:left;width:400px;}
.list_right {float:right;width:20px;}
.list_right a {display:block;margin:8px 8px 8px 0;}

.multilistwrapper a.goto, .listwrapper a.goto {
	background:transparent url(../img/puffarrow.gif) 0% 3px no-repeat scroll;
	color:#003478;
	display:block;
	padding:6px 0 6px 15px;
	text-decoration:none;
}

.filter_area {border-bottom:1px solid #ccc;padding:10px 0;margin:0 0 10px;}
.filter_area select {margin-left:10px;width:100px;}

.puff_ticker .time {background:transparent url(../img/puff_bg.gif) repeat-y;color:#000;font-size:9px;font-weight:normal;padding:0;width:auto;}
.puff_ticker .price {font-size:24px;}

.tickerImage{
	position:absolute;
	width:1px; 
	height:1px;
}

.tickerImage img{
	position:relative;
	top:-1px;
	left:400px;
}

.ticker_small h2{
	padding:9px 0 2px 0;
	/*border:1px solid #000000;*/
}

.ticker_small table{
	border-collapse:collapse;
	margin-bottom:5px;
}

.ticker_small table th{
	background-color:#f3f3f3;
	height:22px;
	padding:0 0 0 4px;
}

.ticker_small table td{
	height:22px;
	padding:0 0 0 4px;
	margin:0;
}

.ticker_small span{
	color:#666;
}

.startnews_item {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.startnews_item .page_icon {
	float: left;
	clear: left;
	margin: 10px 15px 10px 0;
}

.startnews_item h3 {
	padding-top: 5px;
}

.startnews_item .page_summary {
	padding-bottom: 8px;
}

.startnews_item a, .startnews_item a:visited {
	text-decoration: none;
}

.startnews_item a:hover {
	text-decoration: underline;
}

.startnews_item .link_icon {
	float: left;
	margin-right: 3px;
}

#id_matrix .reg-field {display:block;}

/* =Search box
-----------------------------------------------------------------------------*/

.search_box{
	padding-top:.6em;
}

.search_box input{
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	height:14px;
	float:left;
}

.search_box_head{
	height:21px;
	background:url(../img/button_search_box_right.gif) top right no-repeat;
	cursor:pointer;
	padding-top:1px;
	float:left;
	padding-right:13px;
}

.search_box_button_start{
	height:21px;
	width:11px;
	float:left;
	background:url(../img/button_search_box_left.gif) top left no-repeat;
	cursor:pointer;
	margin-left:5px;
}

.search_box a{
	text-decoration:none;
}

/* =Search result
-----------------------------------------------------------------------------*/
.search_result{
	margin-top:1.5em;
	padding-top:.8em;
	border-top:1px solid #e5e5e5
}

.search_result p{
	margin:0;
	padding-bottom:.3em;
}

.search_result a, .search_result a:visited{
	color:#000;
	text-decoration:none;
}

.search_result a:hover{
	text-decoration:none;
}

.search_result h2{
	font-size:1em;
	margin:0;
	padding:0 0 .5em 0;
}

.search_result h3{
	margin:0;
	padding:0;
}

.search_result h3 a{
	color:#003478;
}

.search_result_even{
	background-color:#f3f3f3;
	padding:.7em .7em .7em 0;
}

.search_result_odd{
	background-color:#fff;
	padding:.7em .7em .7em 0;
}

.search_result_counter{
	width:2.5em;
	text-align:right;
	padding:.1em .2em 0 .2em;
}

.search_result_content{
	width:34.5em;
}

.search_result_page{
	text-align:center;
	margin-top:1em;
	font-weight:bold;
}

.search_result_page a, .search_result_page a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#003478;
}

.search_result_page a:hover{
	text-decoration:underline;
}

.search_result_page img{
	position:relative;
	top:0.3em;
}


/* =Site map
-----------------------------------------------------------------------------*/

.first a, .first a:visited 
{
	color:#003478;
	text-decoration:none;
}

.first a:hover 
{
	color:#003478;
	text-decoration:underline;
}

.first li 
{
	list-style:none;
	margin:0 0 .4em 0;
	padding:0;
	}
	
.first ul 
{
	padding-bottom:0;
	}

.first li a.linklist1
{
	display:block;
	font-weight:bold;
	padding-top:2em;
	}
