/* CSS Formatierung fuer Formulare */


.SearchboxInputSite {
	padding: 2px;
	float: left;
	width: 300px;
	border: 1px solid #273b42;
	height: 14px;
}
.SearchbuttonSite {
	border: none;
	cursor: pointer;
	color: #273b42;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	width: 100px;
	background: url(Pagemodules/Navigation/Images/BackgroundLinkAktive.gif) no-repeat right center;
	height: 20px;
	margin-left: 8px;
}



/* ---------- IE 6 Fix ---------- */
* html .SearchbuttonSite {
	padding-top: 2px;
}

*+html .SearchbuttonSite {
	padding-top: 2px;
}