html{

}

body {
	background-color:#B0C2CF;
	font-family:Verdana;
	font-size:9px;
	color:#333333;
	margin:0px;
	padding:0px;
	margin-top:25px;
	margin-bottom:25px;
}
a:link, a:visited{
	color:#1C3C61;
	text-decoration:none;
}
a:hover, a:active{
	color:#378437;
	text-decoration:underline;
}
.body-table{
	border:1px solid #FFF;
}
.menu {
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	background-color:#E6E6E6;
}
.frontpage-table{
	margin-left:20px;
	margin-bottom:15px;
	margin-right:15px;
}
.news-table {
	border:1px solid #FFF;
	background-color:#F2F2F2;
}
.investor-table{
	border:1px solid #FFF;
	background-color:#C1C1C1;
}
 .left-menu{
	margin-left:20px;
	margin-bottom:20px;
 }
 .doc_title{
	color:#00254F;
	font-size:10px;
 }
 .ingress{
	font-size:10px;
 }
.related_doc{
	background-color:#F2F2F2;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
}
.related_left{
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#F2F2F2;
}

/* Ny scrollbar for filarkiv august 2008 */
#file_content
{
	position:relative;
	width:218px;
	float:left;
	height:286px;
	overflow:hidden;
	padding: 0px;
	border-right:1px solid #FFF;
	margin-right:4px;
}
.file_content{
	position:absolute;
	text-decoration:none;
	padding:0px;
}

.scroll_container
{
	width:15px;
	text-align:center;
	height:270px;
	float:left;
	margin-top:10px;
}

#slidertop
{
	margin:0 auto;
	width:12px;
	height:7px;
	background-image:url("../images/arrow_up.gif");
	background-repeat: no-repeat;
}
#sliderbar
{
	margin:0 auto;
	width:12px;
	height:250px;
	background-image:url("../images/track.gif");
	background-repeat:repeat-y;
}
#sliderhandle
{
	width:12px;
	height:12px;
	background-image:url("../images/scroll_handle.jpg");
	background-repeat:repeat-y;
	cursor: pointer; 
	cursor: hand;
	z-index: 100;
}
#sliderbottom
{
	margin:0 auto;
	width:12px;
	height:17px;
	background-image:url("../images/arrow_down.gif");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	top:267px;
	left: 224px;
}