@import url('static/scripts/typo3.css');

/*---------------------- Font configuration ----------------------------------*/
/* @see fonts.css */


/* TEMP */
/* Entirely hidden */
.HIDDEN {
  display: none;
}

/* Invisible but readable e.g. for software screen readers */
.INVISIBLE {
  display: inline;
  position: absolute;
  left: -9000px;
  top: -9000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.CLEAR {
  clear: both;
}

html {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;

}

  body {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #f2fbf2;
    font-size: 16px;
    font-family: TheSans, TheSansOffice, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
  }

  a:hover,
  a:active,
  a:focus {
    /*text-decoration: underline;*/
  }

  em {
      font-style: italic;
  }

    #page_container {
      width: 100%;
      min-height: 100%;
      height: 100%;
      padding: 0;
    }

      #page {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        height: 100%;
        min-height: 100%;
      }

        #header_body_container {
          height: auto;
          min-height: 100%;
          z-index: 2;
          position: relative;
        }

          #header_body {

          }


/* --- Cookie note ------------------------ */
#cookieNoteContainer {
    background-color: #fff;
    padding: 26px 0 30px;
}

    #cookieNote {
        position: relative;
        width: 956px;
        margin: 0 auto;
    }

        #cookieNoteText {
            float: left;
            color: #868688;
            font-size: 14px;
            line-height: 22px;
        }

            #cookieNoteText a:hover {
                text-decoration: underline;
            }

        #cookieNoteClose {
            position: absolute;
            top: 50%;
            right: -8px;
            margin-top: -14px;
            display: inline-block;
            color: #fff;
            background-color: #3db60f;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 20px;
            font-weight: bold;
            border-radius: 4px;
            padding: 6px 13px 7px 14px;
        }

            #cookieNoteClose:hover {
                background-color: #0a0;
            }

            #cookieNoteClose .icon {
                position: relative;
                top: 1px;
                display: inline-block;
                width: 11px;
                height: 11px;
                background: transparent url('/fileadmin/images/default/icons/icon_close.gif') no-repeat 0 0;
                margin-right: 6px;
            }

