@charset "utf-8";
/* CSS Document */

#registrierung{
	width:450px;
	border-right:1px #ab00d6 dotted;
	margin-left:10px;
	position: relative;
	float:left;
}
#registrierung span{
	float:left;
	position:absolute;
	color:#666666;
	font-family:verdana; font-size:11px;
}
#registrierung h1{
	text-align:left;
	padding-right:10px;
	margin-right:25px;	
	color: #333333;
	font-family:verdana; font-size:18px;
	border-bottom:1px #666666 solid;
	border-top:1px #CCCCCC solid;
}
#registrierung h1:first-letter{
color:#ab00d6;
}
#registrierung input{
	margin-bottom:4px;
	margin-left:125px;
	width:300px;
	border:1px #ab00d6 solid;
	background-color:#efe4f9;
	color: #666666;
}
#registrierung select{
	margin-bottom:4px;
	margin-left:125px;
	width:300px;
	border:1px #ab00d6 solid;
	background-color:#efe4f9;
	color: #666666;
}

#registrierungStatus{
	width:350px;
	border-right:1px #ab00d6 dotted;
	position: relative;
	float:right;
	margin-right:10px;
}
#registrierungStatus h1{
	text-align:left;
	margin-right:25px;
	color:#666666;
	font-family:verdana; font-size:18px;
}
#registrierungStatus h2{
	text-align:left;
	margin-right:25px;
	color:#666666;
	font-family:verdana; font-size:12px;
}