form
{
	margin: 0px;
}
form.anmeldeform
{
	margin: 0px;	
}
input, textarea, select {
	border: 1px solid #b0b0b0;
	border-style: inset;
}

#formular_schritt_1 {
	float:right;
	width:400px;
	margin:11px 0;
	padding-left:0px;
}

#formular_schritt_2 {
	margin:0;
	padding-left:90px;
        padding-top: 25px;
}

#zusatz_schritt_1 {
	margin:0;
	color: #616161;
	border: solid 0px #006699;
	padding: 0px;		
}

#zusatz_schritt_2 {
	margin:0px;
	color: #616161;
	border: solid 0px #006699;
	padding: 0px;		
}

fieldset {
	color: #616161;
	margin:0px;
	padding:0px;
	border: solid 0px #006699;
}
fieldset div input{
	margin:10px 0;
	padding:0px;
}

legend {
	
}

br { 

}

.submit, .reset { 

}
 
label {
	position:relative; 
	display:block;
	margin:0px 5px;
	padding-left:0px;
	float:left;
	width:100px;
	text-align:right;
}

p {
	float:left;
	margin: 0px;
}

input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active, select:focus, select:hover, select:active {
	background-color: transparent;
	border: 1px solid #bbbbbb;
	border-style: inset;
	font-weight:none;
	color:#585858;
}


/* TEXT */

#email {
	padding: 0px;
	width:400px;
	font-weight:bold;
	color:#585858;
}

#vorname {
}

#strasse {
}

#nr {
}

#plz {
}

#land {
}

#telefonrufnummer {
}

#telefonrufnummer_error {
}

/* TEXT */

.trenner {
	float:left;
	width:10px;
}
