/* ############### Search ########################### */

/* Rechts */
#right .content .spacer {
	height: 4px;
	background-color: #FFDECC;
}

#right #searchform {
	height: 20px;
	
	padding: 4px 0 7px 6px;
}
#right #searchform .searchfield {
	float: left;
	
	width: 116px;
	height: 18px;
	
	border: #273c82 1px solid;
}
#right #searchform .searchbutton {
	float: left;
	
	width: 18px;
	height: 18px;
	
	margin: 1px 0 0 5px; 
}


/* Layout */
#content .tx-indexedsearch-searchbox{
	display: none;
}
#content .tx-indexedsearch-rules{
	display: none;
}
#content .tx-indexedsearch-info {
	display: none;
}
#content .tx-indexedsearch-descr {
	font-style: normal;
}
#content .tx-indexedsearch-redMarkup {
	color: #273C82;
	font-weight: bold;
}

