
/* Tas bort
-------------------------------------------------- */

.PagingContainer,
.item,
.filter,
.contact-header,
.teaser,
.content-1,
.search-btn,
input.search-field,
.share,
.nav-supp,
.nav-main ,
.nav-sub,
.breadcrumb,
.footer {	
	display:none !important;
	}	
	dl.fact {	
	display:block !important;
	}
    dl.fact dt {	
	font-size: 16px !important;
	font-weight: bold !important;
	margin: 0;
	padding: 0;
	}
	dl.fact .desc {	
	font-size: 16px !important;
	margin: 0;
	padding: 0;
	}	
	
		dl.fact .desc span.heading {		
		clear: both;
		display: block;
		color: #000;
		padding: 0;
		}
		dl.fact p {		
        margin: 0 !important;
		padding: 0 !important;
		}		
	
	

/* sIFR */	
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
    }

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
    }

/* img */	
img	{
	border:none !important;
	}
	
	
/* Content page (EDITOR)
-------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000 !important;
    }    
    .billboard {	
	margin: 40px 0;
	}
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {	
	padding: 0;
	margin: 0;
	}
.editor h2 {	
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;	
	padding: 0;
	}
.editor h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	}
.editor p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 16px !important;
	line-height: 18px;
	}
.editor p.introduction {
	font-style: italic;
	}


/* Link 
---------------------------------------------------*/	
.editor a,
.editor a:visited {
	color: #636363;
	text-decoration:underline;
	}
	.editor a:hover {
		color: #000;
	    text-decoration: none;
	}
	
	
/* Tags 
---------------------------------------------------*/	
.editor strong {
	font-weight: bold;	
}
.editor em {
	font-style: italic;	
}


	
/* Lists 
---------------------------------------------------	*/
.editor ul {
	margin: 0 0 0 25px;
	list-style: disc;
	}
	.editor ul li {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0px;
	}
.editor ol {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: decimal;
	}
	.editor ol li {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}


/* --------- Image format ----------- */
img.topleftfloatingimage {
    margin-right: 1em;
    margin-bottom: 1em;
    EditMenuName: Flytande vänster;
	float: left;
    }

img.toprightfloatingimage {
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Flytande höger;
    }
    
    
/* --------- Table format ----------- */
table
{
	font-size: 1em;
	border-collapse: collapse;
}
th
{
	text-align: left;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}
table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
    EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #377995;
}
table.color td.highlighted
{
	background-color: #d1e6ef;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}
