/* CSS Document */
/* Anzeigen filtern - Anpassungen */
.inner b { font-weight: bold; }
.inner form { margin-top: 10px; width: 50%; }
.inner form label { font-size: .8125em; color: #555; text-align: left; }
.inner form fieldset { border: none; font-size: 13px; }
.inner input[type="text"] {
	border: 1px solid #bcbcbc;
	border-right: none;
	width: 60%;
	height: 24px;
	margin: 2px 0 8px;
}
.inner input[type="submit"] {
	border: 1px solid #bcbcbc;
	border-left: none;
	width: 40%;
	margin: 0 0 0 -6px;
	height: 26px;
	font-weight: bold;
	color: #555;
	background-color: #d6d6d6;
}
.inner input[type="submit"]:hover { color: #000; }
.inner input[type="submit"]:focus, .inner input[type="submit"]:active {
	color: #fff;
	background: #ad0022;
}