﻿/* Empir.se stylesheet */
body 
{
    margin:0;
    padding:0;    
    font-family:Arial,helvetica,sans-serif;
	font-size: .80em;
	line-height: 1.4em;
	color: #303030;
}
a, a:visited, a:hover, a:active
{
    color: #303030;    
}
.clear-both
{
    clear:both;    
}
#footer-container
{
    background-image:url(images/footer-bg.gif);    
    background-repeat:repeat-x;
    height:180px;    
}
#body-container
{
    width:100%; 
    text-align:center;                  
    background-color:#c0bfbf;
    background-image:url(images/body-bg.gif);
    background-repeat:repeat-x;
    
}
#main-container
{
    width:1010px;
    margin:auto;      
    text-align:left;  
    
}
#foot
{
    color:#d0d0d0;
    font-size:11px;
    font-family:Arial,helvetica,sans-serif;
    font-weight:bold;    
    width:1010px;
    margin:auto;      
    padding:20px 0px 0px 40px;
}
#search
{
    background-image:url(images/searchbox-bg.gif);    
    background-repeat:no-repeat;
    border:none;   
    width:125px;
    height:20px;
    padding-right:22px;
    padding-left:2px;
    margin-right:20px;
}
#searchbox
{
    position:absolute;       
    top:4px;
    right:0px;
}
#searchbox img
{
    margin-right:20px;
}
#top-logo
{
    position:absolute;
    top:2px;
    left:25px;    
}
#top-navigation
{
    background-image:url(images/top-menu-bg.png);    
    background-repeat:no-repeat;
    width:1010px;
    height:102px;
    position:absolute;
    z-index:4;
    margin-left:-3px;
}
#topmenu
{	
	position:relative;
	top:50px;
	left:194px;
	width:810px;
	height:60px;
	z-index:10;
}

.topmenuitem
{
	margin: 0;
	border: none;
	float: left;
	width:135px;
	height:60px;
	vertical-align:middle;
}
#topmenu a, #topmenu a:hover, #topmenu a:visited, #topmenu a:link
{
	padding: 4px 4px;
	display: block;
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-align:center;	
	font-family:Arial;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
}

p
{
	margin-top: .5em;
	margin-bottom: .2em;
}

hr
{
	clear: both;
	border: 0;
	height: 3px;
	color: #eee;
	background-color: #eee;
}

h1, h2, h3
{
	font-family: Arial,helvetica,Verdana;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: normal;
}

h1
{
	font-size: 1.8em;
	font-weight: 600;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}


h2 a:link, h2 a:hover, h2 a:visited, h3 a:link, h3 a:hover, h3 a:visited, a.nostyle:link, a.nostyle:hover, a.nostyle:visited
{
	text-decoration: none;
	color: inherit !important;
	cursor: pointer;
}

form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

fieldset
{
	border: 0;
}

fieldset p
{
	clear: both;
}

label
{
	float: left;
	display: block;
	margin-right: .5em;
	width: 13em;
	text-align: left;
	margin-bottom: 1em;
}

label.SE
{
	float: none;
	display: inline;
	margin-right: 0;
	width: 6em;
	margin-bottom: 0;
}

input
{
}

textarea
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

