@charset "utf-8";
/* CSS Document */

#suchform {
	float:left;
	margin:0px;
	position:relative;
	top:-5px;
}

#suchfeld {
	width:100px;
	margin-right:5px;
	margin-left: 1px;
	color:#3E3D40;
	font-size:11px;
}

.tx-indexedsearch-searchbox, 
.tx-indexedsearch-rules,
.tx-indexedsearch-whatis,
.tx-indexedsearch-browsebox {
	display:none;
}

div.tx-indexedsearch-res {
	width:650px;
	margin-bottom:25px;
}


.tx-indexedsearch-singleres {
	margin-top:20px;
}
.tx-indexedsearch-singleres table {
	margin:0px;
}

td.tx-indexedsearch-title {
	color:#3e3d40;
}
td.tx-indexedsearch-title a {
	color:#3e3d40;
	text-decoration:underline;
}


td.tx-indexedsearch-descr {
	color:#3e3d40;
	font-size:11px;
	font-style:normal !important;
}
.tx-indexedsearch-redMarkup {
	color:#3e3d40 !important;
}
