.nyheter_table
{
	border-collapse: 		collapse;
	width: 					100%;
	table-layout: 			fixed;	
}
.nyheter_overskrift_h2 h2
{
	margin: 				0px;
	padding-bottom:			0px;
	height:					30px;
	font-family:			Arial;
	font-size:				13px;
	font-weight:			normal;
	color:					#800000;
	overflow: 				hidden;	
}
.nyheterlinktekst
{
	line-height:			13px;
}
.nyheterdato
{
    font-family:			Verdana;
    font-size:				11px;
	font-weight:			normal;
    color:					#808080;
	overflow: 				hidden;       
}
.nyhetertekst
{

    font-family:			Tahoma;
    font-size:				11px;
	font-weight:			normal;
    color:					#333333;
	overflow: 				hidden;       
}
a.nyheterlink:link, a.nyheterlink:visited
{
    font-family:			Verdana;
    font-size:				11px;
	font-weight:			normal;
    color:					#1E447D;
    text-decoration: 		underline;
}
a.nyheterlink:hover
{
    font-family:			Verdana;
    font-size:				11px;
	font-weight:			normal;
    color:					#000000;
    text-decoration: 		underline;    
}