/* GLOBAL CLASSES *************************************************************/

/* Entirely hidden */
.HIDDEN {
  display: none;
}

/* Invisible but readable e.g. for software screen readers */
.INVISIBLE {
  display: inline;
  position: absolute;
  left: -9000px;
  top: -9000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.CLEAR {
  clear: both;
	float: none !important;
}

.CENTER {
	text-align: center;
}
/* Class for localized span*/
.SDSI18N
{
}
/* Class for localized tooltip*/
.SDSI18N_T
{
}

/* Class for generic form field*/
.SDSLF1{}

/* Class for tab navigation used for filtering against hwbits*/
.SDSTN
{
}
/* Class for select options which are hardware dependend*/
.SDSHWSO
{
}

.probeOK {
  color: #33bb33 !important;
  font-weight: bold !important;
}

.probeCHECK {
  color: #bb8833 !important;
  font-weight: bold !important;
}

.redBold {
  color: #EE3333 !important;
  font-weight: bold !important;
}


.mytab 			{padding:5px; width:80px; text-align:center;}
.detectactive 	{padding:5px;text-align:center; background-color:#aaFFaa;}
.progress 		{ position:relative; width:100%; height:5px; border: 1px solid #ddd; padding: 1px; border-radius: 1px; }
.bar 			{ background-color: #B4F5B4; width:0%; height:5px; border-radius: 1px; }
.percent 		{ position:absolute; display:inline-block; top:-5px; left:48%; }

.progressfw 		{ position:relative; width:640px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.barfw 			{ background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percentfw 		{ position:absolute; display:inline-block; top:3px; left:48%; }

.c_toggleHeaderViewport { float:right!important; margin:11px 0px 0px 0px!important; }
.notification_bar
{
	float: left;
	margin-right: 10px;
}
.c_lcddiv		{padding-left:55px;padding-bottom:20px;}
.c_lcdcanvas	{margin: 20px auto 0; z-index: 300; position: relative}
.c_lcdline		{border-bottom:1px solid #B9BABB; width:100%}

.TABNAV
{
}

table.CENTER td,
table.CENTER th {
	text-align: center !important;
}

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;  Entfernt für CI-Anpassung 2015_05_22 */
    background-color: #FFFFFF;
  }
  
  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;  Entfernt für CI-Anpassung 2015_05_22 */
    background: #FFFFFF;

  }
  
  #page_container .has_teaser {
    background-color: #fed307;
  }

    #header_body_container {
      /*padding-bottom: 84px;*/
	  padding-bottom: 50px;
    }

      #header_body {
        background: #fff url(img?i=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(img?i=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: 620px;
        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;
        }
				
					#header_text h1 {
						font-size: 29px;
						line-height: 1.325em;
					}
  
    /* 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: 6px;
          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: 5px 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(img?i=images/mainnav_link_bg.gif) no-repeat right -100px;
              text-shadow: 0 1px 0 #fff;
            }
            
              #nav li.active a.level1 span {
                background: url(img?i=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(img?i=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(img?i=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(img?i=images/nav_link_separator_line.gif) no-repeat 0 0px;
              font-weight: normal;
              font-size: 13px;
							padding: 0 0 0 1px !important;
            }
						
							#mainnav li.level1  a {
								font-weight: bold;
								
								padding: 0;
								margin: 0 !important;
							}
							
								#mainnav li.level1  a  span {
									background: url(img?i=images/standard_icons.png) no-repeat 12px 14px;
									padding: 12px 16px 12px 33px;
								}
							
								#mainnav li.production a span{
									background-position: 12px -2390px;
								}
								
								#mainnav li.diagnostics a span {
									background-position: 12px -3190px;
								}
								
								#mainnav li.configuration a span {
									background-position: 10px -1288px; 
								}

							#mainnav li.mainnav_active a {
								background: url(img?i=images/mainnav_admin_active_bg.png) no-repeat 50% 0;
								margin-bottom: -15px;
								padding-bottom: 15px;
							}
                
        /*------ 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: 8px 13px 7px 4px;
              
            }
            
          #nav #language_nav li.level1:hover {
            margin: 0 0px 0 -8px;
            padding-bottom: 0;
          }
              
              #nav #language_nav li:hover a.level1 span {
                padding: 7px 13px 12px 12px;
              }
            
              #nav #language_nav li.level1 a.level1 span.short {
                background: transparent url(img?i=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 {
            
            left: -4px;
          }

            #nav #language_nav .top_bg {
              background-image: url(img?i=images/langnav_level2_top_bg.png);
            }
            
            #nav #language_nav .bottom_bg {
              background-image: url(img?i=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(img?i=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(img?i=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(img?i=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(img?i=images/metanav_link_bg.gif) no-repeat right -300px;
            }
            
              #nav #metanav li.active a span {
                background: url(img?i=images/metanav_link_bg.gif) no-repeat 0 -200px;
                /*margin: 0px;*/
                padding: 4px 10px 11px 10px;
              }
              
          /* Level 2 */
          #nav .sub_level {
            position: absolute;
            display: none;
            z-index: 9;
            top: 40px;
            left: -3px;
            width: 194px;
          }
          
            #nav .top_bg {
              background: url(img?i=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(img?i=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(img?i=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: 157px;
      width: 220px;
    }
		
		#logo_container_right {
			height: 60px;
			position: absolute;
			right: 0;
			top: 100px;
			width: 200px;
			z-index: 10;
		}
    
      #logo,
			#logo_container .product_image {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 100%;
        width: 220px;
      }
			
			#logo_container .product_image {
				padding-top: 14px;
			}
      
        #logo a,
				#logo_container .product_image 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(img?i=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(img?i=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(img?i=images/body_bg.gif) repeat-x 0 0; */
	/* background-color: #fed900;  Entfernt für CI-Anpassung 2015_05_22 */
	background-color: #FFFFFF;
  padding: 6px 0 0 0;
  width: 100%;
}

    #body {
      padding: 6px 0 0px 0;
      margin: 0 auto 0 auto;
      position: relative;
      /* background: url(img?i=images/content_lens.jpg) no-repeat 50% 0; */
	  background: #ffffff url(img?i=images/body_bg.png) repeat-x scroll 0 0;
	  background-color: #FFFFFF;
      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;
		box-shadow: 0 0 15px;
      }
      
        #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(img?i=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 -4px;
                }

                  #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(img?i=images/subnav_active_bg.png) repeat-x;
                  }
                  
                    #subnav a.level1 span {
                      display: block;
                      padding: 6px 0 9px 21px;
                      border-bottom: 1px solid #e7e7e7;
                      background: url(img?i=images/subnav_arrow.png) no-repeat 8px 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: 8px -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(img?i=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: 8px -88px;
                    }
                    
                /* With second level */
                #subnav .hasSub_active {
                  margin-bottom: 1px;
                  background: #f6f6f7 url(img?i=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: 8px -186px !important;
                    }
                    
                    #subnav .hasSub_active > a:hover span,
                    #subnav .hasSub_active > a:focus span,
                    #subnav .hasSub_active > a:active span {
                      background-position: 8px -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(img?i=images/subnav_arrow.gif) no-repeat 8px 13px;
                      padding: 7px 0 8px 21px;
                      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: 8px -87px;
                      color: #00539f;
                    }
 
                  #subnav .level2.selected{
                    background: #b9babb url(img?i=images/subnav_active_bg.png) repeat-x;
                  }
 
                      #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(img?i=images/content_waves.png) no-repeat 50% top;  Entfernt für CI-Anpassung 2015_05_22 */
        min-height: 584px;
        /*background-attachment: scroll;*/
      }

        #main {
          margin: 0 auto 0 auto;
          padding: 29px 6px 40px 6px;
          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;
			box-shadow: 0 0 15px;
          }
          
            #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: #003A6F url(img?i=images/footer_container_bg.gif) repeat-x 0 0; 
  border-top: 5px solid #ebebeb;
}

