html {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow: auto;
}

  body {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%; /* this causes a vertical scrolling even if not necessary??? */
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Corbel, Arial, sans-serif;
    font-size: 16px;
    position: relative;
    background-color: #fed900;
  }

  div {
    vertical-align: top;
  }

.admin {
  display: none;
}

#page_container {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

  #page {
    text-align: left;
    min-height: 100%;
    /*min-width: 980px;*/
	min-width: 1076px;
    height: auto;
    position: relative;
    background: #fed900;
  }

  #page_container .has_teaser {
    background-color: #fed307;
  }

    #header_body_container {
      /*padding-bottom: 84px;*/
	  padding-bottom: 50px;
    }

      #header_body {
        background: #fff url(../images/mainnav_header_bg.gif) repeat-x 0 0px;
      }

/*--------------- Header -----------------------------------------------------*/
#header_container {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 203px;
  padding: 0;
  background: url(../images/header_waves.gif) no-repeat 50% 40px;
}

  #header {
    height: 100%;
    /*width: 980px;*/
	width: 1074px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
  }

  #header_image {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    height: 254px;
    display: none;
  }

    #logo_header_text_container {
      position: relative;
      height: 157px;
      float: left;
      z-index: 6;
    }

      /* Header text */
      #header_text_container {
        width: 660px;
        height: 100%;
        margin: 0 0 0 270px;
        position: relative;
        z-index: 6;
        display: table;
      }

        #header_text {
          padding: 0 0 0 0;
          display: table-cell;
          vertical-align: middle;
        }

    /* the navigations in top of page including main + metanav */
    #nav_container {
      height: 41px;
      width: 100%;
      position: relative;
      z-index: 20;
      margin-bottom: 4px;
    }

      #nav {
        padding: 0;
      }

        #nav ul {
          float: left;
        }

          #nav ul li.level1 {
            float: left;
            padding-top: 5px;
            padding: 5px 3px 0 1px;

          }

            #nav ul li.level1 a {
              cursor: pointer;
            }

        /* Small logo */
        .small_logo {
          padding: 5px 15px 5px 2px;
          margin-top: 4px;
          float: left;
        }


        /*------ all navs ------*/
          #nav li {
            font-size: 13px;

          }

            #nav li a {
              text-decoration: none;
              color: #333;
              display: block;
            }

              #nav li a span {
                display: block;
                float: left;
                padding: 6px 12px 12px 10px;
              }

          /* Level 1 */
          #nav li.level1 {
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            position: relative;
          }

            #nav li.level1 a.level1 {
              float: left;
              /*** margin: 2px 1px 0 2px; */
              position: relative;
            }

            /* Hover status */
            #nav li a.level1:hover {
              color: #00539f;
            }

            /* Active status */
            #nav li.active a.level1 {
              background: url(../images/mainnav_link_bg.gif) no-repeat right -100px;
              text-shadow: 0 1px 0 #fff;
            }

              #nav li.active a.level1 span {
                background: url(../images/mainnav_link_bg.gif) no-repeat 0 0;
              }

            /* Hover status if hasSub */
            #nav li.hasSub a.level1:hover,
            #nav li.hasSub:hover a.level1 {
              background: url(../images/mainnav_link_bg.gif) no-repeat right -300px;
              margin: 0px 0px 0 1px;
              z-index: 10;
            }

              #nav li.hasSub a.level1:hover span,
              #nav li.hasSub:hover a.level1 span {
                background: url(../images/mainnav_link_bg.gif) no-repeat 0 -200px;
                padding: 7px 13px 12px 12px;
              }

        /*------ Main-Nav ------*/
        #mainnav_container {
          z-index: 9;
          position: relative;
        }

          #nav ul#mainnav {
            float: right;
          }

            #mainnav li.level1 {
              background: url(../images/nav_link_separator_line.gif) no-repeat 0 0px;
              font-weight: normal;
              font-size: 13px;
            }

        /*------ Language-Nav ------*/
        #nav #language_nav {
          position: relative;
          z-index: 10;
        }

          #nav #language_nav li.level1 {
            text-transform: none;
            font-weight: normal;
            padding-bottom: 4px;
          }

            #nav #language_nav li.level1 a.level1 {
              margin: 0;

            }

            #nav #language_nav li.level1 a.level1 span {
              padding: 6px 8px 12px 12px;

            }

          #nav #language_nav li.level1:hover {
            margin: 0 0px 0 0px;
            padding-bottom: 0;
          }

              #nav #language_nav li:hover a.level1 span {
				padding: 6px 8px 12px 12px;
              }

              #nav #language_nav li.level1 a.level1 span.short {
                background: transparent url(../images/language_nav_arrow.gif) no-repeat right 6px;
                padding: 0 14px 0 0;
                float: none;
                display: inline;
              }

                #nav #language_nav li.level1 a.level1 span.short strong {
                  color: #b2b2b2;
                  font-size: 12px;
                  margin: 0 2px;
                }

          #nav #language_nav .sub_level {
            width: 194px;
            left: -4px;
          }

            #nav #language_nav .top_bg {
              background-image: url(../images/langnav_level2_top_bg.png);
            }

            #nav #language_nav .bottom_bg {
              background-image: url(../images/langnav_level2_bottom_bg.png);
            }

        /*------ Metanav ------*/
        #nav ul#metanav {
          float: right;
        }

          #nav #metanav li {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: normal;
            background: url(../images/nav_link_separator_line.gif) no-repeat right -72px;
          }

            #nav #metanav li a {
              color: #333;
              text-decoration: none;
              float: left;
              margin: 4px 3px 0 2px;
            }

              #nav #metanav li a span {
                padding: 4px 7px 11px 7px;
                float: left;
              }

            #nav #metanav li a.level1:hover {
              color: #00539f;
            }

          /* Contact link in the metanav */
          #nav #metanav li.contact {

          }

            #nav #metanav li.contact a {
              background: url(../images/metanav_link_bg.gif) no-repeat right -100px;
              margin-top: 1px;
            }

              #nav #metanav li.contact a span {
                padding: 7px 10px 11px 9px;
                background: url(../images/metanav_link_bg.gif) no-repeat 0 0;
              }

          /* Last link */
          #nav #metanav li.last {
            background: transparent;
          }

          /* Active status */
          #nav #metanav li.active {
            background: transparent;
            margin: 0 -3px;
          }

            #nav #metanav li.active a {
              background: url(../images/metanav_link_bg.gif) no-repeat right -300px;
            }

              #nav #metanav li.active a span {
                background: url(../images/metanav_link_bg.gif) no-repeat 0 -200px;
                margin: 0;
                padding: 4px 10px 11px 10px;
              }

          /* Level 2 */
          #nav .sub_level {
            position: absolute;
            display: none;
            z-index: 9;
            top: 40px;
            left: -3px;
            width: 224px;
          }

            #nav .top_bg {
              background: url(../images/mainnav_level2_top_bg.png) repeat-y 0 0;
              padding: 0 7px 6px 5px;
            }

              #nav ul.level2 {
                float: none;
                position: relative;
                top: -2px;
                padding: 10px 16px 2px 9px;
                background: #fff;
                border-top: 1px solid #d6d6d6;
                max-height: 350px;
				overflow: auto;
              }

                #nav li.hover .sub_level,
                #nav li:hover .sub_level {
                  display: block;
                }

            #nav .bottom_bg {
              height: 13px;
              width: 100%;
              background: url(../images/mainnav_level2_bottom_bg.png) no-repeat 0 bottom;
            }

              #nav ul.level2 li.level2 {
                display: block;
              }

                #nav ul.level2 li.level2 a {
                  border-bottom: 1px solid #e5e5e5;
                  text-transform: none;
                  float: none;
                  display: block;
                  font-weight: normal;
                  padding: 3px 2px 5px 2px;
                }

                  #nav ul.level2 li.active a {
                    color: #00539f;
                  }

                #nav li ul.level2 li.level2 a:hover,
                #nav li ul.level2 li.level2 a:focus,
                #nav li ul.level2 li.level2 a:active {
                  color: #0083d6;
                }

    #page_edit_button {
      margin: 14px auto 0 auto;
      text-align: center;
      width: 146px;
      height: 25px;
    }

      #page_edit_button a {
        background: url(../images/page_edit_button.png) no-repeat 0 0;
        display: inline-block;
        margin: 0 auto;
        width: 146px;
        height: 25px;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        text-decoration: none;
      }

        #page_edit_button a span {
          width: 114px;
          height: 21px;
          display: inline-block;
          padding: 4px 0 0 32px;
          cursor: pointer;
        }

      #page_edit_button a:hover {
        background-position: 0 -100px;
      }

      #page_edit_button a:focus,
      #page_edit_button a.active {
        background-position: 0 -200px;
        color: #fff;
      }

    /* Logo */
    #logo_container {
      position: relative;
      float: left;
      display: table;
      vertical-align: middle;
      text-align: center;
      top: 0px;
      left: 0px;
      z-index: 10;
      height: 100%;
      width: 220px;

    }

      #logo {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        width: 220px;
      }

        #logo a {
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          width: 100%;
          text-decoration: none;
        }


  /* Contentnav, i.e. Productdetails */
  #contentnav_container {
    position: absolute;
    bottom: 0;
    left: 261px;
  }

    #contentnav {

    }

      #contentnav ul {

      }

        #contentnav ul li {
          float: left;
          font-size: 12px;
        }

          #contentnav ul li a {
            padding: 8px 10px 5px 10px;
            float: left;
            display: block;
            text-decoration: none;
            text-transform: uppercase;
            color: #333;
          }

            #contentnav ul li a span {
              display: block;
              padding-bottom: 3px;
            }

          #contentnav ul li a:hover,
          #contentnav ul li a:focus,
          #contentnav ul li a:active {
            color: #0083d6;
          }

            #contentnav ul li a:hover span,
            #contentnav ul li a:focus span,
            #contentnav ul li a:active span {
              padding-bottom: 1px;
              border-bottom: 2px solid #75c3ff;
            }

        /* Active status */
        #contentnav ul li.active {
          border-top: 1px solid #fcad00;
          background: url(../images/contentnav_active_arrow.gif) no-repeat 50% bottom;
          margin-bottom: -16px;
          padding: 0 0 15px 0;
          font-weight: bold;
        }

          #contentnav ul li.active a {
            border: none;
            color: #333;
            display: block;
            background: #ffdf6b url(../images/contentnav_active_bg.gif) repeat-x 0 bottom;
            padding: 7px 10px 9px 10px;
            text-shadow: 0 1px 0 #fff;
          }

            #contentnav ul li.active a span {
              padding: 0;
              border: 0;
            }


