/* Pagebrowser */

.tx-pagebrowse{
	text-align:center;
	list-style:none inside none;
	width:100%;
	margin:0;
	padding:0;
	border-top: 0;
	padding-top: 12px;
}

#content .inner_content .tx-pagebrowse li{
	display:inline;
	list-style:none;
	margin:0;
	padding:0 5px 0 0!important;
	
}

li.tx-pagebrowse-pages{
	width:80%
}

li.tx-pagebrowse-pages ol{
	display:inline;
	margin:0;
	padding:0 10px;
}

.tx-pagebrowse-pages a{
	color: #000;
}

.tx-pagebrowse-pages a:hover {
	color: #013879;
	text-decoration: none;
}

.tx-pagebrowse-pages .tx-pagebrowse-current {
	color: #013879;
}

/* Suche */
.tx-solr {
	margin: 0;
	padding:0;
	float:left;
}

.content-left .tx-solr {
  width: 100%;
}

.mainContent .tx-solr ul {
	margin: 0;
	padding:0;
}

.tx-solr .tx-solr-searchbox {
	width: 100%;
	display:block;
	height:50px;
}

.tx-solr-searchbox #tx-solr-search-form-pi-results .field {
	/*background-image: url(image/suchfeld_background.png);
	background-repeat: no-repeat;
	border: 0;
	float: left;
	height: 23px;
	margin: 0;
	padding-left: 3px;
	width: 123px;
	color: #707173;
	border-radius:0;*/
	border: 1px solid #707173;
	margin: 0 0 1px;
    width: 146px;
	height: 19px;
	border-radius: 0 0 0 0;
}


.tx-solr-searchbox #tx-solr-search-form-pi-results .lupe {
	background: none repeat scroll 0 0 #707173;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 0 0 0 5px;
/*	background-image: url(image/suchfeld_lupe.png);
	background-repeat: no-repeat;
	border: 0;
	float: left;
	height: 23px;
	margin: 0;
	width: 24px;
	border-radius:0;
	*/
}


.tx-solr .searchfor {
	display:block;
	font-weight:bold;
}

.tx-solr .searchfound {
	display:block;
}

.tx-solr .searchrange {
	display:block;
	float:left;
	width:250px;
}

.tx-solr .resultsperpage {
	display:block;
	/*
	float: right;
	width:250px;
	*/
	text-align:right;
}

.tx-solr div#tx-solr-search ol.results-list {
	margin:0px 0 0 0;
}

.tx-solr .resultsperpage form select {
	margin-left: 5px;
}

.tx-solr ul, .tx-solr li {
    list-style-type: none;
}

table.tx_solr_index_list {
    width: 100%;
}
.tx_solr_index_list td {
    border-bottom: 1px solid #DEE0E1;
    font-size: 11px;
    height: 20px;
    padding: 2px 4px;
    vertical-align: middle;
}
.tx_solr_index_list .bgColor2 td {
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}

.tx-solr .facets-remove-all {margin:10px 0 10px 0 ;}


#tx-solr-search {
    float: left;
}

#content #tx-solr-search ol li{
  list-style-type: none;
  margin: 0;
  padding: 12px 0 13px 0;
}

#tx-solr-searched {
    font-weight: bold;
    height: 20px;
    width: 100%;
}
#tx-solr-searched a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
#tx-solr-searched a:hover {
    color: #000000;
    text-decoration: none;
}
#tx-solr-results-found {
    float: left;
    padding: 15px 0;
}
#tx-solr-result-per-page {
    float: right;
    padding: 10px;
}
#tx-solr-search-functions h3 {
  
}

#content #tx-solr-search-functions h2 {
    border-bottom: 1px solid #707173;
    color: #707173;
    font-size: 22px;
    line-height: 26px;
    margin: 10px 0 7px 0;
    width: 148px;
	padding: 0;
	font-weight: bold;
}
#content div.mainContent div#content_lr div#c90.csc-default div.tx-solr div#tx-solr-search-functions h2#solrstichwort {
margin: 20px 0 7px 0;
}


#tx-solr-search-functions {
	float: left;
    margin-right: 21px;
    min-height: 50px;
    padding-left: 2px;
    width: 148px;
}
.facets, ul.facets {
    margin: 0;
    padding: 0;
}

.facets ul li, #tx-solr-facets-in-use ul li {
    margin: 0;
}

.facets ul li a{
	text-decoration: none;
}

.facet {
    /*border-bottom: 1px solid #CACACA;*/
    margin: 0;
    padding: 10px 0;
}
#tx-solr-faceting, #tx-solr-sorting, #tx-solr-facets-in-use {
    /*background: none repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #CACACA;*/
    margin: 0;
    padding: 0;
}
#tx-solr-facets-in-use {
    background: none repeat scroll 0 0 #FFFFFF;
}

.facet-author {
    display: none;
}

#content #tx-solr-faceting h4 {
	border-bottom: 1px solid #707173;
    color: #707173;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 7px;
    width: 160px;
	font-weight: bold;
}

