@charset "utf-8";
/* CSS Document */
#news ul {
	margin:0px 35px 0px 35px;
}

li.frontnews {
	/*width:198px;
	height:124px;
	background:url(../images/nyhet_strek_under.jpg) bottom no-repeat;
	float:left;
	margin-right:5px;*/
	list-style-type:none;
	position:relative;
	padding-bottom:7px;
}
li.frontnews h2{
	font-size:12px;
	/*margin:24px 24px 0;
	width:150px;*/
}
li.frontnews h2 a{
	text-decoration:none;
	color:#726f6f;
	}
li.frontnews h2 a:hover{
	text-decoration:underline;
	}
li.frontnews div.newstext{
	width:150px;
	font-size:10px;
	margin:0px 24px;

}
li.frontnews span.newsreadmore{
	width:150px;
	font-size:10px;
	margin:0px 24px;
	position:absolute;
	bottom:17px;

}
li.frontnews span.newsreadmore a, li.frontnews span.newsreadmore a:visited {
	text-decoration:none;
	color:#726f6f;
}
li.frontnews span.newsreadmore a:hover{
	text-decoration:underline;
	}
