
/* Resultate formatieren */

.csc-searchResultHeader {
	font-size: 1em;
}


.csc-searchResultHeader a {
	text-decoration: underline;
}

.csc-searchResult {
	font-style: italic;
}


/* Formular in Ergebnisseite ausblenden */


#suche .csc-searchResultHeader,
#suche .csc-searchResult,
#suche .csc-noSearchResultMsg,
#suche table.csc-searchResultInfo,
#inhaltsspalte #suchformular
 {
	display: none;
}



/****************************************************/


#suche div.eag-suchform-field {
	width: auto;
	position: relative;
	float: left;
	display: inline;
}


#suche div.eag-suchform-field label {
	display: none;
}

#suche input#suchformularsword {
	border: 1px solid #666;
	width: 120px;
	height: 16px;
	margin: 0 10px 0 0;
}


* html #suche input#suchformularsword {
	height: 18px;
}




/***************************************************/
/* Such BUTTON standardmässig ausgeblendet:        */
/***************************************************/

#suche input.csc-mailform-submit {
	position: relative;
	float: left;
	height: 18px;
	width: 50px;
	background-color: #EEE;
	border: 1px solid #666;
	cursor: pointer;
	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
    	font-size: 10px; 
    	vertical-align: middle; 
    
    
    	display: none;
}


* html #suche input.csc-mailform-submit {
	top: 1px;
}

*+html #suche input.csc-mailform-submit {
	top: 1px;
}



