/* Damit dieses Stylesheet greift muss auch setup_search.ts eingebunden sein!!! */

/* Button
Dieses Prinzip funktioniert nicht mit IE6!
input[type=submit] {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #99906C;
	height: 25px;
}
*/

/* ==================== Suchformular ==================== */

#ttcontentsearch label {
}

.tt_content_search_field {
	font-family:		Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:			11px;
	height:				22px;
}

.tt_content_search_button {
	font-family:		Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	color:				#ffffff;
	background-color:	#99906C;
	height:				22px;
}

/* ==================== Trefferliste ==================== */

.tt_content_search_results_error {
	color:				#CC0000;
	font-weight:		bold;
	margin:				0 0 12 0;
}

.tt_content_search_hitcounter {
	color: 				#ffffff;
	background-color:	#99906C;
	width:				249px;
	clear:				both;
	float:				left;
	padding:			4 4 4 4;
	font-weight:		bold;
}

.tt_content_search_paging {
	color:				#ffffff;
	background-color:	#99906C;
	width:				248px;
	float:				left;
	padding:			4 4 4 4;
	font-weight:		bold;
	text-align:			right;
}

.tt_content_search_paging a {
	text-decoration:	none;
}

.tt_content_search_results {
	clear:				both;
	float:				left;
	margin:				0 0 24 0;	
}

.tt_content_search_results_title {
	color: 				#99906C;
	background-color:	#E1D4A0;
	width:				505px;
	clear:				both;
	float:				left;
	padding:			2 4 2 4;
	margin:				12 0 0 0;
	font-weight:		bold;
}

.tt_content_search_results_title a {
	text-decoration:	none;
}

.tt_content_search_results_text {
	width:				513px;
	clear:				both;
	float:				left;
	padding:			4 0 0 0;
}
