
/* Formularelemente 
========================= */

label {
display:block;
float:left;
width:130px;
line-height:30px;
}
.form_legend {
height:30px;
line-height:30px;
margin-left:20px;
}
.form_reihe {
margin-top:10px;
margin-bottom:10px;
margin-left:20px;
}

input.form,textarea.form,select.form {
width:250px;
border:1px solid #ccc;
border-right-color:#aaa;
border-bottom-color:#aaa;
color:#000;
padding:2px;
}

.form:focus,.form:hover {
border:1px solid #777;
border-right-color:#333;
border-bottom-color:#333;
}