body {
  margin: 10px 0 0 0;
  padding: 0;
  background: #FFFFFF;
  font: 1em Arial, Helvetica, sans-serif;
  color: #000000;
}

h1 {
  color: #E35A00;
  font-weight: normal;
}

h2 {
  color: #E35A00;
  font-weight: normal;
}

a {
  color: #808080;
}

small {
  font-size: .9em;
  line-height: 120%;
}

img {
  border: 0;
}

br {
  line-height: 90%;
}


/* ---------- TABLES ---------- */

  table {
    border-collapse: collapse;
    width: 100%;
  }

  td, th {
    padding: 3px;
    border: 1px solid #959595;
    text-align: left;
  }

  thead, tfoot {
    background: #DCE4E7;
    color: #008493;
  }

/* ---------- /TABLES ---------- */


/* ---------- FORMS ---------- */

  form {
    margin: 0;
    padding: 0;
  }

  form p {
    margin: 0 0 5px 0;
    padding: 0;
  }

  form input,
  form select,
  form textarea {
    border: 1px solid #355F67;
    font: 1em Arial, Helvetica, sans-serif;
    color: #355F67;
  }

  form input.checkbox {
    float: left;
    width: auto ! important;
    border: 0;
  }

  form label.label_for_checkbox {
    float: right ! important;
    width: 94% ! important;
  }

  form p.buttons input {
    width: auto ! important;
    background: #FFFFFF;
  }

/* ---------- /FORMS ---------- */

#content {
  width: 980px;
  margin: 0 auto 0 auto;
  font-size: .8em;
}

#content #menu_header {
  margin: 0;
  padding: 0;
  text-align: right;
}

#content #menu_header li {
  padding: 0;
  margin: 0 0 0 10px;
  display: inline;
  list-style: none;
  font-size: .9em;
}

#content #menu_header li a {
  color: #8B8B8B;
  text-decoration: none;
}

#content #menu_header li a.current {
  color: #008493 ! important;
}

#content #logo {
  float: left;
  width: 45%;
  margin-left: 14px
}

#content #search {
  float: right;
  width: 45%;
  margin-top: 30px;
  text-align: right;
  font-size: .9em;
}

#content #search input {
  font-size: .9em;
}

#content #search input#q {
  margin: 0 2px 0 5px;
  padding: 1px 0 1px 0;
  width: 136px;
}

#content #search input#submit {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(/images/layout/search-button.gif);
  background-repeat: no-repeat;
  background-position: 4px center;
  width: 18px;
}

#content #menu_main {
  margin: 5px 0 0 0;
  padding: 4px 0 4px 235px;
  /*text-align: center;*/
  border-top: 1px solid #848484;
  font-size: 12px;
  font-weight: bold;
}

#content #menu_main li {
  margin: 0 5px 0 5px;
  padding: 0;
  display: inline;
  list-style: none;
  background: url(/images/layout/menu/main-cutter.gif) no-repeat left center;
}

#content #menu_main li.first {
  margin-left: 0;
  background: none;
}

#content #menu_main li a {
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #000000;
}

#content #menu_main li.first a {
  padding-left: 0;
}

#content #menu_main li a.current {
  color: #008493;
}

#content #header_line {
  width: 980px;
  height: 22px;
  background-image: url(/images/layout/header-line.gif);
}

/* Für den internen Bereich */
#content #header_line_small {
  width: 980px;
  height: 8px;
  background-image: url(/images/layout/header-line.gif);
}

#content #columns {
  padding-bottom: 20px;
  background-image: url(/images/layout/background-2.gif);
  background-repeat: repeat-y;
}

#content #column_left {
  float: left;
  width: 235px;
  line-height: 1.3em;
}

#content #column_left #menu_sub {
  margin: 28px 0 0 0;
  padding: 0;
}

#content #column_left #menu_sub li {
  margin: 0;
  padding: 3px 0 3px 0;
  list-style: none;
  border-bottom: 1px solid #959595;
}

#content #column_left #menu_sub li.current {
  background-color: #DCE4E7;
  background-image: url(/images/layout/menu/sub-1-orange-dot.gif);
  background-repeat: no-repeat;
  background-position: 7px top;
}

