/* ################################** ### Typo3 Suchformular** ################################*/
@media all{
form.search-form {
	position:relative;
	width: 224px;
	height: 41px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 6px;
	background:  transparent;
    border: 1px solid #d9dadb;
	}
	
form.search-form input.search-input {
	position: absolute;
	left: 8px;
	top: 11px;
	height: auto;
	width: 157px;
    border: none;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	color: #ccc;
	background: #fff;
	}

form.search-form input.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url(../../img/search-button-bg.gif) repeat-x; 
	border: none; 
	width: 49px;
	height: 41px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #d9dadb;
	color: #7f7f7f;
	font-weight:  bold;
	font-size: 0.95em;
	}

form.search-form input.search-submit:hover {
	background: #d9dadb; 
	}

}