* {
    margin: 0;
    padding: 0;
}


html, body {
    color: #001e37;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a {
    font-size: 14px;
}

h1, h2, h3, strong {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.clear {
    clear: both;
}


#content-container {
    margin: 0 auto;
  width: 100%;
}

#header-container-inner,
#footer-container-inner {
    margin: 0 auto;
    width: 970px;
  padding: 0 10px;
}

#header-container {
    border-top: 2px solid #f18823;
  width: 100%;
  margin: 0 auto;
}
#header-container .language-select {
    float: right;
    line-height: 14px;
    margin: 12px 0px 0 0;
}
#header-container .language-select li {
    color: black;
    float: left;
    font-size: 10px;
    list-style-type: none;
}
#header-container .language-select a {
    color: #00437b;
    display: block;
    font-size: 12px;
    margin: 0 4px;
    padding: 0 2px;
    text-decoration: none;
}
#header-container .language-select a.selected {
    background-color: #00437b;
    color: white;
}
#header-container .language-select a:hover {
    text-decoration: underline;
}

#header-container .logo {
    float: left;
    margin: 45px 0 40px 0px;
}
#header-container .logo h2 {
    background: url('../images/logo.png') 0 0 no-repeat;
}
#header-container .logo h2 a {
    display: block;
    height: 40px;
    text-indent: -20000px;
    width: 240px;
}

#navigation {
    float: left;
    line-height: 19px;
    margin: 41px 0 0 80px;
    width: 650px;
}
#navigation li {
    border-bottom: 1px solid white;
    float: left;
    height: 17px;
    list-style-type: none;
    overflow: visible;
    padding: 1px 3px;
    margin-right: 30px;
}
#navigation li.selected {
    background: #f18823;
}
#navigation li.b2bportal {
    background: url('../images/external-link-icon.gif') 0 5px no-repeat;
    padding-left: 15px;
}
#navigation li:hover {
    border-bottom-color: #f18823;
}
#navigation a {
    color: #00437b;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#navigation li.selected a {
    color: white;
}
#navigation li.selected:hover {
    border: none;
}

#header-image {
    background: #00437b;
    height: 52px;
  width: 100%;
  margin: 0 auto;
}
#header-image-inner {
    background: #00437b url('../images/header-image.jpg') center no-repeat;
    height: 52px;
    margin: 0 auto;
    width: 970px;
  padding: 0 10px;
}
#page-home #header-image {
    height: 388px;
}
#page-home #header-image-inner {
    background-image: url('../images/header-image-home.jpg');
    height: 388px;
}

#content-container-inner {
    height: auto;
    /*margin: 30px 100px 50px 137px;*/
    margin: 30px auto 50px auto;
    padding-left: 345px;
    position: relative;
    width: 645px;
}
.pid-74 #content-container-inner,
.pid-76 #content-container-inner {
    padding-left: 315px;
}
#page-home #content-container-inner  {
    padding: 0;
    width: 970px;
}
#content-navigation {
    float: left;
    height: 100%;
    left: 0;
    padding-left: 10px;
    position: absolute;
}
#content-navigation li {
    background: url(../images/arrow-right.png) 0 5px no-repeat;
    line-height: 19px;
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 15px;
}
#content-navigation a {
    color: #00437b;
    font-size: 14px;
    text-decoration: none;
}
#content-navigation a:hover,
#content-navigation a.selected {
    color: #f18823;
}

#content h1,
#content h2 {
    color: #00437b;
}
#content h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.teaser-box {
    border: 1px solid #eef0f0;
    float: left;
    margin: 0 6px;
    width: 310px;
}
#page-home .teaser-box {
    margin-top: 30px;
}
#page-home .teaser-box .link {
    margin-top: 7px;
}
#page-products .teaser-box,
.pid-74 .teaser-box {
    margin-bottom: 40px;
    width: 308px;
}

.teaser-box .image {
    border-bottom: 1px solid #eef0f0;
}
.teaser-box .header {
    color: #00437b;
    font-size: 18px;
    margin: 15px 0 7px 10px;
}
#page-products .teaser-box .header,
.pid-74 .teaser-box .header {
    font-size: 16px;
    margin: 18px 0 18px 10px;
}
.teaser-box .text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
}
.teaser-box .link {
    margin: 15px 0 15px 11px;
}
.teaser-box .link a {
    background: url('../images/arrow-right-small.png') 0 5px no-repeat;
    color: #f18823;
    font-size: 14px;
    padding-left: 9px;
    text-decoration: none;
}
.teaser-box .link a.external {
    background-image: url('../images/external-link-icon-small.gif');
    padding-left: 13px;
}
.teaser-box .link a:hover {
    text-decoration: underline;
}

#content h1 {
    color: #00437b;
    font-size: 16px;
    margin-bottom: 18px;
}
.two-column-content .left-column,
.two-column-content .right-column {
    float: left;
    width: 311px;
}
.two-column-content .right-column {
    margin-left: 20px;
}

.two-column-content table {
    border-collapse: collapse;
    width: 100%;
}
.two-column-content td,
.two-column-content li {
    color: #001e37;
    font-size: 14px;
}

.two-column-content td {
    padding: 7px 9px;
}
/*.two-column-content .td-0,
.two-column-content li {
    font-weight: bold;
}*/
.two-column-content .td-0 {
    vertical-align: top;
}
.two-column-content .td-1 {
    text-align: right;
    /*width: 170px;*/
}
.two-column-content .first-td-150 .td-0 {
    width: 150px;
}
.two-column-content .tr-even {
    background: #eef0f0;
}
.two-column-content li {
    background: url('../images/list-style-type-icon.gif') 0 6px no-repeat;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 11px;
}


#footer-container {
    background: #eef0f0;
    border-top: 1px solid #f18823;
    height: 30px;
  width: 100%;
  margin: 0 auto;
}
#footer-container .copyright {
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 0 0px;
}

#footer-navigation {
    float: right;
    margin: 5px 10px 0 0;
}
#footer-navigation li {
    border-right: 1px solid #001e37;
    float: left;
    height: 12px;
    line-height: 11px;
    list-style-type: none;
    margin: 0 0 0 9px;
    padding: 0 9px 0 0;
}
#footer-navigation li.last {
    border: none;
}
#footer-navigation a {
    color: #001e37;
    font-size: 11px;
    text-decoration: none;
}
#footer-navigation a:hover,
#footer-navigation a.selected {
    color: #f18823;
}

.td-0 {
  vertical-align: top;
}
input[type="checkbox"] {
  width: auto!important;
}
label.tx_spbettercontact_checkbox {
  width: 460px;
position: relative;
left: 190px;
display: block;
top: -20px;
  }
.datenschutz {
  border-bottom: 1px solid #cdcdcd;
}
body.jp .datenschutz .tx_spbettercontact_label{
  width: 160px !important;
}

.tx_spbettercontact_checkbox a {
    color: #00437b !important;
    text-decoration: none;
    font-weight: bold;
}

.joboffer p {
  margin-bottom: 1em;
  text-align: justify;
}

.joboffer ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.joboffer h1 {
  font-size: 1.5em !important;
}

.joboffer h2 {
  font-weight: bold;  
}

.joboffer a {
  color: unset;  
}