
/* Tas bort
-------------------------------------------------- */
.post-it,
.item,
.filter,
.contact-header,
.teaser,
.content-1,
.content-3,
.search-btn,
.share,
.nav-supp,
.nav-main ,
.nav-sub,
.breadcrumb,
.footer {	
	display:none !important;
	}	

/* Tas fram
-------------------------------------------------- */	
.print-me {	
	display:block !important;
	}	

/* img */	
img	{
	border:none !important;
	}
	
	
/* Content page (EDITOR)
-------------------------------------------------- */

body {
	font-family: "Trebuchet MS", 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 {	
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	}
.editor h1 {	
	font-size: 34px;
	line-height: 36px;	
	padding: 0 0 20px 0;
	}
.editor h2 {	
	font-size: 21px;
	line-height: 23px;	
	}
.editor h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 5px 0;
	}
.editor p {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	}
.editor p.introduction {
	font-size: 16px;
	line-height: 18px;
	}


/* Link 
---------------------------------------------------*/	
.editor a,
.editor a:visited {
	color: #636363;
	text-decoration:underline;
	}
	.editor a:hover {
		color: #000;
	    text-decoration: none;
	}
	
	
/* Tags 
---------------------------------------------------*/	
    strong {
	font-weight: bold;	
    }
    em {
	font-style: italic;	
    }


	
/* Lists 
---------------------------------------------------*/
	ul,ol {
	margin-bottom: 10px;
	}
	ul li,ol li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0;
	}
	ol li {
	list-style-type: decimal;
	margin-left: 25px;
	}


/* Image format
---------------------------------------------------*/
img.topleftfloatingimage {
    margin-right: 1em;
    margin-bottom: 1em;
	float: left;
    }

img.toprightfloatingimage {
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    }
