
/* CSS-Styles für Tabellenloses-Suchformular */
form div.csc-searchform {
	width: 400px;
	padding: 15px 0 15px 15px;
	margin: 10px 0 15px 0;
	border: 1px solid #ccc;
	font-size: 11px;
}
form div.csc-searchform div.csc-form-label {
	float: left;
	width: 80px;
	height: 25px;
	padding-top: 5px;
}
form div.csc-searchform div.csc-form-label p { margin: 0; padding: 0; }

form div.csc-searchform div.csc-form-label label {  font-weight: bold; }

form div.csc-searchform div.csc-form-fieldcell {
	height: 30px;
}
form div.csc-searchform div.csc-form-fieldcell input.sword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 220px;
	margin-left: 7px;
	margin-top: 3px;
	/*color: #000;
	background: #fff;*/
}
/*
form div.csc-searchform div.csc-form-fieldcell input.sword:focus {
	color: #000;
	background: #eee;
	border: 1px solid black;
	padding: 1px;
}*/
form div.csc-searchform div.csc-form-fieldcell select.scols {
	width: 220px;
	margin-left: 5px;
}
form div.csc-searchform div.csc-form-fieldcell input.senden {
	width: 100px;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 11px;
}



/* Search Result, result information box:  */
#inhalt p.csc-searchResultInfo { margin: 0px 0px 7px 0px; }
#inhalt p.csc-searchResultInfo span.csc-searchResultRange { font-weight: bold; }
#inhalt p.csc-searchResultInfo span.csc-searchResultPrevNext { margin-left: 50pt; }

/* Search Result, header + abstract: */
#inhalt h3.csc-searchResultHeader { margin:0; padding: 3px 0 0 5px; background-color: #EDEDED; height: 18px; }
#inhalt h3.csc-searchResultHeader a {  }
#inhalt p.csc-searchResult { padding: 0; margin: 6px 0 16px 16px; font-style: normal; }
#inhalt h3.csc-noSearchResultMsg { margin: 0; padding: 0; padding-top: 5px; }

/* Search word markup */
#inhalt span.csc-sword { font-weight: bold; color: #0000FF; background-color: #E6E6E6; padding: 0 2px 0 2px; }
#support span.csc-sword { font-weight: bold; color: #0000FF; background-color: #E6E6E6; padding: 0 2px 0 2px; }


