/*----- Suchformular -----*/

input#suchformsubmit {
	background-image:url("../../fileadmin/pics/search-arrow.gif");
	background-repeat:no-repeat;
	background-position:50px center;
	border:0px;
	background-color:#fff;
	width:62px;
	height:17px;
	cursor:pointer;
	padding-left:0px !important;
	
	/*font-size:1.1em;*/
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	text-align:left !important;
}

input#suchformsword{
	height:16px;
	width:129px;
	}

.csc-searchResultInfo TD, .csc-searchResultInfo TH, TABLE.csc-searchResultInfo {
	border:0px !important;
	}
	
td.csc-searchResultRange {
	padding-left:0px !important;
	}
	
table.csc-searchform {
	width:auto !important;
	white-space:nowrap;
	}
h3.csc-searchResultHeader {
	font-size:1em;
	}
	


