.news
	{
		width:480px;
		margin-bottom:20px;
		font-size:1.1em;
		line-height:18px;
		
	}
	
	h4
	{
		display:block;
		margin-bottom:30px;
	}
	
	.trenner
	{
		border-bottom:1px dotted #ccc;
		margin-top:0px;
		margin-bottom:20px;
		height:1px;
		width:480px;
	}
	
	.news a
	{
		color:#999;
		font-weight:bold;
		text-decoration:underline;
	}
	
	.news a:hover
	{
		color:#333;
	}
	
	.news .headline
	{
		color:#333;
		text-decoration:none;
	}
	