/*--------------------------- Header -----------------------------------------*/
#header_container {
  background: #fff url(/fileadmin/images/default/header_bg.png) repeat-x 50% 0;
  width: 100%;
  min-width: 980px;
  height: 143px;
  position: relative;
  z-index: 20;
}

  #header {
    width: 980px;
    height: 143px;
    padding: 0 0px;
    margin: 0 auto;
    position: relative;
  }

    #metanav_container {
      float: right;
      position: absolute;
        right: 250px;
        padding-right: 0px;
        top: 0;
    }

      #metanav {

      }

        #metanav a {
          font-size: 11px;
          padding: 4px 7px 5px 18px;
          color: #e6f6e6;
          text-decoration: none;
          display: block;
        }

        #metanav a:hover,
        #metanav a:focus,
        #metanav a:active {
          text-decoration: underline;
        }

      #quicksearch_container {
        float: right;
        position: relative;
      }

        #quicksearch {
          display: none;

        }

        .quicksearch_hover #quicksearch {
          display: none;
        }

          #quicksearch a {
            background: url(/fileadmin/images/default/icons/icon_search.gif) no-repeat 3px 7px;
            padding-left: 18px;
          }

            #quicksearch li {
              text-align: right;
            }

            .expandable_search {
              display: block;
              margin-top: 2px;
            }

            .quicksearch_hover .expandable_search {
              display: block;
            }

              .expandable_search .expert_search {
                float: left;
              }

              #quicksearch_form,
              #quicksearch_form fieldset {
                float: right;
                position: relative;
              }

                #quicksearch_form .search_input {
                  float: left;
                  width: 118px;
                  background: none;
                  color: #014c14;
                  font-size: 11px;
                  font-family: TheSans, TheSansOffice, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
                  line-height: 16px;
                  border: none;
                  padding: 2px 4px 0px 6px;
                  margin: 0px 0 0 0;
                }

                      #quicksearch_form .standard_searchPhrase .search_input {
                        color: #999;
                      }

                #quicksearch_form .search_input_container {
                  float: left;
                  height: 17px;
                  border: 1px solid #007500;
                  border-left-width: 5px;
                  padding-right: 22px;
                  margin-right: 2px;
                  background: #f9fdf8 url(/fileadmin/images/default/search_input_bg_2.gif) repeat-x 0 0px;
                }

                #quicksearch_form .submit_button_container {
                  float: left;
                  margin: 0px 0 0 5px;
                  background: none;
                  position: absolute;
                  right: 0;
                  top: 0px;
                }

                  #quicksearch_form .submit_button {
                    background: none;
                  }

                    #quicksearch_form .submit_button input {
                      background: url(/fileadmin/images/default/icons/metanav_search_icon_2.gif) no-repeat 0px 0px;
                      display: block;
                      border: 0;
                      color: #fff;
                      font-size: 11px;
                      /*padding: 0px 4px 1px 19px;*/
                      padding: 0;
                      margin: 0;
                      min-height: 19px;
                      height: auto !important;
                      height: 17px;
                      width: 22px;
                      vertical-align: top;
                      cursor: pointer;
                      font-family: TheSans, TheSansOffice, "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
                    }

                      #quicksearch_form .standard_searchPhrase .submit_button input {
                        /*background-position: 5px -97px;*/
                      }

                  #metanav .expandable_search .advanced_search_container {
                    clear: both;
                    text-align: right;
                    width: 156px;
                    position: absolute;
                    top: 23px;
                    right: 0;
                  }

                    #metanav .expandable_search a.advanced_search {
                      float: right;
                      padding: 0px 4px 3px 14px;
                      line-height: 14px;
                      background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 3px -996px;
                    }

                    #metanav .expandable_search a.advanced_search:hover,
                    #metanav .expandable_search a.advanced_search:focus,
                    #metanav .expandable_search a.advanced_search:active {
                      text-decoration: underline;
                    }

                .search_suggestions_container_container {
                    position: absolute;
                    top: 16px;
                    display: none;
                }

                    .search_suggestions_container {
                        position: relative;
                        z-index: 91;
                        top: -4px;
                        left: -6px;
                        height: auto;
                        width: 393px;
                        padding: 6px 6px 0 6px;
                        background: transparent url("/fileadmin/images/default/suggestions_shadow.png") repeat-y 0 0;
                    }

                        .search_suggestions_container ul#search_suggestions {
                            padding-left: 4px;
                        }

                            .search_suggestions_container ul#search_suggestions h1.search_suggestions_headline {
                                font-size: 12px;
                                font-weight: normal;
                                border-bottom: 1px solid #D8F2D8;
                                padding: 5px 0 5px 10px;
                                background-color: #ecf8e9;
                            }

                            .search_suggestions_container ul#search_suggestions li {
                                /* background-color: #ecf8e9; */
                                background: transparent url("/fileadmin/images/default/suggestions_item_background.png") repeat-y 0 0;
                                height: 27px;
                            }

                            .search_suggestions_container ul#search_suggestions li:hover {
                                /* background-color: #d8f1d8; */
                                background: transparent url("/fileadmin/images/default/suggestions_item_background_hover.png") repeat-y -10px -6px;
                            }

                                #metanav .search_suggestions_container ul#search_suggestions li a {
                                    display: block;
                                    height: 18px;
                                    color: #007500;
                                    font-size: 12px;
                                    line-height: 19px;
                                    padding-left: 2px;
                                    cursor: pointer;
                                }

                                #metanav .search_suggestions_container ul#search_suggestions li:hover a {
                                    color: #041;
                                }

                                    .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_image_container {
                                        float: left;
                                        width: 20px;
                                        height: 20px;
                                        text-align: center;
                                        padding-right: 13px;
                                    }

                                        .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_image {
                                            max-width: 20px;
                                            max-height: 20px;
                                        }

                                    .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_name {
                                        width: 243px;
                                        height: 24px;
                                        float: left;
                                        overflow: hidden;
                                    }

                                    .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_name .suggestTextQueryTyped {
                                        color: #00aa00;
                                    }

                                    .search_suggestions_container ul#search_suggestions li:hover a .search_suggestion_container .search_suggestion_name .suggestTextQueryTyped {
                                        color: #008500;
                                    }

                                    .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_category {
                                        width: 70px;
                                        float: left;
                                        overflow: hidden;
                                    }

                                    .search_suggestions_container ul#search_suggestions li a .search_suggestion_container .search_suggestion_count {
                                        width: auto;
                                        max-width: 30px;
                                        float: left;
                                        overflow: hidden;
                                    }

                        .search_suggestions_container_container .suggestions_shadow_bottom {
                            position: absolute;
                            bottom: -1px;
                            left: -4px;
                            height: 6px;
                            width: 405px;
                            background: transparent url("/fileadmin/images/default/suggestions_shadow_bottom.png") no-repeat 0 0;
                        }

    #logo_container {
      width: 170px;
      height: 74px;
      right: 0;
      top: 75px;
      position: absolute;
      z-index: 1;
    }

      #logo {
        width: 170px;
        height: 74px;
        background: url(/fileadmin/images/default/logo.gif) no-repeat 0 0;
      }

      .home #logo {
        background-image: url(/fileadmin/images/default/logo_home.gif);
      }

        #logo a {
          display: block;
          width: 170px;
          height: 74px;
        }