#tx-solr-faceting h5 {
	color: #707173;
    font-size: 12px;
}

#tx-solr-sorting li {
    border-bottom: 1px solid #CACACA;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}
#tx-solr-sorting li a {
    text-decoration: none;
    background: none;
}
#tx-solr-sorting li a:hover {
    text-decoration: underline;
    background: none;
}
#tx-solr-faceting li a {
    text-decoration: none;
    background: none;
}
#tx-solr-faceting li a:hover {
    text-decoration: underline;
    background: none;
}
#tx-solr-facets-in-use img {
    margin-right: 5px;
}
#tx-solr-facets-in-use a {
    text-decoration: none !important;
}
#tx-solr-facets-in-use a:hover {
    text-decoration: underline;
}
.tx-solr-relevance-bar {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 1px;
    height: 8px;
    margin-right: 5px;
    padding: 1px;
    width: 100px;
}
.tx-solr-relevance, .tx-solr-relevance-fill {
    float: left;
    height: 8px;
    margin-right: 0 !important;
    padding: 0;
}
.tx-solr-relevance {
    background-color: #ff7d22;
}
.tx-solr-relevance-fill {
    background-color: #CCCCCC;
}
.results-list {
	clear:both;
}
.results-topics {
	margin-bottom:1px;
}

.results-topic a{
	color: #013879;
    font-size: 12px;
    font-weight: normal;
	margin-bottom:1px;
}

.results-topic span{
	color: #000000;
    font-size: 10px;
    font-weight: normal;
}

.results-entry {
    /*
	border: 1px solid #CACACA;
    margin: 0 0 15px;
    padding: 10px;
	*/
    background: url(../img/border_grau.gif) repeat-x scroll left bottom transparent;
    line-height: 15px;
    padding: 12px 0 13px 0;
}

#wrapper .results-topic{
  margin-bottom: 4px !important;
  font-size: 13px;
}
#wrapper .results-topic a{
  margin-bottom: 4px !important;
  font-size: 13px;
}

.even {
    background: none repeat scroll 0 0 #FBFBFB;
}
.odd {
    background: none repeat scroll 0 0 #FFFFFF;
}

#content .results-teaser p {margin-bottom:0;}

.results-teaser a:hover {
    color: #000000;
    text-decoration: none;
}
.results-highlight {
    background: none repeat scroll 0 0 #FFFFFF;
	border:0px solid #013879;
    color: #013879;
    font-weight: bold;
    padding: 2px;
}
.tx-solr-search-failed {
    background: none repeat scroll 0 0 #FBFBFB;
}
.spelling-suggestions {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #013879;
    margin: 15px 0;
    padding: 10px;
}
.spelling-suggestions a {
    font-weight: bold;
}
.ui-widget-overlay {
    background: repeat scroll 50% 50% #00FF00;
}
.ui-widget-shadow {
    background: repeat-x scroll 50% 50% #000000;
    margin: -5px 0 0 -5px;
    padding: 5px;
}
.ui-autocomplete {
    cursor: default;
    list-style: none outside none;
    position: absolute;
    width: auto;
}
.ui-autocomplete-loading {
    background: no-repeat scroll right center white;
}
* html .ui-autocomplete {
    width: 1px;
}
.ui-menu {
    background: repeat-x scroll center top #FF0000;
    border: 1px solid #707173;
    display: block;
    list-style-type: none;
    margin: 0;
    min-width: 250px;
    width: auto;
}
.ui-menu li {
    list-style-type: none;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0 0 1px 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    color: #000000;
    display: block;
    line-height: 1.5;
    padding: 0.4em;
    text-decoration: none;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    background:#FFFFFF;
    color: #013879;
	border: 1px solid #013879;
    cursor: pointer;
    font-weight: normal;
}
.ui-menu .ui-menu-item a {
    text-align: left;
    background: #fff;
}
.ui-menu{
	background-color: #fff;
}
.ui-menu .ui-menu-item a.ui-corner-all span.result_count {
    float: right;
}
.ui-menu .ui-state-hover, .ui-menu .ui-state-focus {
    background: repeat-x scroll 0 -40px transparent;
    color: #FFFFFF;
    cursor: pointer;
}
#tx-solr-search ol {
    margin: 0;
    padding: 0;
}

.tx-solr-facet-show-all {
    color: #013879 !important;
}

