/*
 *	tx_indexedsearch
 */

#content .tx-indexedsearch {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}
#content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width: 138px;
	font-size: 11px;
	padding: 2px;
	border: solid 1px #000000;
	margin-left: 2px;
	margin-right: 2px;
}
#content .tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content .tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox-top .results {
	margin-bottom: 2px;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox-bottom {
	margin-top: 26px;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox-bottom .results {
	margin-top: 2px;
}
#content .tx-indexedsearch UL.browsebox {
	margin-top: 5px;
	height: 20px;
	line-height: 18px;
	padding: 0px;
	vertical-align: middle;
	list-style: none;
	text-align: left;
	border: solid 1px #bfbbd0;
	margin-left: 0px;
	padding-left: 15px;
}
#content .tx-indexedsearch UL.browsebox LI {
	margin-top: 0px;
	display: inline;
	margin-right: 5px;
}

#content .tx-indexedsearch .browsebox A {
	color: #291b61;
	text-decoration: none;
}
#content .tx-indexedsearch .browsebox A:hover {
	color: #695f90;
	text-decoration: underline;
}
#content .tx-indexedsearch .res-tmpl-css {
	margin-top: 20px;
	padding-bottom: 32px;
	background: url(../img/bg_content-element-footer.gif) repeat-x bottom;
}
#content .tx-indexedsearch .tx-indexedsearch-header {
	margin-bottom: 5px;
}
#content .tx-indexedsearch .tx-indexedsearch-header .result-number {
	font-weight: bold;
	float: left;
	display: block;
}
#content .tx-indexedsearch .tx-indexedsearch-header .percent {
	font-weight: bold;
	float: right;
	display: block;
}
#content .tx-indexedsearch .tx-indexedsearch-header .title {
	margin-left: 5px;
	margin-right: 10px;
}
#content .tx-indexedsearch .tx-indexedsearch-header .title A {
	background: url("../img/internal_link.gif") no-repeat;
	padding-left: 10px;
	font-weight: bold;
	color: #291b61;
	text-decoration: none;
}
#content .tx-indexedsearch .tx-indexedsearch-header .title A:hover {
	color: #695f90;
	text-decoration: underline;
}
#content .tx-indexedsearch .tx-indexedsearch-header .title A IMG {
	margin-left: 5px;
}
#content .tx-indexedsearch .tx-indexedsearch-redMarkup {
	font-weight: bold;
	color: #291b61;
}

/*
 *	tx-macinasearchbox
 */

#subheader .tx-macinasearchbox-pi1 {
	float: right;
	margin-right: 5px;
}
#subheader .tx-macinasearchbox-pi1 .search-input {
	border: solid 1px #4c4c4c;
	width: 120px;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	padding: 1px;
	margin-right: 0px;
}
#subheader .tx-macinasearchbox-pi1 .search-submit {
	vertical-align: top;
	margin: 0px;
	margin-top: 2px;
}

/*
 *	pmkisac (Ajax-Suche)
 */

INPUT.tx-indexedsearch-searchbox-sword {
}
DIV.tx-indexedsearch-clear-left {
}
DIV.autocompleter-loading {
	float: left;
	clear: right;
	background: #ffffff url(../img/spinner.gif) no-repeat center;
	width: 20px;
	height: 16px;
}
.autocompleter-loading2 {
	background: transparent url(../img/spinner.gif) no-repeat right;
}
UL.autocompleter-choices {
	position: absolute;
	margin: 0;
	margin-top: 1px;
	padding: 5px;
	list-style: none;
	border: 1px solid #291b61;
	background-color: white;
	text-align: left;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	z-index: 50;
}
UL.autocompleter-choices LI {
	position: relative;
	padding: 0px;
	cursor: pointer;
	font-weight: normal;
}
UL.autocompleter-choices LI.autocompleter-selected {
}
UL.autocompleter-choices SPAN.autocompleter-queried {
	font-weight: bold;
	color: #695f90;
}
UL.autocompleter-choices LI.autocompleter-selected SPAN.autocompleter-queried {
}