/* CSS Document */

#container-kontaktformular {
	float:left;
	width:290px;
	height:auto;
	margin:30px 0 0 0;
	padding:0 0 0 40px;
}
#container-adressen {
	float:left;
	width:245px;
	height:auto;
	margin:30px 0 0 40px;
}
#container-registrierung {
	float:left;
	width:280px;
	height:auto;
	margin:30px 0 0 0;
	padding:0 0 0 40px;
}

.input,
.textarea {
	border:1px solid #ccc;
	font:normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color:#555;
	width:250px;
	margin:3px 0 10px 0;
	background:#fff;
}
.input {
	height:16px;
	line-height:16px;
}
.input:hover,
.input:active,
.input:focus,
.textarea:hover,
.textarea:active,
.textarea:focus
 {
	border:1px solid #999;
	color:#222;
	background:#e6edf5;
}
