body
{
	background-repeat:repeat;	  
	background-position:top left;
}

.link_treffer
{
	text-decoration:underline;
}	
.link_treffer a:hover 
{
	color:#337ab7;
}


/* responsive */

.bootstrapbutton
{
	height:30px;
	font-size:11px;
	line-height:11px;
}

.searchzelle
{
	padding:2px;
}

#searchform 
{
	border: 0 none;
}

#suchfilter
{
    background: url(search_icon.png) no-repeat 10px 6px #ffffff;
	border: 1px solid #444444;
    padding: 6px 0px 6px 35px;
    margin-top: 2px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
    
}

#suchfilter:hover
{
    
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#search_input
{
	 background-color: transparent;
    border: 0 none;
    width: 100%;
}


.zeile_gerade
{ 
	background-color: transparent;
	overflow: hidden;					/* Text abschneiden */
  		text-overflow: ellipsis;
  		-o-text-overflow: ellipsis;
  		white-space: nowrap; 
}
.zeile_gerade:hover { background-color: transparent; } 

.zeile_ungerade
{ 
	background-color: transparent; 
	overflow: hidden;					/* Text abschneiden */
  		text-overflow: ellipsis;
  		-o-text-overflow: ellipsis;
  		white-space: nowrap; 
}
.zeile_ungerade:hover { background-color: transparent; }

.searchlist
{
}

.searchlist_aktiv
{
	background: transparent;
}



.result_line
{
	width: 100%;
}



/**********************************************************************/
