/* CSS Document */

/*Positionierung der Newseinträge in Verbindung zu newstemplate.html*/

.news-list-item
{
	margin:25px 0 0 0;
	width: 390px;
	height:153px;
}	


#news_list_left
{
	float:left;
	height:153px;
	width:127px
}
					
#news_list_right
{
	float:right;
	margin:-12px 0 0 0;
	width:245px;
	height:140px;
}

			
			
#single_links
{
	float:left;
	margin: 10px 0 0 0;
	width:360px
}
					

#single_rechts
{
	float:right;
	margin:25px 0px 0px 0;
	width:250px;
}


#latest_arrow{
	float:left;
	margin: 3px 0 0 0;
	width:12px
}

#latest_titel{
	float:right;
	width:180px;
}
