#welcome{
	width: 600px;
	margin-left:10px;
}
div#register form {
	vertical-align:top;
	width: 420px;
	text-align:right;
	position:relative;
	top:20px;
}
div#register label {
	font-size:11px;
	width: 100px;
	height:18px;
}
div#register input {
	font-size:13px;
	width: 250px;
	height:18px;
	border:1px solid black;
	margin:2px 0px 2px 5px;
}
div#register select {
	font-size:13px;
	width: 250px;
	height:100px;
	border:1px solid black;
	margin:2px 0px 2px 2px;
}
div#register textarea {
	font-size:13px;
	width: 250px;
	height:100px;
	border:1px solid black;
	margin:2px 0px 2px 2px;
}

div#register p.beschreibtext {
	border:0px;
	margin:0px;
	padding:0px;
}