/*--------------- Body -------------------------------------------------------*/
#body_container {
  height: auto !important;
  min-height: 100%;
  position: relative;
  z-index: 4;
  background: #fed900 url(../images/body_bg.gif) repeat-x 0 0;
  padding: 6px 0 0 0;
  width: 100%;
}

    #body {
      padding: 6px 0 0px 0;
      margin: 0 auto 0 auto;
      position: relative;
      background: url(../images/content_lens.jpg) no-repeat 50% 0;
      min-height: 100%;
      height: auto !important;
      height: 150px;
      width: 100%;
      z-index: 2;
    }

      /* Multi function container on the left side of content, i.e. for subnav */
      #multi_function_container {
        width: 212px;
        float: left;
      }

        #multi_function {

        }

          a.backlink,
          .backlink a {
            margin: 12px 0 0 0;
            font-size: 12px;
            text-transform: uppercase;
            display: block;
            padding: 0 0 0 15px;
            background: url(../images/back_link_arrow.gif) no-repeat 4px 5px;
          }

          /* Subnav */
          #subnav_container {
            width: 212px;
          }

            #subnav {
              position: relative;
              background: #fff;
            }

              #subnav ul a:hover,
              #subnav ul a:focus,
              #subnav ul a:active {
                color: #00539f;
              }

              /* Level 1 */
              #subnav ul.level1 {
                /*
                2012-03-21 BH: show border also for level 1 and active navigation
                z-index: 2;
                */
                z-index: 0;
                position: relative;
              }

                #subnav ul.level1 ul {
                  display: none;
                }

                #subnav li.level1 {
                  font-weight: bold;
                  font-size: 13px;
                  display: block;
                  margin: 0;
                }

                  #subnav a.level1 {
                    color: #333;
                    position: relative;
                    z-index: 2;
                    text-decoration: none;
                    display: block;
                    padding: 0 0px;
                    margin: 0;
                  }

                  #subnav a:hover,
                  #subnav a:focus,
                  #subnav a:active,
                  #subnav .selected{
                    background: #b9babb url(../images/subnav_active_bg.png) repeat-x;
                  }

                    #subnav a.level1 span {
                      display: block;
                      padding: 8px 0 9px 17px;
                      border-bottom: 1px solid #e7e7e7;
                      background: url(../images/subnav_arrow.png) no-repeat 4px 12px;
                    }

                    #subnav .last_nav_link a.level1 span {
                      border: none;
                    }

                      #subnav a.level1:hover span,
                      #subnav a.level1:focus span,
                      #subnav a.level1:active span {
                        background-position: 4px -88px;
						border-bottom: 1px solid #B9BABB;
                      }

					  #subnav a.level1.selected span {
						border-bottom: 1px solid #B9BABB;
					  }

                /* Active Level 1 */
                #subnav .active {
                  margin: -1px 0 0 0;
                  background: #f6f6f7 url(../images/subnav_lvl2_bg.gif) repeat-x 0 0;
                }

                  #subnav .active > a {
                    border: none;
                    padding: 0;
                    display: block;
                    color: #00539f !important;
                    font-weight: bold;
                  }

                    #subnav_container #subnav .active > a span {
                      background-position: 4px -88px;
                    }

                /* With second level */
                #subnav .hasSub_active {
                  margin-bottom: 1px;
                  background: #f6f6f7 url(../images/subnav_lvl2_bg.gif) repeat-x 0 0;
                }

                  #subnav .hasSub_active li {
                    background: none;
                  }

                  #subnav .hasSub_active a.level1 {
                    border: none;
                    border-bottom: 0px solid #e7e7e7;
                  }

                    #subnav .hasSub_active > a span {
                      background-position: 4px -186px !important;
                    }

                    #subnav .hasSub_active > a:hover span,
                    #subnav .hasSub_active > a:focus span,
                    #subnav .hasSub_active > a:active span {
                      background-position: 4px -286px !important;
                    }

                    #subnav .hasSub_active > ul {
                      display: block !important;
                    }

              /* Level 2 */
              #subnav ul.level1 ul {
                padding: 0 0 0px 0;
                position: relative;
                z-index: 1;
              }

              #subnav ul.level2 {
                border-bottom: 1px solid #e7e7e7;
              }

              /* if hasSub, but not active */
              #subnav li.hasSub ul.level2 {
                display: none;

              }

              #subnav li.hasSub_active ul.level2 {
                display: block;

              }

                #subnav li.level2 {
                  font-weight: normal;
                  padding: 0 0 0 0px;
                  position: relative;
                  z-index: 1;
                }

                  #subnav ul.level2 a {
                    border-top: 1px solid #e7e7e7;
                    display: block;
                    text-decoration: none;
                    margin-top: -1px;
                    color: #333;
                    padding-left: 13px;
                  }

                    #subnav ul.level2 a span {
                      background: url(../images/subnav_arrow.gif) no-repeat 4px 13px;
                      padding: 7px 0 8px 17px;
                      display: block;
                    }



                /* Active Level 2 */
                #subnav li.level1 li.active {
                  margin: 0 0 -1px 0;
                  padding: 0;
                  z-index: 2;
                }

                  #subnav li.level1 li.active a.level2 {
                    border: none;
                    color: #00539f;
                    background: #e3e5e7;
                  }

                    #subnav li.level1 li.active a.level2 span,
                    #subnav ul.level2 a:hover span,
                    #subnav ul.level2 a:focus span,
                    #subnav ul.level2 a:active span {
                      background-position: 4px -87px;
                      color: #00539f;
                    }

                      #subnav li.level1 li.active a.level2 span {
                        font-weight: bold;
                      }


                  #subnav ul.level3 a {
                    padding-left: 26px;
                  }

                  #subnav ul.level4 a {
                    padding-left: 39px;
                  }

                  #subnav ul.level5 a {
                    padding-left: 52px;
                  }

                  #subnav ul.level6 a {
                    padding-left: 65px;
                  }

                  #subnav ul.level7 a {
                    padding-left: 78px;
                  }

                  #subnav ul.level8 a {
                    padding-left: 91px;
                  }

                  #subnav ul.level9 a {
                    padding-left: 104px;
                  }


      /* Main container */
      #main_container {
        margin: 0;
        z-index: 1;
        position: relative;
        width: 100%;
        background: url(../images/content_waves.png) no-repeat 50% top;
        min-height: 584px;
        /*background-attachment: scroll;*/
      }

        #main {
          margin: 0 auto 0 auto;
          padding: 29px 6px 20px;
          color: #333;
          /*width: 968px;*/
		  width: 1062px;
        }

          #content_container {
            /*width: 726px;*/
            width: 820px;
            padding: 0;
            /*margin: 0 0 0 240px;*/
            float: right;
            margin: 0;
            padding: 1px 0 0 0;
            position: relative;
            background: #fff;
          }
          /* 2014-07-14 BH  alternativer content container für full-content-width */
          #content_container_full_width {
            width: 1062px;
            padding: 0;
            float: right;
            margin: 0;
            padding: 1px 0 0 0;
            position: relative;
            background: #fff;
          }

            #content {
              /*padding: 3px 25px 35px 25px;*/
              padding: 0px 25px 25px 25px;
              position: relative;
              z-index: 2;
            }

