.vjs-fade-in{visibility:visible!important;opacity:1!important;-webkit-transition:visibility 0s linear 0s,opacity .3s linear;-moz-transition:visibility 0s linear 0s,opacity .3s linear;-ms-transition:visibility 0s linear 0s,opacity .3s linear;-o-transition:visibility 0s linear 0s,opacity .3s linear;transition:visibility 0s linear 0s,opacity .3s linear}.vjs-fade-out{visibility:hidden!important;opacity:0!important;-webkit-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-moz-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-ms-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-o-transition:visibility 0s linear 1.5s,opacity 1.5s linear;transition:visibility 0s linear 1.5s,opacity 1.5s linear}.video-js{background-color:#fff;position:relative;padding:0;font-size:10px;vertical-align:middle}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.vjs-poster{margin:0 auto;padding:0;cursor:pointer;position:relative;width:100%;max-height:100%}.video-js .vjs-subtitles{color:#fff;font-size:20px;text-align:center;position:absolute;bottom:40px;left:0;right:0}.vjs-default-skin .vjs-controls{position:absolute;bottom:0;left:0;right:0;opacity:.85;margin:0;padding:0;height:3.3em;color:#fff;visibility:hidden;opacity:0;background:-moz-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.6)),color-stop(100%,rgba(0,0,0,.2)));background:-webkit-linear-gradient(top,rgba(0,0,0,.6),rgba(0,0,0,.2));background:-o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 100%);background:linear-gradient(top,rgba(0,0,0,.6),rgba(0,0,0,.2));-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-o-transition:opacity .3s linear;-ms-transition:opacity .3s linear;transition:opacity .3s linear}.vjs-default-skin .vjs-control{position:relative;float:left;text-align:center;margin:0;padding:0;height:3.3em;width:2.6em}.vjs-default-skin .vjs-control:focus{outline:0}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer!important;left:-3px}.vjs-default-skin.vjs-paused .vjs-play-control div{width:7px;height:9px;background:url(../img/vjs-pause.png) no-repeat;margin:1.3em auto 0}.vjs-default-skin.vjs-paused .vjs-play-control:hover div{background-position:0 -9px}.vjs-default-skin.vjs-playing .vjs-play-control div{width:6px;height:7px;background:url(../img/vjs-play.png) no-repeat;margin:1.2em auto 0}.vjs-default-skin.vjs-playing .vjs-play-control:hover div{background-position:0 -7px}.vjs-default-skin .vjs-rewind-control{width:5em;cursor:pointer!important}.vjs-default-skin .vjs-rewind-control div{width:19px;height:16px;background:url(../img/video-js.png);margin:.5em auto 0}.vjs-default-skin .vjs-mute-control{width:3.8em;cursor:pointer!important;float:right;top:.6em;left:-1.1em}.vjs-default-skin .vjs-mute-control div{width:12px;height:10px;background:url(../img/vjs-volume_full.png) no-repeat;margin:.5em auto 0}.vjs-default-skin .vjs-mute-control:hover div{background-position:0 -10px}.vjs-default-skin .vjs-mute-control.vjs-vol-0 div{background:url(../img/vjs-volume_0.png) no-repeat}.vjs-default-skin .vjs-mute-control.vjs-vol-1 div{background:url(../img/vjs-volume_2.png) no-repeat}.vjs-default-skin .vjs-mute-control.vjs-vol-2 div{background:url(../img/vjs-volume_full.png) no-repeat}.vjs-default-skin .vjs-mute-control.vjs-vol-0:hover div,.vjs-default-skin .vjs-mute-control.vjs-vol-1:hover div,.vjs-default-skin .vjs-mute-control.vjs-vol-2:hover div{background-position:0 -10px}.vjs-default-skin .vjs-volume-control{width:5em;float:right;top:.5em;left:-1.1em}.vjs-default-skin .vjs-volume-bar{position:relative;width:5em;height:.3em;margin:1em auto 0;cursor:pointer!important}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.3em;opacity:.2;background:#fff}.vjs-default-skin .vjs-volume-handle{position:absolute;top:-.2em;left:0;height:7px;width:2px;background:url(../img/vjs-volume-handle.png) no-repeat}.vjs-default-skin .vjs-volume-control:hover .vjs-volume-handle{background-position:0 -7px}.vjs-default-skin div.vjs-progress-control{position:absolute;left:4.8em;right:4.8em;height:.3em;width:55%;top:.6em}.vjs-default-skin .vjs-progress-holder{position:relative;cursor:pointer!important;padding:0;margin:0;height:.3em;top:.9em}.vjs-default-skin .vjs-progress-holder .vjs-load-progress,.vjs-default-skin .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:.3em;margin:0;padding:0;left:0;top:0}.vjs-default-skin .vjs-play-progress{background:#fff;background:-moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fff,#d6d6d6 50%,#fff);background:-o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:linear-gradient(top,#fff,#d6d6d6 50%,#fff);background:#efefef;background:-moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#efefef,#f5f5f5 50%,#dbdbdb 0,#f1f1f1);background:-o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:linear-gradient(top,#efefef,#f5f5f5 50%,#dbdbdb 0,#f1f1f1)}.vjs-default-skin .vjs-load-progress{opacity:.2;background:#fff}.vjs-default-skin div.vjs-seek-handle{width:16px}.vjs-default-skin .vjs-time-controls{position:absolute;right:0;height:1em;width:4.8em;top:.3em;font-size:1em;line-height:1em;font-weight:400;font-family:Arial,Helvetica,sans-serif}.vjs-default-skin .vjs-current-time{left:63%;top:1.1em}.vjs-default-skin .vjs-duration,.vjs-default-skin .vjs-remaining-time{right:0;display:none}.vjs-time-divider{display:none}.vjs-default-skin .vjs-time-control{font-size:1em;line-height:1;font-weight:400;font-family:Arial,Helvetica,sans-serif}.vjs-default-skin .vjs-time-control span{line-height:25px}.vjs-secondary-controls{float:right}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer!important;float:right;top:.5em;left:-.3em}.vjs-default-skin .vjs-fullscreen-control div{width:15px;height:12px;background:url(../img/vjs-fullscreen.png) no-repeat;margin:.5em auto 0}.vjs-default-skin .vjs-fullscreen-control:hover div{background-position:0 -12px}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div{background:url(../img/video-js.png) -75px 0}.vjs-default-skin .vjs-big-play-button{display:block;z-index:2;position:absolute;top:50%;left:50%;width:96px;height:96px;background:url(../img/vjs-play_big.png) no-repeat;margin:-43px 0 0 -43px;cursor:pointer}.vjs-default-skin div.vjs-big-play-button:hover{background-position:0 -96px}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;width:55px;height:55px;margin:-28px 0 0 -28px;-webkit-animation-name:rotatethis;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotatethis;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear}@-webkit-keyframes rotatethis{0%{-webkit-transform:scale(.6) rotate(0)}12.5%{-webkit-transform:scale(.6) rotate(0)}12.51%{-webkit-transform:scale(.6) rotate(45deg)}25%{-webkit-transform:scale(.6) rotate(45deg)}25.01%{-webkit-transform:scale(.6) rotate(90deg)}37.5%{-webkit-transform:scale(.6) rotate(90deg)}37.51%{-webkit-transform:scale(.6) rotate(135deg)}50%{-webkit-transform:scale(.6) rotate(135deg)}50.01%{-webkit-transform:scale(.6) rotate(180deg)}62.5%{-webkit-transform:scale(.6) rotate(180deg)}62.51%{-webkit-transform:scale(.6) rotate(225deg)}75%{-webkit-transform:scale(.6) rotate(225deg)}75.01%{-webkit-transform:scale(.6) rotate(270deg)}87.5%{-webkit-transform:scale(.6) rotate(270deg)}87.51%{-webkit-transform:scale(.6) rotate(315deg)}to{-webkit-transform:scale(.6) rotate(315deg)}}@-moz-keyframes rotatethis{0%{-moz-transform:scale(.6) rotate(0)}12.5%{-moz-transform:scale(.6) rotate(0)}12.51%{-moz-transform:scale(.6) rotate(45deg)}25%{-moz-transform:scale(.6) rotate(45deg)}25.01%{-moz-transform:scale(.6) rotate(90deg)}37.5%{-moz-transform:scale(.6) rotate(90deg)}37.51%{-moz-transform:scale(.6) rotate(135deg)}50%{-moz-transform:scale(.6) rotate(135deg)}50.01%{-moz-transform:scale(.6) rotate(180deg)}62.5%{-moz-transform:scale(.6) rotate(180deg)}62.51%{-moz-transform:scale(.6) rotate(225deg)}75%{-moz-transform:scale(.6) rotate(225deg)}75.01%{-moz-transform:scale(.6) rotate(270deg)}87.5%{-moz-transform:scale(.6) rotate(270deg)}87.51%{-moz-transform:scale(.6) rotate(315deg)}to{-moz-transform:scale(.6) rotate(315deg)}}div.vjs-loading-spinner .ball1{opacity:.12;left:20px;top:0}div.vjs-loading-spinner .ball1,div.vjs-loading-spinner .ball2{position:absolute;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball2{opacity:.25;left:34px;top:6px}div.vjs-loading-spinner .ball3{opacity:.37;position:absolute;left:40px;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball4{opacity:.5;position:absolute;left:34px;top:34px;width:13px;height:13px;background:#fff;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:15px;border:1px solid #ccc}div.vjs-loading-spinner .ball5{opacity:.62;left:20px;top:40px}div.vjs-loading-spinner .ball5,div.vjs-loading-spinner .ball6{position:absolute;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball6{opacity:.75;left:6px;top:34px}div.vjs-loading-spinner .ball7{opacity:.87;left:0;top:20px}div.vjs-loading-spinner .ball7,div.vjs-loading-spinner .ball8{position:absolute;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball8{opacity:1;left:6px;top:6px}body{color:#6f6f6f;background-color:#fff;font-size:12px;font-family:Arial,Helvetica,sans-serif}body,ul{margin:0}ul{padding:0 0 10px}ol{margin:0;padding:0 0 10px 25px}a img{border:0}*{line-height:1.3em}.content .inner .col1,.content .inner .col1 .menu .nav_item .nav_arrow,.content .inner .col1 .menu .nav_item .nav_link,.content .inner .main,.content .inner .main .inner .col2,.content .inner .main .inner .col3,.content_switch .content .inner .main .col,.content_switch .content .inner .main .spacer,.footer .inner .general,.footer .inner .links,.head .langswitch .langchanger,.header .langswitch .langchanger{display:inline-block;vertical-align:top}.header .inner .banner{width:100%}.header .inner .logo{top:46px;cursor:pointer}.content{width:980px;margin:0 auto}.content .inner .main{width:728px;border:1px solid #ebebeb;min-height:711px}.content .inner .main .inner{padding:20px}.head .langswitch .langchanger,.header .langswitch .langchanger{width:32px;height:20px;font-size:10px;line-height:20px;text-align:center}p{line-height:125%;margin:0 0 1.2em}h1{border-bottom:3px solid #7292bb;color:#7292bb;font-size:18px;font-weight:400;margin-bottom:31px;margin-top:0;padding-bottom:6px;padding-top:29px}h2{font-size:16px;font-weight:700;margin-top:23px;margin-bottom:10px}h3{color:#7292bb;margin-bottom:0;padding-bottom:10px;padding-top:20px}h3,h4{font-size:14px;font-weight:700}h4,h5{margin-top:23px;margin-bottom:10px}h5{font-size:14px;font-weight:400}a{color:#3f68a3}a:hover{cursor:pointer;color:#92cd51}a.link{color:#3f68a3}a.link:hover{cursor:pointer;color:#92cd51}a.link.box{color:#174fa4}a.link.box:hover{color:#174fa4;text-decoration:none}.trace a.link{color:#999}.trace a.link:hover{color:#92cd51}#newsletter{margin-top:50px}#newsletter input.box{margin:0 10px 0 0}#newsletter input.field{border:1px solid #3f68a3;height:16px;width:240px;margin-top:5px}#newsletter .bold{font-weight:700}#newsletter .checkboxes{margin-bottom:54px;margin-top:5px}#newsletter .newsletter_submit .button{margin-left:182px;width:60px;height:19px;background:url(../img/bg-btn.gif) repeat-x scroll 0 0 transparent;border:1px solid #ededed;color:#646464;cursor:pointer;font-size:12px;padding-bottom:2px;padding-left:6px;padding-right:6px}.content .inner .col2 .form_error{color:#ff3000}.content .inner .col2 p.form_error{line-height:18px;font-weight:700}.content .inner .col1{width:205px;margin-right:17px}.content .inner .col1 .menu{width:203px;border:1px solid #ebebeb;margin-bottom:-2px}.content .inner .col1 .menu .nav_item{width:203px;line-height:34px;background:url(../img/bg-nav-li.gif) repeat-x scroll 0 0 transparent}.content .inner .col1 .menu .nav_item .nav_link{color:#000;width:100%;height:34px;cursor:pointer;overflow:hidden}.content .inner .col1 .menu .nav_item .nav_link span{overflow:hidden}.content .inner .col1 .menu .nav_item .nav_link.active,.content .inner .col1 .menu .nav_item .nav_link:hover{background:url(../img/bg-nav-li-on.gif) repeat-x scroll 0 -1px transparent;color:#fff}.content .inner .col1 .menu .nav_item .nav_link.active .nav_arrow,.content .inner .col1 .menu .nav_item .nav_link:hover .nav_arrow{width:8px;height:34px;margin-left:12px;background:url(../img/arr-down.gif) no-repeat 0}.content .inner .col1 .menu .nav_item .nav_link.active span{text-decoration:underline}.content .inner .col1 .menu .nav_item .nav_list{width:100%;height:auto}.content .inner .col1 .menu .nav_item .nav_list ul{list-style:none outside none}.content .inner .col1 .menu .nav_item .nav_list .subnav li{line-height:16px;padding-bottom:9px}.content .inner .col1 .menu .nav_item .nav_list .subnav li.active a{color:#333;text-decoration:none}.content .inner .col1 .menu .nav_item .nav_list .link a:hover{color:#92cd51}.content .inner .col1 .menu .nav_item .nav_list .subnav{border-bottom:1px solid #ededed;border-top:1px solid #ededed;padding:15px 24px;margin:0}.content .inner .col1 .menu .nav_item .nav_arrow{width:8px;height:34px;margin-left:12px;background:url(../img/arr.gif) no-repeat 0}.content .inner .col1 .more_info{height:184px;padding:0 24px 6px}.content .inner .col1 .search{padding:3px 24px 6px}.content .inner .col1 .more_info,.content .inner .col1 .search{height:auto}.content .inner .col1 .map img{position:relative;left:-11px}.content .inner .col1 .map h2,.content .inner .col1 .more_info h2,.content .inner .col1 .search h2{color:#666;font-size:12px;margin-bottom:0;padding:0}.content .inner .col1 .more_info h2{margin-bottom:4px}.content .inner .col1 .map .block_headline,.content .inner .col1 .more_info .block_headline,.content .inner .col1 .search .block_headline,.content .inner .col2 h2,.content .inner .main .inner .col3 .head .block_headline{margin-top:23px;margin-bottom:4px;padding:0;font-weight:700;font-size:12px;color:#666}.content .inner .col1 .search .field{width:100%;height:16px;margin-top:9px;border:1px solid #3f68a3}.content .inner .col1 .search .search_submit input.button{width:50px;height:19px;background:url(../img/bg-btn.gif) repeat-x scroll 0 0 transparent;margin-top:12px;border:1px solid #ededed;color:#646464;margin-left:109px;cursor:pointer;font-size:12px;line-height:15px;padding-bottom:2px;padding-left:6px;padding-right:6px}#newsletter .newsletter_submit .button:hover,.content .inner .col1 .search .search_submit input.button:hover,.home .content .inner .main .inner .col3 .login .login_submit input.button:hover{color:#fff;background:url(../img/bg-btn-on.gif) repeat-x scroll 0 0 transparent}.content .inner .col1 .search .search_submit .text{margin-top:3px;margin-left:11px}.content .inner .col1 ul{margin-top:1px;list-style:none outside none;padding-bottom:10px;padding-left:0}.content .inner .col1 ul li{padding-bottom:4px;line-height:1.3em;font-size:11px}.content .inner .col1 .spacer{height:15px}.content .inner .col1 .logo-claim{padding:10px 0 20px}.home .header{margin-bottom:14px}.home .header .banner{height:242px;background:url(../img/visual-home.jpg) no-repeat scroll top transparent}.home .header .inner{height:124px;padding:0 26px 20px 180px;position:relative;margin:0 auto;width:790px}.home .header .banner .logo{width:300px;height:104px;position:relative;background:url(../img/logo-home.png) no-repeat scroll top transparent}.home .header .banner .logo a{width:300px;height:104px}.home .head .langswitch,.home .header .langswitch{width:69px;height:20px;position:absolute;background-color:#fff;float:right}.home .head .langswitch .langchanger a.link,.home .header .langswitch .langchanger a.link{text-decoration:none}.home .content{padding-left:19px;padding-top:14px}.home .content .inner .main .inner .col3 .infobox{height:94px;width:183px;background:url(../img/bg_home_rightCols.png) repeat-x;border:1px solid #d0d0d0;margin-bottom:18px}.home .content .inner .main .inner .col3 .infobox:hover{cursor:pointer}.home .content .inner .main .inner .col3 .infobox:hover .link{color:#92cd51}.home .content .inner .main .inner .col3 .infobox .inner{padding:11px;height:72px;width:159px}.home .content .inner .main .inner .col3 .infobox .inner .title{font-weight:700;margin-bottom:4px;display:block}.home .content .inner .main .inner .col3 .infobox .inner{color:#06377b}.home .content .inner .main .inner .col3 .infobox .text{height:45px;color:#56769f}.home .content .inner .main .inner .col3 .infobox .link{text-align:right;width:100%;display:block;position:relative;top:-5px}.home .content .inner .main .inner .col3 .login{margin-bottom:20px}.home .content .inner .main .inner .col3 .ebank{margin-bottom:47px}.home .content .inner .main .inner .col3 .entry h2,.home .content .inner .main .inner .col3 .head h2,.home .content .inner .main .inner .col3 .login h2,.threecols .content .inner .main .inner .col3 .entry h2,.threecols .content .inner .main .inner .col3 .head h2,.threecols .content .inner .main .inner .col3 .login h2{color:#666;font-size:12px;margin-bottom:0;padding:0}.home .content .inner .main .inner .col3 .news .entry h2{margin-top:5px;margin-bottom:14px;font-weight:400}.home .content .inner .main .inner .col3 .entry,.home .content .inner .main .inner .col3 .head,.threecols .content .inner .main .inner .col3 .entry,.threecols .content .inner .main .inner .col3 .head{color:#6b6b6b;margin-bottom:14px;border-top:1px solid #ddd}.home .content .inner .main .inner .col3 .head,.threecols .content .inner .main .inner .col3 .head{border:0}.home .content .inner .main .inner .col3 .login h2{margin-bottom:15px;margin-top:0}.home .content .inner .main .inner .col3 .head h2,.threecols .content .inner .main .inner .col3 .head h2{margin-top:0}.home .content .inner .main .inner .col3 .login label{font-size:11px;line-height:18px;color:#7f7f7f}.home .content .inner .main .inner .col2,.threecols .content .inner .main .inner .col2{margin-right:19px!important}.home .content .inner .main .inner .col3,.threecols .content .inner .main .inner .col3{width:185px;overflow:hidden}.home .content .inner .main .inner .col3 .login .field{width:183px;height:16px;border:1px solid #3f68a3}.home .content .inner .main .inner .col3 .login .login_submit input.button{width:46px;height:19px;margin-top:12px;margin-left:139px;border:1px solid #ededed;color:#646464;cursor:pointer;background:url(../img/bg-btn.gif) repeat-x scroll 0 0 transparent;line-height:19px;font-size:12px;padding-bottom:2px}.home .content .inner .main .inner .col3 .ebank{background-color:#b6ceea;width:100%;height:auto}.home .content .inner .main .inner .col3 .ebank .inner{font-size:12px;color:#174fa4;padding:15px;text-align:center}.home .content .inner .main .inner .col3 .login .login_submit .text{margin-top:2px;margin-left:12px}.home .content .inner .main .inner{padding:20px}.home .content .inner .main .inner .col2,.threecols .content .inner .main .inner .col2{width:480px!important}.home .content .inner .main .inner .col2 .teaser{margin-bottom:24px}.home .content .inner .main .inner .col2 .teaser h1.title{font-size:18px;font-weight:400;margin-top:0;margin-bottom:31px;padding-bottom:6px;padding-top:29px;color:#7292bb;border-bottom:3px solid #7292bb}.home .content .inner .main .inner .col2 .teaser .teaserpic{float:left;margin:0 10px 10px 0}.home .content .inner .main .inner .col2 .teaser .teasertext{line-height:125%;font-size:17px;line-height:24px;color:#6f6f6f}.home .content .inner .main .inner .col2 .teaser .clr{clear:both}.home .content .inner .main .inner .col2 .expand{cursor:pointer;color:#326cc0;text-decoration:underline}.home .content .inner .main .inner .col2 .banner{color:#666;font-size:12px;margin-top:50px;padding:0}.home .content .inner .main .inner .col2 .banner h2{font-size:12px}.home .content .inner .main .inner .col2 .banner .flash{height:140px;background:url(../img/ad-banner.gif) no-repeat scroll 0 0 transparent}.home .content .inner .main .inner .col2 .more{color:#6f6f6f}.home .content .inner .main .inner .col3 .video{margin-bottom:35px}.home .content .inner .main .inner .col3 p.more_news{padding-top:15px}.content_main .header .banner{height:72px;background:url(../img/header/Im_about_02.jpg) no-repeat scroll top transparent}.content_main .header .banner .inner{height:69px;padding:4px 26px 20px 164px;position:relative;margin:0 auto;width:790px}.content_main .header .banner .inner .logo{width:500px;height:69px;position:relative;background:url(../img/logo3.png) no-repeat}.content_main .header .banner .inner .langswitch{width:69px;position:relative;top:10px;left:692px}.content_main .header .banner .inner .langswitch .langchanger{height:20px;line-height:20px;text-align:center;width:32px}.content_main .content{padding-left:19px}.content_main .header{margin-bottom:59px}.content_main .content .inner .main .inner .col2{width:100%}.content_main .content .inner .main .inner .col2 .article .text h1,.content_main .content .inner .main .inner .col2 .article h1.title{line-height:21px;font-size:18px;font-weight:400;margin-top:0;margin-bottom:31px;padding-bottom:6px;padding-top:29px;color:#7292bb;border-bottom:3px solid #7292bb}.content_main .content .inner .main .inner .col2 .article h1.title_wo_border{line-height:21px;font-size:16px;font-weight:400;margin-top:0;margin-bottom:6px;padding-bottom:6px;padding-top:29px;color:#4e6da2;border:none!important}.content_main .content .inner .main .inner .col2 ol.nomargintop{margin-top:-1.2em}#landingpage .content_main .header{margin-bottom:0}#landingpage .content_main .header .banner{height:128px;background:url(../img/landingpage/lp-banner.jpg) no-repeat scroll top transparent}#landingpage .content_main .content{width:804px;padding-left:0;position:relative}#landingpage .content_main .content .footer .links{width:auto}#landingpage .lp-content-bg-container{width:804px;height:472px;position:absolute;left:0;top:0;z-index:0;background:url("") no-repeat 50% transparent}#landingpage .lp-content-container{width:362px;position:relative;z-index:1;padding-top:42px;padding-left:40px}#landingpage .lp-content-container .head,#landingpage .lp-content-container .pre-head{margin:0;padding:0;color:#16337b}#landingpage .lp-content-container .pre-head+.head{margin-top:9px}#landingpage .lp-content-container br{display:none;line-height:0}#landingpage .lp-content-container h1{font-size:38px;line-height:42px}#landingpage .lp-content-container h2{font-size:34px;line-height:38px}#landingpage .lp-content-container h3{font-size:30px;line-height:34px}#landingpage .lp-content-container h4{font-size:21px;line-height:26px}#landingpage .lp-content-container h5{font-size:18px;line-height:24px}#landingpage .lp-content-container h6{font-size:15px;line-height:20px}#landingpage .lp-content-container .head{font-weight:700;padding-right:30px;border:none}#landingpage .lp-content-container .lp-content-table{margin-top:28px}#landingpage .lp-content-container .lp-content-table .lp-content-table-row{display:block;font-size:14px;line-height:18px;padding-left:19px;background:url(../img/landingpage/lp-checkmark.png) no-repeat left 1px transparent}#landingpage .lp-content-container .lp-content-footnote .specs-gruen,#landingpage .lp-content-container .lp-content-table .lp-content-table-row .specs-gruen{color:#7dbd36}#landingpage .lp-content-container .lp-content-footnote .specs-blau,#landingpage .lp-content-container .lp-content-table .lp-content-table-row .specs-blau{color:#16337b}#landingpage .lp-content-container .lp-content-footnote .specs-schwarz,#landingpage .lp-content-container .lp-content-table .lp-content-table-row .specs-schwarz{color:#323232}#landingpage .lp-content-container .lp-content-table .lp-content-table-row+.lp-content-table-row{margin-top:8px}#landingpage .lp-content-container .lp-content-cta-container{margin-top:33px}#landingpage .lp-content-container .lp-content-cta-container .lp-content-cta-container-inner{display:inline-block;vertical-align:top;margin:0 auto}#landingpage .lp-content-container .lp-content-cta-container.cta-small{height:51px}#landingpage .lp-content-container .lp-content-cta-container.cta-big{height:58px}#landingpage .lp-content-container .lp-content-cta-container .cta-button-end{width:10px}#landingpage .lp-content-container .lp-content-cta-container .cta-button-content{background-repeat:repeat-x}#landingpage .lp-content-container .lp-content-cta-container span{display:inline-block;vertical-align:top;background:url("") no-repeat top transparent}#landingpage .lp-content-container .lp-content-cta-container.cta-small span{height:51px}#landingpage .lp-content-container .lp-content-cta-container.cta-big span{height:58px}#landingpage .lp-content-container .lp-content-cta-container.cta-big .cta-button-left{background-image:url(../img/landingpage/lp-cta-button-big-left.png)}#landingpage .lp-content-container .lp-content-cta-container.cta-big .cta-button-right{background-image:url(../img/landingpage/lp-cta-button-big-right.png)}#landingpage .lp-content-container .lp-content-cta-container.cta-big .cta-button-content-middle{background-image:url(../img/landingpage/lp-cta-button-big-bg.png);line-height:58px;font-size:21px;font-weight:700;color:#fff;max-width:310px}#landingpage .lp-content-container .lp-content-cta-container.cta-small .cta-button-left{background-image:url(../img/landingpage/lp-cta-button-small-left.png)}#landingpage .lp-content-container .lp-content-cta-container.cta-small .cta-button-right{background-image:url(../img/landingpage/lp-cta-button-small-right.png)}#landingpage .lp-content-container .lp-content-cta-container.cta-small .cta-button-content-middle{background-image:url(../img/landingpage/lp-cta-button-small-bg.png);line-height:51px;font-size:16px;font-weight:700;color:#fff}#landingpage .lp-content-container .lp-content-cta-container .cta-button-content-middle{padding:0 16px}#landingpage .lp-content-container .lp-content-cta-container.extra-padding .cta-button-content-middle{padding:0 46px}#landingpage .lp-content-container .lp-content-cta-container .lp-content-cta-container-inner:hover{cursor:pointer}#landingpage .lp-content-container .lp-content-cta-container .lp-content-cta-container-inner:hover .cta-button-content-middle,#landingpage .lp-content-container .lp-content-cta-container .lp-content-cta-container-inner:hover .cta-button-left,#landingpage .lp-content-container .lp-content-cta-container .lp-content-cta-container-inner:hover .cta-button-right{background-position:bottom}#landingpage .lp-content-container .lp-content-footnote{margin-top:11px;text-align:center;font-size:13px;line-height:21px}#landingpage .content .lp-content-box{margin-top:53px}#landingpage .lp-content-box{width:724px;margin:0 auto;background-color:#f6f6f6;position:relative;z-index:1}#landingpage .lp-content-box .lp-content-box-inner{padding:27px 31px}#landingpage .lp-content-box .lp-content-box-inner .lp-content-box-headline,#landingpage .lp-content-box .lp-content-box-inner .lp-content-box-text{font-size:13px;line-height:18px}#landingpage .lp-content-box .lp-content-box-inner .lp-content-box-headline{margin-bottom:6px;font-weight:700}#landingpage .lp-content-box .lp-content-box-inner .lp-content-box-text a{text-decoration:underline;color:#6f6f6f}#landingpage .lp-content-box .lp-content-box-inner .lp-content-box-text a:hover{text-decoration:none}#landingpage .lp-footer{margin-top:59px}#landingpage .lp-footer .lp-footer-footnote,#landingpage .lp-footer .lp-footer-links{text-align:center}#landingpage .lp-footer .lp-footer-footnote{margin-top:18px}#landingpage .lp-footer .lp-footer-links .lp-footer-link{display:inline-block;vertical-align:top;color:#787878;text-decoration:none;font-size:12px}#landingpage .lp-footer .lp-footer-links .lp-footer-link:hover{color:#92cd51}#landingpage .lp-footer .lp-footer-links .lp-footer-link+.lp-footer-link{margin-left:24px}.content_switch .header{margin-bottom:78px}.content_switch .header.ru{margin-bottom:68px}.content_switch .header .banner{height:69px;background:url(../img/visual-content.jpg) no-repeat scroll top transparent}.content_switch .header .banner .inner{height:69px;position:relative;margin:0 auto;width:780px}.content_switch .header .banner .inner .logo{cursor:default;width:416px;height:69px;position:relative;background:url(../img/logo-content.png) no-repeat scroll top transparent;left:-62px}.content_switch .header .banner .inner .langswitch{width:69px;position:relative;top:30px;left:718px}.content_switch .header .banner .inner .langswitch .langchanger{height:20px;line-height:20px;text-align:center;width:32px;font-size:15px}.content_switch .content{width:780px;margin:0 auto}.content_switch .content .inner .header{color:#06377b;margin-bottom:40px}.content_switch .content .inner .header.ru{margin-bottom:32px}.content_switch .content .inner .header .headline{font-size:25px;font-weight:700}.content_switch .content .inner .header span{font-size:17px}.content_switch .content .inner .main{border:none;width:780px;min-height:370px}.content_switch .content .inner .main .col{border:1px solid #ebebeb;height:388px;width:358px;background:url(../img/bg_switch_page_cols.png) repeat-x;margin-bottom:40px}.content_switch .content .inner .main .col.ru{background:url(../img/bg_switch_page_cols_ru.png) repeat-x;height:406px}.content_switch .content .inner .main .col .inner{padding:30px}.content_switch .content .inner .main .col .inner .top{border-bottom:3px solid #06377b;padding-bottom:20px;margin-bottom:20px}.content_switch .content .inner .main .col .inner .top.ru{padding-bottom:37px}.content_switch .content .inner .main .col .inner .top .headline{border:none;padding:0;margin:0;font-size:19px;font-weight:700;color:#06377b;line-height:30px}.content_switch .content .inner .main .col .inner .top span{border:none;padding:0;margin:0;font-size:15px;font-weight:400;color:#06377b}.content_switch .content .inner .main .col .inner .text{font-size:14px;line-height:18px;color:#868686;height:199px}.content_switch .content .inner .main .col .inner .text li{margin-bottom:15px}.content_switch .content .inner .main .col .inner .text .tease{color:#06377b;font-weight:700}.content_switch .content .inner .main .col .inner .button{width:297px;height:39px;position:relative;bottom:0}.content_switch .content .inner .main .col .inner .button.de{background:url(../img/bg_switch_page_buttons_de.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.en{background:url(../img/bg_switch_page_buttons_en.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.ru{background:url(../img/bg_switch_page_buttons_ru.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.de.direct{background:url(../img/bg_switch_page_buttons_de_d.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.en.direct{background:url(../img/bg_switch_page_buttons_en_d.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.ru.direct{background:url(../img/bg_switch_page_buttons_ru_d.png) no-repeat 0 0}.content_switch .content .inner .main .col .inner .button.direct:hover,.content_switch .content .inner .main .col .inner .button:hover{background-position:0 -39px}.content_switch .content .inner .main .spacer{height:370px;width:54px}.content_switch .content .inner .main .switch_check{margin:0 5px 0 0}.content_main .content .inner .main .inner .col2 .news .pagedir{margin-bottom:45px;margin-top:0}.content_main .content .inner .main .inner .col2 .news .pagedir .page_text{margin-right:25px}.content_main .content .inner .main .inner .col2 .news .pagedir .spacer{height:16px;width:13px;margin:0 10px}.content_main .content .inner .main .inner .col2 .news .pagedir.foot{margin-bottom:0;margin-top:45px}.content_main .content .inner .main .inner .col2 .news .pagedir .next,.content_main .content .inner .main .inner .col2 .news .pagedir .prev{font-size:13px}.content_main .content .inner .main .inner .col2 .news .pagedir .page{font-size:12px}.content_main .content .inner .main .inner .col2 .news .pagedir .next,.content_main .content .inner .main .inner .col2 .news .pagedir .page,.content_main .content .inner .main .inner .col2 .news .pagedir .prev{color:#6e8dba;cursor:pointer;margin:0 10px;padding-bottom:2px;text-decoration:underline}.content_main .content .inner .main .inner .col2 .news .pagedir .next:hover,.content_main .content .inner .main .inner .col2 .news .pagedir .page:hover,.content_main .content .inner .main .inner .col2 .news .pagedir .prev:hover{cursor:pointer;color:#92cd51}.content_main .content .inner .main .inner .col2 .news .pagedir .page.active{font-weight:700}.content_main .content .inner .main .inner .col2 .news .list .entry{margin-bottom:37px}.content_main .content .inner .main .inner .col2 .news .list .entry.last{margin-bottom:0}.content_main .content .inner .main .inner .col2 .news .list .entry .date{width:91px}.content_main .content .inner .main .inner .col2 .news .list .entry .text{width:594px}.content_main .content .inner .main .inner .col2 .news .list .entry .date,.content_main .content .inner .main .inner .col2 .news .list .entry .text{display:inline-block;vertical-align:top}.content_main .content .inner .main .inner .col2 .results .pagedir{margin-bottom:45px;margin-top:0}.content_main .content .inner .main .inner .col2 .results .pagedir.foot{margin-bottom:0;margin-top:45px}.content_main .content .inner .main .inner .col2 .results .pagedir .next,.content_main .content .inner .main .inner .col2 .results .pagedir .prev{font-size:13px}.content_main .content .inner .main .inner .col2 .results .pagedir .page{font-size:12px}.content_main .content .inner .main .inner .col2 .results .pagedir .next,.content_main .content .inner .main .inner .col2 .results .pagedir .page,.content_main .content .inner .main .inner .col2 .results .pagedir .prev{color:#6e8dba;cursor:pointer;margin:0 10px;padding-bottom:2px;text-decoration:underline}.content_main .content .inner .main .inner .col2 .results .pagedir .next:hover,.content_main .content .inner .main .inner .col2 .results .pagedir .page:hover,.content_main .content .inner .main .inner .col2 .results .pagedir .prev:hover{cursor:pointer;color:#92cd51}.content_main .content .inner .main .inner .col2 .results .pagedir .page.active{font-weight:700}.content_main .content .inner .main .inner .col2 .results .list .result{margin-bottom:28px}.content_main .content .inner .main .inner .col2 .results .list .result.last{margin-bottom:0}.content_main .content .inner .main .inner .col2 .results .list .result .trace{margin-bottom:3px;font-size:11px}.searchterm{margin-bottom:20px}.searchterm .bold{color:#06377b;font-weight:700}.footer{font-size:11px;padding-top:33px}.footer .inner{border-top:1px solid #ededed;padding:12px 0 22px}.footer .inner .general{margin-right:20px;width:205px;height:40px}.footer .inner .links{width:730px;padding-top:10px}.footer .inner .links a{text-decoration:none;padding-right:6px}.footer .inner .dvdr{background:url(../img/dvdr.gif) no-repeat scroll 0 2px transparent;padding-right:6px}.head_bg{height:176px;background:transparent url(../img/header/header.png) 50% 0 no-repeat}.home .container{width:1000px;margin:0 auto}.home .container .head{padding:29px 20px 20px 174px;height:124px;position:relative}.home .container .head .logo1{width:500px;height:104px;margin:0 0 30px 7px;position:relative}.home .container .head .logo1 a{display:block;height:104px;position:relative}#navigation{padding-bottom:0;border-top:1px solid #ededed;border-left:1px solid #ededed;border-right:1px solid #ededed;margin-bottom:7px}#navigation li{background:url(../img/navigation/bg-nav-li.gif) repeat-x 0 0;font-size:13px;padding-bottom:0}#navigation li span{zoom:1;display:block;padding:8px 12px 9px;padding-left:23px;background:url(../img/navigation/arr.gif) no-repeat 12px 50%}#navigation li span a{color:#000;text-decoration:none}#navigation li span:hover a:hover{color:#d8e6f8;text-decoration:underline}#navigation li span:hover{cursor:pointer}#navigation li span:hover a{color:#fff}#navigation li ul{border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:15px 24px;margin-top:0}#navigation li ul li{background:0 0;padding:0;padding-bottom:9px;font-size:12px;color:#333}#navigation li ul li a{background:0 0;padding:0;color:#3f68a3;text-decoration:underline}#navigation li.active,#navigation li:hover{background:url(../img/navigation/bg-nav-li-on.gif) repeat-x 0 -1px}#navigation li ul li:hover{background:0 0}#navigation li.active span,#navigation li:hover span{color:#fff;background:url(../img/navigation/arr-down.gif) no-repeat 12px 50%}#navigation li.active a{color:#fff}#navigation li.active ul li a,#navigation li:hover ul li a{color:#3f68a3}#navigation li.active ul li a:hover,#navigation li:hover ul li a:hover{color:#92cd51}.content .inner .col2 .article table{border-bottom:2px solid #4068a2;border-top:2px solid #4068a2;background:none repeat scroll 0 0 #eef5ff;margin:0;padding:0;margin-bottom:20px}.content .inner .col2 .article table,.content .inner .col2 .article table td,.content .inner .col2 .article table th{border-spacing:0;font-weight:400;padding:0;text-align:left;vertical-align:top}.content .inner .col2 .article table td,.content .inner .col2 .article table th{padding:3px}.content .inner .col2 .article table th{color:#000}.content .inner .col2 .article table.nostyle{border:none;background:0 0;margin:0;padding:0;margin-bottom:0}.content .inner .col2 .article table.nostyle,.content .inner .col2 .article table.nostyle td,.content .inner .col2 .article table.nostyle th{border-spacing:0;font-weight:400;padding:0;text-align:left;vertical-align:top}.content .inner .col2 .article table.nostyle td,.content .inner .col2 .article table.nostyle th{padding:0}.content .inner .col2 .article table.nostyle th{color:auto}.content .inner .col2 .article ul{list-style:none outside none;font-size:12px;line-height:1.3em;padding:0 0 10px;margin:0}.content .inner .col2 .article ul li{background-image:url(../img/ul-arr.gif);background-position:4px 6px;background-repeat:no-repeat;font-size:12px;height:auto;line-height:1.3em;list-style-type:none;margin:0;padding-left:16px}.product-wrapper{border:1px solid #e0e0e0;background-color:#fbfbfb;padding:22px 17px 30px;position:relative;margin:0 0 16px}.content .inner .col2 .article .product-wrapper table{border:none;background-color:transparent;margin-bottom:0}.content .inner .col2 .article .product-wrapper table tr{color:#787878;background-color:#f2f2f2}.content .inner .col2 .article .product-wrapper table tr td,.content .inner .col2 .article .product-wrapper table tr th{color:#6f6f6f}.content .inner .col2 .article .product-wrapper table tr td.product-first-cell{width:100px;padding:7px 0 0 8px}.content .inner .col2 .article .product-wrapper table.festgeld-table tr td.product-first-cell{padding:7px 0 32px 8px}.content .inner .col2 .article .product-wrapper table tr td.product-second-cell{width:100px;padding:8px 0 0 6px}.content .inner .col2 .article .product-wrapper table tr td.product-second-cell p{margin:0 0 5px}.content .inner .col2 .article .product-wrapper table tr th.product-second-cell{padding-left:6px}.content .inner .col2 .article .product-wrapper table tr td.product-third-cell{width:100px;padding:8px 0 0 10px}.content .inner .col2 .article .product-wrapper table tr td.product-third-cell p{margin:0 0 5px;color:#06377b;font-weight:700}.content .inner .col2 .article .product-wrapper table tr th.product-third-cell{padding-left:9px}.content .inner .col2 .article .product-wrapper table tr th.product-fourth-cell{padding:0 0 2px 8px}.content .inner .col2 .article .product-wrapper table tr td.product-fourth-cell{padding:8px 0 0 9px}.content .inner .col2 .article .product-wrapper table tr td.product-special-cell{padding:6px 0 6px 7px;width:445px}.content .inner .col2 .article .product-wrapper table tr td.product-special-cell a{color:#06377b}.content .inner .col2 .article .product-wrapper table tr td.product-special-cell a:hover{color:#92cd51}.content .inner .col2 .article .product-wrapper table tr th{background-color:#fbfbfb;font-size:11px;vertical-align:bottom}.content .inner .col2 .article .product-wrapper table tr.separator-row{background-color:#fbfbfb;height:2px}.content .inner .col2 .article .product-wrapper table tr.separator-row td{display:none}.product-title{display:inline-block;font-size:19px;color:#06377b}.product-page-link{text-decoration:none;display:inline-block;color:#fff;position:absolute;top:18px;right:16px;line-height:20px}.product-page-link-content,.product-page-link-left,.product-page-link-right{display:inline-block;width:5px;height:32px;vertical-align:top;background:url(../img/button-uebersicht-left.png) no-repeat 0 0}.product-page-link-content{width:auto;line-height:31px;padding:0 12px 0 14px;background:url(../img/button-uebersicht-center.png) repeat-x 0 0}.product-page-link-content img{margin-right:5px}.product-page-link-right{background:url(../img/button-uebersicht-right.png) no-repeat 0 0}.product-page-link:hover{color:#fff}.product-page-link:hover .product-page-link-left{background:url(../img/button-uebersicht-left.png) no-repeat 0 -32px}.product-page-link:hover .product-page-link-content{background:url(../img/button-uebersicht-center.png) repeat-x 0 -32px}.product-page-link:hover .product-page-link-right{background:url(../img/button-uebersicht-right.png) no-repeat 0 -32px}.welc_logo{width:500px;height:69px;position:relative;background:url(../img/logo4.png) no-repeat;top:46px;left:-24px}.welc_content{margin:0 auto;width:565px}.welc_content .footer .inner{border:none}.welc_content label{display:block;padding-left:15px;text-indent:-15px}.welc_content input{width:13px;height:13px;padding:0;margin:0;vertical-align:bottom;position:relative;top:-1px;margin-right:4px}.welc_main{border:none;width:100%;min-height:420px;display:inline-block;vertical-align:top;text-align:center}.welc_headline{border:none;padding:0;margin:0;font-size:24px;font-weight:700;color:#06377b;line-height:24px}.welc_header{margin-top:98px;color:#06377b;margin-bottom:38px;margin-left:3px}.welc_header .welc_headline{font-size:25px}.welc_top{margin-bottom:20px}.welc_text{font-size:14px;line-height:18px;color:#868686;margin-bottom:36px}.welc_box{height:170px;width:480px;padding:40px}.welc_box,.welc_col{border:1px solid #d7d7d7;background:url(../img/bg_switch_page_cols.png) repeat-x;background-position:0 bottom;margin-bottom:40px;display:inline-block}.welc_col{height:198px;width:298px;padding:30px}.welc_spacer{width:53px;display:inline-block}.welc_button_at{display:block;height:49px;width:296px}.welc_button_at,.welc_button_at:hover{background:url(../img/button-vtb-at.png)}.welc_button_at:hover{background-position:0 49px}.content .inner .col3 .news .entry div.link{padding-top:65px}.content .inner .col2.news_list .article.austria,.content .inner .col3 .news .entry .link.austria{background:url(../img/news_icon_austria.jpg) no-repeat}.content .inner .col2.news_list .article.direkt,.content .inner .col3 .news .entry .link.direkt{background:url(../img/news_icon_direkt.jpg) no-repeat}.content .inner .col2.news_list .article.gruppe,.content .inner .col3 .news .entry .link.gruppe{background:url(../img/news_icon_gruppe.jpg) no-repeat}.cnt-slider-boxed{border:1px solid #ececea;background-color:#f5f4f4;padding:14px 0;width:183px}.cnt-slider-boxed p{padding:0 12px}.cnt-slider-boxed p.cnt-slider-foot-link{margin-bottom:0}.cnt-slider-boxed p.cnt-slider-foot-link a:hover,.cnt-slider-boxed p.cnt-slider-pic a:hover{cursor:pointer}.cnt-slider-boxed p.cnt-slider-foot-link a{text-decoration:underline}.cnt-slider-boxed p.cnt-slider-pic{margin-bottom:35px}.div-02{overflow:hidden}#cnt-right-slider{width:99999px}#cnt-right-slider div{display:inline-block;vertical-align:top;width:185px!important}.bx-wrapper{margin-top:10px;margin-bottom:10px;overflow:hidden}.div-02 p.last{margin-bottom:0}#data_produkte_auswahl .produkteauswahl-caption-small,#data_produkte_auswahl_redirect .produkteauswahl-caption-small,#data_produkte_auswahl_redirect_aktion .produkteauswahl-caption-small,#data_produkte_auswahl_redirect_w-sbo .produkteauswahl-caption-small{font-size:18px;color:#7292bb;line-height:20px}#data_produkte_auswahl .produkteauswahl-caption-choose,#data_produkte_auswahl_redirect .produkteauswahl-caption-choose,#data_produkte_auswahl_redirect_aktion .produkteauswahl-caption-choose,#data_produkte_auswahl_redirect_w-sbo .produkteauswahl-caption-choose{margin:10px 0 24px}#data_produkte_auswahl .produkteauswahl-button-container,#data_produkte_auswahl_redirect .produkteauswahl-button-container,#data_produkte_auswahl_redirect_aktion .produkteauswahl-button-container,#data_produkte_auswahl_redirect_w-sbo .produkteauswahl-button-container{margin:15px 0 10px}#data_produkte_auswahl_redirect .produkteauswahl-button-container{width:700px;margin-top:30px}.produkteauswahl-bottom{margin:20px 0 0}.produkteauswahl-separator{display:inline-block;width:255px;height:5px;border-top:1px solid #dfdfdf}.produkteauswahl-more-products{margin:0 20px 0 14px;font-size:15px;color:#656565}.produkteauswahl-top-block{display:inline-block;vertical-align:top;width:174px;height:169px;border:1px solid #dfdfdf;margin:0 16px 37px 0;padding:27px 22px;text-align:center;background:url(../img/produkteauswahl-bg.jpg) repeat-x 0 0;color:#787878;font-size:14px;cursor:pointer}.produkteauswahl-top-block.last-child{margin-right:0}.produkteauswahl-text{margin:0 0 14px}.produkteauswahl-block-title{color:#1b4287;font-size:18px;margin:0 0 4px}.produkteauswahl-rate{color:#1b4287;font-size:28px;font-weight:700;margin:0 0 0 12px}.produkteauswahl-rate span{font-size:11px}.produkteauswahl-title-small{font-size:15px;color:#656565;line-height:20px;margin-top:3px}.produkteauswahl-title-choose{color:#1b4287;font-size:28px;margin-top:2px}.button-produktauswahl-more{text-decoration:none;color:#fff;display:block;margin:24px 0 0}.button-produktauswahl-more span{width:5px;height:33px;display:inline-block;vertical-align:top}.button-produktauswahl-more .button-produktauswahl-more-left{background:url(../img/button-produktauswahl-left.png) no-repeat 0 0}.button-produktauswahl-more .button-produktauswahl-more-content{background:url(../img/button-produktauswahl-content.jpg) repeat-x 0 0;width:auto;padding:0 18px;line-height:32px;font-weight:700}.button-produktauswahl-more .button-produktauswahl-more-content img{margin-right:5px}.button-produktauswahl-more .button-produktauswahl-more-right{background:url(../img/button-produktauswahl-right.png) no-repeat 0 0}.button-produktauswahl-more:hover .button-produktauswahl-more-left,.produkteauswahl-top-block:hover .button-produktauswahl-more-left{background:url(../img/button-produktauswahl-left.png) no-repeat 0 -34px}.button-produktauswahl-more:hover .button-produktauswahl-more-content,.produkteauswahl-top-block:hover .button-produktauswahl-more-content{background:url(../img/button-produktauswahl-content.jpg) repeat-x 0 -34px;color:#fff}.button-produktauswahl-more:hover .button-produktauswahl-more-right,.produkteauswahl-top-block:hover .button-produktauswahl-more-right{background:url(../img/button-produktauswahl-right.png) no-repeat 0 -34px}.produkteauswahl-bottom-left,.produkteauswahl-bottom-right{display:inline-block;width:340px;margin:0 16px 0 0;vertical-align:top}.produkteauswahl-bottom-right{margin:0}.button-produktauswahl-link{display:block;text-decoration:none;color:#1b4287;font-size:14px;background-color:#eee;margin:0 0 8px;padding:10px 0 8px 13px;position:relative}.button-produktauswahl-link:hover{color:#1b4287}.button-produktauswahl-link .button-produktauswahl-link-arrow{background:url(../img/produktauswahl-link-arrow.png) no-repeat 0 0;width:21px;height:21px;display:inline-block;margin:0 0 0 191px;position:absolute;right:7px;top:7px}.button-produktauswahl-link:hover .button-produktauswahl-link-arrow{background:url(../img/produktauswahl-link-arrow.png) no-repeat 0 -21px}.button-produktauswahl{display:block;height:23px;width:484px;padding:12px 12px 16px 15px;margin-bottom:4px;background:url(../img/button-produktauswahl-bg.png) no-repeat;color:#fff;text-decoration:none;font-size:21px;font-weight:700}.button-produktauswahl:hover{background:url(../img/button-produktauswahl-bg.png);background-position:0 51px;color:#1b4287}.layerbox-close-custom{display:block;width:14px;height:14px;background:url(../img/fancybox-close-button.gif) no-repeat 0 0;position:absolute;top:1px;right:0}.layerbox-close-custom:hover{background-position:0 -14px}.content .inner .col2 .article .collapsible_box_container{padding:23px;margin-bottom:21px;background:#fafafa;border:1px solid #e1e1e1;color:#6f6f6f}.content .inner .col2 .article .collapsible_box_container .collapsible_box_headline{color:#194085;font-weight:700;font-size:20px;line-height:23px;margin-bottom:16px}.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_additional ul,.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_collapsed ul{padding:0;margin-left:-5px}.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_additional ul li,.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_collapsed ul li{line-height:15px;padding-left:22px;padding-bottom:10px;margin:0;list-style:outside none none;background-image:url(../img/check_blue.png);background-position:4px 3px;background-repeat:no-repeat}.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_additional_link,.content .inner .col2 .article .collapsible_box_container .collapsible_box_content_collapsed_link{display:inline-block;margin-top:12px}.content .inner .col2 .article .collapsible_box_container .cta-container{margin-top:23px}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-container-inner{display:inline-block;vertical-align:top;margin:0 auto}.content .inner .col2 .article .collapsible_box_container .cta-container{height:47px;text-align:center}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-button-end{width:10px}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-button-content{background-repeat:repeat-x}.content .inner .col2 .article .collapsible_box_container .cta-container span{display:inline-block;vertical-align:top;background:url("") no-repeat top transparent;height:47px}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-button-left{background-image:url(../img/cta-button-left.png)}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-button-right{background-image:url(../img/cta-button-right.png)}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-button-content-middle{background-image:url(../img/cta-button-bg.png);line-height:47px;font-size:16px;font-weight:700;color:#fff;padding:0 11px}.content .inner .col2 .article .collapsible_box_container .cta-container.extra-padding .cta-button-content-middle{padding:0 41px}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-container-inner:hover{cursor:pointer}.content .inner .col2 .article .collapsible_box_container .cta-container .cta-container-inner:hover .cta-button-content-middle,.content .inner .col2 .article .collapsible_box_container .cta-container .cta-container-inner:hover .cta-button-left,.content .inner .col2 .article .collapsible_box_container .cta-container .cta-container-inner:hover .cta-button-right{background-position:bottom}.content .inner .col2.news_list .nav-wrapper{border-bottom:1px solid #ebebeb;margin-bottom:45px;padding-bottom:15px;position:relative}.content_main .content .inner .main .inner .nav-column-right{position:absolute;right:0}.content_main .content .inner .main .inner .nav-column,.content_main .content .inner .main .inner .years li{display:inline-block;font-size:12px;margin-left:20px}.content_main .content .inner .main .inner .years li a{text-decoration:underline}.content_main .content .inner .main .inner .nav-column-left{margin-left:0}.content_main .content .inner .main .inner .nav-column-left span{color:#3f68a3;font-weight:700}.content_main .content .inner .main .inner .pagination{text-align:center;border-top:1px solid #ebebeb;padding-top:23px;margin-top:60px}.content_main .content .inner .main .inner .pagination a,.content_main .content .inner .main .inner .pagination span{line-height:22px;margin:0 8px;font-size:13px}#news-next,#news-prev{display:inline-block;vertical-align:top;width:22px;height:22px;background:url("") no-repeat top transparent;margin:0}#news-prev{margin-right:10px;background-image:url(../img/bt-prev.gif)}#news-next{margin-left:10px;background-image:url(../img/bt-next.gif)}#news-next:hover,#news-prev:hover{background-position:bottom}.content_main .content .inner .main .inner .years li a.active{color:inherit;text-decoration:none}.content .inner .col2.news_list .articles{padding-right:80px}.content .inner .col2.news_list .article{margin-bottom:31px}.content .inner .col2.news_list .article h3{margin-top:0;padding-top:0;font-weight:400;padding-bottom:7px}.content .inner .col2.news_list .article p{line-height:150%}.support-error-message{background-color:#ffedae;color:#2e2e2e;border-bottom:1px solid #333022;position:relative;top:0;left:0;z-index:1000;width:100%;display:none}.support-error-message .support-message-tab{display:inline-block}.support-error-message .support-message-left{padding-top:16px;padding-left:20px;margin-right:200px;font-size:14px;line-height:24px;padding-bottom:14px}.support-error-message .support-message-left span{margin-right:10px;color:#2e2e2e}.support-error-message .support-message-left .browser-data{margin-right:0}.support-error-message .support-message-left a{color:#103db1}.support-error-message .support-message-left a:hover{text-decoration:none}.support-error-message .support-message-right{position:absolute;right:20px;top:14px}.support-error-message .support-message-right span{display:inline-block;vertical-align:top;padding-top:13px;font-size:12px;line-height:24px;font-family:Arial}.support-error-message .support-message-right a{color:#103db1;font-size:14px;line-height:22px;padding-right:3px;padding-top:10px;padding-bottom:5px}.support-error-message .support-message-right a:hover{text-decoration:none}.support-error-message .support-message-right .collapse{color:#103db1;font-size:14px;line-height:22px;padding-right:3px;padding-top:10px;padding-bottom:5px;text-decoration:underline;cursor:pointer}.support-error-message .support-message-right .collapse:hover{text-decoration:none}#browser-error-message-wrapper,#close_popup{display:none}input#close_popup:checked+.support-error-message{display:none!important}#browser-warning{display:none}.all-browsers-block{margin:25px 0 0}.browser-block{width:479px;height:78px;background-color:#fafafa;border:1px solid #ececec;position:relative;margin:10px 0;cursor:pointer}.browser-block:hover .browser-download-link{color:#92cd51}.browser-block img{vertical-align:top;margin:17px 0 0 18px}.browser-download-link,.browser-name{display:inline-block;vertical-align:top}.browser-name{margin:19px 0 0 16px}.browser-title{font-size:17px;color:#323232}.browser-manufacturer{font-size:12px;color:#6f6f6f;margin-bottom:3px}.browser-download-link{position:absolute;top:31px;right:30px;font-size:13px}.overview_box{width:228px;height:134px;position:relative;display:inline-block;margin:0 20px 14px 0}.overview_box.right_box{margin-right:0}.overview_box a{position:absolute;top:0;right:0;bottom:0;left:0;color:#06377b;text-decoration:none;font-size:14px}.overview_box a:hover{background-position:0 -135px!important;color:#fff}.overview_box .overview_box_title{width:188px;display:block;margin:94px auto 0;text-align:center}.latest_news_block{margin-bottom:23px}.latest_news_block-bottom{background:#fff url(../img/ov-gradient.gif) 0 100% repeat-x;padding:21px 20px 26px;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}.latest_news_block-bottom a{color:#06377b}.latest_news_block-bottom a:hover{color:#92cd51}.latest_news_block img{max-width:480px;display:block}a.latest_news_title{color:#06377b;font-size:20px;text-decoration:none;width:412px}a.latest_news_title:hover{color:#06377b}.latest_news_date{font-size:12px;margin-top:7px}.latest_news_short_text{width:412px;line-height:17px}.latest_news_archive{margin-top:30px;text-align:right;font-size:13px}.latest_news_link{margin-top:4px;display:inline-block;font-size:13px}.slide.pager p{width:185px}#contactForm input{padding:2px}#contactForm #Captcha .captcha-image,#contactForm input.text,#contactForm select,#contactForm textarea{border:1px solid #93acce;font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px}#contactForm fieldset{border:none;margin:0;padding:0}#contactForm{width:100%;padding:4px}#contactForm input{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px 2px 10px;width:350px;margin-bottom:10px}#contactForm input[type=radio]{width:auto;padding:0;margin:0;margin-top:1px}.ff #contactForm input[type=radio]{margin-top:2px}#contactForm .radio-field input,#contactForm .radio-field label{display:inline-block;vertical-align:top}#contactForm .radio-field label{margin-top:1px}#contactForm .radio-field+.radio-field{margin-top:5px}#contactForm #Kundenstatus{margin:15px 0 20px}#contactForm #Kundenstatus .middleColumn{margin-top:5px}#contactForm #Kundennummer{margin-bottom:22px}#contactForm select{font-family:tahoma,Arial,sans-serif;font-size:100%;width:356px;margin-bottom:10px}#contactForm input.action{font-family:tahoma,Arial,sans-serif;padding:2px;width:100px;margin-top:15px}#contactForm textarea{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px;width:350px;max-width:350px;height:80px}#contactForm span.message{font-weight:700;color:red;padding:2px}#contactForm .error>div>fieldset>input,#contactForm .error>div>fieldset>textarea,#contactForm .error>div>input,#contactForm .error>div>textarea{background-color:#ffdcd9;border:1px solid #edb9bf}.error #contact_captcha::-webkit-input-placeholder{color:red!important}.error #contact_captcha::-moz-placeholder{color:red!important}.error #contact_captcha:-ms-input-placeholder{color:red!important}#contactForm #Captcha .captcha-image{display:block;margin-bottom:15px}#contactForm #contact_captcha{display:block;margin-bottom:8px}#onlinebankingzugang-form input{padding:2px}#onlinebankingzugang-form input.text,#onlinebankingzugang-form select,#onlinebankingzugang-form textarea{border:1px solid #93acce;font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px}#onlinebankingzugang-form fieldset{border:none;margin:0;padding:0}#onlinebankingzugang-form{width:100%}#onlinebankingzugang-form input{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px 2px 10px;margin-bottom:10px}#onlinebankingzugang-form input[type=radio]{width:auto;padding:0;margin:0;margin-top:1px}.ff #onlinebankingzugang-form input[type=radio]{margin-top:2px}#onlinebankingzugang-form .radio-field input,#onlinebankingzugang-form .radio-field label{display:inline-block;vertical-align:top}#onlinebankingzugang-form .radio-field label{margin-top:-2px;width:445px}#onlinebankingzugang-form .radio-field+.radio-field{margin-top:5px}#onlinebankingzugang-form #Kundenstatus{margin:15px 0 20px}#onlinebankingzugang-form #Kundenstatus .middleColumn{margin-top:5px}#onlinebankingzugang-form #Kundennummer{margin-bottom:22px}#onlinebankingzugang-form select{font-family:tahoma,Arial,sans-serif;font-size:100%;width:356px;margin-bottom:10px}#onlinebankingzugang-form input.action{font-family:tahoma,Arial,sans-serif;padding:2px;width:100px;margin-top:5px}#onlinebankingzugang-form textarea{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px;width:350px;max-width:350px;height:80px}#onlinebankingzugang-form span.message{font-weight:700;color:red;padding:2px}#onlinebankingzugang-form .form-point{font-size:14px;font-family:Arial;display:inline-block;padding-bottom:4px}#onlinebankingzugang-form .form-part{position:relative;padding-top:20px;border-top:1px solid #e0e0e0}#online-banking-form .radio-field{margin-bottom:18px}#onlinebankingzugang-form .radio-field label{line-height:17px;margin-left:4px}#onlinebankingzugang-form .main-information{font-size:12px;font-family:Arial;font-weight:700}#onlinebankingzugang-form .type-block{margin-bottom:48px}#onlinebankingzugang-form .form-error-helper{min-height:48px;height:auto}.form-error-helper-margin{height:16px}#onlinebankingzugang-form .pair-container{position:relative;display:inline-block}#onlinebankingzugang-form .pair-container .middleColumn input{width:224px}#onlinebankingzugang-form .information-container .pair-container:nth-child(2n){margin-left:15px}#onlinebankingzugang-form .pair-container div{margin-top:2px}#onlinebankingzugang-form .pair-container{margin-bottom:8px}#onlinebankingzugang-form .captcha-image{width:228px;height:103px;margin-bottom:9px;border:1px solid #93acce;font-family:Arial;font-style:italic}#onlinebankingzugang-form .captcha-image-input{width:226px!important;display:block;border:1px solid #93acce;padding-top:2px;padding-bottom:2px;margin-bottom:7px}#onlinebankingzugang_captcha:-ms-input-placeholder{color:#b3c0d1}::-webkit-input-placeholder,::-webkit-input-placeholder #onlinebankingzugang-form .captcha-image-input{color:#b3c0d1}:-moz-placeholder #onlinebankingzugang-form .captcha-image-input,::-moz-placeholder #onlinebankingzugang-form .captcha-image-input{color:#b3c0d1;opacity:1}:-ms-input-placeholder#onlinebankingzugang-form .captcha-image-input{color:#b3c0d1}#onlinebankingzugang-form .captcha-image-input.dark-text{color:#323232}#onlinebankingzugang-form #btn-refresh-captcha{color:#3f68a3;font-family:Arial}#onlinebankingzugang-form #btn-refresh-captcha:hover{color:#92cd51;cursor:pointer}#onlinebankingzugang-form #Captcha{margin-top:-2px}#onlinebankingzugang-form #SubmitForm{background:url(../img/button-bg.png) no-repeat scroll 0 0 transparent;color:#fff;font-size:18px;font-weight:700;height:45px;margin-left:auto;padding:8px;width:282px}#onlinebankingzugang-form #SubmitForm a{color:#fff;text-decoration:none;display:block;font-size:16px;font-weight:700;font-family:Arial}#onlinebankingzugang-form .content-cta-send-container{height:58px;margin-top:-5px;text-align:center;width:100%}#onlinebankingzugang-form .content-cta-send-container-inner{width:282px;display:block;display:inline-block;vertical-align:top;margin:0 auto}#onlinebankingzugang-form .cta-button-left{background-image:url(../img/cta-button-45-left.png);height:45px;width:10px;display:inline-block;vertical-align:top}#onlinebankingzugang-form .cta-button-content-middle{padding:0 20px;background-image:url(../img/cta-button-45-bg.png);line-height:45px;font-size:16px;color:#fff;max-width:282px;height:45px;background-repeat:repeat-x;display:inline-block;vertical-align:top;font-weight:700;font-family:Arial}#onlinebankingzugang-form .cta-button-right{background-image:url(../img/cta-button-45-right.png);height:45px;width:10px;display:inline-block;vertical-align:top}#onlinebankingzugang-form .content-cta-send-container-inner:hover .cta-button-content-middle,#onlinebankingzugang-form .content-cta-send-container-inner:hover .cta-button-left,#onlinebankingzugang-form .content-cta-send-container-inner:hover .cta-button-right{background-position:bottom;cursor:pointer}.formula-center-container{margin-top:18px;text-align:center;margin-bottom:45px}#onlinebankingzugang-form .formulacenter{color:#3f68a3;font-size:13px;font-family:Arial}.content-cta-send-container a{display:inline-block}#onlinebankingzugang-form .error>div>fieldset>input,#onlinebankingzugang-form .error>div>input{background-color:#ffdcd9;border:1px solid #edb9bf}.type-block input{color:#323232}#onlinebankingzugang-form .error>label{color:#ff3000}.error-information{color:#ff1200;font-weight:700;font-family:Arial;line-height:16px;margin:0}.confirmation-container{color:#6f6f6f}.confirmation-container .title{font-size:20px;margin-bottom:27px}.confirmation-container .message-1{font-size:13px;margin-bottom:18px}.confirmation-container .message-2{font-size:13px;margin-bottom:36px;line-height:17px}.conformation-link a{color:#3f68a3;font-size:13px}#kwk-form-page input{padding:2px}#kwk-form-page input.text,#kwk-form-page select,#kwk-form-page textarea{background-color:#fff;border:1px solid #93acce;font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px}#kwk-form-page fieldset{border:none;margin:0;padding:0}#kwk-form-page{width:100%}#kwk-form-page input{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px 2px 10px;margin-bottom:10px}#kwk-form-page input[type=radio]{width:auto;padding:0;margin:0;margin-top:1px}.ff #kwk-form-page input[type=radio]{margin-top:2px}#kwk-form-page .radio-field input,#kwk-form-page .radio-field label{display:inline-block;vertical-align:top}#kwk-form-page .radio-field label{margin-top:-2px;width:445px}#kwk-form-page .radio-field+.radio-field{margin-top:5px}#kwk-form-page #Kundenstatus{margin:15px 0 20px}#kwk-form-page #Kundenstatus .middleColumn{margin-top:5px}#kwk-form-page #Kundennummer{margin-bottom:22px}#kwk-form-page select{font-family:tahoma,Arial,sans-serif;font-size:100%;width:230px;margin-bottom:10px}#kwk-form-page input.action{font-family:tahoma,Arial,sans-serif;padding:2px;width:100px;margin-top:5px}#kwk-form-page textarea{font-family:tahoma,Arial,sans-serif;font-size:100%;padding:2px;width:350px;max-width:350px;height:80px}#kwk-form-page span.message{font-weight:700;color:red;padding:2px}#kwk-form-page .form-point{font-size:14px;font-family:Arial;display:inline-block;padding-bottom:4px}#kwk-form-page .form-part{position:relative;padding-top:20px;border-top:1px solid #e0e0e0}#kwk-form-page .radio-field{margin-bottom:18px}#kwk-form-page .radio-field label{line-height:17px;margin-left:4px}#kwk-form-page .main-information{font-size:12px;font-family:Arial;font-weight:700}#kwk-form-page .type-block{margin-bottom:48px}#kwk-form-page .form-error-helper{min-height:48px;height:auto}#kwk-form-page .form-error-helper-margin{height:16px}#kwk-form-page .pair-container{position:relative;display:inline-block}#kwk-form-page .pair-container .middleColumn input{width:224px}#kwk-form-page .information-container .pair-container:nth-child(2n){margin-left:15px}#kwk-form-page .pair-container div{margin-top:2px}#kwk-form-page .pair-container{margin-bottom:8px}#kwk-form-page .captcha-image{width:228px;height:103px;margin-bottom:9px;border:1px solid #93acce;font-family:Arial;font-style:italic}#kwk-form-page .captcha-image-input{width:226px!important;display:block;border:1px solid #93acce;padding-top:2px;padding-bottom:2px;margin-bottom:7px}#kwk-form-page #kwk_captcha:-ms-input-placeholder{color:#b3c0d1}#kwk-form-page .captcha-image-input::-webkit-input-placeholder,#kwk-form-page ::-webkit-input-placeholder{color:#b3c0d1}#kwk-form-page .captcha-image-input:-moz-placeholder,#kwk-form-page .captcha-image-input::-moz-placeholder{color:#b3c0d1;opacity:1}#kwk-form-page .captcha-image-input:-ms-input-placeholder{color:#b3c0d1}#kwk-form-page .captcha-image-input.dark-text{color:#323232}#kwk-form-page #btn-refresh-captcha{color:#3f68a3;font-family:Arial}#kwk-form-page #btn-refresh-captcha:hover{color:#92cd51;cursor:pointer}#kwk-form-page #Captcha{margin-top:-2px}#kwk-form-page #SubmitForm{background:url(../img/button-bg.png) no-repeat scroll 0 0 transparent;color:#fff;font-size:18px;font-weight:700;height:45px;margin-left:auto;padding:8px;width:282px}#kwk-form-page #SubmitForm a{color:#fff;text-decoration:none;display:block;font-size:16px;font-weight:700;font-family:Arial}#kwk-form-page .content-cta-send-container{height:58px;margin-top:-5px;text-align:center;width:100%}#kwk-form-page .content-cta-send-container-inner{width:282px;display:block;display:inline-block;vertical-align:top;margin:0 auto}#kwk-form-page .cta-button-left{background-image:url(../img/cta-button-45-left.png);height:45px;width:10px;display:inline-block;vertical-align:top}#kwk-form-page .cta-button-content-middle{padding:0 20px;background-image:url(../img/cta-button-45-bg.png);line-height:45px;font-size:16px;color:#fff;max-width:282px;height:45px;background-repeat:repeat-x;display:inline-block;vertical-align:top;font-weight:700;font-family:Arial}#kwk-form-page .cta-button-right{background-image:url(../img/cta-button-45-right.png);height:45px;width:10px;display:inline-block;vertical-align:top}#kwk-form-page .content-cta-send-container-inner:hover .cta-button-content-middle,#kwk-form-page .content-cta-send-container-inner:hover .cta-button-left,#kwk-form-page .content-cta-send-container-inner:hover .cta-button-right{background-position:bottom;cursor:pointer}#kwk-form-page .formula-center-container{margin-top:18px;text-align:center;margin-bottom:45px}#kwk-form-page .formulacenter{color:#3f68a3;font-size:13px;font-family:Arial}#kwk-form-page .content-cta-send-container a{display:inline-block}#kwk-form-page .error>div>fieldset>input,#kwk-form-page .error>div>fieldset>select,#kwk-form-page .error>div>input,#kwk-form-page .error>div>select{background-color:#ffdcd9;border:1px solid #edb9bf}#kwk-form-page .type-block input{color:#323232}#kwk-form-page .error>label{color:#ff3000}#kwk-form-page .error-information{color:#ff1200;font-weight:700;font-family:Arial;line-height:16px;margin:0}#kwk-form-page .confirmation-container{color:#6f6f6f}#kwk-form-page .confirmation-container .title{font-size:20px;margin-bottom:27px}#kwk-form-page .confirmation-container .message-1{font-size:13px;margin-bottom:18px}#kwk-form-page .confirmation-container .message-2{font-size:13px;margin-bottom:36px;line-height:17px}#kwk-form-page .conformation-link a{color:#3f68a3;font-size:13px}#kwk-form-page .article ol{padding-left:12px}#kwk-form-page .article ol li{margin-bottom:15px}.content .inner .main .col2 div.action_full .action_header,.content .inner .main .col2 div.action_half .action_header{font-size:36px;font-weight:700}.content .inner .main .col2 div.action_half .action_header{font-size:46px}.content .inner .main .col2 div.action_half .action_header_smaller{font-size:33px;padding-top:10px;top:2px!important}.content .inner .main .col2 div.action_full .action_header span.small_text,.content .inner .main .col2 div.action_half .action_header span.small_text{font-size:12px}.content .inner .main .col2 div.action_full .action_subheader,.content .inner .main .col2 div.action_half .action_subheader{font-size:18px;font-weight:700}.content .inner .main .col2 div.action_full .action_subheader_smaller,.content .inner .main .col2 div.action_half .action_subheader_smaller{font-size:16px;top:55px!important}.content .inner .main .col2 div.action_full .action_header span.highlight,.content .inner .main .col2 div.action_half .action_header span.highlight{font-size:46px}.content .inner .main .col2 div.action_full .action_content,.content .inner .main .col2 div.action_half .action_content{font-size:13px;line-height:1.6em}.content .inner .main .col2 div.action_full{color:#fff;position:relative;height:245px;margin-bottom:19px;background:url(../img/homepage/bg_action_full.png) no-repeat}.content .inner .main .col2 div.action_full .action_header{position:absolute;left:22px;top:19px;font-size:28px;font-weight:700}.content .inner .main .col2 div.action_full .action_subheader{position:absolute;top:63px;left:22px;font-size:17px}.content .inner .main .col2 div.action_full .action_image{position:absolute;right:0;bottom:59px;width:382px;height:110px;z-index:1;background:none no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full .action_image_goldbonus{left:272px;top:36px;width:207px;height:151px;background-image:url(../img/homepage/bg_action_goldbonus.png)}.content .inner .main .col2 div.action_full .action_image_sparwochen{position:absolute;right:26px;top:0;width:110px;height:126px;background-image:url(../img/assets/sparwochen/home_stoerer.png)}.content .inner .main .col2 div.action_full .action_content{position:absolute;left:22px;top:106px}.content .inner .main .col2 div.actions_container{position:relative;height:253px}.content .inner .main .col2 div.action_half{color:#fff;position:absolute;top:0;height:253px;width:230px;margin-bottom:19px;background:url(../img/homepage/bg_action_half.png) no-repeat}.content .inner .main .col2 div.action_half.right{right:0}.content .inner .main .col2 div.action_half .action_header{position:absolute;left:16px;top:7px}.content .inner .main .col2 div.action_half .action_subheader{position:absolute;top:63px;left:16px}.content .inner .main .col2 div.action_half .action_content{position:absolute;left:16px;top:105px}.content .inner .main .col2 div.action_full.big{height:268px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_268.png) no-repeat}.content .inner .main .col2 div.action_full.big .action_header{font-size:40px;top:22px}.content .inner .main .col2 div.action_full.big .action_subheader{font-size:14px;font-weight:400;top:73px;left:24px}.content .inner .main .col2 div.action_full.big .action_content{top:107px}.content .inner .main .col2 div.action_full.big .action_image{width:382px;height:110px;left:97px;top:99px;background:url(../img/homepage/2_6_prozent.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.festgeld20120921 .action_header{font-size:22px;line-height:25px;top:27px}.content .inner .main .col2 div.action_full.festgeld20120921 .action_subheader{font-size:14px;font-weight:400;top:70px;left:24px}.content .inner .main .col2 div.action_full.festgeld20120921 .action_content{top:127px}.content .inner .main .col2 div.action_full.festgeld20120921 .action_image{width:170px;height:57px;left:286px;top:24px;font-size:18px;font-weight:700;padding:16px 0 0 75px;background:url(../img/homepage/20120921_zinssenkung/bg_counter.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.counter20121211 .action_header{font-size:21px;line-height:25px;top:24px}.content .inner .main .col2 div.action_full.counter20121211 .action_subheader{font-size:14px;font-weight:400;top:70px;left:24px}.content .inner .main .col2 div.action_full.counter20121211 .action_content{top:127px}.content .inner .main .col2 div.action_full.counter20121211 .action_image{width:196px;height:90px;left:265px;top:18px;font-size:21px;font-weight:700;padding:37px 0 0 15px;background:url(../img/homepage/counter20121211/bg_counter.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.counter20121211 .action_counter_item{width:39px;padding-right:3px;display:inline-block;text-align:center}.content .inner .main .col2 div.action_full.counter20121211 .red{color:red}.content .inner .main .col2 div.action_half.kwk20130104 .action_image{position:absolute;width:63px;height:96px;right:6px;top:0;background:url(../img/homepage/stoerer_30eur.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_half.kwk20130104 .action_header_smaller{font-size:26px;line-height:26px;top:4px!important;left:14px!important}.content .inner .main .col2 div.action_half.kwk20130104 .action_content{font-size:13px;line-height:17px;top:107px}.content .inner .main .col2 div.action_full.extrabig{height:268px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_268.png) no-repeat}.content .inner .main .col2 div.action_full.extrabig .action_header{font-size:48px;top:12px}.content .inner .main .col2 div.action_full.extrabig .action_subheader{font-size:15px;font-weight:400;top:71px;left:24px}.content .inner .main .col2 div.action_full.extrabig .action_content{top:105px;left:25px;font-size:14px;line-height:23px}.content .inner .main .col2 div.action_full.megabig{height:600px;margin-bottom:17px;overflow:hidden;background:url(/image/bg_action_full_festgeld_aktionszins) no-repeat}.content .inner .main .col2 div.action_full.megabig .action_header{font-size:41px;top:16px}.content .inner .main .col2 div.action_full.megabig .action_subheader_a,.content .inner .main .col2 div.action_full.megabig .action_subheader_b{position:absolute;font-size:18px;line-height:20px;font-weight:700;left:24px}.content .inner .main .col2 div.action_full.megabig .action_subheader_a{top:93px}.content .inner .main .col2 div.action_full.megabig .action_subheader_b{top:125px}.content .inner .main .col2 div.action_full.megabig .action_content{top:464px;left:25px;font-size:14px;line-height:25px}.content .inner .main .col2 div.action_full.megabigxxl{height:600px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_festgeld_aktionszins_wm.jpg) no-repeat}.content .inner .main .col2 div.action_full.megabigxxl .action_header{font-size:41px;top:16px}.content .inner .main .col2 div.action_full.megabigxxl .action_subheader_a{position:absolute;font-size:20px;line-height:24px;font-weight:700;left:23px;top:100px}.content .inner .main .col2 div.action_full.megabigxxl .action_subheader_b{position:absolute;font-size:15px;line-height:19px;font-weight:700;left:23px;top:138px}.content .inner .main .col2 div.action_full.megabigxxl .action_content{top:218px;left:25px;font-size:14px;line-height:24px}.content .inner .main .col2 div.action_full.megabigxxl .action_link{bottom:64px;position:absolute;right:19px;text-align:right}.content .inner .main .col2 div.action_full.megabig.aktionszins_cntdwn{height:610px;margin-bottom:17px;overflow:hidden;background:url(/image/bg_action_full_festgeld_aktionszins_cntdwn) no-repeat}.content .inner .main .col2 div.action_full.megabig.aktionszins_cntdwn_far{height:610px;margin-bottom:17px;overflow:hidden;background:url(/image/bg_action_full_festgeld_aktionszins_cntdwn_far) no-repeat}#action_counter_near{width:auto;height:30px;right:37px;bottom:0;top:196px;text-align:right}#action_counter_near .action_counter_item{display:inline-block;width:49px;margin-left:3px;font-size:21px;font-weight:700;text-align:center;vertical-align:bottom;line-height:31px}body:last-child #action_counter_near .action_counter_item,x:-moz-any-link{line-height:29px}#action_counter_near .action_counter_item .val{display:inline-block;width:25px;margin-right:3px;text-align:right}#action_counter_near .action_counter_item .unit{color:#cc8894;font-size:15px}#action_counter_far{width:auto;height:30px;right:84px;bottom:0;top:196px;text-align:right}#action_counter_far .action_counter_item{width:84px;display:inline-block;font-size:19px;font-weight:700;text-align:center;line-height:29px;vertical-align:bottom}.content .inner .main .col2 div.action_full.bigger{height:268px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_268.png) no-repeat}.content .inner .main .col2 div.action_full.bigger .action_header{font-size:41px;top:16px}.content .inner .main .col2 div.action_full.bigger .action_subheader{font-size:15px;font-weight:700;top:67px;left:24px}.content .inner .main .col2 div.action_full.bigger .action_content{top:113px;left:25px;font-size:14px;line-height:25px}.content .inner .main .col2 div.action_full.azp{height:322px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_azp.png) no-repeat}.content .inner .main .col2 div.action_full.azp .action_header{font-size:34px;top:23px}.content .inner .main .col2 div.action_full.azp .action_subheader{font-size:15px;line-height:19px;font-weight:400;top:73px;left:24px}.content .inner .main .col2 div.action_full.azp .action_content{top:123px;left:25px;font-size:14px;line-height:17px}.content .inner .main .col2 div.action_full.azp .action_stoerer_neu{position:absolute;width:96px;height:89px;right:26px;top:0;background:none no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full .action_stoerer_young{position:absolute;width:130px;height:97px;right:26px;top:0;background:none no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.azp_tagesgeld{height:268px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_268.png) no-repeat}.content .inner .main .col2 div.action_full.azp_tagesgeld .action_header{font-size:34px;top:23px}.content .inner .main .col2 div.action_full.azp_tagesgeld .action_subheader{font-size:15px;line-height:19px;font-weight:400;top:73px;left:24px}.content .inner .main .col2 div.action_full.azp_tagesgeld .action_content{top:107px;left:25px;font-size:14px;line-height:17px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld{height:322px;margin-bottom:23px;overflow:hidden;background:url(../img/homepage/bg_action_full_aktionszins_201410_tagesgeld.png) no-repeat}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_header{font-size:34px;top:23px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_subheader{font-size:15px;line-height:19px;font-weight:400;top:73px;left:24px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_content{top:123px;left:25px;font-size:14px;line-height:17px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_image{width:413px;height:299px;top:22px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_link{z-index:10}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_stoerer_201410{position:absolute;width:125px;height:127px;right:36px;top:0;background:url(../img/homepage/bg_action_full_aktionszins_201410_tagesgeld_stoerer.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld .action_stoerer_201410_countdown{position:absolute;width:141px;height:128px;right:28px;top:0;background:url(../img/homepage/bg_action_full_aktionszins_201410_tagesgeld_stoerer_countdown.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near{top:43px;right:55px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item.second,.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item .unit{display:none}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item{font-size:25px;width:30px;vertical-align:top;margin-left:0}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item.seperator{width:auto;margin:1px 0 0}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item.unit-standalone{width:auto;vertical-align:bottom;margin-bottom:3px;margin-left:2px}.content .inner .main .col2 div.action_full.aktionszins_201410_tagesgeld #action_counter_near .action_counter_item.unit-standalone .unit{display:block;font-size:15px;color:#fff}.content .inner .main .col2 div.action_full.aktionszins_201410_festgeld{height:304px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_aktionszins_201410_festgeld.png) no-repeat}.content .inner .main .col2 div.action_full.aktionszins_201410_festgeld .action_header{font-size:34px;top:23px}.content .inner .main .col2 div.action_full.aktionszins_201410_festgeld .action_subheader{font-size:15px;line-height:19px;font-weight:400;top:75px;left:24px}.content .inner .main .col2 div.action_full.aktionszins_201410_festgeld .action_image{right:-118px;bottom:36px}.content .inner .main .col2 div.action_full.aktionszins_201410_festgeld .action_content{top:123px;left:25px;font-size:14px;line-height:17px}.content .inner .main .col2 div.action_full.top-service{height:330px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_top_service_imaged.png) no-repeat}.content .inner .main .col2 div.action_full.top-service .action_header{top:28px;font-size:24px}.content .inner .main .col2 div.action_full.top-service .action_subheader{font-size:14px;line-height:19px;font-weight:400;top:64px;left:24px;right:24px}.content .inner .main .col2 div.action_full.sbo{height:322px;margin-bottom:17px;overflow:hidden;background:url(../img/homepage/bg_action_full_sbo.png) no-repeat}.content .inner .main .col2 div.action_full.sbo .action_header{font-size:30px;top:27px}.content .inner .main .col2 div.action_full.sbo .action_subheader{font-size:15px;line-height:19px;font-weight:400;top:69px;left:24px}.content .inner .main .col2 div.action_full.sbo .action_content{top:123px;left:25px;font-size:14px;line-height:17px}.content .inner .main .col2 div.action_full.sbo .action_stoerer_neu{position:absolute;width:96px;height:89px;right:26px;top:0;background:none no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_half.videoident20150408{height:285px;background:url(../img/homepage/bg_action_half_285.png) no-repeat}.content .inner .main .col2 div.action_half.videoident20150408 .action_image_neu{position:absolute;width:58px;height:61px;right:18px;top:0;background:url(../img/homepage/stoerer_neu.png) no-repeat scroll 0 0 transparent}.content .inner .main .col2 div.action_half.videoident20150408 .action_header_smaller{top:11px!important;left:16px!important;font-size:24px;line-height:27px}.content .inner .main .col2 div.action_half.videoident20150408 .action_subheader_smaller{top:56px!important;left:16px!important;font-size:14px;line-height:17px;font-weight:400}.content .inner .main .col2 div.action_half.videoident20150408 .action_content{top:108px;font-size:13px;line-height:27px;font-weight:400}.content .inner .main .col2 div.action_full.festgeld_20170425{background-image:url(/image/festgeld_20170425?#cachebuster#);height:352px}.content .inner .main .col2 div.action_full.festgeld_20170425 .action_header{font-size:36px;top:22px;left:23px}.content .inner .main .col2 div.action_full.festgeld_20170425 .action_subheader{top:73px;left:23px}.content .inner .main .col2 div.action_half.praemie_20170425{background-image:url(/image/praemie_20170425?#cachebuster#);height:285px}.content .inner .main .col2 div.action_half.praemie_20170425 .action_header{font-size:24px;line-height:24px;top:9px!important}.content .inner .main .col2 div.action_half.praemie_20170425 .action_subheader{font-size:14px;font-weight:400;top:123px!important}.opera_popup .headline,.xp_popup .headline{color:#06377b;font-weight:700;font-size:24px;margin-bottom:5px}.opera_popup .subheadline,.xp_popup .subheadline{font-size:14px;margin-bottom:16px}.opera_popup .headline_small,.xp_popup .headline_small{color:#06377b;font-weight:700;font-size:16px;margin-top:2px;margin-bottom:9px}.opera_popup .indented{margin-top:12px;margin-left:105px}.xp_popup .indented{margin-top:12px;margin-left:35px}.opera_popup .indented .headline_verysmall{font-size:14px;color:#06377b;font-weight:700}.xp_popup .indented .headline_verysmall{color:#06377b;font-weight:700}.opera_popup a,.xp_popup a{color:#06377b!important}#zinssenkung-festgeld .zinssenkung{width:497px;height:244px;display:block;margin-bottom:15px;text-decoration:none}#zinssenkung-festgeld .login{width:497px;height:64px;display:block;text-decoration:none}#zinssenkung-festgeld .bestandskundenbonus{width:497px;height:244px;display:block;margin-bottom:15px;text-decoration:none}#vtbkennung .title{margin-top:11px;color:#7292bb;font-size:18px}#vtbkennung .headline{margin-top:12px;color:#1b4287;font-size:22px;line-height:25px;font-weight:700}#vtbkennung .text{margin-top:23px;margin-bottom:35px;color:#838383;font-size:16px;line-height:19px}#vtbkennung .fwd{text-align:center}#vtbkennung .hint{margin-top:55px;color:#838383;font-size:13px;line-height:17px}.content .inner .main .col2 table#Zinsrechneruebersicht{background:none repeat scroll 0 0 transparent;border:medium none;padding:0;width:100%}.content .inner .main .col2 table#Zinsrechneruebersicht td{border:medium none;padding:0}.content .inner .main .col2 table#Zinsrechneruebersicht td.module{width:143px}.content .inner .main .col2 table#Zinsrechneruebersicht td.spacer{width:25px}.content .inner .main .col2 table#Zinsrechneruebersicht table{background:none repeat scroll 0 0 transparent;border:medium none;margin:0;padding:0}.content .inner .main .col2 table#Zinsrechneruebersicht table td.label{color:#0d3b84;font-size:12px;line-height:15px}.content .inner .main .col2 table#Zinsrechneruebersicht table td.title{color:#0d3b84;font-size:18px;font-weight:700}.content .inner .main .col2 table#Zinsrechneruebersicht table td.description{font-size:12px;height:64px;line-height:15px;padding-top:7px}.content .inner .main .col2 table#Zinsrechneruebersicht table td.popuplink{font-size:12px;line-height:15px}.content .inner .col2 .article img.left{float:left;margin:0 10px 10px 0}.content .inner .col2 .article img.right{float:right;margin-left:20px}p.vtbbutton{background:url(../img/button-bg.png) no-repeat scroll 0 0 transparent;color:#fff;font-size:18px;font-weight:700;height:40px;margin:0;padding:8px;width:185px}p.vtbbutton a{color:#fff;text-decoration:none;display:block}p.callinfo{background:url(../img/boxbg.png) no-repeat scroll 0 0 transparent;height:61px;padding:8px;width:185px}p.callinfo,span.callinfobig{color:#fff;font-weight:700;margin:0}span.callinfobig{font-size:20px}p.produktbutton,p.produktbutton_small{background:url(../img/produkt-button-bg.png) no-repeat scroll 0 0 transparent;color:#fff;float:right;font-size:18px;font-weight:700;height:70px;margin:0 0 0 15px;padding:8px;text-align:center;width:176px}p.produktbutton_small a,p.produktbutton a,p.produktbuttonbadge_small a,p.produktbuttonbadge a{color:#fff;display:block;font-size:14px;height:70px;padding-top:13px;text-decoration:none;width:176px}p.produktbutton_small{font-size:16px;line-height:24px}a.standardbutton{display:inline-block;background:url(../img/bg-btn_std_left.gif) no-repeat scroll 0 0 transparent;color:#fff;text-decoration:none;font-size:18px;font-weight:700;line-height:24px;height:24px;margin:0;padding:8px 15px;position:relative}a.standardbutton:hover{color:#fff}a.standardbutton span.standardbutton_right{display:inline-block;background:url(../img/bg-btn_std_right.gif) no-repeat scroll 0 0 transparent;height:40px;position:absolute;width:4px;right:0;top:0}p.product_interests,p.product_interests_middle,p.product_interests_small{color:#194085;font-weight:700;margin-bottom:60px;position:relative}p.product_interests{font-size:69px;letter-spacing:-3px}p.product_interests_middle{font-size:32px;line-height:30px;letter-spacing:-1px}p.product_interests_small{font-size:26px;line-height:31px;letter-spacing:-1px}p.product_interests .pa_small,p.product_interests_middle .pa_small,p.product_interests_small .pa_small{font-weight:700;letter-spacing:-1px}p.product_interests .pa_small{font-size:18px}p.product_interests_middle .pa_small{font-size:16px}p.product_interests_small .pa_small{font-size:12px}.content .inner .col2 table.nostyle{border:none;background:0 0;margin:0;padding:0;margin-bottom:0}span.darkblue_bold{font-weight:700;color:#194085}h2{font-size:12px!important;line-height:15px!important;font-weight:700!important;color:#666!important}.headline_blau_21{border:medium none;color:#4e6da2;font-size:16px;font-weight:400;line-height:21px;margin-bottom:6px;margin-top:0;padding-bottom:6px;padding-top:29px}.headline_hellblau{padding-bottom:10px;padding-top:20px;margin-bottom:0;color:#7292bb;font-weight:700;font-size:14px;line-height:1.3}.headline_dunkelblau{position:relative;padding:0;margin:0 0 60px;color:#194085;font-weight:700;font-size:26px;line-height:31px;letter-spacing:-1px}.headline_grau_16,.headline_rot_16{font-size:16px;margin-bottom:10px;margin-top:23px}.headline_rot_16{color:#e41a3d}.table--responsive{background:#f0f0f0}.list--simple{display:block;padding:0;color:inherit}.list--simple,.list--simple>li{height:auto;margin:0 0 .5em;list-style-type:none;font-size:inherit;line-height:inherit}.list--simple>li{background:0 0;padding-left:1em}.list--simple>li:before{content:"\2013";display:inline-block;width:1em;margin-left:-1em}.no-mobile{text-indent:0}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(fancybox/fancybox.png)}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:1101;outline:0;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff}#fancybox-content{width:0;height:0;padding:0;outline:0;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:0 0;z-index:1101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url(fancybox/fancybox.png) -40px 0;cursor:pointer;z-index:1103;display:none}#fancybox-error{color:#444;font:normal 12px/20px Arial;padding:14px;margin:0}#fancybox-img{padding:0;margin:0;outline:0;line-height:0;vertical-align:top}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:none}#fancybox-frame{display:block}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:0;background:transparent url(fancybox/blank.gif);z-index:1102;display:none}#fancybox-left{left:0}#fancybox-right{right:0}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block}#fancybox-left-ico{background-position:-40px -30px}#fancybox-left-ico,#fancybox-right-ico{background-image:url(fancybox/fancybox.png)}#fancybox-right-ico{background-position:-40px -60px}#fancybox-left:hover,#fancybox-right:hover{visibility:visible}#fancybox-left:hover span{left:20px}#fancybox-right:hover span{left:auto;right:20px}.fancybox-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url(fancybox/fancybox-x.png)}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url(fancybox/fancybox.png);background-position:-40px -162px}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url(fancybox/fancybox-y.png);background-position:-20px 0}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url(fancybox/fancybox.png);background-position:-40px -182px}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url(fancybox/fancybox-x.png);background-position:0 -20px}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url(fancybox/fancybox.png);background-position:-40px -142px}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url(fancybox/fancybox-y.png)}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url(fancybox/fancybox.png);background-position:-40px -122px}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#fff;text-align:left}#fancybox-title-over{padding:10px;background-image:url(fancybox/fancy_title_over.png);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto}#fancybox-title-float-wrap td{border:none;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url(fancybox/fancybox.png) -40px -90px no-repeat}#fancybox-title-float-main{color:#fff;line-height:29px;font-weight:700;padding:0 0 3px;background:url(fancybox/fancybox-x.png) 0 -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url(fancybox/fancybox.png) -55px -90px no-repeat}.fancybox-ie6 #fancybox-close,.fancybox-ie6 #fancybox-left-ico,.fancybox-ie6 #fancybox-right-ico{background:0 0}.fancybox-ie6 #fancybox-title-over{background:0 0;zoom:1}.fancybox-ie6 #fancybox-title-float-left,.fancybox-ie6 #fancybox-title-float-main,.fancybox-ie6 #fancybox-title-float-right{background:0 0}#fancybox-hide-sel-frame,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right{height:expression(this.parentNode.clientHeight + "px")}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2) + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop)) + "px")}#fancybox-loading.fancybox-ie6 div{background:0 0}.fancybox-ie .fancybox-bg{background:0 0!important}#navigation_off{border-left:1px solid #ededed;border-right:1px solid #ededed;border-top:1px solid #ededed;margin-bottom:7px;padding-bottom:0}#navigation_off li{background:url(../img/bg-nav-li.gif) repeat-x scroll 0 0 transparent;font-size:13px}#navigation_off li a{background:url(../img/arr.gif) no-repeat scroll 12px 50% transparent;color:#000;display:block;padding:8px 12px 9px 23px;text-decoration:none}#navigation_off li ul{border-bottom:1px solid #ededed;border-top:1px solid #ededed;padding:15px 24px}#navigation_off li ul li{background:none repeat scroll 0 0 transparent;color:#333;font-size:12px;padding:0 0 9px}#navigation_off li ul li a{background:none repeat scroll 0 0 transparent;color:#3f68a3;padding:0;text-decoration:underline}#navigation_off li.active,#navigation_off li:hover{background:url(../img/bg-nav-li-on.gif) repeat-x scroll 0 -1px transparent}#navigation_off li ul li:hover{background:none repeat scroll 0 0 transparent}#navigation_off li.active a,#navigation_off li:hover a{background:url(../img/arr-down.gif) no-repeat scroll 12px 50% transparent;color:#fff}#navigation_off li.active a{text-decoration:underline}#navigation_off li.active ul li a,#navigation_off li:hover ul li a{color:#3f68a3}#navigation_off li.active ul li a:hover,#navigation_off li:hover ul li a:hover{color:#92cd51}.support-error-message{display:block}.pcontent{line-height:17px;font-size:13px}.pcontent__richtext{margin-bottom:22px}.pcontent__richtext--bottomframed{border-bottom:1px solid #e2e2e2}.pcontent__richtext--topframed{border-top:1px solid #e2e2e2;padding-top:18px}.pcontent__richtext p{margin:0 0 18px}.pcontent__richtext-bullets ul,.pcontent__richtext ul{margin:0 0 18px;padding:0;list-style:none}.pcontent__richtext-bullets ul{margin:0 0 8px}.pcontent__richtext-bullets ul>li,.pcontent__richtext ul>li{padding:0 0 0 18px;margin-bottom:7px}.pcontent__richtext-bullets ul>li:before,.pcontent__richtext ul>li:before{content:"\2713";margin-left:-18px;position:absolute;color:#3f68a3;font-size:15px}.pcontent__image{display:block;max-width:100%;height:auto;margin-bottom:23px}.content .inner .col2 h2.pcontent__title--default,.pcontent__title--default{letter-spacing:-.5px;font-size:24px!important;font-weight:700!important;line-height:27px!important;color:#3f68a3!important;margin:0 0 18px}.content .inner .col2 h2.pcontent__title--default br,.pcontent__title--default br{line-height:1}.pcontent__title--meta{font-size:14px;font-weight:400;color:#6f6f6f;line-height:28px;margin:0 0 11px;padding:0}.pcontent__title--meta br{line-height:1}.pcontent__buttonwrapper{text-align:center;margin-bottom:70px}.pcollapse .pcontent__buttonwrapper{margin-bottom:0}.pcontent__button{display:inline-block;margin:12px 0 18px;color:#fff;font-size:21px;line-height:24px;font-weight:700;padding:16px 38px;border-radius:5px;background:#4f6ea3;background:-moz-linear-gradient(top,#4f6ea3 0,#204689 100%);background:-webkit-linear-gradient(top,#4f6ea3,#204689);background:linear-gradient(180deg,#4f6ea3 0,#204689);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.pcontent__button:hover{color:#fff;background:#92cd51;background:-moz-linear-gradient(top,#92cd51 0,#7dbd36 100%);background:-webkit-linear-gradient(top,#92cd51,#7dbd36);background:linear-gradient(180deg,#92cd51 0,#7dbd36)}.pcontent .video_container{margin-bottom:21px}.pcontent__richtext-bullets-container{padding:0 0 30px;margin:-14px 0 20px}.pcontent__richtext-bullets{display:none;position:relative}.pcontent_expand{display:inline-block;padding-top:10px}.calculator .calculator__help{position:relative;text-align:right;margin-bottom:9px}.calculator__help_link{text-decoration:underline;position:relative;z-index:10}.calculator__help_content{text-align:left;color:#b8cde9;background:#3f619a;padding:30px 25px;line-height:18px;font-size:13px;position:absolute;left:0;top:-10px;right:42px;display:none;z-index:9}.calculator__help_content.active{display:block}.calculator__help_content:after{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 0 0;border-color:#3f619a transparent transparent;position:absolute;left:100%;top:15px}.calculator__help_content h1,.calculator__help_content h2,.calculator__help_content h3,.calculator__help_content h4,.calculator__help_content h5,.calculator__help_content h6{color:#fff;font-size:18px;line-height:26px;border:0;margin:0 0 20px;padding:0}.calculator__help_content h5,.calculator__help_content h6{font-size:15px;line-height:18px;margin:0 0 7px}.calculator__help_content b,.calculator__help_content strong{color:#fff}.calculator__help_content a{color:#fff;text-decoration:underline}.calculator__help_content a:hover{text-decoration:none}.calculator__row{border-top:1px solid #ddd;padding-top:15px;margin-bottom:15px}.calculator__row:after{content:".";clear:both;display:block;visibility:hidden;height:0}.calculator__row--result{border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:12px;text-align:right;padding-top:16px;margin-bottom:35px}.calculator__row_label{color:#7d7d7d}.calculator__row_output{color:#194085;display:inline-block;width:180px}.calculator__row_step{line-height:19px;margin-bottom:5px}.calculator__row_step+.calculator__row_step{margin-top:-5px}.calculator__row_final{margin-bottom:16px}.calculator__row_final .calculator__row_output{font-size:26px}.calculator__input_wrapper{float:right;width:35%;text-align:right;font-size:12px}.calculator__input_box{cursor:pointer;position:relative;height:24px;padding-right:15px}.calculator__input_box--nopadding{padding-right:0}.calculator__input_currency{margin-right:-15px}.calculator__input,.calculator__input_box{font-size:20px;line-height:23px;color:#194085}.calculator__input_box:hover{color:#92cd51}.calculator__input{position:absolute;top:0;right:15px;width:110px;background:#fff;border:0;box-sizing:border-box;display:block;padding:2px;opacity:0;border-bottom:1px solid #ddd;cursor:pointer}.calculator__input_box--month .calculator__input{right:70px;width:55px}.calculator__input:hover{color:#92cd51}.calculator__input:focus{outline:0;color:#194085;opacity:1;cursor:text}.calculator__range{float:left;width:65%;padding-top:10px}.calculator__range_button{border:0;text-align:center;text-indent:-999px;overflow:hidden;background:transparent url(../img/slider-buttons.png) 0 0 no-repeat;cursor:pointer;height:21px;width:21px;display:inline-block;padding:0;margin:0;box-sizing:border-box}.calculator__range_button--prev{margin-right:10px;background-position:0 0}.calculator__range_button--prev:hover{background-position:0 -21px}.calculator__range_button--next{margin-left:10px;background-position:-21px 0}.calculator__range_button--next:hover{background-position:-21px -21px}.calculator__range_button:focus{outline:0}.calculator__range-slider,.calculator__range-slider__fill{width:180px;background:#f5f5f5;display:inline-block;height:8px;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,.3);box-shadow:inset 0 1px 3px rgba(0,0,0,.3);box-sizing:border-box}.calculator__range-slider{position:relative;top:10px;border-top:10px solid #fff;border-bottom:10px solid #fff;height:28px}.calculator__range-slider__fill{background:#adc2dd;background:-moz-linear-gradient(top,#adc2dd 0,#849fc6 100%);background:-webkit-linear-gradient(top,#adc2dd,#849fc6);background:linear-gradient(180deg,#adc2dd 0,#849fc6);position:absolute;top:0;z-index:2}.calculator__range-slider__handle{background:#fff;cursor:pointer;display:inline-block;width:18px;height:18px;position:absolute;top:-5px;z-index:3;background:url(../img/slider-handle.png)}select.shimmed{display:none}.selectshim{display:block;position:relative}.selectshim__list{position:absolute;display:none;top:0;right:0;list-style:none;padding:3px;border:1px solid #dcdcdc;margin:0;background:#fff;width:140px;-webkit-box-shadow:0 5px 18px 0 rgba(0,0,0,.2);-moz-box-shadow:0 5px 18px 0 rgba(0,0,0,.2);box-shadow:0 5px 18px 0 rgba(0,0,0,.2);z-index:5}.active>.selectshim__list{display:block}.selectshim__option{padding:0 7px;margin:0;font-size:15px;color:#194085;line-height:28px;text-align:left;display:block}.selectshim__option:hover{background:#dae6f4}.calculator__tabs{position:relative;display:block;list-style:none;margin:-35px 0 0;padding:0}.calculator__tabs:after{content:".";clear:both;display:block;visibility:hidden;height:0}.calculator__tabs_tab{display:block;background:#f5f5f5;font-size:12px;line-height:15px;color:#7d7d7d;border:1px solid #dcdcdc;cursor:pointer;padding:5px 9px;margin:0 9px -1px 0;float:left;width:140px}.calculator__tabs_tab:hover{color:#92cd51}.calculator__tabs_tab.active{background:#fff;border-bottom:1px solid #fff}.calculator__tabs_content{display:none}.calculator__tabs_content.active{display:block}@keyframes header-open{0%{color:#3a5c97;font-size:18px;font-weight:700;background:#fff}40%{color:#fff;font-size:18px;font-weight:700;background:#fff}75%{color:#fff;font-size:13px;font-weight:400;background:#fff}to{color:#3a5c97;font-size:13px;font-weight:400;background:#fff}}@keyframes header-close{0%{color:#3a5c97;font-size:13px;font-weight:400;background:#fff}10%{color:#fff;font-size:13px;font-weight:400;background:#fff}17.5%{color:#fff;font-size:13px;font-weight:400;background:#fff}80%{color:#fff;font-size:18px;font-weight:700;background:#fff}to{color:#3a5c97;font-size:18px;font-weight:700}}.pcollapse{border:1px solid #e6e6e6;margin-bottom:70px}.pcollapse+.pcollapse{margin-top:-60px}.pcollapse__header{position:relative;color:#3a5c97;font-size:18px;font-weight:700;padding:20px 55px 20px 23px;margin:0;line-height:23px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;background:#fefefe;background:-moz-linear-gradient(top,#fefefe 0,#ebebeb 100%);background:-webkit-linear-gradient(top,#fefefe,#ebebeb);background:linear-gradient(180deg,#fefefe 0,#ebebeb)}@media (max-width:1023px){.pcollapse__header{font-size:20px}}.inactive>.pcollapse__header{-webkit-animation:header-close .7s;animation:header-close .7s}.active>.pcollapse__header{color:#3a5c97;font-size:13px;font-weight:400;-webkit-animation:header-open .5s;animation:header-open .5s}.pcollapse__header:after{content:"";display:block;position:absolute;top:23px;right:20px;width:17px;height:17px;background:#fff url(../img/control_container.gif) 0 0 no-repeat}.pcollapse__header:hover:after{background-position:0 -17px}.active>.pcollapse__header:after{background-position:-17px 0}.active>.pcollapse__header:hover:after{background-position:-17px -17px}.active>.pcollapse__header,.pcollapse__header:hover{background:#fff}.pcollapse__contentwrapper{overflow:hidden;position:relative;transition:max-height 1s ease,height .5s ease}.inactive>.pcollapse__contentwrapper{max-height:0!important}.pcollapse__content{padding:0 23px 23px}.pcollapse .pcontent__button{margin-bottom:35px;padding:14px 32px;font-size:17px;line-height:20px}.pcollapse .pcontent__button_disclaimer{font-size:9px;color:#b4b4b4;text-align:left;margin-bottom:0}.pcollapse__content>.pcontent__richtext:last-child,.pcollapse__content>.pcontent__richtext:last-child>:last-child{margin-bottom:0}.pcollapse__content table{font-size:12px;font-family:inherit}.pcollapse__content th{font-weight:400;font-size:90%;vertical-align:bottom;text-align:left;padding:3px 6px;width:10%}.pcollapse__content td{background:#f2f2f2;color:#6f6f6f;vertical-align:top;text-align:left;padding:7px 6px;border-bottom:2px solid #fff}.pcollapse__content table p{margin-bottom:5px}.faq{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;margin-bottom:35px}.faq+.faq{border-top:0;margin-top:-35px}.faq__question{color:#3f68a3;font-weight:400;font-size:13px;line-height:17px;margin:0;padding:15px 15px 15px 22px;position:relative;cursor:pointer}.faq__question:before{content:"";display:block;position:absolute;top:16px;left:0;width:15px;height:15px;background:url(../img/control_faq.gif) 0 0 no-repeat}.faq__question:hover{color:#92cd51}.faq__question:hover:before{background-position:0 -15px}.active>.faq__question:hover:before{background-position:-15px -15px}.active>.faq__question:before{background-position:-15px 0}.faq__answerwrapper{max-height:500px;overflow:hidden;transition:max-height .5s ease}.inactive>.faq__answerwrapper{max-height:0!important}.faq__answer{padding:0 0 18px 22px}.feature{background:#f5f5f5;background:-moz-linear-gradient(top,#f5f5f5 0,#fff 100%);background:-webkit-linear-gradient(top,#f5f5f5,#fff);background:linear-gradient(180deg,#f5f5f5 0,#fff);border:1px solid #e6e6e6;margin-bottom:13px;padding:30px 50% 8px 24px;color:#787878;font-size:13px;line-height:17px;overflow:hidden;cursor:pointer}.feature,.feature__inner{position:relative}.feature__image{position:absolute;top:0;right:0;max-width:216px;height:auto}.feature__title{letter-spacing:-.5px;font-size:18px;font-weight:700;color:#3a5c97;margin:0 0 11px;padding:0}.feature__content,.feature__link{margin-bottom:22px}