@charset "utf-8";


/* CSS FOR NYHETER */
/* Ballerud Hagesenter */
td { padding-left: 10px; }

#news_table
{
	width: 100%;
}

.news_thumb
{
	float : left;
	padding: 25px 4px 4px 0;
}

.news_ingress
{
	float: left;
	clear: left;
	font-size: 17px;
}

.news_ingress * { font-weight:bold; }

.news_contents
{
	float : left;
	clear:left;
	padding: 20px 0 20px 10px;
	font-size: 14px;
}

#news_table td { 
	vertical-align: top;
	
}

.news_read_more { 
	float: right; 
	padding-bottom: 30px;
	padding-right: 10px;
	clear: left;
}

.news_date { 
	padding: 5px 0 5px 10px; 
	color: #000;
	display: block;
	clear: right;
	background-color: #9fbd45;
	border:1px solid #ccc;
}

.news_date:hover {
	background-color: #afafaf;
    /*color: #000;*/
}

.news_heading { 
	float: left;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
}

.td_newstower a {
	text-decoration : none;
	margin-left: 5px;
	color: #000;
}

.td_newstower a:hover {
	text-decoration : underline;
	color: #696a6a;
}