#footer_container {
  bottom: 0;
  height: 42px;
  /*min-width: 980px;*/
  /*min-width: 1084px;*/
  position: fixed;
  width: 100%;
  z-index: 100000;
  background: #00539f url(../images/footer_container_bg.gif) repeat-x 0 0;
  border-top: 5px solid #ffc000;
}

#footer_container.mobile_footer {
  position: absolute !important;
}

  #footer {
    z-index: 2;
    position: relative;
    max-width: 1082px;
    min-width: 540px;
	  width: 100%;
	  height: 31px;
	  margin: 0 auto;
  }

    #servicenav_container {
      /*width: 948px;*/
      padding: 0 20px;
    }

      #copyright {
        float: left;
        font-size: 11px;
        color: #fff;
        padding: 11px 0 0 0;
      }

      .weber_hint {
        margin: 0 10px 0 0;
      }

        .weber_hint a {
          color: #fff;
        }

      #servicenav {
        text-align: right;
        float: right;
        margin: 0 0 0 0px;
      }

        #servicenav li {
          float: left;
          font-size: 11px;
          padding: 11px 0 0 0;
        }

        #servicenav li.logged_in_as {
          margin: 0 8px 0 0;
          color: #fff;
          font-size: 12px;
        }

          #servicenav li.logged_in_as span {
            color: #fff;
          }

        #servicenav li.edit_profile {
          margin: 0 12px 0 0;
          color: #fff;
          font-size: 12px;
        }

          #servicenav li.edit_profile a {
            text-transform: none;
            padding-left: 4px;
          }

          #servicenav li a {
            text-transform: uppercase;
            text-decoration: none;
            padding: 0 9px 0 9px;
            color: #fff;
          }

          #servicenav li a:hover, #servicenav li a:focus, #servicenav li a:active {
            color: #5bb8ff;
          }

      /* Footer-buttons like login, search */
      #servicenav li.button {
        padding-top: 7px;
        position: relative;
        font-weight: bold;
        background: url(../images/servicenav_button.gif) no-repeat right -93px;
      }

        #servicenav li.button a.button,
        #servicenav li.button a.no_fancyBox {
          display: block;
          float: left;
          padding: 0;
        }

          #servicenav li.button a.button span,
          #servicenav li.button a.no_fancyBox span {
            padding: 5px 27px 5px 12px;
            display: block;
          }

          #servicenav li.button a.button,
          #servicenav li.button a.no_fancyBox {
            background: url(../images/servicenav_button.gif) no-repeat 0 0;
          }

            #servicenav li.login a.button span,
            #servicenav li.login a.no_fancyBox span {
              background: url(../images/servicenav_login_icon.gif) no-repeat right 6px;
            }

            #servicenav li.logout a.button span,
            #servicenav li.logout a.no_fancyBox span {
              background: url(../images/servicenav_logout_icon.gif) no-repeat right 6px;
            }

			#servicenav li.loginas a.button span,
            #servicenav li.loginas a.no_fancyBox span {
              background: url(../images/servicenav_login_icon.gif) no-repeat right 6px;
            }


            #servicenav li a.button:hover span,
            #servicenav li a.button:focus span,
            #servicenav li a.button:active span {
              background-position: right -94px;
            }

      /* Extended service box (opened login or search-box) */
      .extended_service {
        display: none;
        position: absolute;
        z-index: 20;
        bottom: 32px;
        right: -8px;
      }

        .right_extended_service {
          left: -6px;
          right: none;
        }

        .extended_service {
          background: url(../images/extended_service_bg.png) no-repeat 0 0;
          width: 224px;
          padding: 5px 8px 4px 6px;
        }

      #servicenav li.active {
        padding-top: 0;
        background: url(../images/servicenav_button.gif) no-repeat right -308px;
      }

        #servicenav li.active a.button {
          padding-top: 6px;
          background: url(../images/servicenav_button.gif) no-repeat 0 -208px;
          height: 26px;
          color: #fff;
        }

          #servicenav li.active span {

          }

        #servicenav li.active .extended_service {
          display: block;
        }

    /* AGB-button in the Footer */
    .agb_box {
      text-align: left;
    }

      #servicenav li .agb_box a.medium_submit_button {
        display: block;
        height: 20px;
        width: 203px;
        background: url(../images/medium_submit_button_white.gif) no-repeat 0 0;
        color: #00539f;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 15px 0 0 13px;
        padding: 3px 0 0 0;
        text-align: center;
      }

        #servicenav li.agb a.button {
          padding-right: 12px;
        }

          #servicenav li.agb a.button span {
            padding: 5px 22px 5px 15px
          }

          #servicenav li.active a.agb span {
            background: url(../images/servicenav_arrow_top.gif) no-repeat right 8px;
          }

      .agb_box .content_text {
        color: #fff;
        font-size: 12px;
        margin: 6px 0 13px 15px;
      }