#content #column_left #menu_sub li a {
  color: #263C47 ! important;
  font-weight: bold;
  margin-left: 14px;
  text-decoration: none;
  display: block;
}

#content #column_left #menu_sub li a.current {
  color: #008493 ! important;
}

#content #column_left #menu_sub li ul {
  margin: 4px 0 0 28px;
  padding: 0;
}

#content #column_left #menu_sub li ul li {
  margin: 0;
  padding: 2px 0 2px 0;
  border-bottom: 0;
  background-image: none;
}

#content #column_left #menu_sub li ul li.dot {
  background-image: url(/images/layout/menu/sub-1-orange-dot.gif);
  background-repeat: no-repeat;
  background-position: 7px top;
}

#content #column_left #menu_sub li ul li a {
  font-weight: normal;
  display: block;
}

#content #column_left #menu_sub li ul li a.current {
  color: #008493 ! important;
}

#content #column_middle_wrapper {
  float: left;
  width: 540px;
}

#content #column_middle {
  padding: 17px 20px 0 20px;
  line-height: 1.3em;
}

#content #column_middle #breadcrumb {
  margin-bottom: 25px;
  color: #E35A00;
  font-size: .8em;
}

#content #column_middle #breadcrumb a {
  color: #E35A00;
  text-decoration: none;
}

#content #column_middle h1 {
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 0;
  padding: 0 0 15px 0;
}

#content #column_middle h2 {
  font-size: 1.3em;
  line-height: 1.1em;
  margin: 0;
  padding: 0 0 10px 0;
}

#content #column_middle h3 {
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 0;
  padding: 0 0 10px 0;
}

#content #column_middle li {
  margin: 0;
  padding: 0 0 0 9px;
  list-style: none;
  background-image: url(/images/layout/orange-dot.gif);
  background-repeat: no-repeat;
  background-position: 0 top;
}

#content #column_middle table.frameless th,
#content #column_middle table.frameless td {
  border: 0;
}

#content #column_right {
  float: left;
  width: 205px;
  line-height: 1.3em;
}

#content #column_right .sidebar_text_right {
  background: #FFFFFF;
  color: #000000;
  margin: 18px 0 0 14px;
  font-size: .8em;
  line-height: 1.1em;
}

#content #column_right .sidebar_text_right h3 {
  font-size: 1.2em;
  font-weight: normal;
}

#content #column_right .sidebar_text_right ul {
  margin: 0;
  padding: 0;
}

#content #column_right .sidebar_text_right ul li {
  margin: 0;
  padding: 0 0 3px 0;
  list-style: none;
}

#content #column_right .sidebar_text_right a {
  text-decoration: none;
}

#content #column_right .teaser_text {
  background: #E35A00;
  color: #FFFFFF;
  padding: 10px 14px 10px 14px;
  font-size: .9em;
}

#content #column_right .teaser_text a {
  background: #E35A00;
  color: #FFFFFF;
}

.highlight {
  font-weight: bold;
}

.cb {
  clear: both;
}

/* ---------- DEFINITION LIST ---------- */

  dl {
    margin: 0;
    padding: 0;
  }

  dl dt {
    font-weight: bold;
    color: #333333;
    margin-bottom: .5em;
  }

  dl dd {
    margin-bottom: 1em;
  }

/* ---------- /DEFINITION LIST ---------- */


/* ---------- BIG LIST HEADER & FOOTER ---------- */

  .list_header {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000000;
  }

  .list_footer {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #000000;
  }

  .list_header_left,
  .list_footer_left {
    float: left;
    width: 70%;
  }

  .list_header_right,
  .list_footer_right {
    float: right;
    text-align: right;
    width: 30%;
  }

  .list_header_cleaner,
  .list_footer_cleaner {
    clear: both;
  }

/* ---------- /BIG LIST HEADER & FOOTER ---------- */


/* ---------- OVERVIEW ---------- */

  div.overview div.left {
    width: 130px;
    margin-bottom: 20px;
    float: left;
  }

  div.overview div.right {
    width: 370px;
    margin-bottom: 20px;
    float: left;
  }

