h2 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 {
    font-size: 12px;
    margin-bottom: 15px;
}

p {
    line-height: 1.4em;
    margin-bottom: 20px;
}

input, textarea {
    font-family: verdana;
    font-size: 10px;
    padding: 2px;
}

textarea {
    width: 265px;
}
input[type=text], input[type=password], input[type=file],textarea, textarea.disabled, select {
  background-color:#d8d8d8;
}
ul.content-list, ol {
    margin-bottom: 20px;
}

content-list li, ol li {
    margin-left: 35px;
}

ol li {
    margin-bottom: 15px;
}

ul,li {
    line-height: 1.4em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #E60000;
}

a.icn_link {
    background: url(../img/content/icn_link.png) no-repeat scroll left top;
    display: block;
    height: 27px;
    line-height: 24px;
    padding-left: 32px;
}

a.icn_link:hover {
    background: url(../img/content/icn_link_sel.png) no-repeat scroll left top;
}

a.button, input.button {
    background: url(../img/content/button.png) no-repeat scroll left top;
    display: block;
    width: 58px;
    height: 25px;
    line-height: 25px;
    padding-left: 21px;
}

input.button {
    padding: 0px 2px 3px 0px;
    width: 79px;
    border: 0px solid;
}

a.button_big, input.button_big {
    background: url(../img/content/button_big.png) no-repeat scroll left top;
    display: block;
    width: 81px;
    height: 25px;
    line-height: 25px;
    padding-left: 24px;
}

input.button_big {
    padding: 0px 2px 3px 0px;
    width: 105px;
    border: 0px solid;
}

a.button_bigger, input.button_bigger {
    background: url(../img/content/button_bigger.png) no-repeat scroll left top;
    display: block;
    width: 152px;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}

input.button_bigger {
    padding: 0px 2px 3px 0px;
    width: 187px;
    border: 0px solid;
}

#col1_content .article {
    margin-right: 140px;
}

#col1_content .imprint {
    margin-right: 75px;
}


#col1_content .person-list {
    margin-right: 85px;
}

/* Subsub-Navi */
#subsubnavi {
    background: #e9e9e9;
    height: 21px;
    margin-bottom: 13px;
}

#subsubnavi ul {
    height: 100%;
    list-style: none;
    padding: 0px 5px;
}

#subsubnavi ul li {
    float: left;
    position: relative;
    text-transform: uppercase;
}

#subsubnavi ul li a {
    line-height: 21px;
    padding: 0px 5px;
}

#subsubnavi ul li a.sel {
    color: #E60000;
}

.pagination {
    position: relative;
    width: 360px;
}

.formular-box span.info {
    font-size: 9px;
    color: #929292;
    background: none !important;
}

.formular-box {
    border: 1px solid #9e9e9e;
}

.formular-box .info {
    height: 290px;
    background: #d8d8d8;
    position: relative;
}

.formular-box .info .numbers {
    background: url(../img/content/bg_numbers.png) no-repeat scroll 4px 4px;
    height: 29px;
    left: 150px;
    position: absolute;
    top: 25px;
    width: 206px;
}

.formular-box .info .numbers_short {
    background: url(../img/content/bg_numbers_short.png) no-repeat scroll 4px 4px;
}

.formular-box .info .numbers ul {
    height: 100%;
    list-style: none;
    width: 250px;
}

.formular-box .info .numbers ul li {
    float: left;
    position: relative;
    margin-right: 1px;
}

.formular-box .info .numbers a {
    display: block;
}

.formular-box .info .numbers img {
    height: 29px;
    width: 29px;
}

.formular-box .info .numbers span {
    display: none;
}

.formular-box .info .numbers .no1_sel {
    background: url(../img/content/no1.png) no-repeat scroll left top;
}

.formular-box .info .numbers .no2_sel {
    background: url(../img/content/no2.png) no-repeat scroll left top;
}

.formular-box .info .numbers_short .no2_sel {
    display: block;
}

.formular-box .info .numbers .no3_sel {
    background: url(../img/content/no3.png) no-repeat scroll left top;
}

.formular-box .info .numbers .no4_sel {
    background: url(../img/content/no4.png) no-repeat scroll left top;
}