/* Corners */
  .content_shadow_box {
    position: relative;
    margin: 15px -12px 0 -13px;
    padding: 12px 12px;
  }

  .shadow_box {
    position: relative;
  }

    body .corners,
    body .corners div {
      z-index: 1;
    }

      body .corners .corners_top {
        width: 100%;
        height: 6px;
        position: absolute !important;
        top: -6px;
        left: 0;
      }

        body .corners .corners_top .center {
          height: 6px;
          width: 100%;
		  background: url(../images/corners/edges_top_bottom.png) repeat-x 0 0;
        }

      body .corners .corners_left {
        width: 6px;
        height: 100%;
        position: absolute !important;
        left: -6px;
        top: 0;
      }

        body .corners .corners_left .top {
          position: absolute !important;
          top: -6px;
          width: 100%;
          height: 6px;
          background: url(../images/corners/corners.png) no-repeat;
        }

        body .corners .corners_left .center {
          width: 100%;
          height: 100%;
          position: absolute !important;
          left: 0;
          top: 0;
          background: url(../images/corners/edges_left_right.png) repeat-y 0 0;
        }


      body .corners .corners_right {
        width: 6px;
        height: 100%;
        position: absolute !important;
        top: 0;
        right: -6px;
      }

        body .corners .corners_right .top {
          height: 6px;
          width: 6px;
          position: absolute !important;
          top: -6px;
		  background: url(../images/corners/corners.png) no-repeat -8px 0;
        }

        body .corners .corners_right .center {
          height: 100%;
          width: 100%;
		  background: url(../images/corners/edges_left_right.png) repeat-y -6px 0;
        }

      body .corners .corners_bottom {
        height: 6px;
        width: 100%;
        position: absolute !important;
        bottom: -6px;
        left: 0;
      }

        body .corners .corners_bottom .left {
          position: absolute !important;
          left: -6px;
          height: 100%;
          width: 6px;
		  background: url(../images/corners/corners.png) no-repeat 0 -8px;
        }

        body .corners .corners_bottom .center {
          height: 100%;
          width: 100%;
          position: absolute !important;
		  background: url(../images/corners/edges_top_bottom.png) repeat-x 0 -6px;
        }

        body .corners .corners_bottom .right {
          height: 100%;
          width: 6px;
          position: absolute !important;
          right: -6px;
		  background: url(../images/corners/corners.png) no-repeat -8px -8px;
        }


        /* content shadows / borders / corners */
        .content_shadow_box .corners .corners_top .center,
        .edit_form_tab_content_container .corners .corners_top .center,
        .lightbox_content .corners .corners_top .center {
		  background: url(../images/corners/content/edges_top_bottom.png) repeat-x 0 0;
        }

        .content_shadow_box .corners .corners_left .top,
        .edit_form_tab_content_container .corners .corners_left .top,
        .lightbox_content .corners .corners_left .top {
		  background: url(../images/corners/content/corners.png) no-repeat 0 0;
        }

        .content_shadow_box .corners .corners_left .center,
        .edit_form_tab_content_container .corners .corners_left .center,
        .lightbox_content .corners .corners_left .center {
		  background: url(../images/corners/content/edges_left_right.png) repeat-y 0 0;
        }

        .content_shadow_box .corners .corners_right .top,
        .edit_form_tab_content_container .corners .corners_right .top,
        .lightbox_content .corners .corners_right .top {
		  background: url(../images/corners/content/corners.png) no-repeat -6px 0;
        }

        .content_shadow_box .corners .corners_right .center,
        .edit_form_tab_content_container .corners .corners_right .center,
        .lightbox_content .corners .corners_right .center {
		  background: url(../images/corners/content/edges_left_right.png) repeat-y -6px 0;
        }

        .content_shadow_box .corners .corners_bottom .left,
        .edit_form_tab_content_container .corners .corners_bottom .left,
        .lightbox_content .corners .corners_bottom .left {
		  background: url(../images/corners/content/corners.png) no-repeat 0 -6px;
        }

        .content_shadow_box .corners .corners_bottom .center,
        .edit_form_tab_content_container .corners .corners_bottom .center,
        .lightbox_content .corners .corners_bottom .center {
		  background: url(../images/corners/content/edges_top_bottom.png) repeat-x 0 -6px;
        }

        .content_shadow_box .corners .corners_bottom .right,
        .edit_form_tab_content_container .corners .corners_bottom .right,
        .lightbox_content .corners .corners_bottom .right {
		  background: url(../images/corners/content/corners.png) no-repeat -6px -6px;
        }