table
{
	border: 0;
	padding: 0;
	margin: 0;
}
caption
{
	text-align: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

tfoot, thead
{
	font-size: 1em;
}

th
{
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
td
{
	vertical-align: top;
}

.clearfix
{
	display: block;
	height: 0;
	clear: both;
	float: none;
}

blockquote, pre
{
	font-family: courier new, monospace;
}

ul 
{
	margin: .5em 0;
	line-height: 1.4em;
	padding: 0;
}

ul li
{
	list-style-type: square;
	padding: 0;
	margin-left: 20px;
}

ul li li
{
	list-style-type: disc;
}

ul li li li
{
	list-style-type: circle;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

img.gfxheader
{
	display: block;
}

.caption
{
	color: #444;
	font-style: italic;
	padding-bottom: 1em;
	margin: 0;
	overflow: visible;
}

div.column100, div.column70, div.column30, div.column50, div.column50-2
{
	float: left;
	overflow: hidden;
	min-height:500px;
    height:auto !important;
    height:500px;
}
div.column70
{
	width:450px;			
}
div.column30
{	    
	width:200px;	
	margin-left:20px;   
}
div.column50
{
	width:325px;			
}
div.column50-2
{	    
	width:325px;	
	padding-left:20px;   
}

.breadcrumbs
{
	font-size: .9em;
}
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:active, .breadcrumbs a:link, .breadcrumbs a:hover
{
	text-decoration:none;
}

.alphaindex
{
	font-size: 1.2em;
}
.alphaindex a
{
	font-weight: bold;
}

.indexitemheader
{
	line-height: 2em;
	margin: 1.5em 0 .5em 0;
	padding: 0 4px 0 0;
}
.indexitemheader p
{
	margin-bottom: 0;
	padding-bottom: 0;
}
.indexitemheader h2
{
	margin: 0;
}
.indexbox
{
}
.indexbox .totop
{
	float:right;
}

.indexitem
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 4px;
}

pre
{
	font-size: 1em;
}

.sitemap
{
	line-height: normal;
}

.CMintro
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.newsitem .CMintro
{
	font-size: 1em;
	font-weight: normal;
}

.pagelistitem
{
	margin-bottom: 1em;
}

.newsitem, .newsitemfull
{
	margin-bottom: 1em;
}

.newsitem .date, .newsitemfull .date
{
	margin-top: .5em;
	font-size: .8em;
	color: #a0a0a0;
}

.newsitem .author, .newsitemfull .author
{
	margin: .5em 0;
	font-style: italic;
}

.newsitem .imgbox
{
	margin-bottom: .5em;
}


.linklist, .linklistSinglelink
{
	margin-top: .5em;
}

.contact
{
	margin-top: 2em;
}

.contact img
{
	margin-right: 8px;
}

.subtle
{
	color: #9a9a9a;
}

.alert
{
	color: #ff0000;
}


.printonly
{
	display: none !important;
}

#pageinfo
{
	margin-top: 15px;
	color: #a0a0a0;
	width: 100%;
}
#pageinfo .modDateContainer
{
	padding: 10px 0;
	margin: 0;
	width: 50%;
	float: left;
}
#pageinfo .printContainer
{
	padding: 10px 0;
	margin: 0;
	width: 20%;
	float: right;
}

.printContainer a
{
	text-decoration: none;
}

.thumbnail
{
	float: left;
	vertical-align: middle;
	text-align: center;
	width: 122px;
	min-height: 150px;
	padding: 8px 6px;
	margin: 8px 8px 8px 0;
	border: solid 1px #ccc;
}

.imagedimensions, .imagefilesize
{
	color: #aaa;
	font-size: .8em;
}

.rss .item
{
	margin-bottom: 1em;
}

/* Searchpage styles */

.SE_Pager span
{
	padding-right: 3px;
	padding-left: 3px;
}

a.SE_Pager
{
	padding: 0 10px;
}

.SE_pagingNumberSelected
{
	font-weight: bold;
}

.SE_sorttext
{
	padding: 10px;
	float: left;
}

.SE_searchsortlink
{
	padding: 10px;
	text-decoration: underline;
	float: left;
}

.SE_searchsortselected
{
	padding: 10px;
	float: left;
	font-weight: bold;
}

#SE_optionbox2
{
	margin-top: 1em;
}

#SE_optionbox3
{
	margin-bottom: 1em;
}

.searchResultHighlight
{
	font-weight: bold;
}

.searchresults
{
	margin-top: 1em;
}

.searchresultitem .content
{
	padding-left: 20px;
	padding-bottom: 10px;
}

.searchresultitem p
{
	font-weight: bold;
	margin-bottom: 0;
}

.searchresultitem .score
{
	color: #cccccc;
}

.searchresultitem a
{
	color: #542024;
	font-weight: bold;
}

.searchresultitem .url
{
	display: none;
}

.filetype_html
{
}

.filetype_doc
{
	background-image: url(/styles/empir.se/images/word.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


.filetype_xls
{
	background-image: url(/styles/empir.se/images/excel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.filetype_ppt
{
	background-image: url(/styles/empir.se/images/powerpoint.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.filetype_pdf
{
	background-image: url(/styles/empir.se/images/acrobat.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* End - Searchpage styles */


/* Utskriftsversion */
@media print
{
	.noprint
	{
		display: none;
	}

	.printonly
	{
		display: block !important;
	}

	#head
	{
		/*display: none;*/
		background-image: none;
		background-color: #fff;
		border-bottom: solid 1px #555;
	}

	#foot
	{
		border-top: solid 1px #555;
		background-color: #fff;
		background-image: none;
	}

	#outer
	{
		width: 100%;
	}

	#leftmenu
	{
		display: none;
	}

	.breadcrumbs
	{
		display: none;
	}

	#pageinfo .modDateContainer
	{
		width: auto;
	}

	#pageinfo .printContainer
	{
		display: none;
	}
	div.column100
	{
		width: auto;
	}

	div.column70
	{
		width: auto;
		padding-right: 10px;
		margin-left: 0;
		overflow: visible;
	}
	div.column30
	{
		width: 4.5cm;
		padding-left: 10px;
		overflow: visible;
	}

	body
	{
		margin: 0 auto;
		padding: 0;
		width: 98%;
		background-color: white;
		font-size: .7em;
		color: #000000;
	}

}


/* New Styles */

#main-image-container
{       
    z-index:1;
}
#main-empty-image-container
{
    height:120px;
}
#main-content
{
    height:570px;
}
#main-content-spots
{
    width:1030px;        
    position:absolute;
    top:280px;
    z-index:200; 
    margin-left:0px;           
}
.spot-343x297
{
    position:relative;
    width:343px;
    height:297px;    
    background-image:url(images/spot-343x297-bg.png);    
    background-repeat:no-repeat;
    float:left;       
    z-index:200;    
    margin-left:-6px;       
}
#main-content-spots2
{
    width:1030px;    
    min-height:260px;
    height:auto !important;
    height:260px;
    /*position:absolute;
    top:640px;
    z-index:2; */
    margin-left:-8px;
}
.spot-509x168
{
    position:relative;
    width:509px;
    min-height:200px;
    height:auto !important;
    height:200px;
    background-image:url(images/spot2-bg.png);    
    background-repeat:no-repeat;
    float:left;  
    margin-bottom:12px;
}
#main-content-body
{
    width:1003px;
    background-image:url(images/main-content-bg.png);
    background-repeat:repeat-y;
    position:static;
}
#left-nav
{
    float:left;
    width:213px;    
    padding-left:18px;
}
#main-content-body-text
{
    position:static;
    float:left;
    background-image:url(images/main-content-text-bg.png);
    background-repeat:repeat-x;
    width:687px;
    padding:40px 40px 40px 40px;
}
#main-content-body-text-v2
{
    position:static;
    float:left;
    background-image:url(images/main-content-text-bg.png);
    background-repeat:repeat-x;
    width:687px;
    padding:40px 40px 40px 40px;
    margin-left:231px;
}
#main-content-sub
{
    padding-bottom:20px;
}

#topmenu a, #topmenu a:visited, #topmenu a:hover, #topmenu a:active
{
    height:35px;
    vertical-align:middle;
}

#topmenu .selected a, #topmenu .selected a:visited, #topmenu .selected a:hover, #topmenu .selected a:active
{
    color:#faa904;
    height:35px;
    vertical-align:middle;
}
.leftmenuitem
{
    background-image:url(images/left-nav-item.png);    
    background-repeat:no-repeat;
    width:198px;
    height:45px;
    line-height:41px;
    vertical-align:middle;
    overflow:hidden;
}
.leftmenuitem a, .leftmenuitem a:visited, .leftmenuitem a:hover, .leftmenuitem a:active
{
    padding-left:30px;
    color:#000000;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;    
    display: block;
}
.menudepth_1 .selected .hassubpages, .menudepth_1 .inpath
{
    background-image:url(images/left-nav-item-sel.png);    
    background-repeat:no-repeat;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    overflow:hidden;
    margin-bottom:4px;
}
.menudepth_3 .leftmenuitem
{
    background-image:url(images/left-nav-level2-item.png);    
    background-repeat:no-repeat;
    height:33px;
    line-height:28px;
    vertical-align:middle;
    overflow:hidden;
}
.menudepth_3 .selected
{
    background-image:url(images/left-nav-level2-item-sel.png);    
    margin-bottom:0px;
}
.menudepth_3
{
    margin-bottom:6px;    
}
.spot-343x297 .header
{
    position:absolute;
    top:25px;
    left:33px;
    width:272px;
    overflow:hidden;
    font-size:16px;
    font-weight:bold;   
}
.spot-343x297 .header h2
{
    font-size:16px;
    font-weight:bold;   
}
.spot-343x297 .intro
{
    position:absolute;
    top:50px;
    left:33px;
    font-style:italic;
    font-weight:bold;  
    width:272px;
    overflow:hidden;
}
.spot-343x297 .CMintro
{
    font-size:12px;
    font-style:italic;
    font-weight:bold; 
}
.spot-343x297 .image
{
    position:absolute;
    top:80px;
    left:33px;
    width:272px;
    overflow:hidden;
}
.spot-343x297 .text
{
    position:absolute;
    top:212px;
    left:33px;
    width:272px;
    height:70px;
    overflow:hidden;
}
.spot-509x168 .header
{
    position:absolute;
    top:17px;
    left:33px;
    width:460px;
    overflow:hidden;
    font-size:16px;
    font-weight:bold;  
}
.spot-509x168 .text
{
    position:absolute;
    top:50px;
    left:33px;
    width:440px;  
    min-height:220px;
    height:auto !important;
    height:220px;  
    padding-bottom:12px;    
    overflow:visible;
}
.spot-509x168 .newsitem div
{
    display:inline;    
}
.spot-509x168 .newsitem h2
{
    font-size:13px;
    margin-bottom:4px;    
}

