/*AJAX SEARCH(INPUT FIELD + RESULTS) */
input#searchfield{
  height:16px;
  color:#a3a3a3;
  margin:0;
}

.ajaxsearchresult{
  clear: both;
  border-top:none;
  background-color:#ffffff;
  overflow:hidden;
}
@media all and (min-width: 800px) {
	.ajaxsearchresult{
	  position:relative;
	  width: 340px;
	  margin-left: -154px;
	  z-index:5;
	}
}
.ajaxsearchresult .t3-element{
  margin-bottom:0
}
.ajaxsearchresult .wrap{
  border:1px solid #5D6C7E;
  color:#444444;
  background-color:#fff;
}
#searchloader{
  background: #fff url("../img/loader.gif") scroll no-repeat 0 0;
  height:16px;
  width:16px;
  position:absolute;
  margin: 1px 0 0 150px;
}
@media all and (max-width: 799px) {
	#searchloader{
		background: none;
	}
}
.tx-solr-search-ajax ol.results-list{
  list-style-type:none;
  margin:0;
  padding:0;
}
.tx-solr-search-ajax ol.results-list img{
  float:left;
  margin: 2px 2px 2px 0;
  border:1px solid #51BA02;
}
.tx-solr-search-ajax h5.results-topic{
  font-weight:bold;
  margin:0 5px;
  font-size:12px;
}
.tx-solr-search-ajax h5.results-topic a{}
.tx-solr-search-ajax .results-teaser{
  margin:0 5px;
}
.tx-solr-search-ajax .results-teaser p{
  margin:2px 0;
  padding:0;
}
.tx-solr-search-ajax .results-teaser p a{
  color:#444444;
  text-decoration:none;
  font-weight:normal;
}

.tx-solr-search-ajax  .showAllResults{
  cursor:pointer;
  text-align:right;
  margin:0 0.6em;
}
.tx-solr-search-ajax  .showAllResults span{
  text-decoration:underline;
  color:#003366;
  cursor:pointer;
}
.tx-solr-search-ajax .results-entry{
  border-bottom: 1px solid #E5EBF2;
  padding-top: 3px;
}
.tx-solr-search-ajax .results-entry:first-child{
  padding-top:0;
}
.tx-solr-search-ajax .showResultAll{
  float:right;
  margin:10px 0;
}
.tx-solr-search-ajax .categoryTitle{
  font-size:14px;
  background-color: #5D6C7E;
  color: #FFFFFF;
  text-align:center;
  margin:0 0 5px 0;
  font-weight:normal;
}
#tx-solr-search-form-pi-results-ajax{
  margin:0 !important;
}
.submitbutton{
  background: url("/fileadmin/templates/img/basic/input-go.gif") no-repeat;
  border:none;
  height:21px;
  width:21px;
  vertical-align:top;
  float:right;
  cursor:pointer;
}
#searchfield{
  color:#999999;
  margin-right: 3px;
  width: 180px;
}
.ajaxsearchformwrap{
  background-color:#fff;
}
.tx-solr-search-ajax .results-highlight{
  background:none !important;
}
#tx-solr-search-form-pi-results-header{}
/******************************************************************************/



/******FORMULAR_IM_CONTENT************/
.tx-solr-search.form{
  font-size:12px;
}
.tx-solr-search.form .resultinfo{
  margin-bottom:10px;
  font-weight:bold;
  font-style:italic;
}
/******************************************************************************/



/******ERGEBNISSLISTE_IM_CONTENT************/
.tx-solr-search.list .results-entry .title{
  display:none;
}
.tx-solr-search.list .results-entry .title_1{
  display:block;
}
.tx-solr-search.list .results-topic{
  font-size:14px;
  line-height:14px;
  margin:5px 0 5px 0;
  padding:0;
  color:#000;
}
.tx-solr-search.list ol.results-list{
  list-style:none !important;
  margin:0;
  padding:0 !important;
}
.tx-solr-search.list ol.results-list img{
  float:left;
  margin:0 10px 0 0;
}
.tx-solr-search.list .results-teaser p{
  margin:0;
  font-size:1em;
  padding:0;
}
.tx-solr-search.list .results-teaser p a{
  color:#444444;
  font-weight:normal;
}
.tx-solr-search.list .results-teaser p a:hover{
  border:none;
  color:#444444;
}
.tx-solr-search.list .showResultAll,
.tx-solr-search-result .showResultAll{
  float:right;
}
.tx-solr-search.list .categoryTitle,
.tx-solr-search-result .categoryTitle{}
.tx-solr-search.list .resultinfo{
  font-size:12px;
  font-style:italic;
  font-weight:bold;
  margin:10px 0;
}
.tx-solr-search.list .tx-pagebrowse{
  font-size:12px;
  margin:10px;
}
.tx-solr-search.list .backLink{
  font-size:12px; 
  margin-top:40px;
}
.results-highlight{
  background:none !important;
  color:#000;
  font-weight:bold;
}

.morelink{
  text-align:right;
  margin:5px;
}
.morelink a{
}

