.error_box {
    font-weight:bold;
    color:#c00;
}
.formHeader {
    /*padding: 22px 16px 0;*/
}
.formRow {
    clear: both;
    overflow: visible;
}
.formRow .unit:first-child .formElement {
    margin-left: 0;
}
.formElement {
    margin-bottom: 8px;
    margin-left: 8px;
}
.line, .lastUnit {
    overflow: hidden;
}
.unitRight {
    float: right;
}
.size1of1 {
    float: none;
    width: 100%;
}
.size1of2 {
    width: 50%;
}
.size1of4 {
    width: 25%;
}
.size3of4 {
    width: 75%;
}
.unit {
    float: left;
}
label, input[type="button"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"], select, button {
    cursor: pointer;
}
label, input, select {
    font-weight: normal;
    line-height: normal;
}
label {
    cursor: pointer;
    display: block;
    position: relative;
}
label .labelText {
    display: block;
    padding-bottom: 4px;
}
select {
    background: -moz-linear-gradient(center top , #FFFFFF 0px, #ECECEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #CFCFCF;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px #D6D6D6;
    padding: 8px;
}
select, textarea, .textInput {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    width: 100%;
}
select {
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}
textarea, .textInput {
    border-color: #CFCFCF;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 5px 0 #D6D6D6 inset;
    padding: 8px;
}
button, input, select, textarea {
    font-size: 14px;
    margin: 0;
    vertical-align: baseline;
}
body, button, input, select, textarea {
    font-family: sans-serif;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.padder {
    padding: 10px;
}
.btn.btnPrimary {
    background-color: #368BC6;
    background: -moz-linear-gradient(center top , #368BC6 0px, #0E58A4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#368BC6), to(#0E58A4));
    border-color: #368BC6 #368BC6 #0E58A4;
    color: #FFFFFF;
}
.btn {
    background-color: #F8F8F8;
    background: -moz-linear-gradient(center top , #F8F8F8 0px, #E4E4E4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E4E4E4));
    border-color: #E3E3E3 #E3E3E3 #BABABA;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    color: #262626;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 6px 38px 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
}
.btn_reprice {
    background-image: url(images/angebot_anfordern.jpg);
    border: none;
    width:163px;
    height: 30px;
}
.tab {
    cursor: pointer;
    display:inline-block;
    padding: 5px 0;
    color:#a4a4a3;
    background-color:#fff;
    text-align:center;
    font-weight:bold;
    float:left;
}
.tab_active {
    /*background-color: #ebf7ff;*/
    background-color: #d4e5f7;
    color:#135BA6;
}
.rechner {
    /*background-color:#ebf7ff;*/
    background-color:#d4e5f7;
}
#Lastgang {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}