#footer
{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	text-align: right;
	width: 921px;
	height: 31px;
	padding: 20px 30px 0px 0px; /*oben|rechts|unten|links */
	margin-left: auto;
	margin-right: auto;
	border: solid 0px #ff0000;
}

/*======================================== SEARCH ============================================*/
input.searchinput 
{
	background:url(../images/bg_inputsearch.gif) no-repeat right top;
	width: 105px;
	height: 17px;
	margin: 0px 0px 2px 0px; /*oben|rechts|unten|links */
	padding-right: 25px;
	color: #838383;
	border: 1px solid #838383;
}

input.searchbutton
{
	cursor: pointer;
	border: 0px solid #ff0000;
	background: #ffffff;
	color: #666666;
	font-weight: bold;
	width: 97px;
	height: 24px;
	padding: 0px 2px 0px 0px; /*oben|rechts|unten|links */
	margin: 0px 0px 2px 0px; /*oben|rechts|unten|links */
	background: url(../images/bg_button.gif) no-repeat left top;
}