.formular-box .info .numbers .no5_sel {
    background: url(../img/content/no5.png) no-repeat scroll left top;
}

.formular-box .info .numbers .no6_sel {
    background: url(../img/content/no6.png) no-repeat scroll left top;
}

.formular-box .info .numbers .no7_sel {
    background: url(../img/content/no7.png) no-repeat scroll left top;
    display: block;
}

.formular-box .info .col_left {
    float: left;
    padding-right: 20px;
    text-align: right;
    width: 130px;
    margin-top: 75px;
}

.formular-box .info .col_left label {
    text-transform: uppercase;
    font-weight: bold;
}

.formular-box .info .col_right {
    float: left;
    width: 265px;
    margin-top: 75px;
}

.formular-box .form {
    clear: both;
    padding: 10px;
}

.form .textfeld {
    width: 265px;
}

table .td1 {
    width: 105px;
    padding: 10px 10px 10px 0px;
    text-align: right;
    vertical-align: top;
}

table .td1 label {
    font-weight: bold;
}

table .td2 {
    width: 240px;
    padding: 10px 10px 10px 10px;
}

table .td2 .button {
    margin-top: 20px;
}

table .td2 .left, .formular-box .form_education .left {
    float: right;
    margin-right: 5px;
}

table .td2 .right, .formular-box .form_education .right {
    float: right;
    margin-right: -5px;
}

table .td2 input.radio {
    float: left;
    margin-right: 5px;
}

table .td2 label {
    float: left;
    width: 45px;
    display: block;
    margin-bottom: 5px;
}

table .td2 .sml_inputs {
    float: left;
    margin-right: 25px;
    width: 30px;
}

.formular-box .form_education {
    padding: 10px 10px 10px 55px;
}

.formular-box .day, .formular-box .month, .formular-box .year {
    width: 45px;
}

.driver_license label {
    display: block;
    float: left;
    font-weight: bold;
    width: 25px;
}

.driver_license span {
    display: block;
    margin-left: 25px;
}

.education_data {
    margin-bottom: 20px;
}

.education_data div {
    float: left;
    margin-right: 15px;
}

.education_data span {
    clear: both;
    display: block;
    font-size: 9px;
    padding-top: 5px;
}

.education_data .years input {
    width: 35px;
}

.education_data .years span {
    margin-bottom: 10px;
}

.education_data .place input, .education_data .diploma input {
    width: 168px;
}

/* BG Table*/
table td.bg_grey {
    background: #cacaca;
}

/* Online-Bewerbung */
div.radios input.radio {
    float: left;
    margin-right: 5px;
}

div.radios label {
    display: block;
    float: left;
    margin-bottom:5px;
}

div.radios br {
    clear: both;
}

table.contact input.formular {
    width: 265px;
}

table.contact .td1, table.impressum .td1 {
    text-align: left;
}

/* Personen */
.person {
    margin-bottom: 5px;
}

.person .img {
    width: 110px;
    float: left;
}

.person .contact {
    line-height: 1.4em;
}

.person .contact label {
    font-weight: bold;
    text-transform: uppercase;
}

.person .contact a,
.person div.contact br+b {
    color:#E60000;
}


.person .hr {
    height: 3px;
    width: 100%;
    clear: both;
    background: url(../img/content/person_hr.png) no-repeat scroll left top;
}

.pelzer .img {
    height: 122px;
    background: url(../img/content/pelzer.png) no-repeat scroll left top;
}

.pelzer .contact {
    padding-top: 59px;
}

.zeisberg .img {
    height: 122px;
    background: url(../img/content/zeisberg.png) no-repeat scroll left top;
}

.zeisberg .contact {
    padding-top: 59px;
}

.haendler .img {
    height: 122px;
    background: url(../img/content/haendler.png) no-repeat scroll left top;
}

.haendler .contact {
    padding-top: 59px;
}

.miedtank .img {
    height: 126px;
    background: url(../img/content/miedtank.png) no-repeat scroll left top;
}

.miedtank .contact {
    padding-top: 63px;
}

.kobelt .img {
    height: 124px;
    background: url(../img/content/kobelt.png) no-repeat scroll left top;
}

.kobelt .contact {
    padding-top: 61px;
}

.piec .img {
    height: 127px;
    background: url(../img/content/piec.png) no-repeat scroll left top;
}