/*--------------------------- language_nav -----------------------------------*/
#language_nav_container {
  font-weight: bold;
  margin: 0 0 0 12px;
}

  #language_nav_container li {
    float: left;
  }

    #language_nav_container a {
      color: #e6f6e6;
      padding: 4px 12px 5px 38px;
      display: block;
      font-size: 12px;
      text-decoration: none;
    }

    #language_nav_container a:hover,
    #language_nav_container a:focus,
    #language_nav_container a:active {
      color: #041;
    }

  #language_nav_container .current_country {

  }

    #language_nav_container .current_country a {
      background: url(/fileadmin/images/default/icons/icon_world.gif) no-repeat 3px 7px;
      color: #fff !important;
    }

  #language_nav_container .change_country {

  }

    #language_nav_container .change_country a {
      padding-left: 15px;
      padding-top: 4px;
      padding-right: 8px;
      font-size: 11px;
      background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 3px 9px;
      font-weight: normal;
      color: #fff;
    }

      #language_nav_container a:hover,
      #language_nav_container a:focus,
      #language_nav_container a:active {
        text-decoration: underline;
      }

  #language_nav_container .sublang_nav_container {
    position: relative;
    width: 128px;
  }

    #language_nav_container .sublang_nav_container:hover {
        background: url("/fileadmin/images/default/sublangnav_head.png") no-repeat 0px 0px;
    }

    #language_nav_container .sublang_nav_container a {
        background-position: 8px 9px;
        padding-left: 19px;
    }

    #language_nav_container .sublang_nav_container .sublang_nav {
      position: absolute;
      top: 24px;
      width: 128px;
      left: 0;
      padding-left: 13px;
      padding-bottom: 13px;
      display: none;
      background: url("/fileadmin/images/default/sublangnav_main.png") no-repeat 0px bottom;
    }

      #language_nav_container .sublang_nav_container .sublang_nav  a {
        color: #014c14;
        padding: 1px 12px 1px 15px;
        background-position: 3px 6px;
      }

      #language_nav_container .sublang_nav_container:hover .sublang_nav {
        display: block;
      }

/*--------------------------- nav --------------------------------------------*/
  #nav_container {
    position: absolute;
    bottom: 14px;
    left: 3px;
  }

    #nav {
      width: 730px;
    }

      /* Level 1 */
      #nav ul.level1 {
        display: block;
        width: 605px;
      }

        #nav li.level1 {
          float: left;
          display: block;
          position: relative;
        }

          #nav a.level1,
          #shop_link a {
            padding: 9px 14px 5px 13px;
            margin: 0 0px 0 0;
            display: block;
            color: #e6f6e6;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
          }

          #nav li.active a.level1 {
            position: relative;
            z-index: 20;
          }


            #nav a.level1:hover,
            #nav li.active a.level1 {
              color: #041;
            }

            #nav a.level1:focus {
              color: #007500 !important;
              text-decoration: underline;
            }

              #nav a.level1 span {
                display: block;
              }

        #nav li.hover,
        #nav li.hasSub:hover {
          margin: 0 -6px 0 -8px;
        }

          #nav li.hover a.level1,
          #nav li.hasSub:hover a.level1 {
            background: url(/fileadmin/images/default/mainnav_active_left.png) no-repeat 0 0;
            padding: 0;
            position: relative;
            z-index: 20;
            color: #041;

          }

            #nav li.hover a.level1 span,
            #nav li.hasSub:hover a.level1 span {
              background: url(/fileadmin/images/default/mainnav_active_right.gif) no-repeat right 0;
              padding: 9px 20px 5px 21px;

            }

        /* Level 2 */
        #nav .level2_container {
          position: absolute;
          z-index: 10;
          top: 25px;
          left: 0;
          font-size: 13px;
          display: none;
        }

          #nav .level2_container .shadow {
            background: url(/fileadmin/images/default/mainnav_level2_bg.png) no-repeat 0 0;
            padding: 4px 6px 0 6px;
          }

          #nav .shadow_bottom {
            background: url(/fileadmin/images/default/mainnav_level2_bottom_shadow.png) no-repeat 0 bottom;
            height: 13px;
            width: 221px;
          }

            #nav ul.level2 {
              width: 201px;
              background: #f0faf0;
              border-right: 1px solid #8fb196;
              padding: 12px 0 9px 0;
            }

              #nav li.level2 {

              }

                #nav a.level2 {
                  padding: 2px 10px 7px 15px;
                  line-height: 15px;
                  display: block;
                  border-top: 1px solid #d8f2d8;
                  color: #007500;
                  text-decoration: none;
                }

                #nav a.level2:hover,
                #nav a.level2:focus,
                #nav a.level2:active {
                  color: #041;
                  background: #d8f1d8;
                  border-color: #c1eac1;
                }

        /* on hover */
        #nav li.hover .level2_container,
        #nav li:hover .level2_container,
        #nav li:focus .level2_container {
          display: block;
        }

        /* active */
        #nav ul.level2 li.active {

        }

          #nav ul.level2 li.active a.level2 {
            font-weight: bold;
            color: #041;
            background-image: url(/fileadmin/images/default/icons/icon_link_arrow.gif);
            background-position: 5px -293px;
            background-repeat: no-repeat;
          }

          #nav ul.level2 li.level2 a.level2:focus {
            text-decoration: underline;
            color: #041;
            background-color: #d8f2d8;
          }