#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;
      }

				#copyright a {
					color: #fff;
				}
      #loginlvlinfo {
        color: #fff;
        font-size: 11px;
		padding: 11px 10px 0 0;
		float: right;
      }
      
      .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(img?i=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(img?i=images/servicenav_button.gif) no-repeat 0 0;
          }
          
            #servicenav li.login a.button span,
            #servicenav li.login a.no_fancyBox span {
              background: url(img?i=images/servicenav_login_icon.gif) no-repeat right 6px;
            }
            
            #servicenav li.logout a.button span,
            #servicenav li.logout a.no_fancyBox span {
              background: url(img?i=images/servicenav_logout_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(img?i=images/extended_service_bg.png) no-repeat 0 0;
          width: 224px;
          padding: 5px 8px 4px 6px;
        }
        
      #servicenav li.active {
        padding-top: 0;
        background: url(img?i=images/servicenav_button.gif) no-repeat right -308px;
      }
      
        #servicenav li.active a.button {
          padding-top: 6px;
          background: url(img?i=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(img?i=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(img?i=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(img?i=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(img?i=images/corners/corners.png) no-repeat;
        }
      
        body .corners .corners_left .center {
          width: 100%;
          height: 100%;
          position: absolute !important;
          left: 0;
          top: 0;
          background: url(img?i=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(img?i=images/corners/corners.png) no-repeat -8px 0;
        }
        
        body .corners .corners_right .center {
          height: 100%;
          width: 100%;
          background: url(img?i=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(img?i=images/corners/corners.png) no-repeat 0 -8px;
        }
        
        body .corners .corners_bottom .center {
          height: 100%;
          width: 100%;
          position: absolute !important;
          background: url(img?i=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(img?i=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(img?i=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(img?i=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(img?i=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(img?i=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(img?i=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(img?i=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(img?i=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(img?i=images/corners/content/corners.png) no-repeat -6px -6px;
        }

/* Gradients */
.gradient_grey_large {
  background: #fff url(img?i=images/gradient_grey_large.png) repeat-x 0 0;
}

.gradient_grey_medium {
  background: #fff url(img?i=images/gradient_grey_medium.png) repeat-x 0 0;
}

.gradient_grey_small {
  background: #fff url(img?i=images/gradient_grey_small.png) repeat-x 0 0;
}

.gradient_grey {
    margin: 0px;
    padding: 5px;
    background: #fff url(img?i=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(img?i=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 select {
        width: 207px;
		background: url(img?i=images/small_input_field_bg.gif) no-repeat 0 0;
		margin: 0;
		vertical-align: top;
		color: #333;
		border: none;
		padding: 3px 10px 5px 10px;
		font-size: 12px;
		line-height: 16px;
		font-size: 12px;
		font-family: "Lucida Sans","Lucida Grande","Lucida Sans Unicode",Helvetica,Corbel,Arial,sans-serif;
      }

      #login_form form.standard_form div.form_row input.submit_button {
        width: 64px;
        background: url(img?i=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(img?i=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; -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;
}

#progress_bar {
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: left;
    width: 80%;
}

#progress_bar2 {
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: left;
    width: 80%;
}

.progress-bar {
    animation: 3s linear 0s normal none infinite animate-stripes;
    background-color: #FED900;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.45) 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    box-shadow: 0 1px 0 0 #FED900 inset, 0 -1px 1px #FFC000 inset;
    display: block;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
    text-decoration: none;
    transition: width 0.4s ease-in-out 0s;
    width: 100px;
    z-index: 1;
}

.jqplot-meterGauge-label {
    color: #FFFFFF;
    font-size: 10px;
}
