#box_container
{
	width:600px;
	height:170px;
	border-bottom:1px dotted #000;
}
#box_date
{
	float:left;
	width:140px;
	height:40px;
	margin:5px auto auto 5px;
}
#box_headline
{
	float:left;
	width:auto;
	height:40px;
	margin:5px 5px auto 5px;
}
#box_files
{
	clear:both;
	float:left;
	width:140px;
	height:auto;
	margin:5px auto 5px 5px;
}
#box_teaser
{
	float:left;
	width:440px;
	height:auto;
	margin:5px 5px 5px 5px;
	overflow:hidden;
}
#box_empty
{
	clear:both;
	float:left;
	width:140px;
	height:20px;
	margin:auto 5px 5px 5px;
}
#box_link
{
	float:left;
	width:auto;
	height:20px;
	margin:auto 5px 5px auto;
}

