/* Content start
-------------------------------------------------- */
.content-1 p {
	font-weight: normal;
	font-size: 0.8em;
}
.content-1 a.action {}
	.content-1 a.action:hover {}
.content-1 h1 {
	font-size: 20px;
	margin-bottom: 9px;	
}
/* Content page (EDITOR)
-------------------------------------------------- */
.editor hr {
	color:#cccccc;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
	margin-bottom:5px;
}
.editor h1 {
	font-weight: bold;
	font-size: 2em;
	color:#00407a;
}
.editor h2 {
	font-weight: normal;
	font-size: 1.8em;
	color:#00407a;
}
.editor h3 {
	font-weight: normal;
	font-size: 1.6em;
	color:#00407a;
}
.editor h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom:0.8em;
	color:#00407a;
margin:1px 0 0 0;
}
.editor h5 {
	font-weight: bold;
	font-size: 1.0em;
}
.editor h6 {
	font-weight: bold;
	font-size: 1.2em;
}
.editor p {
	font: normal 1em/1.4 Arial, Helvetica, sans-serif;
	margin-bottom:2px;
}
.editor p.intro {
	font-weight: bold;
}
 p.imageInfoText {
font-size:90%;
}
 p.imageInfoText-center {
font-size:90%;
text-align:center;
}
.editor p.break-1 {
	margin-bottom:5px;
}
/* Link 
---------------------------------------------------*/	
.editor a {
	color:#00407a;
	text-decoration:none;
	}
//.editor a:visited {
//	font-weight: bold;
//	font-size: 1;
//	color: #444;
//	}
	.editor a:hover {
		text-decoration:none;
	}
	
/* Tags 
---------------------------------------------------*/	
.editor strong {
	font-weight: bold;	
}
.editor em {
	font-style: italic;	
}
.editor sub {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:bottom;
	}
.editor sup {
	font-weight: normal;
	font-size: 0.8em;
	vertical-align:top;
}
.editor abbr {
	border-bottom:1px #ddd solid;
	}
.editor acronym {
	text-transform:uppercase;
	border-bottom:1px #ddd solid;
	}
.editor cite {
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	color:#555;
	border-bottom:1px #ddd solid;
}
/* Blockquote 
---------------------------------------------------*/
.editor blockquote {
	width:120px;
	float:left;
	margin:15px;
	}
	.editor blockquote p {
		font: italic 1.6em Georgia, "Times New Roman", Times, serif;
		color:#555;	
	}
	
/* Lists 
---------------------------------------------------*/	
.editor ul,
.editor ol {
	margin-bottom:10px;
}
	.editor ul li,
	.editor ol li {
		list-style-type: disc;
		font-weight: normal;
		font-size:1em;
		list-style-position:inside;
	}
	 .editor ol li{
		list-style-type: decimal;
	}
	
/* Tabels 
---------------------------------------------------*/
.editor table {
		font-weight: normal;
		font-size:1em;
	    border:none;
	    margin:3px 5px 10px;		
	}
	.editor table th {
		color:#fff;
		font-weight: bold;
		padding:3px 5px;
		background:#ccc;
		border-bottom:1px solid #666;
		}
	.editor table td {
		font-weight: normal;
		font-size:.9em;
		padding:0 5px;
	}
	
/* table with borders */
.editor table.border {
	border:1px solid #ccc;
	}
	.editor table.border th {}
	.editor table.border td {
		border:1px solid #eee;
	}
	
/* Images
-------------------------------------------------- */	
.editor img.imgleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.editor img.imgright {
	float: right;
	margin: 0 0 10px 10px;	
}
/* border */
.editor img.imgleft.border,
.editor img.imgright.border {
	border:1px solid #000;	
}
	
/* Nyheter 
-------------------------------------------------- */	
.editor .news
{
	padding:10px 0 10px 10px;
	border-top:1px solid #00407a;
	/*width:360px;*/
	background:#FFF url(../media/content-bg.gif/$file/content-bg.gif) 0 0 repeat-x;
	}
.editor .date
{
	font-size:0.8em;
	color:#a6a6a6;
	font-weight:bold;
margin-top:10px;
}
.editor .news a{
	
	font-size:0.9em;
	color:#00407a;
	}
	
.editor .news a:hover{
	
	font-size:0.9em;
	color:#f68420;
	}
	
.editor .newsintro
{
	font-size:0.8px;}

