@charset "UTF-8";


/*
SCHNELLKONTAKTFORMULAR
==================================================*/

#footerKontaktform #schnellname { 	/* Gestaltung des Formulars - Breite und Abstände z. B. */
   width: 316px;
	padding: 0 0 0 13px;
	position: absolute;
	top: 0px;
	_top: -18px;
	*top: -18px;
}

#footerKontaktform #schnellname input {
	color: #000;
	width: 118px;
	margin: 0;
	font-size: 11px;
	padding:1px;
	/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
	overflow: hidden;
}

#footerKontaktform #schnellname #inputName {
	width: 237px;
	_width: 227px;
	height: 13px;
	background: transparent;
	top: 61px;
	left: 24px;
	_left: 14px;
	padding: 5px 0px 5px 0px;
	_padding: 5px 10px 5px 10px;
	border: none;
	position: absolute;
}

#footerKontaktform #schnellname a.submit {				/* Gestaltung des Submit-Buttons */
	width: 37px;
	height: 21px;
	background: transparent;
	cursor: pointer;
	border: none;
	text-indent: -5000px;
	position: absolute;
	margin-left: 264px;
	*margin-left: 266px;
	top: 62px;
	display: block;
}

*html #footerKontaktform #schnellname a.submit {
	position: relative;
	left: 0px;
}