/* Gradients */
.gradient_grey_large {
  background: #fff url(../images/gradient_grey_large.png) repeat-x 0 0;
}

.gradient_grey_medium {
  background: #fff url(../images/gradient_grey_medium.png) repeat-x 0 0;
}

.gradient_grey_small {
  background: #fff url(../images/gradient_grey_small.png) repeat-x 0 0;
}

.gradient_grey {
    margin: 0px;
    padding: 5px;
    background: #fff url(../images/subnav_active_bg.png) repeat-x 0 0;
}

/*--------------- Formulare --------------------------------------------------*/
#login_form form.standard_form {
  font-size: 12px;
  margin: 4px 0 0 0;
  padding: 0 0 0 10px;
  color: #1f2d33;
}

  #login_form form.standard_form legend {
    display: none;
  }

  #login_form form.standard_form div.form_row {
    clear: both;
    position: relative;
    margin: 0px 0;
    padding: 1px 0 0 0;
    text-align: left;
  }

    #login_form form.standard_form div.form_row label {
      vertical-align: top;
      color: #fff;
      display: block;
      font-weight: normal;
      padding: 0 0 2px 0;
    }

      #login_form form.standard_form div.form_row input {
        width: 188px;
        height: 24px;
        background: url(../images/small_input_field_bg.gif) no-repeat 0 0;
        margin: 0;
        border: none;
        vertical-align: top;
        color: #485578;
        padding: 0 8px 0 8px;
        font-size: 12px;
        line-height: 20px;
        display: block;
      }

      #login_form form.standard_form div.form_row input.submit_button {
        width: 64px;
        background: url(../images/login_button.gif) no-repeat 0 0;
        min-height: 24px;
        height: auto !important;
        height: 24px;
        text-transform: uppercase;
        border: none;
        color: #00539f;
        cursor: pointer;
        margin: 0;
        padding: 0;
        font-size: 0.9375em;
        font-weight: bold;
        font-family: "Lucida Sans", Arial, Verdana, sans-serif;
      }

      /* longer Submit-Button */
      #login_form form.standard_form div.form_row input.long_submit_button {
        width: 200px;
        margin-right: 110px;
        background: url(../images/form_long_button.gif) no-repeat 50% 50%;
      }

  #login_form .back_link {
    margin: 1.1em 0 0 0;
  }

  #login_form .content_text {
    font-size: 0.875em;
  }

  #login_form form.standard_form div.button_row {
    float: right;
    margin: 5px 10px 6px 0;
  }

