@CHARSET "UTF-8";

/****************************************************************************
 * SUCHE
 ****************************************************************************/
 #textsuche
 {
 	float: right;
 	margin-right: 0.5em;
 	margin-top: -2px;
 	width: 35px;
 }
 
 #textsuche .anchor
 {
 	padding: 5px; 	
 	position: relative;
 	width: 100%;
 	height: 15px;
 }
 
 #textsuche .anchor .iconWrapper
 {
 	float: right;
 	padding: 5px;
 	margin-top: -5px;
 }
	
 #textsuche .anchor:hover .iconWrapper
 {
 	background-color: white;  	
 }
 
 #textsuche .anchor .iconWrapper .icon
 {
 	background: transparent url(../images/icons/JOST-World_Suche.png) no-repeat left -15px;
 	border: none;
 	width: 15px;
 	height: 15px;
 	cursor: pointer; 	
 }
 
 #textsuche .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent url(../images/icons/JOST-World_Suche.png) no-repeat left -15px;
 	border: none;
 	width: 15px;
 	height: 15px;
 	cursor: pointer; 
 	text-indent: -999px;
}
 
 #textsuche .anchor .form
 {
 	position: absolute;
 	top: 24px;
 	left: -150px;
 	background-color: white;
 	padding: 5px;
 	width: 207px;
 	display: none;
 	box-shadow: 1px 5px 6px 1px gray;
 	z-index: 10;
 }
 
 #textsuche .anchor:hover .form
 {
 	display: block !important;
 }
 
 #textsuche .anchor .form .query,
 #textsuche .anchor .form .submit
 {
 	float: left;
 }
 
 #textsuche .anchor .form .query
 {
 	padding: 4px 3px 3px 3px;
 	border-radius: 5px 0 0 5px;
 	width: 136px;
 }
 
 #textsuche .anchor .form .submit
 {
 	text-transform: uppercase;
 	color: white;
 	background-color: #004587;
 	border: none;
 	padding: 5px 10px 5px 10px;
 	font-weight: bold;
 	letter-spacing: -1px;
 	border-radius: 0 5px 5px 0;
 	cursor: pointer;
 	width: 61px;
 	letter-spacing: 0;
 	font-family: "Arial Narrow", Helvetica, Sans-serif;
 	font-size: 12px;
 }