/* Shop Link */
        #shop_link {
          position: absolute;
          right: 0;
          bottom: 0;
        }

          #shop_link a {
            background: url(/fileadmin/images/default/icons/icon_cart.gif) no-repeat 3px 9px;
            padding: 7px 8px 5px 20px;
          }

            #shop_link a:hover,
            #shop_link a:focus,
            #shop_link a:active {
              text-decoration: underline;
              color: #fff;
            }

/*--------------------------- Body -------------------------------------------*/
#body_container {
  padding: 3px 0 60px 0;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
  background: #fff;
}

  #body {
    width: 100%;
  }

/*--------------------------- Rootline ---------------------------------------*/
#rootline_container {
  width: 100%;
  min-width: 980px;
  background: url(/fileadmin/images/default/rootline_line.png) no-repeat 50% bottom;
}

  #rootline {
    margin: 0 auto;
    padding-left: 13px;
    width: 967px;
    color: #666;
    font-size: 12px;
  }

    #rootline .label {
      display: none;
    }

    #rootline .separator {
      color: #999;
      font-weight: bold;
      float: left;
      padding: 5px 0 5px 0;
    }

    #rootline span.CLEAR {
      display: block;
    }

    #rootline span.item {
      display: block;
      float: left;
      padding: 0 0px 0 0;
    }

      #rootline span.item a {
        padding: 5px 3px 7px 3px;
        display: block;
        float: left;
        color: #0a0;
        text-decoration: none;
        font-weight: bold;
      }

        #rootline span.item a:hover, #rootline span.item a:focus, #rootline span.item a:active {
          text-decoration: underline;
        }

    #rootline span.last_link {

    }

      #rootline span:hover,
      #rootline span.hover {

      }

        #rootline span.last_link:hover,
        #rootline span.last_link_hover {

        }

        #rootline span.prev_hover {

        }

    #rootline span.item_active {
      padding: 5px 3px 7px 3px;
      display: block;
      float: left;
      font-weight: bold;
    }

      #rootline span.first .icon {
        padding-left: 30px;

        width: 15px;
        display: block;
      }

      #rootline span.first a.icon:hover {

      }

        #rootline span.first .icon:hover, #rootline span.first .icon:focus, #rootline span.first .icon:active {
          text-decoration: none;
        }

      /* If no Link */
        #rootline span.first span.icon {

          padding-left: 20px;
        }

