div.furtherarticles_container
{
	/*normal*/
	width:50%;
	margin-left:25%;

	border-width:0;
	padding:0;
	/*debug*/	
}

div.furtherarticles_structure
{
	/*normal*/
	clear:left;
	border-left-width:2px;
	border-right-width:2px;
	border-top-width:0px;
	border-bottom-width:2px;
	border-color:#b5b5b5;
	border-style:solid;

	padding-left:20px;
	/*debug*/
	/*workaround*/
	background-color: #fff; /*dem IE6 zuliebe, der sonst aus irgendeinem Grund den Rahmen utnerbricht!*/
}

/*************** Style für die Readmore-Box am unteren Ende der Frontpage ****************/
div.furthreading_text
{
	clear:both;
	padding: 1cm 1cm 1cm 1cm;
}