.tx-solr-frequent-term-14 {
	font-size: 14px;
}
.tx-solr-frequent-term-15 {
	font-size: 15px;
}
.tx-solr-frequent-term-16 {
	font-size: 16px;
}
.tx-solr-frequent-term-16 {
	font-size: 16px;
}
.tx-solr-frequent-term-17 {
	font-size: 17px;
}
.tx-solr-frequent-term-18 {
	font-size: 18px;
}
.tx-solr-frequent-term-19 {
	font-size: 19px;
}
.tx-solr-frequent-term-20 {
	font-size: 20px;
}
.tx-solr-frequent-term-21 {
	font-size: 21px;
}
.tx-solr-frequent-term-22 {
	font-size: 22px;
}
.tx-solr-frequent-term-23 {
	font-size: 23px;
}
.tx-solr-frequent-term-24 {
	font-size: 24px;
}
.tx-solr-frequent-term-25 {
	font-size: 25px;
}
.tx-solr-frequent-term-26 {
	font-size: 26px;
}
.tx-solr-frequent-term-27 {
	font-size: 27px;
}
.tx-solr-frequent-term-28 {
	font-size: 28px;
}
.tx-solr-frequent-term-29 {
	font-size: 29px;
}
.tx-solr-frequent-term-30 {
	font-size: 30px;
}
.tx-solr-frequent-term-31 {
	font-size: 31px;
}
.tx-solr-frequent-term-32 {
	font-size: 32px;
}
.tx-solr-frequent-term-33 {
	font-size: 33px;
}
.tx-solr-frequent-term-34 {
	font-size: 34px;
}
/* Dokumenten Suche */
#content_l .tx-solr h2 {
    border-bottom: 1px solid #707173;
    color: #707173;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin: 10px 0 7px 0;
    padding: 0;
    width: 148px;
}

#content_l .tx-solr .tx-solr-searchbox-docs input {
	border-radius: 0px;
}

#content_l .tx-solr .tx-solr-searchbox-docs input.tx-solr-q {
	width: 146px;
	margin: 0 0 1px 0;
}

#content_l .tx-solr .tx-solr-searchbox-docs input.lupe {
	color:#FFFFFF;
	margin:0 0 0 5px;
	background:#707173;
	float:right;
	cursor:pointer;
}

/* tables */
table.tablesorter {
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FFFFFF;
	border-bottom: 1px solid #707173;
    border-top: 1px solid #707173;
	padding: 11px 5px 5px 11px;
	color:#707173;
	text-transform: uppercase;
}

table.tablesorter thead tr .header {
	background-image: url(image/bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 14px;
	cursor: pointer;
}

table.tablesorter thead tr .thsize {
	padding: 11px 12px 5px 11px;
    text-align: right;
    vertical-align: top;
    width: 78px;
	background-repeat: no-repeat;
	background-position: 25px 14px;
}

table.tablesorter tbody td {
	color: #000000;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F6F7F7;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(image/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(image/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}


/** Search Header **/

#tx-solr-search .solr_result {
    background: url(../img/border_grau.gif) repeat-x scroll left bottom transparent;
    height: 56px;
}

#tx-solr-search .solr_result .col1{
width:530px;
float:left;
}

#tx-solr-search .solr_result .col2{
width:205px;
text-align: right;
float:left;
}


#tx-solr-pagination-results-per-page select {
               background: url(../img/select_bc.gif) -200px -2px repeat-x;
                -webkit-appearance: none;
                border: 1px solid #D6D8D8;
                color: #3E3D40;
                height: 28px;
                font-family: 'muli',sans-serif;
                margin-bottom: 11px;
                width: 45px;
}

.relevance {
  color: #ff7d22;
  font-style: italic;
}


/*Faccetten **/
.facet-label {
  color: #FF7022;
  font-style: italic;
  background: url("../img/orangeborderOne_16px_w.gif") repeat scroll 0 18px transparent;
  width: 100%;
  display: block;
  padding-bottom: 1px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 1px;
  font-family: "Oswald", sans-serif;
}

.solr_cats {
  color: #013879;
}

/* 2.4 - Menu Left */
.mainnavi {
  line-height: 16px;
  margin-top: 7px;
}

.mainnavi , .mainnavi  a {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #013879;
}

.mainnavi a {
  padding-left: 4px;
}

.mainnavi li {
  background: url(../img/naviImageBorder2.png) repeat-x bottom left transparent;
  padding: 6px 2px 8px 0px;
  margin-left: 2px;
}

.mainnavi li.active a{
  color: #ff7d22;
}

.mainnavi .level-2 {
  background: none;
  padding-bottom: 0px;
}

.mainnavi .level-2 a {
  color: #ff7022;
  font-style: italic;
  background: url("../img/orangeborderOne_16px_w.gif") repeat scroll 0 18px transparent;
  width: 100%;
  display: block;
  padding-bottom: 1px;
  line-height: 18px;
  font-size: 16px;
  margin-bottom: 1px;
}

.mainnavi .level-2 a:hover {
  text-decoration: none;
}

.mainnavi .level-4 {
  padding: 0;
  background: none;
}

.mainnavi ul.level-4 {
  background: url(../img/naviImageBorder.png) repeat-x top left transparent;
  padding-top: 7px;
  padding-left: 0px;
  margin-left: -2px;
  margin-top: 6px;
}

.mainnavi li.level-4 {
  padding-left: 14px;
  padding-bottom: 4px;
}

.mainnavi li.level-4.end {
  padding-bottom: 0px;
}

.mainnavi li.level-4 a {
  color: #013879;
}

.mainnavi li.level-4.active a {
  color: #ff7022;
}


