	
	/*--- // -------------------------------------------------------
		
		@ Marti Frontend 
		@ /css/veritysearch.css
		@ Style-Sheet für das Layout der Suchseite
		
		@ 30.10.2007 PH / JB
		@ alpha 0.1
		
		@ Content:
		-	Element Definitionen
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* --------------------------------------------------
		Element Definitionen
	-------------------------------------------------- */

	div.searchresults {
		width:100%;
		padding:10px 5px ;
		border-top:1px solid #cbcbcb;
		
	}
	
	div.searchresults a {
		margin-bottom:4px;
		
	}
	
	div.searchresults div.summary {
		margin-bottom:5px;		
	}
	
	div.bggrey {
		background-color:#EFEFEF;
	}
	
	
	div.relevance {
		width:10px;
		height:10px;
		margin-top:2px;
		margin-right:1px;
		border:1px solid #c2c2c2;
		float:left;
		
	}
	
	div.r1 {
		background-color:#fbf1cb;
	}
	div.r2 {
		background-color:#f8e69f;
	}
	div.r3 {
		background-color:#fdc905;
	}
	div.r4 {
		background-color:#ffb413;
	}
	div.r5 {
		background-color:#ff9c00;
	}
	
	.relevancenumber {
		color:#999999;
		margin-left:4px;		
	}
	
	div.searchbreadcrumb {
		margin-top:10px;
		color:#999999;
		margin-bottom:10px;
	}
	
	div.searchbreadcrumb ul{
		list-style:none!important;
		
		margin:0!important;
	}
	
	div.searchbreadcrumb li{
		float:left;
		background:none!important;		
		padding:0!important;
		margin:0 6px 0 0 !important;
	}
	
	div.searchbreadcrumb a {
		text-decoration:underline;
		color:#999999;
	}
	
	
