/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		Kreis Ilanz
	date:			04/2008, scherii
	version:		4.1.5
	file:			search.css
	function:		Suchausgabe -style 
********************************************************************************************************/
/*suchbox auf resultseite*/
.tx-indexedsearch-searchbox input{
	width:150px;
	}

input.tx-indexedsearch-searchbox-button{
	width:100px;
	}

/*um ganze suchausgabe*/
.tx-indexedsearch{
	margin-top:10px;}
		
/*explicit suchwortzeile*/	
.tx-indexedsearch-whatis{
	margin-top:10px;}
		
/*suchwort*/
.tx-indexedsearch-sw{
	color:#d20000;
	font-weight:bold;}
		
/*display resultateanzahl*/
.tx-indexedsearch-browsebox{
	line-height:25px;}
		
/*ganzes resultat*/
.tx-indexedsearch-res table{
	background-color:#E6E4EF;
	border: 1px solid #CECBE1;
	padding-bottom:5px;
	font-size:11px;}

/*header einzelnes resultat*/
.tx-indexedsearch-icon{
	background-color:#CECBE1;
	padding-bottom:2px;}
		
.tx-indexedsearch-result-number{
	background-color:#CECBE1;
	padding-bottom:2px;}
		
.tx-indexedsearch-percent{
	background-color:#CECBE1;
	padding-bottom:2px;}
		
.tx-indexedsearch-title{
	background-color:#CECBE1;
	padding-bottom:2px;}		

/*verlinktes wort im header*/
	.tx-indexedsearch-title a{
		font-weight:bold;
		text-decoration:underline;
		color:#444545;}
		
		.tx-indexedsearch-title a:hover{
		text-decoration:none;
		color:#d20000;}
		
/*markiertes suchwort im content*/
.tx-indexedsearch-redMarkup{
	color:#d20000;}
		
/*info unten in einzelener suchausgabe*/
.tx-indexedsearch-info{
	padding-bottom:3px;}

/*link in info*/
	.tx-indexedsearch-path a{
		color:#2E3571;}
		
	.tx-indexedsearch-path a:hover{
		text-decoration:none;
		}
		
	td.tx-indexedsearch-descr{
	padding-right:10px;}
