#news a{
	color: #973D00;
	text-decoration: none;
	border-bottom: dotted 1px #973D00;
}
#news_head{
	border-bottom: solid 0px #ccc;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
#news_head h1{
	border: none;
	background-color: #eee;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	border-left: solid 3px #C2C853;
}
#news_head h5{
	border: none;
}
#news #alaune{
	font-family: Tahoma, serifSansSerifMonospace; 
	border-bottom: none;
	border-left: solid 3px #C2C853;
	background-color: #DEE1A2;
	margin: 0;
	padding: 0 0 0 5px;
	color: #973D00;
	font-size: 140%;
}
#news #news_latest{
	border-collapse: collapse;
}
#news_latest td{
	padding: 5px;
	width: 50%;
	vertical-align: top;
}
#news #news_latest td h3{
	border: none;
	border-left: solid 2px ;
	padding: 0 0 0 10px;
	font-size: 120%;
	font-weight: bold;
}
#news #news_latest td h3 a{
	text-decoration: none;
	border-bottom: none;
	color: #973D00;
}
#news #news_latest td img{
	float: left;
	width: 80px;
	margin: 0 5px 0 0;
	border: solid 1px;
}
#news #news_latest td p{
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: solid 2px #999F33;
	font-size: 95%;
	line-height: normal;
	min-height: 150px;
	text-align: left;
	background-color: #eee;
}