.piec .contact {
    padding-top: 64px;
}

.kerndt .img {
    height: 127px;
    background: url(../img/content/kerndt.png) no-repeat scroll left top;
}

.kerndt .contact {
    padding-top: 64px;
}

.gaudl .img {
    height: 136px;
    background: url(../img/content/gaudl.png) no-repeat scroll left top;
}

.gaudl .contact {
    padding-top: 73px;
}

.richter .img {
    height: 136px;
    background: url(../img/content/richter.png) no-repeat scroll left top;
}

.richter .contact {
    padding-top: 73px;
}

.schwertner .img {
    height: 136px;
    background: url(../img/content/schwertner.png) no-repeat scroll left top;
}

.schwertner .contact {
    padding-top: 73px;
}

.schubert .img {
    height: 142px;
    background: url(../img/content/schubert.png) no-repeat scroll left top;
}

.schubert .contact {
    padding-top: 79px;
}

.heynatzky .img {
    height: 144px;
    background: url(../img/content/heynatzky.png) no-repeat scroll left top;
}

.heynatzky .contact {
    padding-top: 81px;
}

.jagsch .img {
    height: 141px;
    background: url(../img/content/jagsch.png) no-repeat scroll left top;
}

.jagsch .contact {
    padding-top: 78px;
}

.koenig .img {
    height: 141px;
    background: url(../img/content/koenig.png) no-repeat scroll left top;
}

.koenig .contact {
    padding-top: 78px;
}

.haagen .img {
    height: 141px;
    background: url(../img/content/haagen.png) no-repeat scroll left top;
}

.haagen .contact {
    padding-top: 78px;
}

.kunze .img {
    height: 139px;
    background: url(../img/content/kunze.png) no-repeat scroll left top;
}

.kunze .contact {
    padding-top: 76px;
}

.klemt .img {
    height: 139px;
    background: url(../img/content/klemt.png) no-repeat scroll left top;
}

.klemt .contact {
    padding-top: 76px;
}

.groeschler .img {
    height: 139px;
    background: url(../img/content/groeschler.png) no-repeat scroll left top;
}

.groeschler .contact {
    padding-top: 76px;
}

.ryssel .img {
    height: 142px;
    background: url(../img/content/ryssel.png) no-repeat scroll left top;
}

.ryssel .contact {
    padding-top: 79px;
}

.klaus .img {
    height: 142px;
    background: url(../img/content/klaus.png) no-repeat scroll left top;
}

.klaus .contact {
    padding-top: 76px;
}

.wackwitz .img {
    height: 142px;
    background: url(../img/content/wackwitz.png) no-repeat scroll left top;
}

.wackwitz .contact {
    padding-top: 76px;
}

.graetz .img {
    height: 142px;
    background: url(../img/content/graetz.png) no-repeat scroll left top;
}

.graetz .contact {
    padding-top: 76px;
}

.stahl .img {
    height: 142px;
    background: url(../img/content/stahl.png) no-repeat scroll left top;
}
.stahl .contact {
    padding-top: 76px;
}

.spuij .img {
    height: 142px;
    background: url(../img/content/spuij.png) no-repeat scroll left top;
}
.spuij .contact {
    padding-top: 76px;
}

.tilgner .img {
    height: 142px;
    background: url(../img/content/tilgner.png) no-repeat scroll left top;
}
.tilgner .contact {
    padding-top: 76px;
}

.meyer .img {
    height: 142px;
    background: url(../img/content/meyer.png) no-repeat scroll left top;
}
.meyer .contact {
    padding-top: 76px;
}

.kroh .img {
    height: 142px;
    background: url(../img/content/kroh.png) no-repeat scroll left top;
}
.kroh .contact {
    padding-top: 76px;
}

.wagner .img {
    height: 142px;
    background: url(../img/content/wagner.png) no-repeat scroll left top;
}
.wagner .contact {
    padding-top: 76px;
}

.nuernberger .img {
    height: 142px;
    background: url(../img/content/nuernberger.png) no-repeat scroll left top;
}
.nuernberger .contact {
    padding-top: 76px;
}

textarea.disabled {
    background: #eeeeee;
    border: 1px solid #7F9DB9;
}