/* ---------- /OVERVIEW ---------- */


/* ---------- IMAGE GALLERY ---------- */

  ul.image_gallery {
    margin: 0;
    padding: 0;
  }

  ul.image_gallery li {
    list-style: none;
    float: left;
    margin: 0 16px 30px 0 ! important;
    padding: 0 ! important;
    width: 156px;
    height: 156px;
    background-image: none ! important;
 }

  ul.image_gallery li div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 156px;
    height: 156px;
    font-size: 126px;
    background-repeat: no-repeat;
    background-image: url(/images/layout/image-gallery-background.gif);
  }

  ul.image_gallery li div img {
    vertical-align: middle;
  }

/* ---------- /IMAGE GALLERY ---------- */


/* ---------- PRESS RELEASES OVERVIEW LIST ---------- */

  ul.press_releases_list {
    margin: 0;
    padding: 0;
  }

  ul.press_releases_list li {
    list-style: none;
    margin: 0 0 0 0 ! important;
    padding: 0 0 1em 0 ! important;
    background-image: none ! important;
  }

  ul.press_releases_list li.last {
    padding-bottom: 0 ! important;
  }

  ul.press_releases_list li h2 {
    margin: 0 0 5px 0 ! important;
    padding: 0 ! important;
    font-size: 1em ! important;
    color: #263C47 ! important;
    font-weight: normal;
  }

  ul.press_releases_list li div.left {
    width: 75px;
    float: left;
  }

  ul.press_releases_list li div.right {
    width: 420px;
    float: left;
  }

/* ---------- /PRESS RELEASES OVERVIEW LIST ---------- */


/* ---------- PRESS RELEASES OVERVIEW LIST - RIGHT ---------- */

  ul.press_releases_list_right {
    margin: 28px 0 18px 14px;
    padding: 0;
  }

  ul.press_releases_list_right li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    font-size: .8em;
    line-height: 1.1em;
  }

  ul.press_releases_list_right li a {
    text-decoration: none;
    font-weight: bold;
  }

  ul.press_releases_list_right li a.current {
    color: #008493;
  }

/* ---------- /PRESS RELEASES OVERVIEW LIST - RIGHT ---------- */


/* ---------- SITEMAP ---------- */

  ul#sitemap {
    margin: 0;
    padding: 0;
  }

  ul#sitemap li {
    list-style: none;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
  }

  ul#sitemap li a {
    text-decoration: none;
  }

  ul#sitemap li ul {
    margin: 0;
    padding: 5px 0 10px 0;
    border-top: 1px solid #263C47;
  }

  ul#sitemap li ul li {
    list-style: circle;
    margin: 0 0 0 40px ! important;
    padding: 0;
    font-weight: normal;
  }

  ul#sitemap li ul li a {
    text-decoration: none;
  }

  ul#sitemap li ul li ul {
    margin: 0;
    padding: 5px 0 10px 0;
    border-top: 0;
  }

  ul#sitemap li ul li ul li {
    margin: 0 0 0 40px;
    padding: 0;
    font-weight: normal;
    list-style: disc;
  }

  ul#sitemap li ul li ul li ul {
    padding-top: 5px;
    border-top: 0;
  }

/* ---------- /SITEMAP ---------- */


/* ---------- FORM: CONTACT ---------- */

  form#form_contact {
    margin-top: 1em;
  }

  form#form_contact label {
    width: 10em;
    float: left;
  }

  form#form_contact input {
    width: 16em;
  }

  form#form_contact textarea {
    width: 38em;
  }

/* ---------- /FORM: CONTACT ---------- */


/* ---------- FORM: CAREER ---------- */

  form#form_career {
    margin-top: 1em;
  }

  form#form_career label {
    width: 14em;
    float: left;
  }

  form#form_career input {
    width: 16em;
  }

  form#form_career select#position {
    width: 24em;
  }

  form#form_career textarea {
    width: 38em;
  }

/* ---------- /FORM: CAREER ---------- */


