

.formular {
  padding:20px;
  font-size:1em;
  line-height:25px;

}
.formular h2 {
   color:#00B0B9;
   font-size: 30px;
}

.formular h3 {
   color:#00B0B9;
   font-weight:normal;
   font-size: 20px;
}

.progress {
    height: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.formular .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00B0B9;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}

form label  {
  float:left;
  width:20%;
  color:#666666;
  font-weight:bold;
}
form .pdata {
  float:left;
  width:78%;
}

form .pdata input,form .pdata select, form .pdata textarea {
    width:99%;
    border: 1px solid #ccc;
}

form select,form input{
   background:white;
   border:0;
   padding:10px;
   font-size:14px;
   width:90%;
   border: 1px solid #ccc;
}

form .formbox {
  margin-top:20px;
}
form .pend {
   clear:left;
}

form small  {
   display:block;
}
.formular .formbutton {
  border-top:1px solid #ccc;
  margin-top:20px;
  padding-top:20px;
}

.formular .formbutton input{
   background:#00B0B9;
   color:white;
   width:200px;
   text-align:center;
   border: 1px solid #ccc;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;

}
.formular .formbutton input:hover{
   background:#CCD500;
}
.formular .formbutton input[name=abbruch], .formular .formbutton input[name=back2]{
   background:#CCC;
   color:black;
}

.formular .error {
  border:1px solid red;
}

.formular .errordiv {
  border:0px solid red;
  font-weight:bold;
  color:red;
  text-align:center;
  padding:5px;
  margin:20px;
}
