fieldset,
legend,
form{
   border: 0 none;
   margin: 0;
   padding: 0;
}
legend{
   font-size: 120%;
   font-weight: bold;
   color: #00479B;
   padding-top: .8em;
   position: relative;
   display: block;
}
.anfrageform legend{
   padding-top: 0;
}
.anfrageform fieldset{
   padding-bottom: 1em;
   border-bottom: 1px solid #DCE1E5;
   margin-bottom: 1em;
}

.anfrageform p{position: relative;}
#content .anfrageform p{
   margin: 0.2em 0 0.2em 0;
   padding: 0.3em 0 0.3em 0;
}
.anfrageform .ckbox{border: 0 none;margin-right: 5px;}
.anfrageform .rbox{border: 0 none;}
label{cursor: pointer;}
.anfrageform legend{
   display: none;
}
.anfrageform fieldset legend{
   display: block;
}
.left2 span.einheit{
   position: absolute;
   left: 21.5em;
   top: 3px;  
}
.left2 span.uhr{
   position: absolute;
   left: 24.5em;
   top: 5px;  
}

.anfrageform p .itxt{
   position: absolute;
   top: 0;
   right: 0;
   width: 15em;
}
.anfrageform p .itxts{
   position: absolute;
   top: 0;
   left: 20em;
   width: 10em;
}
.anfrageform p.left1 input{
   position: absolute;
   top: 0;
   left: 7em;
}
.anfrageform p.left2 input.itxt{
   position: absolute;
   top: 0;
   left: 14.5em;
}
.anfrageform p.left3 input{
   position: absolute;
   top: 0;
   left: 20em;
}
.anfrageform .small{
   width: 5em;
}
.anfrageform .middle{
   width: 8em;
}
#content .submit input,
#content .submitsort input,
#content .editBtn{
   background-color: #38A1D7;
   color: #fff;
}
#content .submit input:focus,
#content .submitsort input:focus,
#content .editBtn:focus,
#content .submit input:hover,
#content .submitsort input:hover,
#content .editBtn:hover,
#content .submit input:active,
#content .submitsort input:active,
#content .editBtn:active{
   background-color: #fff;
   color: #38A1D7;
}
.anfrageform .fr{
   float: right;
   width: 22.7em;
}