/* Consult Kontaktformular 0811 */

/* Formular Aussenabstand */
div#wrapper {
	margin:50px auto auto 50px;
}
/* Knoeppe */
.btn {
	border: 2px outset grey;
	background-color:white;
	color:black;
	margin-right:10px;
	width:120px;
}
/* Breite einzeilige Eingabefelder */
table#kontakt input {
	width:330px;
}
table#kontakt input,
table#kontakt textarea {
	border: 1px solid #CDCDCD;
}
.ausrichten {
  text-align:right;
  vertical-align:super;
}