/*--------------------------- Subnav -----------------------------------------*/
#subnav_container {
  width: 215px;
  float: left;
  clear: left;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 2;
}

  #subnav {
    /*border-top: 1px solid #e0e4ee;*/
    margin: 35px 0 0 0;
    width: 215px;
    text-align: left;
  }

      #subnav li a {
        text-decoration: none;
        display: block;
        font-weight: bold;
      }

    /* Level1 */
    #subnav ul.level1 {
      padding: 1px 0 0 0px;
    }

      #subnav li.level1 {

      }

        #subnav a.level1 {
          font-size: 13px;
          font-weight: bold;
          color: #0a0;
          padding: 0 0 0 15px;
          background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 0 500px;
        }

        #subnav a.level1:hover,
        #subnav a.level1:focus,
        #subnav a.level1:active,
        #subnav li.active a.level1 {
          background-position: 3px -192px;
          color: #041;
        }

          #subnav a.level1 span {
            padding: 3px 5px 5px 0px;
            display: block;
            border-bottom: 1px solid #9d9;
          }

            #subnav li.active a.level1 span {
              border-color: #cde4d6;
            }


    /* Level2 */
        #subnav ul.level2 {
          padding: 3px 0 6px 0px;
          margin-left: 15px;
          background: url(/fileadmin/images/default/subnav_level2_bg.gif) repeat-y 0 0;
          border-bottom: 1px solid #9d9;
        }

          #subnav li.level2 {

          }

            #subnav a.level2 {
              font-size: 12px;
              font-weight: normal;
              color: #007500;
              padding: 1px 6px 1px 17px;
              line-height: 13px;
              background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 5px -95px;
            }

            #subnav a.level2:focus,
            #subnav a.level2:active,
            #subnav a.level2:hover {
              color: #041;
              background-position: 5px -195px;
            }

            #subnav li.level1 li.active a.level2 {
              color: #041;
              background-position: 5px -195px;
              font-weight: bold;
            }

/*--------------------------- Main -------------------------------------------*/
#main_container {
  float: left;
  padding: 4px 0 0 0;
  position: relative;
  width: 100%;
  min-width: 980px;
  z-index: 1;
}

  #main {
    margin: 0 auto;
    width: 980px;
  }

    #content_container {
      float: left;
      width: 710px;
      padding: 27px 20px 0 35px;
    }

      #content {
        width: 480px;
        float: left;
      }

      #content_head {
        padding: 0 0 11px 0;
        width: 605px;
        overflow: visible;
      }

      #more_info_container {
        width: 250px;
        padding-top: 10px;
        float: left;
      }

        #more_info {
          padding-left: 35px;
        }

    #headline_container {

    }

      #headline {
        padding: 17px 250px 0 0px;
      }

    #left_col {
      float: left;
      width: 355px;
      margin-right: 20px;
      padding-bottom: 40px;
    }

    #right_col {
      width: 355px;
      float: left;
      padding-bottom: 40px;
    }

    #topics {
      padding: 0px 0 0 0;
    }

    #teaser_container {
      clear: both;
      margin: 60px 0 0 0;
    }

      #teaser {
        background: url(/fileadmin/images/default/teaser_bg.png) no-repeat 20px 0;
        margin: 0 0 0 220px;
        padding: 0 0 0 10px;
      }


/*--------------------------- Footer -----------------------------------------*/
#footer_container {
  width: 100%;
  font-size: 12px;
  padding: 2px 0 30px 0;
  min-width: 980px;
  position: relative;
  background: #f2fbf2 url(/fileadmin/images/default/footer_line.png) no-repeat -2982px 0;
}

  #footer {
    width: 980px;
    margin: 0 auto;
    padding: 2px 0 0 0;
    background: #f2fbf2;
    color: #4c4c4c;
  }

    #footer a {
      color: #007500;
    }

    #footer a:hover, #footer a:focus, #footer a:active {
      /*color: #041;*/
      text-decoration: underline;
    }

    #servicenav_container {
      padding: 0 10px 0 15px;
    }
        .home #servicenav_container {
          padding: 0 12px 0 15px;
        }

      #servicenav {

      }

        #servicenav li {
          float: left;
          line-height: 12px;
          color: #b1e29f;
          padding: 6px 0 5px;
        }

          #servicenav li a {
            padding: 0px 9px 1px 7px;
            display: block;
            border-left: 1px solid #c3e9b6;
          }

          #servicenav li a:hover,
          #servicenav li a:focus,
          #servicenav li a:active {
            text-decoration: underline;
          }

          #servicenav li a.facebooklink,
          #servicenav li a.twitterlink,
          #servicenav li a.youtubelink,
          #servicenav li a.googlepluslink,
          #servicenav li a.linkedinlink {
            background: #f2fbf2 no-repeat 9px 0;
            margin-top: -2px;
            padding-left: 20px;
            padding-top: 2px;
            height: 12px;
          }

            #servicenav li a.facebooklink {
              background-image: url("../images/default/icons/facebook.gif");
            }

            #servicenav li a.twitterlink {
              background-image: url("../images/default/icons/twitter.gif");
            }

            #servicenav li a.youtubelink {
              background-image: url("../images/default/icons/youtube.gif");
            }

            #servicenav li a.googlepluslink {
              background-image: url("../images/default/icons/googleplus.gif");
            }

            #servicenav li a.linkedinlink {
              background-image: url("../images/default/icons/linkedin.gif");
            }

        #servicenav li.top {
          font-size: 11px;
          float: right;
          text-transform: uppercase;
          padding: 5px 5px 4px 0;
        }

          #servicenav li.top a {
            border: none;
            background: url(/fileadmin/images/default/icons/icon_arrow_top.gif) no-repeat right 2px;
            padding: 2px 13px 2px 7px;
          }

    /* Copyright */
    #copyright {
      float: left;
      line-height: 24px;
      margin: 0 9px 0 0;
    }

      #copyright .firm {
        display: block;
      }

      #copyright .weber_hint {
        display: block;
        position: absolute;
      }


