<%Response.ContentType = "text/css"%>

.dummy{
	display: none;
}


.content h2
 {
	/* font-family: Georgia, Times, "Times New Roman", serif;
	color: #2f598b;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.12em;
	margin: 0 0 0.6em;
 */
}	

.item h3
{
	/* font-family: Georgia, Times, "Times New Roman", serif; */
	display: inline;
	/*
	color: #2f598b;
	font-size: 1.3em;
	font-weight: normal;
	*/
	margin: 0px;
	max-width: 90%;
}
/*
#search #searchsubmit, #search-center #searchsubmit {
    background-color: #2F598B;
    background-image: url("/resources/img/backgrounds/search-magnifier.png?3rh6h1");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 2.5em;
}

#search, #search-center {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #2F598B;
    height: 2.5em;
    position: relative;
}

#search input, #search-center input {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: medium none;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: 100%;
    line-height: 1.66667em;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
}
*/
.button {
    cursor: pointer;
    margin: 0;
}

.facetitem,
.search-limitations .box-space ul li {
    /* 
    background-image: url("/resources/img/backgrounds/pfeil-blau-klein.png?3sdz11");
    background-position: left 0.2em;
    background-repeat: no-repeat;
    background-size: 0.357143em 0.642857em;
    padding-left: 1em;
    list-style: none;
    margin: 0 0 0.416667em;
    */
}	
.facetitemcount, .facettotalcount {
	color: #2F598B;
}

.facettitle,
.search-limitations .box-space ul li.heading {
    padding-bottom: 0.416667em;
    color: #2F598B;
    background-image: none;
    border-bottom: 1px solid #2F598B;
    padding-bottom: 0em
    padding-left: 0;
    margin-bottom: .5em;
    cursor: pointer;
}	

#facetblock > div {
    line-height: 1.5;
    list-style: outside none none;
}

.activefacet {
	font-weight: bold;
}

.orderby {
	/*display: none;*/
}

/*
input[data-placeholder], [data-placeholder], *[data-placeholder]
{
  color: #2F598B !important;
}
*/

#searchresults_headline
{
	padding-bottom: 0.5em;
	margin: 3em 0px 2em;
	border-bottom: #2f598b 1px solid;
	vertical-align:middle;
}
#searchresults_headline H2
{
	display: inline-block;
	margin: 0px;
}

#searchresults_headline SPAN
{
	position: relative;
	float: right;
}

#showmorebutton {
	cursor: pointer;
}

.detail{
	display: none;
	/*margin-left: 9em; */
	min-height: 2em;
}

.grau {
	background-color: #ececec;
}	

.ui-autocomplete {
	max-height: 240px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete-input {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 240px;
}

