@CHARSET "UTF-8";

/****************************************************************************
 * SUCHE
 ****************************************************************************/
 #textsuche
 {
 	float: left;
 	margin-right: 10px;
 	margin-top: -2px;
 }
 
 #textsuche .anchor
 {
 	padding: 5px; 	
 	position: relative;
 	width: 100px;
 	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 .anchor:hover .iconWrapper .icon
 {
 	background-position-y: top;
 }
 
 #textsuche .anchor .form
 {
 	position: absolute;
 	top: 24px;
 	left: -12px;
 	background-color: white;
 	padding: 5px;
 	width: 207px;
 	display: none;
 	box-shadow: 1px 5px 6px 1px gray;
 }
 
 #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;
 }