	
	.content .right .article
	{
		margin-bottom:10px;
		display:inline-block;
	}
	
	.content .right .article .title
	{
		width:469px;
		background-image:url('../img/linie.jpg');
		background-position:bottom left;
		background-repeat:repeat-x;
		margin-bottom:5px;
		height:45px;
	}
	
	.content .right .article .story
	{
		width:469px;
	}
	
	.content .right .article .story .text
	{
		width:469px;
		font-size:12px;
	}
	
	.content .right .article .story .text IMG
	{
		float:left;
		border:1px solid #9f9f9f;
		margin-right:5px;
		margin-bottom:5px;
	}
	
	.content .right .article .story .options
	{
		display:inline-block;
		text-align:right;
		width:449px;
		#width:469px;
		padding-right:20px;
	}
	
	.content .right .article .story .options .nextLink
	{
		background-image:url('../img/next_icon.gif');
		background-repeat:no-repeat;
		background-position:top left;
		padding-left:15px;
	}
	
	.content .right .article .story .options A:link, .content .right .story .options A:visited
	{
		font-size:12px;
	}
	
	.content .right .article .story .options A:hover
	{
		font-size:12px;
		text-decoration:underline;
	}
	