	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/news.css
		@ Style-Sheet für das Layout der News
		
		@ 9.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		-	Bildergalerie
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */

	.datumskastenliste {	
		width:100%;
		color:#999;
	}
	
	.newslistheader {
		float:left;
		border-top:1px solid #dfdfdf;
		border-bottom:1px solid #dfdfdf;
		padding:3px 0;
		margin-bottom:5px;
		width:390px;
	}
	
	.newslistheader-withoutimage {
		float:left;
		border-top:1px solid #dfdfdf;
		border-bottom:1px solid #dfdfdf;
		padding:3px 0;
		margin-bottom:5px;
		width:100%;
	}
	
	
	.datumskastendetail {
		float:right;
	}
	
	.newslead {
		float:left;
		width:390px;
		margin:5px 0px 10px 0px;
	}
	
	.newslead-withoutimage {
		float:left;
		width:100%;
		margin:5px 0px 10px 0px;
	}
	
	.newslistimage {
		float:left;
		width:111px;
		height:107px;
	}
	
	.newslistimage div.imagelink {
		background:#CCCCCC;
		height:87px;
		width:87px;
		padding:5px;
	}
	
	.newslistimage a strong {
		display:none;
	}
	.newslistimage div.imagelink a {
		display:block;
		height:85px;
		width:85px;
		border:1px solid #fff;
		background-repeat:no-repeat;
		background-position:center;
	}
	/*.newslead {
		margin:10px 0 10px 0;
	}*/
	
	.newtext {
		margin:10px 0 10px 0;
	}
	
	.newsbilder {
		margin:0 5px 5px 0;
		border:1px solid #ccc;
		padding:1px;
	}
	
	.newslink {
		margin:10px 0 10px 0;
	}
	
	.newsbacklink {
		margin:15px 0 0 0;
	}
	
	.newstrennlinie {
		margin:10px 0 10px 0;
		height:1px;
		line-height: 1px;
		font-size: 1px;
		background-color:#fff;
	}
	
	/* --------------------------------------------------
		Bildergalerie
	-------------------------------------------------- */	
	
	div.newsgaleriebilder {
		margin:5px;
		padding:1px;
		float:left;
		background-color:#ccc;
	}
	
	div.newsgaleriebilder a{
		display:block;
		margin:4px;
		width:100px;
		height:100px;
		overflow:hidden;
		border:1px solid white;	
	}
	
	
	
	
	

