@charset "utf-8";
/* Overlay - war vorher in der headband.inc.php */

#overlay {

	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index: 1001;
	display:none;
}
#overlayContent {

	width: 890px;
	height:458px;
	z-index: 1002;
	margin-left:0px;
	margin-top:0px;
	display:block;
	padding:0px;
/*	background: url(/images/anmeldescreen_v2.png) no-repeat;*/
	 background: url(/images/anmeldescreen_v4_Code.png) no-repeat; 
}
#results {
	clear: both;
}
.form02 {
	list-style-type : none;
	width : 450px;
	margin-left : 100px;
	margin-top : 86px;
}
.form02 li {
	clear : both;
	height : 25px;
	line-height : 25px;
	padding: 0px;
}
.form02 li div {
	float : left;
}
.form02 li a {
	font-size : 1em;
	font-weight : bold;
}
.form02 li .label label {
	font-size : 1em;
	font: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.form02 li .input {
	width : 200px;
	position: absolute;
	left: 300px;
}
.form02 li .input .text, .form02 li .input .select, .form02 li .input .check {
	margin : 3px 0px 0px;
}
.fehlerausgabe {
	background-image:url(/images/fehlerausgabe.png);
	background-repeat:no-repeat;
	float:left;
	height:29px;
	padding-top:7px;
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#000000;
	min-width:335px;
}