@charset "UTF-8";
/* CSS Document */



/* Global */

body {
	background: url(../img/bg.png) repeat-x #030;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	color: #900;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	background: url(../img/header_bg.png) no-repeat;
	margin-top: 20px;
	z-index: 3000;
	position:relative;
}

#logo {
	margin-top: 13px;
}

ul#top_nav {
	list-style-type: none;
	margin: 23px 0 35px 0;
	padding: 0;
	text-align: right;
	float: right;
	color: #999;
}

ul#top_nav a {
	color: #333;
}

ul#top_nav li {
	float: left;
	margin-left: 10px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#main_nav {
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
}

a.flag {
	width: 16px;
	height: 11px;
	display: block;
	overflow: hidden;
	background-position: 0 -11px;
}

a.flag:hover {
	background-position: top;
}

.flag_en {
	background: url(../img/flag_en.gif) no-repeat;
}

.flag_sv {
	background: url(../img/flag_sv.gif) no-repeat;
}

		
/* Content */

#content {
	background: url(../img/content_bg.png) repeat-y;
}

#promotion {
	background: url(../img/slider_bg.png) no-repeat;
	height: 306px;
	padding: 7px;
	margin: 15px 0;
	z-index: 10;
}

#news {
	background: url(../img/news_bg.png) no-repeat;
	height: 305px;
	margin-bottom: 20px;
	margin: 15px 0;
	padding: 5px 20px 10px 20px;
	z-index: 10;
	line-height: 120%;
}

 #news h1 {
 	padding: 10px 0 0 0;
 	margin: 0 0 3px 0;
 	font-weight: normal;
 }
 
 #news em {
 	font-size: 9px;
 	color: #666;
 	font-style: normal;
 	margin: 0;
 }
 
 #news p {
 	font-size: 11px;
 	font-weight: bold;
 	margin: 0 0 3px 0;
 }
 
.doc_size {
	color: #999;
	font-size: 9px;
	font-weight: normal;
} 

.featured {
	background: url(../img/featured_bg.png) no-repeat;
	height: 148px;
	margin-bottom: 15px;
	position: relative;
}

.featured_background {
	position: absolute;
}

.online {
	top: 50px;
	left: 119px;
}

.event {
	top: 23px;
	left: 133px;	
}

.restaurang {
	top: 55px;
	left: 122px;
	
}

.maritimt {
	top: 63px;
	left: 101px;
}

.featured_content {
	padding: 13px;
	height: 122px;
	line-height: 100%;
}

.featured h1 {
	font-size: 15px;
	margin: 5px 0 5px 0;
	padding: 0;
}

.featured p {
	font-size: 11px;
}	


/* Page content */

#page {
	padding: 20px 30px 20px 30px;
}

#page h1 {
	font-size: 30px;
	color: #D70D33;
	margin: 0 0 10px 0;
}

#page h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

#page h3 {
	font-size: 16px;
	margin: 10px 0 0 0;
}

#page p {
	margin: 7px 0 7px 0;
	font-size: 12px;
}

#page_right {
	padding-top: 30px;
}

/* Page Navigation */



#page_nav {
	background: url(../img/page_nav_bg.png) no-repeat;
	padding-bottom: 20px;
	color: #666;
}

.page_nav_main {
	height: 29px;
}

#page_nav ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#page_nav ul ul {
	border-left: 1px dotted #CCC;
	margin: 20px 0 0 0;
}

#page_nav li {
	float: left;
	margin: 0 30px 0 0;
	padding: 6px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#page_nav li:hover {
	background: url(../img/page_nav_active.gif) no-repeat center 29px;
	color: #FFF;
}

#page_nav li a {
	color: #666;
	}
	
#page_nav li a:hover {
	color: #FFF;
	text-decoration: none;
	}

#page_nav li li {
	font-size: 11px;
	float: none;
	margin: 0;
	padding: 0 0 3px 5px;	
	font-weight: normal;
	text-align: left;
	width: 100px;
	background-image: none;
}

#page_nav li li:hover {
	background-image: none;
}

#page_nav li li a {
	color: #CCC;
	}
	
#page_nav li li a:hover {
	color: #900;
	text-decoration: none;
	}	

.page_nav_active {
	background: url(../img/page_nav_active.gif) no-repeat center 29px;
	color: #FFF;
}


/*Swedish Buttons*/

a.read_more_btn {
	width: 68px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../img/buttons/las_mer-sv.png) no-repeat;
	background-position: top;
	position: absolute;
	top: 108px;
	left: 10px;
	text-indent: -9999px;
	}

a.read_more_btn:hover {
	background-position: 0 -30px;
}

a.work_btn {
	width: 101px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../img/buttons/jobba_hos_oss-sv.png) no-repeat;
	background-position: top;
	position: absolute;
	top: 108px;
	left: 78px;
	text-indent: -9999px;
	}

a.work_btn:hover {
	background-position: 0 -30px;
}

a.intresse_btn {
	width: 187px;
	height: 44px;
	display: block;
	overflow: hidden;
	background: url(../img/buttons/intresseanmalan-sv.png) no-repeat;
	background-position: top;
	text-indent: -9999px;
	}

a.intresse_btn:hover {
	background-position: 0 -51px;
	}

/*English Buttons*/

a.read_more_btn_en {
	width: 82px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../img/buttons/las_mer-en.png) no-repeat;
	background-position: top;
	position: absolute;
	top: 108px;
	left: 10px;
	text-indent: -9999px;
	}

a.read_more_btn_en:hover {
	background-position: 0 -30px;
}

a.work_btn_en {
	width: 82px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../img/buttons/jobba_hos_oss-en.png) no-repeat;
	background-position: top;
	position: absolute;
	top: 108px;
	left: 98px;
	text-indent: -9999px;
	}

a.work_btn_en:hover {
	background-position: 0 -30px;
}


a.share_btn {
	width: 133px;
	height: 44px;
	display: block;
	overflow: hidden;
	background-position: top;
	text-indent: -9999px;
	}

a.share_btn:hover {
	background-position: 0 -51px;
}

a.share_btn_en {
	background: url(../img/buttons/aktiekurs-en.png) no-repeat;
	}

a.share_btn_sv {
	background: url(../img/buttons/aktiekurs-sv.png) no-repeat;
	}	


/* Footer */

#footer {
	background: url(../img/footer_bg.png) no-repeat;
}

#footer a {
	color: #333;
}

ul#footer_nav {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}


ul#footer_nav li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}


#intranet_login {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 20px 0;
}

p.bottom {
	color: #FFF;
	text-align: center;
	font-size: 10px;
	margin: 20px 0;
}

ul.nyhetslist li
{
	margin:0;
	padding:0;
}
ul.nyhetslist li ul li
{
	margin:0px 0px 0px 20px;
}

ul.nyhetslist li, ul.nyhetslist li ul li
{
	list-style:none;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