/* Teaser */
  #teaser .teaser_single_box,
  #more_info .teaser_single_box {
    float: left;
    width: 215px;
    margin: 11px 0px 0 20px;
    font-size: 13px;
    padding: 0 0 0 15px;
    color: #4c4c4c;
  }

  #teaser .teaser_single_box_green,
  #more_info .teaser_single_box_green {
    float: left;
    width: 200px;
    margin: 10px 0px 0 20px;
    font-size: 13px;
    padding: 6px 15px 19px 15px;
    color: #4c4c4c;
    background: url(/fileadmin/images/default/teaser_single_box_bg.gif) repeat-y 0 0;
    border-top: 1px solid #6c6;
  }

  #more_info .teaser_single_box {
    padding-left: 0;
    margin: 11px 0 0 0;
    float: none;
  }

  #more_info .teaser_single_box_green {
    margin: 10px 0 0 -15px;
    float: none;
  }

  #teaser .teaser_headline_container {
    height: 30px;
  }

  #more_info .teaser_headline_container {
    height: auto;
  }

    #more_info .teaser_headline_container .teaser_headline {
      margin-top: 30px;
    }

/* Newsletter anmelden Box */
#teaser .newsletter_registry_form {
  width: 197px;
  margin: 22px 0 0 0;
  padding: 0 0 0px 0;
}

  #teaser .newsletter_registry_form .form_row {
    float: left;
    border: 1px solid #6c6;
    background: #fff;
  }

    #teaser .newsletter_registry_form input {
      border: none;
    }

    #teaser .newsletter_registry_form .input {
      background: #fff url(/fileadmin/images/default/input_field_bg.gif) repeat-x 0 0;
      border-left: 4px solid #0a0;
      margin: 0;
      padding: 2px 5px 0 4px;
      float: left;
      height: 17px;
      width: 163px;
      color: #999;
      font-size: 12px;
      font-family: TheSans, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", sans-serif;
    }

    #teaser .newsletter_registry_form .submit {
      background: url(/fileadmin/images/default/submit_button_arrow.gif) no-repeat 0 0;
      padding: 0;
      width: 19px;
      height: 19px;
      cursor: pointer;
      float: right;
      outline: 0;
    }

/* Home */
.home #header_container {
  background-color: transparent;
}

.home #body_container {
  padding-bottom: 64px;
}

.home #slider_container {
  margin-top: -14px;
  z-index: 1;
  position: relative;
  min-width: 980px;
  width: 100%;

}

  .home #slider {
    width: 100%;
    background: #206d30 url(/fileadmin/images/default/slider_container_bg.png) repeat-y center 0;
  }

    .home #inner_slider {
      height: 206px;
      padding-top: 14px;
      width: 980px;
      margin: 0 auto;
    }

  .home #main_container {
    padding-top: 24px;
  }

    .home #content_container {
      width: 750px;
      padding: 0;
    }

      .home #content {
        padding: 0;
        width: auto;
      }

    .home #more_info_container {
      float: right;
      width: 240px;
      overflow: visible;
      margin-left: -10px;
      left: -5px;
      position: relative;
    }

      .home #more_info {
        padding-left: 15px;
        position: relative;
        margin-top: -132px;
      }

  .home #teaser_container {
    background: #f2faee url(/fileadmin/images/default/home_teaser_background.png) repeat 50% 0;
    margin: 0;
    min-width: 980px;
  }

    .home #teaser_background {
      background: url(/fileadmin/images/default/home_teaser_border_top.png) repeat-x 50% 0;
    }

    .home #teaser {
      margin: 0 auto;
      width: 980px;
      padding: 8px 0 20px 0;
      background: none;
    }

    .has_teaser #content_container {
      padding-right: 0;
      width: 730px;
    }

      #teaser .teaser_container {
        float: left;
      }


