	
	/*--- // -------------------------------------------------------
		
		@ 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:80px;
		float:left;
	}
	
	.datumskastendetail {
		float:right;
	}
	
	.listrow {
		float:left;
		width:390px;
	}
	
	.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;
		border-top: 1px solid #ccc;
	}
	
	/* --------------------------------------------------
		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;	
	}
	
	
	
	
	

