

/*  ---------------------------------------- Allgemein ---------------------------------------- */


.input {	
	border:#ccc 1px solid;
	background:#f8f1eb;
	overflow:auto;
	color:#533c14;
	width:183px;
	height:16px;
}


.submit {				/* Gestaltung des Submit-Buttons */
	padding:2px;
	padding-top:0px;
	background:#ab9948;
	height:21px;
	color:#ffffff;
	padding:0 0 3px 0px;
	font-size:1.em;
	cursor:pointer;
	width:187px;
	font-weight:bold;
	border:none;
}