/* Wide content */
.wide_content #content_container {
  padding-right: 0;
  width: 730px;
}

  .wide_content #content {
    width: auto;
  }

/* Stage */
.stage_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

    .stage_container .stage {
      height: 100%;
      position: relative;
      overflow: hidden;
    }

  #stageInner {
    position: relative;
  }

    .stage_container .nav_title {
      display: none;
    }

    .stage_container .image_container {
      float: left;
      width: 180px;
      text-align: right;
      margin: 0 0 0 76px;
      padding: 21px 0 0 0;
    }

      .stage_container .image_container .image {
        background: none;
        float: right;
      }

    .stage_container .border_image {
      padding: 39px 0 0 0;
    }

      .stage_container .border_image .image {
        border: 1px solid #01400f;
      }

        .stage_container .border_image .image a {
          border: 3px solid #226732;
          display: block;
        }

      .stage_content {
        height: 100%;
      }

        .stage_content .text_container {
          padding: 40px 0 0 21px;
          margin: 0 0 0 268px;
          width: 357px;
          height: 166px;
          color: #fff;
          background: url(/fileadmin/images/default/stage_text_container_arrow.gif) no-repeat 0 40px;
        }

          .stage_content .text_container_inner {
            border-left: 1px solid #d4ebd7;
            padding: 1px 0 0 10px;
          }

            .stage_content .stage_title {
              color: #fff;
              text-transform: uppercase;
              font-size: 24px;
              font-weight: bold;
              line-height: 25px;
              margin: -6px 0 0 0;
            }

            .stage_content .content_text,
            .stage_content .stage_link_desciptiton {
              color: #fff;
              line-height: 15px;
              font-size: 13px;
            }

            .stage_content .stage_link_desciptiton {
              font-weight: bold;
              margin-top: 25px;
            }

            .stage_content .stage_shopbutton {
              font-size: 13px;
              font-weight: bold;
              margin: 5px 0 0 -2px;
              bottom: -6px;
              position: relative;
            }

            .stage_content div.normal_link {
              margin: 5px 0 0 0px;
              bottom: -2px;
              position: relative;
            }

              .stage_content div.normal_link a {
                font-size: 13px;
                color: #fff;
                padding: 0 0 0 13px;
                background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 0 -1294px;
              }

                .stage_content div.normal_link a:hover,
                .stage_content div.normal_link a:focus,
                .stage_content div.normal_link a:active {
                  text-decoration: underline;
                }

        .stage_container .fader_left {
          height: 206px;
          width: 100px;
          position: absolute;
          z-index: 100;
          top: 0;
          left: 0;
          background: url(/fileadmin/images/default/stage_fader_left.png) repeat-y 0 0;
        }

        .stage_container .fader_right {
          height: 100%;
          width: 350px;
          position: absolute;
          z-index: 100;
          top: 0;
          right: 0;
          background: url(/fileadmin/images/default/stage_fader_right.png) repeat-y 0 0;
        }

          .stage_container .fader_right div {
            height: 100%;
            width: 100%;
          }

        .stage_container .next_stage {
          position: absolute;
          z-index: 101;
          top: 48px;
          left: 710px;
          padding: 1px;
        }

          .stage_container .next_stage a:link,
          .stage_container .next_stage a:visited {
            height: 122px;
            width: 93px;
            font-size: 11px;
            text-transform: uppercase;
            display: block;
            background: url(/fileadmin/images/default/stage_next_link.png) no-repeat 0 0;
            text-decoration: none;
            color: #9cc2a2;
          }

          .stage_container .next_stage a:hover {
            background-position: 2px -170px !important;
            padding-left: 2px;
            color: #fff;
          }

            .stage_container .next_stage a span {
              display: block;
              padding: 45px 10px 10px 10px;

            }

  #stagenav_container {
    height: 71px;
    min-width: 980px;
    width: 100%;
    position: relative;
    background: #fff url(/fileadmin/images/default/slider_bottom_container_bg.png) repeat-x center 0;
  }

    #stagenav_container #stagenav {
      width: 730px;
      padding: 0 250px 0 0;
      margin: 0 auto;
    }

      #stagenav ul {
        float: right;
        padding-right: 6px;
      }

        #stagenav ul li {
          float: left;
          margin: 5px 0px 0 0px;
          position: relative;
          z-index: 1;
        }

        #stagenav ul li.active {
          z-index: 2;
        }

          #stagenav a {
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            display: block;
            float: left;
            padding: 5px 14px 0 15px;
            height: 37px;
            position: static;
            text-align: center;
          }

          #stagenav a:hover span.inner_text,
          #stagenav a:active span.inner_text {
            text-decoration: underline;
          }

            #stagenav a span {
              display: block;
              float: left;
              cursor: pointer;
            }

            #stagenav span.inner_text_container {
              padding: 0 0px 0 0px;
              height: 37px;
            }

              #stagenav span.inner_text {
                text-shadow: 0 -1px 0 #368442;
                padding: 14px 0 0 0;
                margin-top: -5px;
                float: none;
              }

                #stagenav span.icon {
                  background: url(/fileadmin/images/default/icons/icon_link_arrow.gif) no-repeat 0 -1194px;
                  padding-left: 13px;
                  float: none;
                }

            #stagenav span.left_corner {
              height: 61px;
              width: 34px;
              position: absolute;
            }

            #stagenav span.right_corner {
              height: 61px;
              width: 33px;
              position: absolute;
            }


      /* Active */
      #stagenav .active {
        margin: 5px -19px 0 -19px;
        position: absolute;
      }

        #stagenav .active a {
          height: auto;
          padding: 5px 0 0 0;
        }

      #stagenav li.slider_link {
        position: relative;
      }

        #stagenav li.slider_link .slider_active {
          position: absolute;
          top: 0;
          left: 0;
          display: none;
          margin-top: 0;
        }

          #stagenav .active a span.inner_text {
            text-decoration: none !important;
            padding-top: 16px;
          }

            #stagenav .active span.inner_text_container {
              background: url(/fileadmin/images/default/stagenav_center.png) repeat-x 0 0;
              height: 61px;

            }

              #stagenav .active span.inner_text {
                background: url(/fileadmin/images/default/stagenav_arrow.png) no-repeat center 0;
                color: #0a0;
                text-shadow: 0 1px 0 #163318;

              }

                #stagenav .active span.icon {
                  background-position: 0 -1093px;
                }


            #stagenav span.top_arrow {
              position: absolute;
              margin: 0 auto;
              text-align: center;
              z-index: 9999;
              height: 15px;
              wi dth: 32px;
              display: none;
              float: none;
              margin-bottom: -15px;
            }

              #stagenav .active span.top_arrow {
                dis play: none;
                position: static;
                zoom: 2;
                margin-top: -15px;
                backgr ound: url(/fileadmin/images/default/stagenav_arrow.png) no-repeat center 0;
                width: 100%;
              }


              #stagenav img {
                display: none;
                margin: 0 auto -15px auto;
                text-align: center;
              }

              #stagenav .active img {
                display: block;
              }

              #stagenav .active span.left_corner {
                background: url(/fileadmin/images/default/stagenav_left_corner.png) no-repeat 0 0;
                position: static;
              }

              #stagenav .active span.right_corner {
                background: url(/fileadmin/images/default/stagenav_right_corner.png) no-repeat 0 0;
                position: static;
              }


.icp_licence {
    padding: 0px 6px 1px 6px;
    border-left: 1px solid #c3e9b6;
    margin-left: 6px;
}
.psb_filing {
    background: transparent url(/fileadmin/images/default/icons/psb-icon_k.png) no-repeat 7px 0;
    padding: 0px 0px 1px 27px;
    border-left: 1px solid #c3e9b6;
}

    #stageInner {
      height: 100%;
    }

    p.error strong {
        color: #c42e00;
    }

/* ckeditor */
body.cke_editable {
    padding: 10px 10px;
    background: none !important;
    word-wrap: break-word;
    box-sizing: border-box;
}
body.cke_ltr {
    background: none !important;
}

body.cke_editable ul {
    list-style: none;
    padding: 0 0 6px 0;
    margin: 0.5em 0 0 0;
    font-size: 0.875em;
    display: table; /* Sorgt dafür, dass Listen neben links-floatenden Bildern korrekt angezeigt werden */
}

    body.cke_editable ul li {
        background: url(/fileadmin/images/default/content_list_image.gif) no-repeat 0 5px;
        padding: 0 0 0 17px;
        margin: 0.35em 0 0 0;
    }