#login_form small {
  font-size: 11px;
  float: left;
  padding: 3px 0 0 0;
}

  #login_form .error {
    color: #fc9200;
    padding: 10px;
    text-align: left;
    font-weight: bold;
  }

  #servicenav li #login_form small a {
    display: block;
    text-transform: none;
    text-decoration: underline;
    text-align: left;
    padding-bottom: 4px;
    padding-right: 2px;
    font-weight: normal;
  }

caption, th, td {
	text-align: left !important;
}

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

sup {
	font-size:9px;
	margin-top:2px;
}

.pa {
	position: absolute;
}

li {
	list-style-type: none;
}

ul.list {
	margin-top: 5px;
}
ul.list > li {
	list-style-type: disc;
	margin: 0px 0px 1px 18px;
}

.account_extended
{
    display: none;
    border: 1px solid #CECECE;
    background-color: #EAEAEA;
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 0;
    padding: 5px 8px 4px 6px;
}

#nav li.account_link {
    clear: both;
}

#nav li.account_link a span{
    width: 100%;
    font-size: 13px;
    padding: 7px 0px;
    text-transform: none;
	white-space: nowrap;
}

#nav li.account_link a span div.pad_width {
	padding: 0px 7px;
}

ul.account_links li.account_link a:hover span,
    li.account_link a:focus span,
    li.account_link a:active span {
        color: #ffffff;
        background: #CECECE;
    }