/* ---------- FORM: EVENTS ---------- */

  form#form_events {
    margin-top: 1em;
  }

  form#form_events label {
    width: 11em;
    float: left;
  }

  form#form_events input {
    width: 16em;
  }

  form#form_events select#position {
    width: 24em;
  }

  form#form_events textarea {
    width: 38em;
  }

/* ---------- /FORM: EVENTS ---------- */


/* ---------- FORM: FREELANCER ---------- */

  form#form_freelancer {
    margin-top: 1em;
  }

  form#form_freelancer label {
    width: 10em;
    float: left;
  }

  form#form_freelancer input {
    width: 16em;
  }

  form#form_freelancer input.skill {
    clear: both;
  }

  form#form_freelancer label.skill {
    clear: both !important;
    width: auto !important;
    margin-right: 10px;
  }

  form#form_freelancer textarea {
    width: 38em;
  }

/* ---------- /FORM: FREELANCER ---------- */


/* ---------- FORM: APPLICATIONS INSIGHTER BUGREPORT ---------- */

  form#form_applications_insighter_bugreport {
    margin-top: 1em;
  }

  form#form_applications_insighter_bugreport label {
    width: 9em;
    float: left;
  }

  form#form_applications_insighter_bugreport label#label_for_task {
    width: 30em !important;
  }

  form#form_applications_insighter_bugreport input {
    width: 16em;
  }

  form#form_applications_insighter_bugreport input.database {
    clear: both;
  }

  form#form_applications_insighter_bugreport input.reproducible {
    clear: both;
  }

  form#form_applications_insighter_bugreport label.database {
    clear: both !important;
    width: auto !important;
    margin-right: 10px;
  }

  form#form_applications_insighter_bugreport label.reproducible {
    clear: both !important;
    width: auto !important;
    margin-right: 10px;
  }

  form#form_applications_insighter_bugreport textarea {
    width: 38em;
  }

/* ---------- /FORM: APPLICATIONS INSIGHTER BUGREPORT ---------- */


/* ---------- FORM: LOGIN ---------- */

  form#form_login {
    margin-top: 1em;
  }

  form#form_login p.buttons {
    padding-top: 1em;
  }

  form#form_login label {
    width: 8em;
    float: left;
  }

  form#form_login input {
    width: 16em;
  }

  form#form_login input#autologin {
    width: auto;
  }

/* ---------- /FORM: LOGIN ---------- */


/* ---------- FORM: CHANGE PASSWORD ---------- */

  form#form_change_password {
    margin-top: 1em;
  }

  form#form_change_password label {
    width: 8em;
    float: left;
  }

  form#form_change_password input {
    width: 16em;
  }

/* ---------- /FORM: CHANGE PASSWORD ---------- */


/* ---------- FORM: NEWSLETTER ---------- */

  form#form_newsletter_subscribe,
  form#form_newsletter_unsubscribe {
    margin-top: 1em;
  }

  form#form_newsletter_subscribe {
    margin-bottom: 2em;
  }

  form#form_newsletter_subscribe label,
  form#form_newsletter_unsubscribe label {
    width: 8em;
    float: left;
  }

  form#form_newsletter_subscribe input,
  form#form_newsletter_unsubscribe input {
    width: 16em;
  }

  form#form_newsletter_subscribe input.checkbox {
    width: auto ! important;
    border: 0;
  }

/* ---------- /FORM: NEWSLETTER ---------- */


/* ---------- FORM: INVESTOR RELATIONS ---------- */

  form#form_investor_relations {
    border: 1px solid #505050;
    padding: 1em;
  }

  form#form_investor_relations {
    margin-top: 1em;
  }

  form#form_investor_relations label#labelForPostcode,
  form#form_investor_relations label#labelForCity {
    width: 10em;
    float: left;
  }

  form#form_investor_relations input#postcode,
  form#form_investor_relations input#city {
    width: 16em;
  }

  form#form_investor_relations input#whereabout1,
  form#form_investor_relations input#whereabout2,
  form#form_investor_relations input#disclaimer {
    border: 0;
  }


  form#form_investor_relations span#spanForWhereabout {
    display: block;
    width: 10em;
    float: left;
  }

/* ---------- /FORM: INVESTOR RELATIONS ---------- */