﻿/* *********  ARTIKKELMAL  ********** */
.artikkelBildeTekst
{
	font-size:x-small;
	color:#656565;
	font-style:italic;
	/*position:relative;
	top:-15px;
	* top:0px;*/
	line-height:1;
}
.artikkelOverskrift
{
	font-size:xx-large;
	color:#999999;
	margin-bottom:30px;
	clear:both;
	line-height:1;
}
.artikkelForfatter
{
	font-size:x-small;
	color:#656565;
	line-height:1;
}
.artikkelDato
{
	font-size:x-small;
	color:#656565;
	line-height:1;
}
.artikkelInngress
{
	font-size:medium;
	color:#005DB0;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
	line-height:1.5;
}
.artikkelTekst
{
	font-size:small;
	color:#656565;
	margin-top:10px;
	clear:both;
	line-height:1.5;
}

/************************************************
			Forsidemal 2
***********************************************/
.newsitem
{
	width:375px;
	float:left;
	height:200px;			
}

/*********************************************/
/*          Blog pages                      */
/*******************************************/

/*Struktur*/

div#width940
{
	width:940px;	
	clear:left;
	/*min-height:750px;*/
	
}

div#width750
{
	width:750px;
	float:left;
	
}


div#width560
{
	width:560px;
	float:left;
}

div.width180
{
	width:180px;
	min-height:1px; /* FF fix*/
	float:left;
}

div.width10
{
	width:10px;
	min-height:1px; /* FF fix*/
	float:left;
}


/*************************************************
		Toogle function skiforsidemal2
*************************************************/
.trigger
{
	background-image:url('Images/unactivebg.png');background-position:left top;background-repeat:no-repeat;
	width:180px; height:25px;
}

.active
{
	
	background:transparent url("Images/activebg.png") no-repeat left top;
}
.trigger span
{
	font-size:8pt;
	color:#808080;
	font-weight:bold;
	padding-left:16px;
	padding-top:3px;
	float:left;
}
 .toggle_container
{
	display:none;
	width:178px;height:350px; border:1px #CCCCCC solid;
}

.active span
{
	color:#ffffff;
}


/* ************************************************* */
/* ****** STYLING: NYHET MED BILDE - Krets 1-4 ***** */
/* ************************************************* */

/* ************************ *1* ************************* */

.newsitem .NyhetMedBildeTittel
{
	width:360px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:25px; 
	color:#999999;
	/*position:relative;*/
	left:-2px;
	
}

.newsitem .NyhetMedBildeTittel a, .NyhetMedBildeTittel a:link, .NyhetMedBildeTittel a:visited
{
	color:#999999;
	text-decoration:none;
	line-height:1.1;	
}

.newsitem .NyhetMedBildeTabell
{
	width:360px;
	margin-top:15px;
}

.newsitem .NyhetMedBildeImgDiv
{
	float:left; 
	height:120px;
}

.newsitem .NyhetMedBildeImg
{
	width:150px;
	height:100px;
	margin-right:10px;
	margin-left:0px;
	border:none;
}


.newsitem .NyhetMedBildeIngress
{
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005FAD;
	line-height:17px;
	/*position:relative;*/
	top:-3px;
}

.newsitem .NyhetMedBildeLesMer
{
	height:20px;margin-top:3px;
}

#NewsItem3,#NewsItem4
{
	padding-top:15px;			
}
.divider360
{
	border-bottom:1px #cccccc solid;
	width:360px;
	margin-right:15px;
	float:left;
	line-height:0.5;		
}
.dividerfullwidth
{
	clear:both;
	border-bottom:1px #ccccc solid;
	line-height:0.5;	
}


/****************************************************
			Nyhetsakriv mal
****************************************************/

div#headerleft
{
	background-image:url('Images/leftroundcornergray.png');background-position:left top;background-repeat:no-repeat;height:27px;			
}
div#headerright
{
	 background-image:url('Images/rightroundcornergray.png');background-position:right top;background-repeat:no-repeat;height:27px;margin-left:4px;			
}
div#headerdate
{
	 background-image:url('Images/graygradientbg.png');
	 background-position:left top;
	 background-repeat:repeat-x;
	 height:19px;
	 width:185px;
	 border-right:1px #ffffff solid;
	 padding-left:10px;
	 padding-top:8px;
	 float:left;
	 font-size:8pt;
	 font-weight:bold;			
}
div#headersummary
{
	background-image:url('Images/graygradientbg.png');
	background-position:left top;
	background-repeat:repeat-x;
	height:19px;
	width:347px;
	padding-left:10px;
	padding-top:8px;
	float:left;
	font-size:8pt;
	font-weight:bold;			
}

div#results table
{
	clear:both; /* FF fix*/			
}		

		
