label,select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

input{
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
}

textarea{
display: block;
  float: left;
  width: 500px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
	float: none;
	width: 100px;
}


label {
 text-align: right; 
 padding-right: 1em; 
}

#kursnr{
	width:100px;	
}
#kursname{
	
}
#kursdatum{
	width:100px;
}

.biglabel{
	text-align:left;
	width:10px;
	line-height:22px;
}
.biglabel1{
	
	height:25px;
	clear:left;
}
.biglabel2{
	
	height:100px;
	float:left;
}

.mitglied{
	display:block;
	width:25px;
	float:left;
	
	
}
.erfahren{
	display:block;
	width:25px;
	
	float:left;
}
#woher{
overflow:hidden;

}
#woher .biglabel{
	width:150px;	
}

#agb{
float:left;
width:25px;
margin-bottom:50px;
}

