/* ################################** ### Typo3 Suchformular** ################################*/
@media all{
form.search-form {
	position: relative;
	background-color:#e9ebec; 
	color:#999999;	 
	width:186px; 
	border: 0px solid #ddd;
	overflow: hidden;
	float: left;
	height: 16px;
	margin-bottom: 10px;
	}
	
form.search-form input.search-input {
	color:#8d9ba3;
	font-weight: bold;
	left: 10px;
	top: 3px;
	height: 14px;
	width: 152px;
	background: transparent;
	margin: 0;
	border: none;
	font-size: 0.88em;

	padding: 1px 5px;
	margin-right: 5px;
	}

form.search-form input.search-submit {
	position: absolute;
	right: 0px;
	background: #f7f7f8 url(../../img/search-button.gif); 
	border: none; 
	width: 17px;
	height: 16px;
	padding: 0;
	margin: 0;
	}

a.sitemap {
	font-size:90%; 
	color: #979da7; 
	font-weight: normal; 
	background-image: none; 
	text-decoration: none; 
	padding: 0;
	margin-left: 9px;
}

a.sitemap:hover,
a.sitemap:active,
a.sitemap:focus{
	text-decoration: underline;
}

}
