@charset "utf-8";
/* nyhetsliste.css av Rolf Andreas Haug - http://rah.no */



#wrapper img.header {
	margin: 20px 0 20px 0;
}


#wrapper .nyhet {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	overflow: auto;
	width: 550px;
	font-size: 12px;
	color: #0083a1;
	
	margin-bottom: 10px;
}
#wrapper .nyhet img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
#wrapper .nyhet p.title {
	margin-bottom: 5px;	
}

#wrapper .nyhet p.title a {
	font-size: 14px;
	color: #2b2f32;
	text-transform: uppercase;
	font-weight: bold;
}

#wrapper .nyhet p.title span {
	margin-left: 20px;
	font-size: 10px;
	color: #8e8e8e;
}
#wrapper .nyhet p.link {
	font-size: 10px;
	margin-top: 10px;
	font-weight:bold;
}
#wrapper .nyhet p.link a {
	color: #a3018b;
	text-decoration: none;
}
#wrapper .nyhet p.link a:hover {
	text-decoration: underline;	
}