.divider {
    border-top: 1px solid #CECECE;
}

#login_form_top form.standard_form div.form_row label {
    color: #333333;
}

#login_form_top form.standard_form div.form_row input {
    width: 200px;
    height: 24px;
    background: #ffffff; /* # url(../images/small_input_field_bg.gif) no-repeat 0 0; */
    margin: 0;
    border: none;
    vertical-align: top;
    /* #color: #485578; */
    color: #333333;
    padding: 0 8px 0 8px;
    font-size: 10px;
    line-height: 20px;
    display: block;
}

#login_form_top form.standard_form div.form_row input.submit_button
{
    width: 64px;
    background: #ffffff; /* #url(../images/login_button.gif) no-repeat 0 0; */
    min-height: 24px;
    height: auto !important;
    height: 24px;
    text-transform: uppercase;
    border: none;
    color: #00539f;
    cursor: pointer;
    margin: 0;
    padding: 0;
    /*font-size: 0.9375em;*/
    font-weight: bold;
    font-family: "Lucida Sans", Arial, Verdana, sans-serif;
}

a.account_btn span {
	margin-top: -1px !important;
}

.navigation_subline {
    color: darkgrey;
    padding: 10px 0px 8px;
}

#listplantmonitoringitems div.switcher {
    background: rgba(0, 0, 0, 0) url("../images/input_field_bg.png") no-repeat scroll -1248px -100px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    margin: -3px 0 -2px -3px;
    width: 83px;
}
#listplantmonitoringitems div.switched_on {
    background-position: -1248px 0;
}
#listplantmonitoringitems div.switcher .switcher_on {
    float: left;
    height: 31px;
    width: 42px;
}
#listplantmonitoringitems div.switcher .switcher_off {
    float: right;
    height: 31px;
    width: 41px;
}
#listplantmonitoringitems .switcher.deactivated, #listplantmonitoringitems .switcher_off.deactivated {
    background: rgba(0, 0, 0, 0) url("../images/colored_icons.png") no-repeat scroll 4px -1606px;
    cursor: default;
}
#listplantmonitoringitems .switcher_on.deactivated, #listplantmonitoringitems .switched_on.deactivated {
    background: rgba(0, 0, 0, 0) url("../images/colored_icons.png") no-repeat scroll 3px -1556px;
    cursor: default;
}

#listplantmonitoringitems div.switcher .status_info {
    line-height: 20px;
    padding: 6px 0 0 115px;
	white-space: nowrap;
}

#listplantmonitoringitems div.switcher .status_info {
    color: #949495;
}
#listplantmonitoringitems div.switched_on .status_info {
    color: #02498f;
}


#listplantmonitoringitems .switcher_row label{
	color: #333;
    font-size: 13px;
    line-height: 22px;
	margin-right: 20px;
	margin-left: 20px;
}

.archiveplantmonitoring
{
	border-color: #f85454 !important;
}

.archiveplantsmonitoring
{
	border-color: #fff !important;
}

#apisSyncs
{
	padding: 0.5%;
	border-radius: 3.5%;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: black;
	background-color: #fff5f5;
	border: 1px solid;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 61.5%;
	right: 0;
}

#lastApiSync
{
	z-index: 100;
}

#lastApiSync:hover ~ #apisSyncs
{
	visibility: visible;
}

/* Style Definiton für min_xxxx_js - das sind die Links unter der SVG-Grrafik mit "min_day.js" und "days_hist.js" */
#min_xxxx .row::before,
#min_xxxx .row::after {
  display: none;
}

