@CHARSET "UTF-8";

/*SUBHEADER - SUCHE*/

.subheader .gc_search{
	float:right;
	width:170px;}
	
.subheader .gc_search .gc_search_mask{
	float:left;
	border:1px solid #b9b9b9;
	background:#fff;
	box-shadow:inset 2px 2px 2px #f3f3f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	margin:7px 0;}
	
.subheader .gc_search .gc_search_mask .searchbar-word{
	border:none;
	width:75%;
	color:#8c8c8c;
	padding:7px 0 0px 7px;}		

.subheader .gc_search .gc_search_mask .searchform-trigger{
	border:none;
	background:url(icon_suche.png) no-repeat top left;
	font-size:0;
	float:right;
	width:28px;
	height:30px;
	margin:0;
	padding:0;}

footer .gc_search{display:none;}

.gc_search {}

/*Search-Mask --------------------------------- */
.gc_search_mask{
	float:left;
	width:100%;	
	padding:5px 0;}
	
.gc_search_mask form#form-searchbar{}
.gc_search_mask form#form-searchbar input.searchbar-word{
	float:left;
	width:120px;
	margin:0;
	padding:3px;
	font-size:1em;
	border:1px solid #999;
	background:#fff;
	color:#777;	
	line-height:1em;}
	
.gc_search_mask form#form-searchbar input.searchbar-word:hover,
.gc_search_mask form#form-searchbar input.searchbar-word:focus,
.gc_search_mask form#form-searchbar input.searchbar-word:active{
	color:#000;
	border-color:#000;}
	
/*Placeholder-Color*/
.gc_search_mask input::-webkit-input-placeholder {color:#bbb;}

.gc_search_mask input::-moz-placeholder {color:#8c8c8c;font-size:1.2em;}

.gc_search_mask input:-moz-placeholder {/* Older versions of Firefox */color:#8c8c8c;}

.gc_search_mask input:-ms-input-placeholder {color:#bbb;}
.gc_search_mask a.searchform-trigger{
	float:left;
	margin-left:5px;
	background:#ccc;
	text-decoration:none;
	width:20px;
	height:20px;
	background:transparent url(images/search_lupe.png) no-repeat center center;}
	
.gc_search_mask a.searchform-trigger .searchform-trigger-label{display:none;}

.gc_search .clear {
	clear:both !important;
	height:0px !important;
	visibility:hidden !important;
	line-height:0px !important;}
	
.gc_search .searchcriterias {
	padding:0.4em;
	background-color:#efefef;
	border-bottom:1px solid #efefef;}
	
.gc_search .ajax_splash {
	background: transparent url(../../../../res/images/ajax-loader-small.gif) no-repeat center;
	width:100%;
	min-height:50px;
	margin-bottom:10px;}
	
.gc_search .gc_search_group{clear:both;}

.gc_search .searchresults_group {
	padding-bottom:2.0em;
	margin-bottom:1em;
	border-bottom:none;}
	
.gc_search .searchresults_group h3{margin:0;}

.gc_search .searchresults_group .result-line {
	display:block;
	clear:both;}
	
.gc_search .searchresults_group .title {
	float:left;
	width:75%;}
	
.gc_search .searchresults_group .resulttype {
	color:#666;
	float:right;}
	
.gc_search .searchresults_group .teaser{
	font-style: italic;
	font-size:.9em;}
	
.gc_search ul.searchresults {
	list-style-type:none;
	padding:0;
	margin:0;}
	
.gc_search ul.searchresults li {
	margin:0;
	padding:.4em .2em .4em .2em;}
	
.gc_search ul.searchresults li.oddeven0 {background-color:#efefef;}

.gc_search ul.searchresults li.oddeven1:hover {background-color:#efefef;}

.gc_search ul.searchresults li em {
	color:red;
	font-style: normal;}