/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

f
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: normal;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    margin-right: 10px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*fonts EVN trading*/
@font-face {
    font-family: 'FrutigerNextLTW1G-Bold';
    src: url('../../fonts/Frutiger Next W01 Bold/ce9ebe9b-6684-4783-8760-f3a20a0c52f0.eot'), url('../../fonts/Frutiger Next W01 Bold/ce9ebe9b-6684-4783-8760-f3a20a0c52f0.eot') format("eot"),url('../../fonts/Frutiger Next W01 Bold/5f3f5b96-b77d-497d-a916-d483bc9c6c3f.woff') format("woff"),url('../../fonts/Frutiger Next W01 Bold/209c5dbd-a0e8-4fdf-ada6-50628360eefd.ttf') format("truetype"),url('../../fonts/Frutiger Next W01 Bold/44583fec-16e5-46d4-94b5-f779465dc4ec.svg') format("svg");
}

@font-face {
    font-family: 'FrutigerNextLTW1G-Light';
    src: url('../../fonts/Frutiger Next W01 Light/ed851bde-4b1b-45ca-9fbb-9603819932cf.eot');
    src: url('../../fonts/Frutiger Next W01 Light/ed851bde-4b1b-45ca-9fbb-9603819932cf.eot') format("eot"),url('../../fonts/Frutiger Next W01 Light/35288d5e-681e-4b64-a930-438d2b2551d6.woff') format("woff"),url('../../fonts/Frutiger Next W01 Light/1a22c75e-4022-43cd-a543-70ca36eb92aa.ttf') format("truetype"),url('../../fonts/Frutiger Next W01 Light/2c937a24-6a4c-47b2-b3f3-28173e19b53d.svg') format("svg");
}

@font-face {
    font-family: 'FrutigerNextLTW1G-Regular';
    src: url(../../fonts/FrutigerNextW01-Regular/4cef6d85-d22a-4541-b469-da13751862aa.eot), url(../../fonts/FrutigerNextW01-Regular/4cef6d85-d22a-4541-b469-da13751862aa.eot) format("eot"),url('../../fonts/FrutigerNextW01-Regular/d74de079-587d-4049-9cca-50ba02a536f9.woff') format("woff"),url('../../fonts/FrutigerNextW01-Regular/07749504-e72d-4fc9-a58d-5b853dd51fc7.ttf') format("truetype"),url('../../fonts/FrutigerNextW01-Regular/8178e4eb-8ce0-4c15-a701-4a102b204c0e.svg') format("svg");
}
/*end fonts*/


.frutiger {
    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
    font-weight: normal !important;
}

.frutiger-bold {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.frutiger-light {
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_5 {
    margin-left: 50px;
    width: 1200px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_1_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.grid_1_5 {
    margin: 0 20px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5 {
    position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* Grid >> 5 Columns
----------------------------------------------------------------------------------------------------*/
.container_5 .grid_1 {
    width: 220px;
}

.container_5 .grid_2 {
    width: 460px;
}

.container_5 .grid_3 {
    width: 700px;
}

.container_5 .grid_4 {
    width: 940px;
}

.container_5 .grid_5 {
    width: 1180px;
}

.container_5 .grid_1_5 {
    width: 320px;
}

/* Prefix Extra Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/
.container_5 .prefix_1 {
    padding-left: 240px;
}

.container_5 .prefix_2 {
    padding-left: 480px;
}

.container_5 .prefix_3 {
    padding-left: 720px;
}

.container_5 .prefix_4 {
    padding-left: 960px;
}

/* Suffix Extra Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/
.container_5 .suffix_1 {
    padding-right: 240px;
}

.container_5 .suffix_2 {
    padding-right: 480px;
}

.container_5 .suffix_3 {
    padding-right: 720px;
}

.container_5 .suffix_4 {
    padding-right: 960px;
}

/* Push Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/
.container_5 .push_1 {
    left: 240px;
}

.container_5 .push_2 {
    left: 480px;
}

.container_5 .push_3 {
    left: 720px;
}

.container_5 .push_4 {
    left: 960px;
}

/* Pull Space >> 5 Columns
----------------------------------------------------------------------------------------------------*/
.container_5 .pull_1 {
    left: -240px;
}

.container_5 .pull_2 {
    left: -480px;
}

.container_5 .pull_3 {
    left: -720px;
}

.container_5 .pull_4 {
    left: -960px;
}

body {
    font-size: 14px;
    line-height: 19px;
    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
    font-weight: normal !important;
    padding-bottom: 50px;
}

strong {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.is-invisible {
    position: absolute;
    left: -9999em;
}

.is-hidden {
    display: none !important;
}

img {
    display: block;
}

.PageManagerInfoContainer img {
    display: inline-block;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before, .logo:before, .main-navigation:before, .main-navigation ul:before, #FooterNavi:before, #FooterLinks:before, .social:before, .location .search-box ul:before, .location .search-box li:before, .location .map-container:before, .location .location-detail-container .btn-container:before, .dvFormblock .dvCntMiddleInner:before, .dvFormblock .rbListHorizontal:before, .dvFormblock .orderServiceCheckboxList:before, .dvFormblock .form_bg_bar:before,
.clearfix:after,
.logo:after,
.main-navigation:after,
.main-navigation ul:after,
#FooterNavi:after,
#FooterLinks:after,
.social:after,
.location .search-box ul:after,
.location .search-box li:after,
.location .map-container:after,
.location .location-detail-container .btn-container:after,
.dvFormblock .dvCntMiddleInner:after,
.dvFormblock .rbListHorizontal:after,
.dvFormblock .orderServiceCheckboxList:after,
.dvFormblock .form_bg_bar:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after, .logo:after, .main-navigation:after, .main-navigation ul:after, #FooterNavi:after, #FooterLinks:after, .social:after, .location .search-box ul:after, .location .search-box li:after, .location .map-container:after, .location .location-detail-container .btn-container:after, .dvFormblock .dvCntMiddleInner:after, .dvFormblock .rbListHorizontal:after, .dvFormblock .orderServiceCheckboxList:after, .dvFormblock .form_bg_bar:after {
    clear: both;
}

.clearfix, .logo, .main-navigation, .main-navigation ul, #FooterNavi, #FooterLinks, .social, .location .search-box ul, .location .search-box li, .location .map-container, .location .location-detail-container .btn-container, .dvFormblock .dvCntMiddleInner, .dvFormblock .rbListHorizontal, .dvFormblock .orderServiceCheckboxList, .dvFormblock .form_bg_bar {
    zoom: 1;
}

.no-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .no-bullets li {
        list-style: none;
    }

h1 {
    padding: 0;
    margin: 0;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
}

    h1 .searched-item {
        display: block;
        font-weight: normal;
    }

h2 {
    padding: 0 3px 3px 3px;
    margin: 0;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 21px;
    line-height: 23px;
    border-bottom: 4px solid #eee;
    color: #333333;
}

input, textarea, select {
    outline: none;
}

label {
    cursor: pointer;
}

.radiobutton-list input {
    float: left;
    margin: 3px 10px 10px 0px;
    vertical-align: top;
}

.radiobutton-list label {
    float: left;
    vertical-align: top;
    margin-right: 18px;
}

.radiobutton-list > br {
    clear: both;
}

/* margin top */
.has-margin-top5 {
    margin-top: 5px;
}

.has-margin-top8 {
    margin-top: 8px;
}

.has-margin-top10 {
    margin-top: 10px;
}

.has-margin-top15 {
    margin-top: 15px;
}

.has-margin-top20 {
    margin-top: 20px;
}

.has-margin-top25 {
    margin-top: 25px;
}

.has-margin-top30 {
    margin-top: 30px;
}

.has-margin-top35 {
    margin-top: 35px;
}

.has-margin-top40 {
    margin-top: 40px;
}

.has-margin-top60 {
    margin-top: 60px;
}

/* margin bottom */
.has-margin-bottom5 {
    margin-bottom: 5px;
}

.has-margin-bottom8 {
    margin-bottom: 8px;
}

.has-margin-bottom10 {
    margin-bottom: 10px;
}

.has-margin-bottom15 {
    margin-bottom: 15px;
}

.has-margin-bottom20 {
    margin-bottom: 20px;
}

.has-margin-bottom30 {
    margin-bottom: 30px;
}

.has-margin-bottom40 {
    margin-bottom: 40px;
}

/* padding top */
.has-padding-top5 {
    padding-top: 5px;
}

.has-padding-top30 {
    padding-top: 30px;
}

/* padding right */
.has-padding-right20 {
    padding-right: 20px;
}

/* padding left */
.has-padding-left240 {
    padding-left: 240px;
}

.more-info-link {
    margin-top: 10px;
    display: inline-block;
    padding: 0 0 0 13px;
    font-size: 14px;
    line-height: 19px;
    vertical-align: middle;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    color: #cc0000;
    background: url("../images/content/arrow-red.png") no-repeat 3px 3px;
    text-decoration: none;
}

    .more-info-link:focus, .more-info-link:hover {
        text-decoration: underline;
    }

    .more-info-link.press-page {
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0 10px 0 0;
        background-position: 100% 50%;
        z-index: 100;
    }

    .more-info-link.change-info {
        background: url("../images/content/arrow-red-back.png") no-repeat 0 50%;
    }

    .more-info-link.down {
        background: url("../images/content/arrow-red-down.png") no-repeat 0 50%;
    }

.back-btn, btn-back {
    display: inline-block;
    padding: 0 0 0 13px;
    font-size: 14px;
    line-height: 19px;
    vertical-align: middle;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    color: #cc0000;
    background: url("../images/content/arrow-red-back.png") no-repeat 0 50%;
    text-decoration: none;
}

    .back-btn:focus, .back-btn:hover, btn-back:focus, btn-back:hover {
        text-decoration: underline;
    }

.red-btn-small, .rechnungshistorie .pdf a, .red-btn, .red-btn-big, .red-btn-form {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
}

    .red-btn-small:focus, .rechnungshistorie .pdf a:focus, .red-btn-small:hover, .rechnungshistorie .pdf a:hover, .red-btn:focus, .red-btn:hover, .red-btn-big:focus, .red-btn-big:hover, .red-btn-form:focus, .red-btn-form:hover {
        top: -1px;
    }

    .red-btn-small > span, .rechnungshistorie .pdf a > span, .red-btn > span, .red-btn-big > span, .red-btn-form > span {
        display: inline-block;
        color: #fff;
    }

.red-btn-small, .rechnungshistorie .pdf a {
    min-height: 24px;
    padding: 0 8px 0 0;
    background: url(../images/content/red-button-small/btn-small.png) 100% 100% no-repeat;
}

    .red-btn-small > span, .rechnungshistorie .pdf a > span {
        display: inline-block;
        min-height: 21px;
        padding: 3px 0 0 8px;
        background: url(../images/content/red-button-small/btn-span-small.png) 0 0 no-repeat;
        font-size: 14px;
        vertical-align: middle;
    }

.red-btn {
    display: inline-block;
    height: 24px;
    padding: 0 19px 0 0;
    background: url(../images/content/red-button/btn.png) 100% 100% no-repeat;
}

    .red-btn > span {
        height: 22px;
        padding: 2px 0 0 8px;
        background: url(../images/content/red-button/btn-span.png) 0 0 no-repeat;
        font-size: 14px;
        vertical-align: middle;
    }

    .red-btn.no-arrow {
        float: left;
        background: url(../images/content/red-button/btn.png) 25% 100% no-repeat;
    }

.red-btn-big {
    min-height: 35px;
    padding: 0 29px 0 0;
    background: url(../images/content/red-button-big/btn-big.png) 100% 100% no-repeat;
}

    .red-btn-big > span {
        display: inline-block;
        min-height: 28px;
        padding: 7px 0 0 12px;
        background: url(../images/content/red-button-big/btn-span-big.png) 0 0 no-repeat;
        font-size: 19px;
        vertical-align: middle;
    }

.btn-next, .btn-send,
.SubmitRegistrationBtn,
.SendBtnCss {
    float: right;
}

.btn-edi, .mandatory {
    float: left;
}

.mandatory {
    font-size: 0.91em;
    color: #999;
}

.btn-print {
    margin-top: 30px;
}

.btn-rss {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/content/btn-rss.png) 50% 50% no-repeat;
}

.red-btn-form {
    min-height: 35px;
    padding: 0 12px 0 0;
    background: url(../images/content/red-button-form/btn-form.png) 100% 100% no-repeat;
}

    .red-btn-form > span {
        display: inline-block;
        min-height: 28px;
        padding: 7px 0 0 12px;
        background: url(../images/content/red-button-form/btn-span-form.png) 0 0 no-repeat;
        font-size: 19px;
        vertical-align: middle;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.vert-middle {
    vertical-align: middle;
}

.header {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1250px;
    padding: 0;
    margin: 0;
}

    .header .grid_5 {
        min-height: 65px;
    }

.header-top {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1250px;
    min-height: 45px;
    background: url(../images/header/header-top-bg.jpg) 0 0 repeat-x;
}

    .header-top > .container_5 {
        padding: 0 0 0 50px;
        margin: 0;
        background: url(../images/header/header-top-gradient.jpg) 0 0 repeat-y;
    }

    .header-top .grid_5 {
        min-height: 45px;
        max-height: 45px;
    }

.header-bottom {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1250px;
    min-height: 35px;
    padding: 0;
    margin: 0;
    background: #cc0000;
}

    .header-bottom .grid_5 {
        min-height: 35px;
    }

.logo {
    float: left;
    display: block;
    margin: -8px 0 0 0;
}

    .logo img {
        float: left;
    }

    .logo .slogan {
        display: block;
        float: left;
        margin: 18px 0 0 35px;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 22px;
        color: #666666;
    }

.search {
    float: right;
    display: block;
    position: relative;
    margin: 6px 0 0 0;
}

.header-bottom-button + .search {
    padding-right: 15px;
}

.changeLanguage {
    display: block;
    float: right;
    margin: 30px 20px 0 0;
    font-size: 12px;
    line-height: 12px;
}

    .changeLanguage a, .changeLanguage span {
        display: inline-block;
        margin: 0 4px;
        font-size: 12px;
        line-height: 12px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        text-decoration: none;
        color: #cc0000;
    }

        .changeLanguage a:hover {
            text-decoration: underline;
        }

        .changeLanguage a:focus {
            text-decoration: underline;
        }

    .changeLanguage > span {
        color: #666666;
    }

.header-login {
    display: block;
    float: right;
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 12px;
    color: #333333;
}

    .header-login a {
        font-size: 12px;
        line-height: 12px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #cc0000;
        text-decoration: none;
    }

        .header-login a:hover {
            text-decoration: underline;
        }

        .header-login a:focus {
            text-decoration: underline;
        }

.search-bg {
    display: block;
    position: relative;
    float: left;
    width: 192px;
    height: 23px;
    background: url(../images/header/search-bg.jpg) 0 0 no-repeat;
}

    .search-bg input[type=text] {
        position: absolute;
        width: 162px;
        height: 17px;
        top: 2px;
        right: 5px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
        border: none;
        color: #999999;
    }

.search-btn {
    float: left;
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    margin: 0 0 0 5px;
    background: url(../images/header/search-btn.jpg) 0 0 no-repeat;
}

    .search-btn:focus, .search-btn:hover {
        margin-top: -1px;
    }

.header-bottom-button {
    display: inline-block;
    position: relative;
    float: right;
    height: 30px;
    padding: 0 5px 0 7px;
    margin: 5px 0 0;
    background: url(../images/header/header-bottom-btn-line.jpg) 0 0 no-repeat;
}

    .header-bottom-button strong {
        display: inline-block;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 14px;
        line-height: 25px;
        vertical-align: middle;
    }

    .header-bottom-button a {
        display: inline-block;
        padding: 0 10px 5px;
        color: #ffffff;
    }

        .header-bottom-button a:focus, .header-bottom-button a:hover, .header-bottom-button a.highlighted {
            background: #fff;
            color: #cc0000;
        }

            .header-bottom-button a:focus strong, .header-bottom-button a:hover strong, .header-bottom-button a.highlighted strong {
                background-position: 0 -47px;
            }

        .header-bottom-button a strong {
            background-position: 0 3px;
            background-repeat: no-repeat;
        }

    .header-bottom-button .services-btn strong {
        padding: 0 0 0 21px;
        background-image: url(../images/header/arrow-white.png);
    }

    .header-bottom-button .shop-btn strong {
        padding: 0 0 0 25px;
        background-image: url(../images/header/shopping-cart.png);
    }

.shop-status {
    position: relative;
    float: right;
    display: block;
    width: 26px;
    margin: 6px 0 0 6px;
    padding: 2px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 1.428571429;
    color: #cc0000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-box-shadow: -1px -1px 4px #444444;
    -webkit-box-shadow: -1px -1px 4px #444444;
    box-shadow: -1px -1px 4px #444444;
    background-color: #fff;
}

    .shop-status.has-items {
        background: url(../images/shop/overlay-box.png) 0 50% repeat-x;
    }

/* Global */
.house {
    display: block;
    position: relative;
    margin: -15px auto 0 auto;
}

    .house.startpage .headline {
        display: block;
    }

    .house .background-border {
        display: block;
        position: absolute;
        z-index: 0;
        width: 940px;
        height: 530px;
        background: url(../images/house/new/rendering-umrahmung.png) 0 0 no-repeat;
    }

    .house .headline {
        display: none;
        position: absolute;
        z-index: 1;
        left: 45px;
        top: 51px;
        width: 250px;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

        .house .headline strong {
            display: block;
            font-size: 30px;
            line-height: 30px;
            font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
            font-weight: normal !important;
            margin-bottom: 20px;
        }

    .house .tooltip-bg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0px;
        z-index: 1005;
        /* Fallback for web browsers that doesn't support RGBa */
        background: white transparent;
        /* RGBa with 0.6 opacity */
        background: rgba(255, 255, 255, 0.6);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
    }

        .house .tooltip-bg.hidden {
            display: none;
        }

    .house .play-video-btn {
        display: inline-block;
        position: relative;
        height: 35px;
        top: 30px;
    }

        .house .play-video-btn span {
            display: inline-block;
            position: relative;
            z-index: 1;
            color: #fff;
            font-size: 19px;
            line-height: 19px;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            padding: 9px 15px 9px 50px;
        }

        .house .play-video-btn b {
            display: block;
            position: absolute;
            z-index: 0;
            top: 0;
            height: 35px;
        }

            .house .play-video-btn b.l {
                left: 0;
                width: 37px;
                background: url(../images/house/new/play-video-btn-1.png) 0 0 no-repeat;
            }

            .house .play-video-btn b.m {
                left: 37px;
                right: 2px;
                background: url(../images/house/new/play-video-btn-2.png) 0 0 repeat-x;
            }

            .house .play-video-btn b.r {
                right: 0;
                width: 2px;
                background: url(../images/house/new/play-video-btn-3.png) 0 0 no-repeat;
            }

    .house.startpage .button-bar a.video {
        display: none;
    }

    .house.startpage .button-bar a.help {
        display: block;
    }

    .house.startpage .button-bar a.close {
        display: block;
    }

    .house .button-bar {
        display: inline-block;
        position: absolute;
        z-index: 9999;
        top: 22px;
        right: 15px;
    }

        .house .button-bar a {
            display: block;
            position: relative;
            float: left;
            margin-right: 5px;
        }

            .house .button-bar a.help {
                display: none;
                width: 29px;
                height: 29px;
                background: url(../images/house/new/help-btn.png) 0 0 no-repeat;
            }

            .house .button-bar a.video {
                display: block;
                width: 70px;
                height: 29px;
                background: url(../images/house/new/play-video-btn-small-full.png) 0 0 no-repeat;
            }

            .house .button-bar a.close {
                display: block;
                width: 29px;
                height: 29px;
                background: url(../images/house/new/close-btn.png) 0 0 no-repeat;
            }

.house-help {
    display: block;
}

    .house-help.hidden {
        display: none;
    }

    .house-help img {
        display: block;
        position: absolute;
        z-index: 9998;
        top: 0;
        left: 0;
    }

    .house-help .bg {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0px;
        z-index: 9997;
        /* Fallback for web browsers that doesn't support RGBa */
        background: black transparent;
        /* RGBa with 0.6 opacity */
        background: rgba(0, 0, 0, 0.6);
        /* For IE 5.5 - 7*/
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }

        .house-help .bg.hidden {
            display: none;
        }

.house-spot {
    display: block;
    position: absolute;
    z-index: 1003;
}

    .house-spot.active {
        display: block;
        z-index: 1006;
    }

        .house-spot.active .tooltip {
            display: block;
            z-index: 1006;
        }

    .house-spot > a {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        z-index: 2;
    }

        .house-spot > a img {
            max-width: 100%;
        }

    .house-spot a.closeBtnTooltip {
        display: block;
        position: absolute;
        width: 20px;
        height: 19px;
        background: url(../images/house/closeBtnTooltip.png) 0 0 no-repeat;
    }

    .house-spot .tooltip {
        display: none;
        position: absolute;
        width: 478px;
        height: 208px;
        z-index: 1005;
        /*
		>div {
			display: block;
			position: absolute;
			width: 435px;
			height: 83px;
			top: 73px;
			padding: 0;
			margin: 0;
			font-size: 15px;
			color: #666666;
			overflow: auto;

			ul{
				display: block;
				padding: 0;
				margin: 0 0 0 15px;
			}

			ol{
				display: block;
				padding: 0;
				margin: 0 0 0 15px;
			}
		}
		*/
    }

        .house-spot .tooltip > img {
            display: none;
        }

        .house-spot .tooltip > a.closeBtnTooltip {
            display: none;
        }

        .house-spot .tooltip a {
            color: #333;
        }

        .house-spot .tooltip .inner {
            position: relative;
            display: block;
            padding: 4px;
        }

            .house-spot .tooltip .inner img {
                display: inline-block;
                float: left;
                width: 200px;
                height: 200px;
                overflow: hidden;
                border-right: 1px solid #eeeeee;
            }

            .house-spot .tooltip .inner .content {
                display: inline-block;
                width: 230px;
                float: left;
                margin: 25px 0 0 19px;
                padding: 0;
                height: 155px;
                overflow: auto;
            }

                .house-spot .tooltip .inner .content.no-image {
                    width: auto;
                }

                .house-spot .tooltip .inner .content h3 {
                    display: block;
                    position: relative;
                    padding: 0;
                    margin: 0;
                    font-size: 15px;
                    color: #333333;
                    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
                    font-weight: normal !important;
                }

                .house-spot .tooltip .inner .content .description {
                    display: block;
                    font-size: 15px;
                    color: #666666;
                    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
                    font-weight: normal !important;
                    padding-right: 20px;
                }

                    .house-spot .tooltip .inner .content .description p {
                        margin-bottom: 0;
                    }

                .house-spot .tooltip .inner .content .price {
                    display: block;
                    padding-bottom: 10px;
                    margin: 0 20px 10px 0;
                    border-bottom: 1px solid #eeeeee;
                }

        .house-spot .tooltip.shop .inner .content {
            height: 119px;
        }

            .house-spot .tooltip.shop .inner .content h3 {
                color: #cc0000;
            }

        .house-spot .tooltip.shop.no-button .inner .content {
            height: 155px;
        }

        .house-spot .tooltip.shop .buy-btn {
            display: inline-block;
            position: absolute;
            bottom: 46px;
            left: 224px;
            height: 12px;
        }

            .house-spot .tooltip.shop .buy-btn span {
                display: inline-block;
                position: relative;
                z-index: 1;
                color: #fff;
                font-size: 13px;
                line-height: 13px;
                font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
                font-weight: normal !important;
                padding: 6px 14px 6px 14px;
            }

            .house-spot .tooltip.shop .buy-btn b {
                display: block;
                position: absolute;
                z-index: 0;
                top: 0;
                height: 35px;
            }

                .house-spot .tooltip.shop .buy-btn b.l {
                    left: 0;
                    width: 2px;
                    background: url(../images/house/new/tooltip-btn-1.png) 0 0 no-repeat;
                }

                .house-spot .tooltip.shop .buy-btn b.m {
                    left: 2px;
                    right: 2px;
                    background: url(../images/house/new/tooltip-btn-2.png) 0 0 repeat-x;
                }

                .house-spot .tooltip.shop .buy-btn b.r {
                    right: 0;
                    width: 2px;
                    background: url(../images/house/new/tooltip-btn-3.png) 0 0 no-repeat;
                }

        .house-spot .tooltip.tipp .inner .content {
            height: 169px;
        }

            .house-spot .tooltip.tipp .inner .content h3 {
                color: #cc0000;
                font-size: 30px;
                line-height: 30px;
                font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
                font-weight: normal !important;
            }

            .house-spot .tooltip.tipp .inner .content > b {
                display: block;
                margin-bottom: 20px;
            }

    .house-spot.right .tooltip {
        left: 21px;
        background: url(../images/house/new/tooltip-bg.png) 0 0 no-repeat;
    }

    .house-spot.left .tooltip {
        left: -449px;
        background: url(../images/house/new/tooltip-bg.png) 0 0 no-repeat;
    }

    .house-spot.top .tooltip {
        top: -179px;
    }

    .house-spot.bottom .tooltip {
        top: 21px;
    }

.house-hotspots {
    display: none;
    position: absolute;
    top: 15px;
    z-index: 999;
}

.startpage .house-hotspots {
    display: block;
}

.house-hotspots a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

    .house-hotspots a img {
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -ms-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        opacity: 0;
    }

    .house-hotspots a:hover img, .house-hotspots a.mouseover img {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        opacity: 1;
    }

.houseNavigation .navHolder {
    display: block;
    position: relative;
}

.houseNavigation ul {
    display: block;
    padding: 0;
    margin: 0 0 0 -20px;
    list-style: none;
}

    .houseNavigation ul li {
        display: block;
        position: relative;
        float: left;
        width: 100px;
        height: 130px;
        padding: 0;
        margin: 0 0 0 20px;
        background: #ffffff;
    }

        .houseNavigation ul li.active a, .houseNavigation ul li:hover a, .houseNavigation ul li.mouseover a {
            border: 5px solid #cc0000;
            margin: -5px 0 0 -5px;
        }

.houseNavigation .title {
    text-align: center;
    padding: 20px 0 20px 0;
}

    .houseNavigation .title span {
        display: block;
        font-size: 12px;
        line-height: 12px;
        font-family: frutiger-bold();
        color: #999;
    }

    .houseNavigation .title strong {
        display: block;
        font-size: 12px;
        line-height: 12px;
        font-family: frutiger();
        color: #333;
    }

.houseNavigation a {
    display: block;
    position: relative;
    width: 100px;
    height: 70px;
}

    .houseNavigation a img {
        width: 100px;
        height: 70px;
    }

    .houseNavigation a .border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 70px;
        background: url(../images/house/new/rendering-umrahmung-thumbs.png) 0 0 no-repeat;
    }

.videoplayer {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1100;
    width: 940px;
    height: 530px;
}

    .videoplayer.hidden {
        display: none;
    }

/*
.housePartSwitcher {
	position:fixed;
	bottom:25px;
	left: 0;
	display: block;
	width: 120px;
	height: 116px;
	padding: 2px 0 4px 0;
	background: url(../images/house/switcherNavBg.png) 0 0 repeat-x;
	z-index: 100!important;

	.btnShowRooms{
		position: absolute;
		width: 120px;
		height: 116px;
		top: 2px;
		right: 0;
		cursor: pointer;

		strong{
			display: block;
			position: absolute;
			right: 30px;
			top: 30px;
			font-size: 14px;
			color: #0083ab;
			cursor: pointer;
		}

		span.arrow{
			display: block;
			position: absolute;
			width: 30px;
			height: 122px;
			top: -2px;
			right: -30px;
			background: url(../images/house/switcherNavArrow.png) 0 0 no-repeat;
			cursor: pointer;
		}
	}


	&.active{
		//width: 830px;
		@include transition(width, 0.5, cubic-bezier(0.895, 0.030, 0.685, 0.220));

		.btnShowRooms{
			width: 0;

			strong{
				display: none;
			}
			span.arrow{
				background-position: 100% 0;
			}
		}

		.navHolder{
			//width: 800px;
			@include transition(width, 0.5, cubic-bezier(0.895, 0.030, 0.685, 0.220));
		}
	}

	&.not-active{
		width: 120px !important;
		@include transition(width, 0.5, cubic-bezier(0.895, 0.030, 0.685, 0.220));

		.btnShowRooms{
			strong{
				display: block;
			}
			span.arrow{
				background-position: 0 0;
			}
		}

		.navHolder{
			width: 0 !important;
			@include transition(width, 0.5, cubic-bezier(0.895, 0.030, 0.685, 0.220));
		}
	}

	.no-csstransitions & {
		width: 150px;
		height: 116px;
		padding: 2px 0 4px 0 !important;
		padding: 0;
		background: none;

		&.active{
			height: 122px;
			padding: 0 !important;

			.navHolder{
				display: block;
				height: 116px;
				padding: 2px 0 4px 0;
				background: url(../images/house/switcherNavBg.png) 0 0 repeat-x;
			}

			.btnShowRooms{
				width: 0;
				padding: 0;
				margin: 0;
				background: none;
			}
		}

		.navHolder{
			width: 0px;
			float: left;
			overflow: hidden;
			zoom: 1;
		}

		.btnShowRooms{
			position: relative;
			height: 116px;
			padding: 2px 0 4px 0;
			float: left;
			right: auto;
			margin: 0;
			background: url(../images/house/switcherNavBg.png) 0 0 repeat-x;

			span.arrow{
				float: right;
				position: relative;
				margin: -2px -30px 0 0;
				right: 0;
				left: 0;
				top: 0;
			}
		}
	}

	.navHolder {
		display: block;
		float: left;
		height: 116px;
		width: 0;
		position: relative;
		overflow: hidden;
	}

	ul {
		display: block;
		height: 116px;
		padding: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
	}

	li {
		display: block;
		position: relative;
		float: left;
		width: 160px;
		height: 116px;
		padding: 0;
		margin: 0;
		background: #ffffff;

		&.active {
			a {
				background: url(../images/house/switcherBg-active.png) 0 0 no-repeat;
			}

			strong {
				color: #968e84;
			}
		}
	}

	a {
		display: block;
		width: 160px;
		height: 116px;
		padding: 0;
		margin: 0;
		text-decoration: none;
		background: url(../images/house/switcherBg.png) 0 100% no-repeat;

		&:hover {
			background-color: #e8e4de;
		}

		img {
			display: block;
			position: absolute;
			width: 119px;
			height: 72px;
			top: 17px;
			left: 22px;
			border: none;
		}

		strong {
			display: block;
			position: absolute;
			width: 100%;
			top: 95px;
			text-align: center;
			font-size: 13px;
			line-height: 13px;
			color: #0083ab;
			text-decoration: none;
		}
	}
}
*/
/* Fixes Kentico CMS Editor message overlay bug */
#CMSHeaderPad {
    display: none;
}

.PageManagerInfo {
    background-color: #eee;
}

/* Editor */
.house-editor {
    display: block;
    position: relative;
}

.house-spot-editor {
    display: block;
    position: absolute;
    margin: -30px 0 0 -29px;
}

    .house-spot-editor > a {
        display: block;
        width: 59px;
        height: 57px;
    }

        .house-spot-editor > a img {
            max-width: 100%;
        }

.sector-navigation .CMSListMenuUL {
    float: right;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

    .sector-navigation .CMSListMenuUL > li {
        float: left;
        position: relative;
        margin-left: 2px;
        border-left: solid 1px #eee;
    }

        .sector-navigation .CMSListMenuUL > li.CMSListMenuHighlightedLI, .sector-navigation .CMSListMenuUL > li:hover {
            border-left-color: #ececec;
        }

            .sector-navigation .CMSListMenuUL > li.CMSListMenuHighlightedLI > a, .sector-navigation .CMSListMenuUL > li:hover > a {
                background-color: #fff;
                border: solid 1px #ececec;
                border-bottom-color: #fff;
                border-left-width: 0;
                color: #c00;
            }

        .sector-navigation .CMSListMenuUL > li.no-tab {
            border-left: 0;
        }

            .sector-navigation .CMSListMenuUL > li.no-tab a {
                background: none;
                border-width: 0;
                padding: 1px 11px 1px 9px;
            }

        .sector-navigation .CMSListMenuUL > li.has-flapout {
            border-left: 0;
        }

            .sector-navigation .CMSListMenuUL > li.has-flapout > a {
                background: url(../images/header/navigation-sector-arrows.png) 100% 14px no-repeat;
                border-width: 0;
                padding: 1px 15px 1px 9px;
                margin-right: 10px;
            }

                .sector-navigation .CMSListMenuUL > li.has-flapout > a:focus, .sector-navigation .CMSListMenuUL > li.has-flapout > a:hover {
                    background-position: 100% -13px;
                }

        .sector-navigation .CMSListMenuUL > li > a {
            display: inline-block;
            padding: 0 10px 0 9px;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 15px;
            text-decoration: none;
            line-height: 2.2;
            color: #666666;
            /*background-image: url(../images/header/navigation-sector-gradient.png);*/
            background-position: 0 50%;
            background-repeat: repeat-x;
            border: solid 1px #eee;
            border-width: 1px 1px 1px 0;
        }

            .sector-navigation .CMSListMenuUL > li > a:focus, .sector-navigation .CMSListMenuUL > li > a:hover {
                color: #cc0000;
            }

.sector-navigation .flapout {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10000;
    width: 400px;
    min-height: 180px;
    padding: 20px;
    margin-top: 0;
    padding-top: 19px;
    border: solid #ccc;
    border-width: 0 5px 5px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    color: #333333;
    background: #fafafa;
}

    .sector-navigation .flapout .red-btn-small, .sector-navigation .flapout .rechnungshistorie .pdf a, .rechnungshistorie .pdf .sector-navigation .flapout a {
        margin-right: 10px;
    }

.sector-navigation > .flapout {
    display: none;
}

.main-navigation {
    float: left;
    width: 762px;
}

    .main-navigation ul {
        float: left;
        width: 731px;
        height: 35px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .main-navigation li {
        float: left;
        padding: 5px 5px 0 7px;
        background: url("../images/header/navigation-main.png") no-repeat 0 5px;
    }

        .main-navigation li a {
            padding: 0 10px 3px;
        }

        .main-navigation li.CMSListMenuHighlightedLI a, .main-navigation li:hover a {
            background: #fff;
            color: #cc0000;
        }

    .main-navigation a {
        display: inline-block;
        font-size: 14px;
        line-height: 27px;
        color: #fff;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        text-decoration: none;
    }

        .main-navigation a:focus, .main-navigation a:hover {
            background-color: #fff;
            color: #cc0000;
        }

    .main-navigation .home {
        float: left;
        width: 36px;
        height: 30px;
        margin: 5px 5px 0 -10px;
        text-indent: -999em;
        background: url("../images/header/navigation-main.png") no-repeat -698px 0;
    }

        .main-navigation .home:focus, .main-navigation .home:hover, .main-navigation .home.HighLighted {
            background-position: -734px 0 !important;
            background-color: #fff;
        }

.footer {
    display: block;
    position: relative;
    width: 100%;
    min-width: 1250px;
    padding: 0;
    margin: 0;
}

.footer-navigation {
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 0 15px;
    background: url(../images/footer/footer-navi-bg.jpg) 0 0 repeat-x;
    border-bottom: 1px solid #eee;
}

.hotline-info {
    display: block;
}

    .hotline-info .hotline-title {
        display: block;
        padding: 0 0 0 22px;
        font-size: 14px;
        line-height: 14px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #666666;
    }

    .hotline-info .info-holder {
        display: block;
        position: relative;
        width: 200px;
        padding: 24px 0 8px 0;
        margin: 5px 0 0 0;
    }

        .hotline-info .info-holder > div {
            display: block;
            position: relative;
            background: url(../images/footer/hotline/content.png) 0 0 repeat;
            text-align: center;
        }

    .hotline-info .top {
        display: block;
        position: absolute;
        width: 200px;
        height: 24px;
        top: 0;
        left: 0;
        background: url(../images/footer/hotline/top.png) 0 0 no-repeat;
    }

    .hotline-info .bottom {
        display: block;
        position: absolute;
        width: 200px;
        height: 8px;
        left: 0;
        bottom: 0;
        background: url(../images/footer/hotline/bottom.png) 0 0 no-repeat;
    }

    .hotline-info .hotline-tel {
        display: inline-block;
        padding: 0 0 0 22px;
        font-size: 20px;
        line-height: 20px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #666666;
        background: url(../images/footer/hotline/phone-icon.png) 0 50% no-repeat;
    }

    .hotline-info .hotline-time {
        display: inline-block;
        margin: 10px 0 0 0;
        font-size: 12px;
        line-height: 14px;
    }

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#FooterNavi > li {
    float: left;
    width: 150px;
    padding-right: 10px;
}

    #FooterNavi > li > a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 14px;
    }

#FooterNavi ul a {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    background: url(../images/footer/navigation-footer.png) 0 3px no-repeat;
}

#FooterNavi a {
    text-decoration: none;
    line-height: 18px;
    color: #666666;
}

    #FooterNavi a:focus, #FooterNavi a:hover {
        text-decoration: underline;
    }

.footer-links, .print-footer {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.footer-links {
    padding-top: 20px;
}

#FooterLinks {
    font-size: 14px;
}

    #FooterLinks li {
        float: left;
    }

        #FooterLinks li:before {
            display: inline-block;
            padding: 0 5px;
            content: "\2f";
            color: #999999;
        }

        #FooterLinks li:first-child:before {
            content: "";
            padding: 0;
        }

    #FooterLinks a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #666666;
        text-decoration: none;
    }

        #FooterLinks a:focus, #FooterLinks a:hover {
            text-decoration: underline;
        }

.social {
    padding-top: 10px;
}

    .social li {
        display: inline-block;
        float: left;
        width: 120px;
    }

.slider-grid3 {
    display: block;
    width: 700px;
    /*height: auto;*/
    height: 435px;
    overflow: hidden;
}

    .slider-grid3 ul {
        display: block;
        position: relative;
        width: 10000px;
        /* To Do: per JS */
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #eee;
    }

    .slider-grid3 li {
        display: block;
        position: relative;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .slider-grid3 a {
        display: block;
    }

.wideSliderButtonsHolder {
    height: 15px;
}

    .wideSliderButtonsHolder ul {
        position: absolute;
        padding: 0;
        margin: 0;
        top: -2px;
        left: 0;
        list-style: none;
        text-decoration: none;
    }

    .wideSliderButtonsHolder li {
        float: left;
        padding: 0;
        margin: 0 4px 0 0;
        text-decoration: none;
        list-style: none;
    }

    .wideSliderButtonsHolder a {
        display: block;
        width: 8px;
        height: 7px;
        background: url(../images/content/slider/btn.png) 100% 0 no-repeat;
    }

        .wideSliderButtonsHolder a.active {
            background-position: 0 0;
        }

.slider-teaser {
    position: relative;
    width: 460px;
    height: auto;
    overflow: hidden;
}

    .slider-teaser > ul {
        display: block;
        position: relative;
        width: 10000px;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .slider-teaser li {
        display: block;
        position: relative;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .slider-teaser .teaser-text {
        display: block;
        position: relative;
        min-height: 147px;
        padding: 15px 0 18px 0;
    }

        .slider-teaser .teaser-text .more-info-link {
            position: absolute;
            bottom: 0;
            left: 0;
        }

.teaserButtonsHolder {
    display: block;
    position: absolute;
    height: 26px;
    width: 200px;
    top: 0;
    right: 0;
    background: #ffffff;
    z-index: 100;
}

    .teaserButtonsHolder ul {
        position: relative;
        float: right;
        padding: 0;
        margin: 9px 0 0 0;
        list-style: none;
        text-decoration: none;
    }

    .teaserButtonsHolder li {
        float: left;
        padding: 0;
        margin: 0 0 0 4px;
        text-decoration: none;
        list-style: none;
    }

    .teaserButtonsHolder a {
        display: block;
        width: 8px;
        height: 7px;
        background: url(../images/content/slider/btn.png) 100% 0 no-repeat;
    }

        .teaserButtonsHolder a.active {
            background-position: 0 0;
        }

.tabs {
    display: block;
    min-height: 395px;
}

    .tabs .tab-btn-holder {
        display: block;
        position: relative;
        height: 30px;
        background: url(../images/content/tabs/gray-line.jpg) 0 100% repeat-x;
    }

        .tabs .tab-btn-holder ul {
            position: absolute;
            height: 30px;
            bottom: 0;
            left: 0;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .tabs .tab-btn-holder li {
            position: relative;
            float: left;
            padding: 0;
            margin: 0 2px 0 0;
            list-style: none;
        }

        .tabs .tab-btn-holder a {
            display: block;
            padding: 6px 13px 5px 13px;
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            border-left: 1px solid #eee;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 14px;
            line-height: 14px;
            color: #666666;
            background: #ffffff url(../images/content/tabs/link-bg.jpg) 0 100% repeat-x;
            text-decoration: none;
        }

            .tabs .tab-btn-holder a.active {
                padding-bottom: 9px;
                color: #cc0000;
                background: #ffffff;
            }

            .tabs .tab-btn-holder a:hover {
                padding-bottom: 9px;
                color: #cc0000;
                background: #ffffff;
            }

            .tabs .tab-btn-holder a:focus {
                padding-bottom: 9px;
                color: #cc0000;
                background: #ffffff;
            }

    .tabs .tab-content-holder {
        display: block;
        overflow: hidden;
    }

        .tabs .tab-content-holder ul {
            width: 10000px;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .tabs .tab-content-holder li {
            display: none;
            position: relative;
            float: left;
            width: 418px;
            padding: 46px 0 0 42px;
            margin: 0;
            list-style: none;
        }

            .tabs .tab-content-holder li.active {
                display: block;
            }

        .tabs .tab-content-holder h1 {
            width: 354px;
            padding: 0 0 20px 0;
            margin: 0;
            border-bottom: 2px solid #eee;
        }

        .tabs .tab-content-holder .tab-content {
            display: block;
            width: 384px;
            padding: 12px 0 11px 0;
            border-bottom: 2px solid #eee;
        }

            .tabs .tab-content-holder .tab-content tr {
                position: relative;
                float: left;
            }

                .tabs .tab-content-holder .tab-content tr:first-child td {
                    padding-left: 28px;
                }

                    .tabs .tab-content-holder .tab-content tr:first-child td input[type=radio] {
                        left: 10px;
                    }

            .tabs .tab-content-holder .tab-content td {
                position: relative;
                padding: 0 25px 0 18px;
            }

            .tabs .tab-content-holder .tab-content input[type=radio] {
                position: absolute;
                top: 2px;
                left: 0;
            }

            .tabs .tab-content-holder .tab-content label {
                font-size: 14px;
                line-height: 14px;
                color: #333333;
            }

        .tabs .tab-content-holder .rb-list-holder {
            position: relative;
            width: 100%;
        }

            .tabs .tab-content-holder .rb-list-holder tr {
                position: relative;
                width: 100%;
                float: left;
            }

            .tabs .tab-content-holder .rb-list-holder td {
                position: relative;
                padding: 0 0 0 18px;
            }

            .tabs .tab-content-holder .rb-list-holder input[type=radio] {
                position: absolute;
                top: 2px;
                left: 0;
            }

            .tabs .tab-content-holder .rb-list-holder label {
                font-size: 14px;
                line-height: 14px;
                color: #333333;
            }

        .tabs .tab-content-holder .login-info {
            display: inline-block;
            float: left;
            width: 140px;
            margin: 0 10px 0 0;
        }

            .tabs .tab-content-holder .login-info label {
                font-size: 14px;
                line-height: 14px;
                font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
                font-weight: normal !important;
                color: #333333;
            }

            .tabs .tab-content-holder .login-info input[type=text], .tabs .tab-content-holder .login-info input[type=password] {
                width: 126px;
                padding: 4px;
                border: 1px solid #d9d9d9;
            }

    .tabs .red-btn-big > span {
        min-width: 100px;
    }

.hero-teaser {
    display: table;
    position: relative;
}

    .hero-teaser h1 {
        padding: 0 3px;
        margin-bottom: 10px;
    }

    .hero-teaser img {
        display: block;
        position: relative;
        max-width: 460px;
        padding: 0;
        margin: 0;
    }

    .hero-teaser > div {
        display: table-cell;
        position: relative;
        width: 380px;
        margin: 0;
        vertical-align: middle;
        border: 0;
    }

    .hero-teaser .red-btn-big {
        /*margin: 26px 0 0 0;*/
    }

    .hero-teaser.img-left > div {
        text-align: left;
        padding: 0 65px 0 20px;
    }

    .hero-teaser.img-right > div {
        text-align: right;
        padding: 0 20px 0 80px;
    }

    .hero-teaser.fullsize-text {
        display: block;
    }

        .hero-teaser.fullsize-text > div {
            display: block;
            width: 640px !important;
            padding: 0 0 40px;
        }

    .hero-teaser.with-line {
        border-bottom: 4px solid #eee;
        margin: 0px;
    }

    .hero-teaser.wide img {
        max-width: 790px;
    }

    .hero-teaser.wide > div {
        width: 280px;
    }

    .hero-teaser.wide.img-left > div {
        text-align: left;
        padding: 0 0 0 20px;
    }

    .hero-teaser.wide.img-right > div {
        text-align: right;
        padding: 0 20px 0 80px;
    }

    .hero-teaser.narrow > div {
        width: 230px;
    }

    .hero-teaser.narrow.img-left > div {
        text-align: left;
        padding: 0 260px 0 20px;
    }

    .hero-teaser.narrow.img-right > div {
        text-align: right;
        padding: 0 20px 0 260px;
    }

    .hero-teaser .login {
        position: absolute;
        width: 261px !important;
        top: 30px;
        right: 0;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: 1px solid #EEEEEE !important;
    }

.hero-teaser-text {
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.link-teaser-holder {
    display: inline;
    overflow: hidden;
}

    .link-teaser-holder ul {
        padding: 0;
        margin: 0 -10px;
        width: 960px;
        list-style: none;
    }

    .link-teaser-holder li {
        display: inline-block;
        width: 220px;
        margin-left: 10px;
        margin-right: 22px;
        margin-bottom: 20px;
        vertical-align: top;
        position: relative;
        right: 4px;
    }

@-moz-document url-prefix() {
    .link-teaser-holder li {
        right: 14px;
    }
}

.grid_3 .link-teaser-holder ul {
    width: 720px;
}

.breadcrumb {
    display: block;
    width: 100%;
    border-top: 1px solid #eeeeee;
}

    .breadcrumb ul {
        padding: 0 0 0 22px;
        margin: 0;
        list-style: none;
    }

    .breadcrumb li {
        display: block;
        position: relative;
        float: left;
        padding: 6px 9px 6px 26px;
        margin: 0;
        list-style: none;
        font-size: 12px;
        line-height: 18px;
        color: #666666;
        background: url(../images/breadcrumb/arrow.png) 0 50% no-repeat;
    }

        .breadcrumb li:first-child {
            padding-left: 17px;
            background-image: url(../images/breadcrumb/start.png);
        }

    .breadcrumb a {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        color: #666666;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        .breadcrumb a:focus {
            text-decoration: underline;
        }

.sub-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    list-style: none;
}

.sub-navigation li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ececec;
    list-style: none;
}

.sub-navigation .CMSListMenuLI .CMSListMenuUL {
    display: none;
}

.sub-navigation ul li.CMSListMenuHighlightedLI > a, .sub-navigation li.CMSListMenuHighlightedLI > span {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    background-image: url(../images/subnavigation/red-arrow-hover-active.png);
    color: #cc0000;
}


.sub-navigation li.CMSListMenuHighlightedLI > .item-count {
    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
    font-weight: normal !important;
}

.sub-navigation a, .sub-navigation span {
    display: block;
    padding: 7px 10px 7px 15px;
    background: url(../images/subnavigation/gray-arrow.png) 0 10px no-repeat;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
}

    .sub-navigation a:focus, .sub-navigation a:hover, .sub-navigation span:focus, .sub-navigation span:hover {
        background-image: url("../images/subnavigation/red-arrow.png") ;
    }

.sub-navigation > ul > li:first-child {
    border: none;
}

.sub-navigation > ul ul li a, .sub-navigation > ul ul li span {
    display: block;
    padding-left: 30px;
    border-top: 1px solid #fff;
    background-color: #fafafa;
    background-position: 15px 50%;
}

.sub-navigation > ul ul li li a {
    padding-left: 45px;
    background-position: 30px 50%;
}

.sub-navigation a.active + ul {
    display: block;
}

.sub-navigation .item-count {
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0;
    background: none !important;
    color: #333333 !important;
    font-weight: normal !important;
    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
    font-weight: normal !important;
}

.aside {
    padding: 61px 0 0 0;
}

    .aside.has-padding-top0 {
        padding-top: 0;
    }

    .aside.has-padding-top30 {
        padding-top: 30px;
    }

    .aside.has-padding-top40 {
        padding-top: 40px;
    }

.aside-box {
    position: relative;
    display: block;
    width: 220px;
    border-bottom: 1px solid #eee;
    font-family: 'FrutigerNextLTW1G-Regular';
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}

    .aside-box > img {
        max-width: 220px;
    }

    .aside-box .title {
        display: block;
        width: 215px;
        padding: 6px 32px 7px 14px;
        font-size: 19px;
        line-height: 22px;
        vertical-align: middle;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        color: #ffffff;
        background: #cc0000;
    }

    .aside-box .aside-box-content {
        display: block;
        padding: 0px;
        font-size: 14px;
        line-height: 16px;
    }

        .aside-box .aside-box-content .label {
            padding: 0px;
        }

    .aside-box .description {
        position: absolute;
        left: -999em;
        width: 100px;
    }

    .aside-box .btnShowVideo {
        position: relative;
        display: block;
        width: 220px;
    }

        .aside-box .btnShowVideo img {
            max-width: 220px;
            z-index: 0;
        }

        .aside-box .btnShowVideo .play-btn {
            display: block;
            position: absolute;
            width: 50px;
            height: 50px;
            top: 50%;
            left: 50%;
            margin: -25px 0 0 -25px;
            background: url(../images/aside/play-btn.png) 0 0 no-repeat;
            z-index: 100;
        }

    .aside-box.login .aside-box-content {
        padding: 16px 20px;
        border-top: 4px solid #eee;
        border-bottom: 2px solid #eee;
        background: #fafafa;
    }

        .aside-box.login .aside-box-content label {
            padding: 0 3px;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 14px;
            line-height: 16px;
        }

        .aside-box.login .aside-box-content input[type=text], .aside-box.login .aside-box-content input[type=password] {
            display: block;
            width: 200px;
            padding: 3px 4px;
            border: 1px solid #f2f2f2;
        }

    .aside-box.costs .aside-box-content {
        padding: 0;
    }

        .aside-box.costs .aside-box-content td {
            text-align: right;
            padding: 10px 12px 10px 0;
        }

            .aside-box.costs .aside-box-content td:first-child {
                text-align: left;
                padding: 10px 0 10px 12px;
            }

        .aside-box.costs .aside-box-content tfoot tr:first-child td {
            border-top: solid 1px #eee;
            text-transform: uppercase;
        }

        .aside-box.costs .aside-box-content tfoot td {
            background: #fafafa;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
        }

            .aside-box.costs .aside-box-content tfoot td.tax {
                padding-top: 0;
                padding-right: 12px;
                color: #999999;
                font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
                font-weight: normal !important;
            }

.contant-tabs {
    display: block;
    position: relative;
    height: 30px;
    top: 0;
    left: 0;
    margin-top: -30px;
}

.search-result .contant-tabs {
    margin-top: 30px;
}

.contant-tabs ul {
    position: absolute;
    height: 30px;
    padding: 0;
    margin: 0;
    top: 0;
    list-style: none;
}

.contant-tabs li {
    position: relative;
    float: left;
    padding: 0;
    margin: 0 2px 0 0;
    list-style: none;
}

.contant-tabs a {
    display: block;
    padding: 6px 13px 5px 13px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    background: #ffffff url(../images/content/tabs/link-bg.jpg) 0 100% repeat-x;
    text-decoration: none;
}

.contant-tabs ul li.CMSListMenuHighlightedLI > a, .contant-tabs li.CMSListMenuHighlightedLI > span {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    color: #cc0000;
    height:18px !important;
}

.contant-tabs a.active {
    padding-bottom: 9px;
    color: #cc0000;
    background: #ffffff;
}

.contant-tabs a:hover {
    padding-bottom: 9px;
    color: #cc0000;
    background: #ffffff;
}

.contant-tabs a:focus {
    padding-bottom: 9px;
    color: #cc0000;
    background: #ffffff;
}

.contant-tabs.result-tabs {
    height: 26px;
    border-bottom: 4px solid #eee;
}

    .contant-tabs.result-tabs ul {
        top: 0;
    }

.press {
    display: block;
}

    .press ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .press li {
        display: block;
        position: relative;
        min-height: 120px;
        padding: 0 0 0 240px;
        margin: 0 0 40px 0;
        list-style: 0;
    }

        .press li img {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .press li > div {
            margin: 3px 0 0 0;
        }

    .press .press-date {
        display: block;
        position: relative;
        top: -3px;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: normal;
        color: #999999;
    }

.btn-rss.btn-press-rss {
    display: block !important;
    margin: -42px 0 18px -6px;
}

.press-detail {
    display: block;
}

    .press-detail .press-date {
        display: block;
        margin: 0 0 16px 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: normal;
        color: #999999;
    }

    .press-detail .press-title {
        padding: 0 220px 24px 0;
        border-bottom: 4px solid #eee;
    }

    .press-detail .press-short-description {
        display: block;
        margin: 10px 0 0 0;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 16px;
        line-height: 22px;
        color: #333333;
    }

    .press-detail .press-description {
        display: block;
        padding: 0 0 56px 0;
        margin: 60px 0 15px 0;
        border-bottom: 1px solid #eee;
    }

.press-date {
    display: block;
    margin-top: 13px;
    color: #999999;
}

    .press-date a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #c00;
        text-decoration: none;
    }

.pagination {
    display: block;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee;
}

.pagination-items {
    float: left;
}

    .pagination-items label, .pagination-items select, .pagination-items a {
        vertical-align: top;
    }

    .pagination-items label {
        margin: 2px 6px 0 0;
    }

    .pagination-items .ddPagination {
        display: inline-block;
        position: relative;
        width: 55px;
        height: 24px;
        padding: 0 0 0 2px;
        font-size: 14px;
        line-height: 24px;
        border: 1px solid #cccccc;
    }

    .pagination-items .red-btn-small, .pagination-items .rechnungshistorie .pdf a, .rechnungshistorie .pdf .pagination-items a {
        margin: 0 0 0 2px;
    }

.pagination-btn-holder {
    float: right;
}

    .pagination-btn-holder .pagination-btn {
        display: block;
        position: relative;
        float: left;
        width: 24px;
        height: 24px;
        background: url(../images/content/pagination/btn.png) no-repeat;
    }

        .pagination-btn-holder .pagination-btn.left {
            background-position: 0 0;
        }

        .pagination-btn-holder .pagination-btn.right {
            background-position: 100% 0;
        }

    .pagination-btn-holder .pagination-statuas {
        display: block;
        position: relative;
        float: left;
        width: 38px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
    }

.rate-table-holder {
    display: block;
    overflow: hidden;
}

.rate-table {
    display: block;
    position: relative;
    width: 1190px;
}

    .rate-table thead {
        width: 240px;
        float: left;
    }

        .rate-table thead tr:first-child {
            width: 240px;
        }

    .rate-table tbody {
        width: 950px;
        float: left;
        margin: -40px 0 0 0;
    }

        .rate-table tbody tr {
            margin: 40px 0 0 0;
        }

    .rate-table tr {
        float: left;
        width: 190px;
    }

    .rate-table th {
        position: relative;
        float: left;
        width: 240px;
        padding: 0;
        margin: 0;
        border: none;
    }

        .rate-table th strong {
            display: block;
            width: 200px;
            padding: 4px 0 0 0;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 12px;
            line-height: 12px;
            text-align: right;
            border-top: 1px solid #eee;
            color: #333333;
        }

        .rate-table th.product-image {
            min-height: 260px;
            padding: 30px 0 0 0;
        }

        .rate-table th.electricity-generation {
            min-height: 130px;
        }

        .rate-table th.show-details {
            min-height: 40px;
        }

        .rate-table th.contract-period {
            min-height: 34px;
        }

        .rate-table th.price-adjustment {
            min-height: 58px;
        }

        .rate-table th.consumption-price {
            min-height: 36px;
        }

            .rate-table th.consumption-price strong {
                border: none;
            }

        .rate-table th.detail-view {
            min-height: 60px;
        }

    .rate-table td {
        position: relative;
        float: left;
        width: 190px;
        padding: 0;
        margin: 0;
        border: none;
    }

    .rate-table .hidden {
        display: none;
    }

    .rate-table .title {
        padding: 0;
        margin: 0;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 30px;
        line-height: 32px;
        color: #666666;
        border: none;
    }

    .rate-table .price {
        font-size: 20px;
        line-height: 21px;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        color: #cc0000;
    }

    .rate-table .product-name strong {
        display: table;
        margin: 0;
        width: 170px;
        height: 38px;
        font-size: 15px;
        line-height: 15px;
        font-weight: normal;
        border-bottom: 4px solid #eee;
    }

        .rate-table .product-name strong span {
            display: table-cell;
            padding: 0 0 5px 0;
            vertical-align: bottom;
        }

    .rate-table .product-image {
        text-align: center;
        vertical-align: middle;
        min-height: 170px;
    }

        .rate-table .product-image img {
            max-width: 170px;
            max-height: 170px;
        }

    .rate-table .product-description {
        width: 170px;
        min-height: 70px;
        padding: 10px 20px 0 0;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 12px;
        line-height: 17px;
    }

    .rate-table .product-option {
        width: 170px;
        min-height: 30px;
        padding: 10px 20px 0 0;
        font-size: 14px;
        line-height: 17px;
    }

    .rate-table .prduct-electricity-generation-1 {
        min-height: 50px;
    }

        .rate-table .prduct-electricity-generation-1 strong {
            display: block;
            width: 170px;
            padding: 2px 0 0 0;
            font-size: 12px;
            line-height: 16px;
            font-weight: normal;
            text-align: left;
            border-top: 1px solid #eee;
            color: #333333;
        }

    .rate-table .prduct-electricity-generation-2 {
        min-height: 80px;
    }

        .rate-table .prduct-electricity-generation-2 strong {
            display: block;
            width: 170px;
            padding: 2px 0 0 0;
            font-size: 12px;
            line-height: 16px;
            font-weight: normal;
            text-align: left;
            border-top: 1px solid #eee;
            color: #333333;
        }

    .rate-table .product-contract-period {
        min-height: 34px;
    }

        .rate-table .product-contract-period strong {
            display: block;
            width: 170px;
            padding: 4px 0 0 0;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 12px;
            line-height: 12px;
            text-align: left;
            border-top: 1px solid #eee;
            color: #333333;
        }

    .rate-table .product-price-adjustment {
        min-height: 58px;
    }

        .rate-table .product-price-adjustment strong {
            display: block;
            width: 170px;
            padding: 4px 0 0 0;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 12px;
            line-height: 12px;
            text-align: left;
            border-top: 1px solid #eee;
            color: #333333;
        }

    .rate-table .product-consumption-price {
        min-height: 40px;
    }

    .rate-table .red-btn-big {
        margin: 0 0 5px 0;
    }

.search-content {
    display: block;
    width: 920px;
}

    .search-content .search-result {
        display: block;
        position: relative;
        float: left;
        width: 690px;
        margin: 0 0 0 40px;
    }

    .search-content .result {
        display: block;
        padding: 0;
        margin: 5px 0 0 0;
        list-style: none;
    }

        .search-content .result li {
            display: block;
            padding: 0;
            margin: 30px 0 0 0;
            list-style: none;
        }

            .search-content .result li:first-child {
                margin: 0;
            }

    .search-content .searched-item-breadcrumb {
        display: block;
        color: #999999;
    }

.search-box {
    display: block;
    position: relative;
    float: left;
    width: 150px;
    padding: 17px 20px 0px 20px;
    border-top: 4px solid #eee;
    border-bottom: 2px solid #eee;
    background: #fafafa;
}

.location-search .search-box {
    width: 290px;
}

    .location-search .search-box input[type=text] {
        width: 263px;
    }

.search-box label {
    display: inline-block;
    padding: 0 3px 7px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 16px;
}

    .search-box label span {
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

.search-box .txtSearchHolder {
    position: relative;
    height: 23px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 2px solid #eee;
    background: #ffffff url(../images/search/magnifier.png) 4px 4px no-repeat;
    width: 225px;
}

.search-box input[type=text] {
    display: block;
    position: absolute;
    width: 123px;
    height: 19px;
    top: 1px;
    left: 23px;
    background: #ffffff;
    border: none;
}

.search-box .red-btn-small, .search-box .rechnungshistorie .pdf a, .rechnungshistorie .pdf .search-box a {
    float: right;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calculator .ui-autocomplete {
    max-width: 380px !important;
    border: solid #eee;
    border-width: 0 1px 1px;
}

.ui-autocomplete.search-header, .ui-autocomplete.search-searchresult, .ui-autocomplete {
    z-index: 2020 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 160px !important;
    border: 0 !important;
    background: #FFFFFF !important;
    color: #222222 !important;
    list-style: none;
}

.calculator .ui-autocomplete.search-header, .calculator .ui-autocomplete.search-searchresult, .calculator .ui-autocomplete {
    z-index: 20200 !important;
}

.ui-autocomplete.search-header .ui-menu-item, .ui-autocomplete.search-searchresult .ui-menu-item, .ui-autocomplete .ui-menu-item {
    position: relative;
    z-index: 2021;
    border: 0 !important;
}

    .ui-autocomplete.search-header .ui-menu-item,
    .ui-autocomplete.search-header .ui-menu-item a, .ui-autocomplete.search-searchresult .ui-menu-item,
    .ui-autocomplete.search-searchresult .ui-menu-item a, .ui-autocomplete .ui-menu-item,
    .ui-autocomplete .ui-menu-item a {
        font-size: 14px !important;
        min-height: 19px !important;
        height: auto !important;
        color: #333333 !important;
    }

.calculator .ui-autocomplete.search-header .ui-menu-item, .calculator .ui-autocomplete.search-header .ui-menu-item a, .calculator .ui-autocomplete.search-searchresult .ui-menu-item, .calculator .ui-autocomplete.search-searchresult .ui-menu-item a, .calculator .ui-autocomplete .ui-menu-item, .calculator .ui-autocomplete .ui-menu-item a {
    font-size: 12px !important;
}

.ui-autocomplete.search-header.search-header, .ui-autocomplete.search-searchresult.search-header, .ui-autocomplete.search-header {
    width: 192px;
}

    .ui-autocomplete.search-header.search-header li, .ui-autocomplete.search-searchresult.search-header li, .ui-autocomplete.search-header li {
        width: 166px;
    }

.calculator .ui-autocomplete.search-header.search-header, .calculator .ui-autocomplete.search-searchresult.search-header, .calculator .ui-autocomplete.search-header {
    width: 300px;
}

    .calculator .ui-autocomplete.search-header.search-header li, .calculator .ui-autocomplete.search-searchresult.search-header li, .calculator .ui-autocomplete.search-header li {
        width: 274px;
    }

.ui-autocomplete.search-header.search-searchresult, .ui-autocomplete.search-searchresult.search-searchresult, .ui-autocomplete.search-searchresult {
    width: 123px;
}

    .ui-autocomplete.search-header.search-searchresult li, .ui-autocomplete.search-searchresult.search-searchresult li, .ui-autocomplete.search-searchresult li {
        width: 126px;
    }

    .ui-autocomplete.search-header.search-location, .ui-autocomplete.search-searchresult.search-location, .ui-autocomplete.search-location {
        width: 224px;
    }

        .ui-autocomplete.search-header.search-location li, .ui-autocomplete.search-searchresult.search-location li, .ui-autocomplete.search-location li {
            width: 198px;
        }

    .ui-autocomplete.search-header li, .ui-autocomplete.search-searchresult li, .ui-autocomplete li {
        display: block;
        margin: 0 0 0 -24px;
        padding: 0 0 0 24px;
        border-left: 1px solid #eee;
        background: #FFFFFF;
    }

        .ui-autocomplete.search-header li:first-child, .ui-autocomplete.search-searchresult li:first-child, .ui-autocomplete li:first-child {
            border-top: 2px solid #eee;
        }

        .ui-autocomplete.search-header li:hover, .ui-autocomplete.search-searchresult li:hover, .ui-autocomplete li:hover {
            background: #EEEEEE !important;
        }

        .ui-autocomplete.search-header li.ui-state-active, .ui-autocomplete.search-searchresult li.ui-state-active, .ui-autocomplete li.ui-state-active {
            background: #EEEEEE !important;
        }

    .ui-autocomplete.search-header a, .ui-autocomplete.search-searchresult a, .ui-autocomplete a {
        display: block;
        padding: 1px 0;
        border: 0 !important;
        background: none !important;
        color: #333333;
        text-decoration: none;
        font-size: 14px !important;
    }

        .ui-autocomplete.search-header a:hover, .ui-autocomplete.search-searchresult a:hover, .ui-autocomplete a:hover {
            text-decoration: none;
        }

.location .location-search {
    float: left;
    width: 330px;
    padding-right: 40px;
}

.location .search-box > label {
    padding-bottom: 17px;
}

.location .search-box ul {
    min-height: 100px;
    margin: 0 0 -3px;
    padding: 17px 0 0;
    list-style: none;
}

.location .search-box li {
    float: left;
    width: 135px;
    padding: 3px 10px 3px 0;
}

    .location .search-box li input,
    .location .search-box li label {
        float: left;
    }

    .location .search-box li label {
        padding-bottom: 0;
        margin-top: -2px;
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

.location .addresses {
    height: 330px;
    margin-top: 40px;
    overflow: auto;
}

    .location .addresses ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .location .addresses li {
        position: relative;
        padding: 8px 75px 11px 13px;
        line-height: 1.214286;
        border-top: solid 1px #e5e5e5;
        cursor: pointer;
    }

        .location .addresses li.selected {
            background: #fafafa;
        }

    .location .addresses h2 {
        margin: 0 0 -1px;
        padding: 0 0 0 10px;
        border: 0;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 14px;
        color: #cc0000;
        background: url("../images/content/arrow-red.png") no-repeat 2px 6px;
    }

    .location .addresses div {
        padding: 0;
    }

        .location .addresses div strong {
            position: absolute;
            bottom: 12px;
            right: 13px;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            font-size: 12px;
        }

.location .infobox {
    width: 200px;
    background: #fff;
    border: solid 5px #ccc;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.rgba .location .infobox {
    border-color: rgba(0, 0, 0, 0.2);
}

.location .infobox h2 {
    padding: 4px 10px;
    margin: 0;
    border: none;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #cc0000;
}

.location .infobox > div {
    padding: 4px 10px;
    text-align: center;
}

.location .map-container {
    float: left;
    width: 810px;
}

.location .map {
    float: left;
    width: 806px;
    height: 596px;
    padding: 1px;
    border: solid 1px #eee;
}

.location .locationdetails {
    display: none;
}

.location .location-detail-container {
    float: right;
    position: relative;
    display: none;
    width: 310px;
    height: 600px;
    font-size: 14px;
    line-height: 1.357143;
    color: #333333;
}

    .location .location-detail-container .location-text {
        height: 500px;
        overflow: auto;
    }

        .location .location-detail-container .location-text .rte {
            padding: 8px 0 10px 0;
        }

    .location .location-detail-container h3 {
        margin: 0;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 30px;
        line-height: 30px;
        color: #333333;
    }

    .location .location-detail-container h4 {
        padding: 15px 0 4px;
        margin: 0 0 4px;
        border-bottom: solid 2px #eee;
        color: #333333;
    }

    .location .location-detail-container .detail-address {
        padding-bottom: 10px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
    }

        .location .location-detail-container .detail-address a {
            display: inline-block;
            padding-left: 10px;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            background: url("../images/content/arrow-red.png") no-repeat 2px 4px;
            color: #cc0000;
            text-decoration: none;
        }

            .location .location-detail-container .detail-address a:focus, .location .location-detail-container .detail-address a:hover {
                text-decoration: underline;
            }

    .location .location-detail-container .btn-container {
        position: absolute;
        bottom: 0;
        left: 0;
        max-height: 90px;
    }

        .location .location-detail-container .btn-container a {
            float: left;
            margin-right: 10px;
        }

.location #map_canvas {
    width: 806px;
    height: 596px;
}

.location.detail .map {
    width: 476px;
}

.location.detail #map_canvas {
    width: 476px;
}

.location.detail .location-detail-container {
    display: block;
}

.route-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: transparent;
}

.rgba .route-overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.no-rgba .route-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#40000000',EndColorStr='#40000000');
}

.route-overlay #routeplanner {
    position: absolute;
    left: 445px;
    top: 50%;
    width: 450px;
    min-height: 405px;
    margin-top: -215px;
    background: #fff;
    border: solid 5px #ccc;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
}

.rgba .route-overlay #routeplanner {
    border-color: rgba(0, 0, 0, 0.2);
}

.route-overlay #routeplanner h3 {
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    line-height: 35px;
    background: #cc0000;
    color: #fff;
}

.route-overlay #routeplanner .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    displax: inline-block;
    width: 37px;
    height: 35px;
    background: url(../images/maps/btn-close-overlay.png) 0 0 no-repeat;
}

.route-overlay #routeplanner .label {
    display: block;
    margin: 30px 20px 0;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 21px;
    line-height: 35px;
}

.route-overlay #routeplanner .field {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border-top: solid 4px #eee;
    border-bottom: solid 2px #eee;
    background: #fafafa;
}

    .route-overlay #routeplanner .field input {
        padding-left: 5px;
        border: solid #ccc;
        border-width: 1px 0 0;
    }

.boxshadow .route-overlay #routeplanner .field input {
    width: 365px;
    -moz-box-shadow: inset 2px 2px 2px rgba(204, 204, 204, 0.5);
    -webkit-box-shadow: inset 2px 2px 2px rgba(204, 204, 204, 0.5);
    box-shadow: inset 2px 2px 2px rgba(204, 204, 204, 0.5);
}

.no-boxshadow .route-overlay #routeplanner .field input {
    width: 364px;
    border-left: solid 1px #d9d9d9;
}

.route-overlay #routeplanner .btn-goto-routeplanner {
    float: right;
    margin: 20px 20px 20px 0;
}

.route-overlay #routeplanner .hint {
    clear: both;
    display: block;
    padding: 20px 22px;
    border-top: solid 2px #eee;
    font-size: 12px;
}

.txBold {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.user-name {
    display: block;
    padding: 0 0 24px 0;
    border-bottom: 4px solid #eee;
}

    .user-name strong {
        display: block;
        font-weight: normal;
    }

.online-service-teaser {
    display: block;
    overflow: hidden;
}

    .online-service-teaser ul {
        margin: -20px 0 0 -40px;
        padding: 0;
        list-style: 0;
    }

    .online-service-teaser li {
        float: left;
        position: relative;
        width: 220px;
        min-height: 80px;
        padding: 0 0 0 100px;
        margin: 20px 0 0 40px;
        list-style: none;
    }

        .online-service-teaser li > img,
        .online-service-teaser li > a > img {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }

.plant-data-table {
    width: 720px;
    margin: 52px 0 0 0;
    padding: 15px 20px;
}

    .plant-data-table caption {
        width: 100%;
        padding: 0 0 2px 0;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 21px;
        line-height: 26px;
        text-align: left;
    }

    .plant-data-table thead {
        border-top: 4px solid #eee;
        border-bottom: 1px solid #eee;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 14px;
        line-height: 16px;
        background: #fafafa;
        text-align: left;
    }

    .plant-data-table th {
        padding: 14px 0 4px 0;
        text-align: left;
    }

        .plant-data-table th:first-child {
            padding-left: 13px;
        }

    .plant-data-table td {
        padding: 10px 0;
        border-bottom: 2px solid #eee;
        vertical-align: top;
    }

        .plant-data-table td:first-child {
            padding-left: 13px;
        }

.online-service-navigation {
    display: block;
}

    .online-service-navigation strong {
        display: block;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 21px;
        line-height: 25px;
        color: #333333;
    }

    .online-service-navigation ul {
        padding: 0;
        margin: 15px 0 0 0;
        list-style: none;
    }

    .online-service-navigation li {
        padding: 0;
        margin: 10px 0 0 0;
        list-style: none;
    }

        .online-service-navigation li:first-child {
            margin: 0;
        }

        .online-service-navigation li.HighLighted a {
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            background-position: -440px 0;
        }

    .online-service-navigation.locked li {
        background: url(../images/online-service/lock.png) 204px 0 no-repeat;
    }

        .online-service-navigation.locked li:hover, .online-service-navigation.locked li.HighLighted {
            background-position: -16px 0;
        }

    .online-service-navigation a {
        display: block;
        padding: 0 20px 0 16px;
        font-size: 14px;
        color: #333333;
        text-decoration: none;
        background: url(../images/online-service/link-arrows.png) 0 0 no-repeat;
    }

        .online-service-navigation a:hover {
            text-decoration: none;
            background-position: -220px 0;
        }

.dvTeaserWide a {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    color: #cc0000;
    text-decoration: none;
}

    .dvTeaserWide a:focus, .dvTeaserWide a:hover {
        text-decoration: underline;
    }

.form_bg_bar {
    margin: 30px 0 0;
    padding: 20px 20px;
    border-width: 4px 0 2px;
    border-style: solid;
    border-color: #eee;
    background: #fafafa;
}

    .form_bg_bar .btn-print {
        margin-top: 0;
    }

.os-table {
    width: 100%;
}

    .os-table caption {
        width: 100%;
        padding: 0 0 2px 0;
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 21px;
        line-height: 26px;
        text-align: left;
    }

    .os-table th, .os-table td {
        vertical-align: top;
        padding: 3px 10px;
    }

    .os-table .hr {
        padding: 1px 5px;
        background: #eee;
    }

    .os-table th {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        text-align: left;
        border-bottom: solid 4px #eee;
    }

    .os-table td {
        border-top: solid 0px #eee !important;
    }

        .os-table td.betrag {
            text-align: right;
            padding-right: 20px;
        }

    .os-table .tboffenerbetrag,
    .os-table .tbbetragaendernwert {
        text-align: right;
    }

    .os-table .tbZahlungsweiseSelect select {
        width: auto;
    }

.tbZaehlerstand th {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    text-align: left;
}

.tbZaehlerstand .input {
    width: 17px !important;
}

.tbTeilbetrag {
    width: 100%;
}

    .tbTeilbetrag td {
        width: 50%;
    }

    .tbTeilbetrag .tbbetragaendern {
        text-align: right;
    }

.ordered-items {
    margin: 0 0 0 15px;
    padding: 0;
}

.rechnungshistorie th a {
    color: #cc0000;
}

.rechnungshistorie .up, .rechnungshistorie .down {
    padding-right: 20px;
    background: url(../images/online-service/sort-arrows.png) 100% -70px no-repeat;
}

.rechnungshistorie .down {
    background-position: 100% 0;
}

.dvFormblock .kulinarium img {
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
    margin-bottom: 20px;
}

.dvFormblock .kulinarium select {
    width: auto;
}

.dvFormblock .kulinarium select, .dvFormblock .kulinarium strong {
    vertical-align: top;
}

.main-content {
    display: block;
    padding: 0 0 60px 0;
    margin: 40px 0 0 0;
}

.text {
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

    .text ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .text ul li {
            padding: 0 0 0 13px;
            margin: 0 0 2px 0;
            list-style: none;
            /*background: url(../images/rich-text-content/listitem.jpg) 0 7px no-repeat;*/
        }

.auto-width {
    width: auto !important;
}

.press-report {
    width: 100%;
    margin: 8px 0 0 0;
}

    .press-report tr.odd td {
        background: #ffffff;
    }

    .press-report tr.even td {
        background: #fafafa;
    }

    .press-report td {
        height: 30px;
        padding-right: 12px;
        vertical-align: middle;
    }

        .press-report td:first-child {
            width: 70px;
            padding: 0 12px;
        }

.image-teaser .grid_1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.image-teaser > img,
.image-teaser > a > img {
    float: right;
    z-index: 0;
}

.blackBoldLink {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: Black;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    text-decoration: none;
}

    .blackBoldLink:focus, .blackBoldLink:visited {
        color: Black;
    }

    .blackBoldLink:hover {
        color: #cc0000;
    }

.rich-text-item {
    display: block;
    width: 320px;
}

    .rich-text-item .rich-text-content {
        display: block;
        padding: 15px 23px;
        background: #fafafa;
    }

    .rich-text-item.left {
        float: left;
        margin: 0 40px 0 0;
    }

        .rich-text-item.left + h2 {
            float: right;
        }

    .rich-text-item.right {
        float: right;
        margin: 0 0 0 40px;
    }

    .rich-text-item .product-info {
        display: block;
        margin: 0 0 14px 0;
    }

        .rich-text-item .product-info strong {
            display: block;
            padding: 0 0 3px 0;
            margin: 0 0 1px 0;
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            border-bottom: 1px solid #eee;
        }

            .rich-text-item .product-info strong.price {
                font-size: 30px;
                line-height: 31px;
                font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
                font-weight: normal !important;
                color: #cc0000;
                border: none;
            }

    .rich-text-item .info-text {
        display: block;
        font-size: 12px;
        line-height: 17px;
    }

    .rich-text-item + h2 {
        clear: none !important;
        width: 314px;
    }

.related-documents {
    display: block;
    overflow: hidden;
}

    .related-documents ul {
        display: block;
        width: 720px;
        padding: 0;
        margin: 0 0 0 -40px;
        list-style: none;
    }

    .related-documents li {
        position: relative;
        display: inline-block;
        width: 218px;
        min-height: 80px;
        padding: 0 0 0 100px;
        margin: 20px 0 0 40px;
        vertical-align: top;
        list-style: none;
    }

        .related-documents li img {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            max-width: 80px;
        }

    .related-documents .more-info-link {
        margin: 4px 0 0 0;
    }

.rte {
    /*padding-top: 38px;*/
    margin-top: 30px;
}

    .rte h2 {
        clear: both;
        padding-top: 0;
        margin-bottom: 15px;
        margin-top: -3px;
    }

    .rte .rich-text-item h2 {
        margin-bottom: 0;
    }

    .rte a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #cc0000;
        text-decoration: none;
    }

        .rte a:focus, .rte a:hover {
            text-decoration: underline;
        }

    .rte ul {
        padding: 0;
        margin: 12px 0 0 0;
        list-style: none;
    }

        .rte ul li {
            padding: 0 0 0 13px;
            margin: 0 0 2px 0;
            list-style: none;
            /*background: url(../images/rich-text-content/listitem.jpg) 0 7px no-repeat;*/
        }

    .rte hr {
        margin: 7px 0;
        border: solid #eee;
        border-width: 4px 0 0;
    }

    .rte ol li > ul {
        margin-top: 0;
    }

    .rte .img-left {
        float: left;
        margin: 0 20px 10px 0;
    }

    .rte .img-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    .rte .blackLink {
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-style: normal !important;
        cursor: default;
        color: Black;
    }

        .rte .blackLink:focus, .rte .blackLink:visited {
            color: Black;
        }

        .rte .blackLink:hover {
            text-decoration: none !important;
            color: Black;
        }

    .rte .default-table {
        width: 100%;
        border-top: solid 1px #9d9fa2;
        font-size: 0.78571429em;
    }

        .rte .default-table tr {
            vertical-align: top;
        }

        .rte .default-table td {
            padding: 2px 5px;
            border-bottom: solid 1px #9d9fa2;
        }

.emptyBeforeRte {
    margin-bottom: -35px;
}

    .emptyBeforeRte + .contant-tabs {
        margin-top: 35px;
    }

.print-footer {
    padding-top: 20px;
    display: none;
}

@media print {
    body {
        min-width: 700px;
    }

        body .container_5,
        body .header,
        body .container_5 .grid_5,
        body .container_5 .grid_4,
        body .container_5 .grid_3,
        body .main-content,
        body .search-content {
            width: 700px;
            min-width: 700px;
            margin: 0;
            padding-left: 0;
            padding-right: 0;
        }

    .header-top,
    .header-login,
    .header-bottom-button,
    .search,
    .header-bottom,
    .changeLanguage,
    .breadcrumb,
    .footer,
    .container_5 > .grid_1,
    .hero-teaser,
    .aside-box,
    .contant-tabs,
    .screen,
    .back-btn {
        display: none !important;
    }

    .logo {
        float: none;
        margin: 0;
    }

    .main-content {
        margin: 0;
        padding: 0;
    }

    .print-footer {
        display: block;
    }

    .rate-table-holder {
        overflow: visible;
    }

    .search-content .search-box {
        margin-bottom: 20px;
    }

    .search-content .search-result {
        margin-left: 0;
    }

    .location .location-search {
        display: none;
    }

    .location h4 {
        font-weight: bold;
    }

    .location .btn-container {
        display: none;
    }

    .form_bg_bar .red-btn-form, .form_bg_bar red-btn-big {
        display: none;
    }
}

.video-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: transparent;
}

.rgba .video-overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.no-rgba .video-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#40000000',EndColorStr='#40000000');
}

.video-overlay #video {
    position: absolute;
    left: 445px;
    top: 50%;
    width: 450px;
    min-height: 405px;
    margin-top: -260px;
    background: #fff;
    border: solid 5px #ccc;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
}

.rgba .video-overlay #video {
    border-color: rgba(0, 0, 0, 0.2);
}

.video-overlay h3 {
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    line-height: 35px;
    background: #cc0000;
    color: #fff;
}

    .video-overlay h3 span {
        display: inline-block;
        max-width: 80%;
    }

.video-overlay .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    displax: inline-block;
    width: 37px;
    height: 35px;
    background: url(../images/maps/btn-close-overlay.png) 0 0 no-repeat;
}

.video-overlay .iframe {
    padding: 25px 20px 10px;
}

.video-overlay .description {
    padding: 0 20px 15px;
    font-size: 14px;
}

.video-overlay .hint {
    display: block;
    padding: 15px 22px;
    border-top: solid 2px #eee;
}

    .video-overlay .hint a {
        font-size: 14px;
        color: #cc0000;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        text-decoration: none;
    }

        .video-overlay .hint a:focus, .video-overlay .hint a:hover {
            text-decoration: underline;
        }

.form-description {
    padding-top: 35px;
}

    .form-description h2 {
        margin-bottom: 20px;
    }

    .form-description > div {
        margin-bottom: 20px;
    }

.message {
    display: block;
    margin-bottom: 20px;
    padding: 18px 12px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

    .message.bulk-error {
        border-color: #c00;
        color: #c00;
        background-color: #fcf2f2;
    }

    .message.submit-success {
        border-color: #008c00;
        color: #006619;
        background-color: #e5f3e5;
    }

.dvFormblock.errorMessageContainer {
    display: none;
    text-align: center;
    background: #fcf2f2;
    color: #cc0000;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #cc0000;
    border-left: 0;
    border-right: 0;
}

    .dvFormblock.errorMessageContainer span.arrow-error {
        display: inline-block;
        width: 10px;
        height: 9px;
        background: url(../images/content/arrow-error.png) 0 0 no-repeat;
    }

.dvFormblock fieldset {
    margin: 30px 0 0;
    padding: 25px 20px 20px 20px;
    border-width: 4px 0 2px;
    border-style: solid;
    border-color: #eee;
    background: #fafafa;
    width: 650px;
}

    .dvFormblock fieldset:first-child {
        margin-top: 0;
    }

.dvFormblock a {
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
    color: #cc0000;
    text-decoration: none;
}

    .dvFormblock a:focus, .dvFormblock a:hover {
        text-decoration: underline;
    }

.dvFormblock .dvCntMiddleInner {
    display: block;
    width: 100%;
}

.dvFormblock .label {
    clear: left;
    float: left;
    display: block;
    width: 202px;
    padding-right: 20px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
  
}

.dvFormblock .field_245 {
    position: relative;
    float: left;
    width: 423px;
    margin-bottom: 6px;
}

.dvFormblock .field_245 {
    position: relative;
    float: left;
    width: 423px;
    margin-bottom: 5px;
    background: transparent;
}

.dvFormblock .field_230 {
    position: relative;
    float: left;
    width: 300px;
    margin-bottom: 6px;
}

.dvFormblock .mandatory-text {
    display: block;
    margin: 0 0 10px;
    text-align: right;
    color: #999999;
}

.dvFormblock .errMessage {
    text-indent: -999em;
    font-size: 12px;
    color: #cc0000;
    position: relative;
    bottom: 7px;
}

    .dvFormblock .errMessage span {
        /*display: block !important;
	margin-top: 2px;
	padding: 10px 15px;
	background: #fffff0 !important;
	*/
        right: 217px;
        position: relative;
        top: 5px;
    }

    .dvFormblock .errMessage br {
        display: none;
    }

    .dvFormblock .errMessage + .errMessage .arrow-error {
        display: none;
    }

.dvFormblock .radio-table {
    clear: left;
}

    .dvFormblock .radio-table td {
        padding: 0 20px 10px 0;
    }

    .dvFormblock .radio-table input, .dvFormblock .radio-table label {
        display: inline-block;
        padding-right: 5px;
        vertical-align: middle;
        margin-right: 6px !important;
    }

.dvFormblock .rbListHorizontal {
    display: inline-block;
    padding-bottom: 10px;
}

    .dvFormblock .rbListHorizontal input, .dvFormblock .rbListHorizontal label {
        display: inline-block;
        vertical-align: middle;
    }

    .dvFormblock .rbListHorizontal input {
        margin-right: 5px;
    }

    .dvFormblock .rbListHorizontal label {
        margin-right: 20px;
    }

.dvFormblock .orderServiceCheckboxList input, .dvFormblock .orderServiceCheckboxList label {
    float: left;
    display: inline-block;
    vertical-align: top;
}

.dvFormblock .orderServiceCheckboxList input {
    clear: left;
    margin: 3px 5px 0 0;
}

.dvFormblock .orderServiceCheckboxList label {
    max-width: 600px;
    padding-bottom: 5px;
    line-height: 1.25;
}

.dvFormblock .orderServiceCheckboxList.orderServiceCheckboxList label {
    max-width: 380px;
}

.dvFormblock .fullwidth {
    width: 100%;
    padding-right: 0;
}

    .dvFormblock .fullwidth.textbox {
        padding-bottom: 40px;
    }

.dvFormblock input[type=text],
.dvFormblock input[type=password],
.dvFormblock select,
.dvFormblock textarea {
    width: 415px;
    background: #fff;
    border: #ccc groove;
    border-width: 2px 0 0 2px;
    -moz-box-shadow: inset 0 0 3px #ababab;
    -webkit-box-shadow: inset 0 0 3px #ababab;
    box-shadow: inset 0 0 3px #ababab;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-right: 0px solid #e9e9e9;
    border-bottom: 0px solid #e9e9e9;
    padding: 3px 4px;
}

#CaptchaCodeTextBox
{
    margin-top:12px;
}

    .dvFormblock input[type=text].full-width,
    .dvFormblock input[type=password].full-width,
    .dvFormblock select.full-width,
    .dvFormblock textarea.full-width {
        width: 100%;
    }

.dvFormblock input {
    display: inline-block;
}

    .dvFormblock input.zip {
        width: 75px;
    }

    .dvFormblock input.city {
        width: 325px;
        margin-left: 5px;
    }

    .dvFormblock input.street {
        width: 330px;
        margin-right: 5px;
    }

    .dvFormblock input.housenumber {
        width: 70px;
    }

    .dvFormblock input.small-width {
        width: 75px;
    }

    .dvFormblock input.medium-wide {
        width: 278px;
    }

.dvFormblock select {
    width: 424px;
}

    .dvFormblock select.select-date, .dvFormblock select.select-year {
        float: left;
        width: 104px;
        margin-right: 5px;
    }

    .dvFormblock select.select-time, .dvFormblock select.select-month {
        float: left;
        width: 174px;
        margin-right: 5px;
    }

    .dvFormblock select.medium-wide {
        width: 281px;
    }

    .dvFormblock select.small-width {
        width: 75px;
    }

.dvFormblock .spacer {
    display: inline-block;
    height: 24px;
    width: 100%;
    clear: both;
}

.dvFormblock .date .day, .dvFormblock .date .month {
    width: 50px;
}

.dvFormblock .date .year {
    width: 70px;
}

.dvFormblock .form_bg_bar {
    margin-top: 30px;
    width: 640px;
}

.dvFormblock .lnkHelptext, .dvFormblock .lnkCloseHelptext {
    clear: left;
    display: block;
    margin: 10px 0px;
}

.dvFormblock .dvHelptext {
    margin: 10px 0px 14px 0px;
    padding: 10px 20px;
    border: solid 2px #eee;
}

.dvFormblock .helptext-container {
    clear: both;
}

    .dvFormblock .helptext-container br.clr {
        display: none;
    }

    .dvFormblock .helptext-container .lnkCloseHelptext + br {
        display: none;
    }

    .dvFormblock .helptext-container .dvHelptext {
        padding-bottom: 0;
    }

    .dvFormblock .helptext-container a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #cc0000;
    }

.dvFormblock .cb {
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0 0;
    clear: left;
}

.dvFormblock .cb_label_400 {
    display: inline-block;
    max-width: 95%;
    vertical-align: top;
    padding-bottom: 5px;
}

.dvFormblock .checkbox-list .field_245 {
    width: 100%;
    min-height: 24px;
}

.dvFormblock .checkbox-list .hint-box {
    margin: 3px 8px 0 0;
    display: inline-block;
}

.dvFormblock .checkbox-list input[type=checkbox] {
    display: inline-block;
}

.dvFormblock .checkbox-list label {
    display: inline-block;
    margin: 2px 0 0 0;
    width: 180px;
    font-weight: 700;
}

.dvFormblock .input-date, .dvFormblock .input-time {
    display: inline-block;
    width: 80px !important;
    margin: 0 3px 0 0 !important;
}

.dvFormblock .raise-error input[type=text], .dvFormblock .raise-error input[type=password], .dvFormblock .raise-error textarea, .dvFormblock .raise-error select {
    background-color: #fcf2f2;
}

.dvFormblock .raise-error .errMessage {
    position: relative;
    color: #ff0000;
}

    .dvFormblock .raise-error .errMessage + .errMessage .arrow-error {
        display: none;
    }

    .dvFormblock .raise-error .errMessage span.arrow-error {
        position: absolute;
        left: -20px;
        top: -18px;
        display: block;
        width: 10px;
        height: 9px;
        background: url(../images/content/arrow-error.png) 0 0 no-repeat;
    }

    .dvFormblock .raise-error .errMessage.loginfield {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        line-height: 110%;
        background: none;
    }

        .dvFormblock .raise-error .errMessage.loginfield span {
            display: inline-block;
            left: -12px;
        }

        .dvFormblock .raise-error .errMessage.loginfield .arrow-error {
            display: none !important;
        }

.dvFormblock .raise-error-manual input[type=text], .dvFormblock .raise-error-manual input[type=password], .dvFormblock .raise-error-manual textarea, .dvFormblock .raise-error-manual select {
    background-color: #fcf2f2;
}

.dvFormblock .raise-error-manual .errMessage {
    text-indent: 0;
    position: relative;
    margin-bottom: 18px;
    color: #ff0000 !important;
}

    .dvFormblock .raise-error-manual .errMessage span.arrow-error {
        display: block;
        position: absolute;
        width: 10px;
        height: 9px;
        left: -20px;
        top: -18px;
        background: url(../images/content/arrow-error.png) 0 0 no-repeat;
    }

    .dvFormblock .raise-error-manual .errMessage.loginfield {
        display: inline-block;
        position: relative;
        width: auto;
        left: 0;
        top: 0;
        line-height: 110%;
        background: none;
    }

        .dvFormblock .raise-error-manual .errMessage.loginfield span {
            display: inline-block;
        }

    .dvFormblock .raise-error-manual .errMessage + .errMessage .arrow-error {
        display: none;
    }

.dvFormblock .slider-element {
    position: relative;
}

    .dvFormblock .slider-element .slider {
        width: 200px;
        float: left;
        margin: 10px 15px 0 7px;
    }

    .dvFormblock .slider-element input {
        float: left;
        width: 70px;
    }

    .dvFormblock .slider-element .ui-slider-horizontal, .dvFormblock .slider-element .ui-slider-range {
        height: 4px;
    }

    .dvFormblock .slider-element.round-handle .ui-state-default, .dvFormblock .slider-element.round-handle .ui-slider-handle {
        width: 25px;
        height: 20px;
        margin-top: -2px;
        margin-left: -13px;
        background: url(../images/content/forms/slider-handle-disc.png) 0 0 no-repeat;
        border: 0;
    }

    .dvFormblock .slider-element .ui-state-default, .dvFormblock .slider-element .ui-slider-handle {
        width: 15px;
        height: 20px;
        margin-top: -2px;
        background: url(../images/content/forms/slider-handle-bar.png) 0 0 no-repeat;
        border: 0;
    }

    .dvFormblock .slider-element .ui-slider-legend {
        clear: both;
        position: relative;
        left: 32px;
        height: 20px;
    }

        .dvFormblock .slider-element .ui-slider-legend p {
            display: block;
            float: left;
            padding: 0;
            margin: 0;
            text-align: left;
            font-weight: 700;
            font-size: 12px;
        }

    .dvFormblock .slider-element .ui-widget-content {
        background: #cccccc;
    }

    .dvFormblock .slider-element .ui-corner-all {
        border-radius: 0;
    }

/* overrides */
.aside-box .field_245 {
    position: relative;
    float: left;
    width: 100%;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-timepicker-div .ui_tpicker_minute_label, .ui-timepicker-div .ui_tpicker_minute {
    display: none;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }

/*** overlay form styles ***/
.custom-overlay table {
    width: 100%;
}

    .custom-overlay table tr, .custom-overlay table td {
        vertical-align: top;
    }

        .custom-overlay table tr.question, .custom-overlay table td.question {
            padding-right: 18px;
        }

/* zaehlerstand */
.zaehlerstand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.zaehlerstand {
    float: left;
    width: 320px;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: solid 3px #eee;
}

    .zaehlerstand .label {
        float: none;
        width: auto;
    }

    .zaehlerstand hr {
        visibility: hidden;
    }

.meter-reading {
    box-sizing: border-box;
    padding: 4px 0 4px 17px;
    font-family: "courier new", courier, monospace;
    font-weight: bold;
    letter-spacing: 9.6px;
    background-image: url("../images/mobile/layout-sprite.png");
    background-size: 500px 500px;
    border-left: 2px solid #cfcfcf;
    border-top: 2px solid #cfcfcf;
    border-right: 0px solid #e9e9e9;
    border-bottom: 0px solid #e9e9e9;
    -moz-box-shadow: inset 0 0 3px #ababab;
    -webkit-box-shadow: inset 0 0 3px #ababab;
    box-shadow: inset 0 0 3px #ababab;
}

    .meter-reading::-ms-clear {
        display: none;
    }

    .meter-reading.i-1-d-0 {
        width: 41px;
        background-position: -162px -425px;
    }

    .meter-reading.i-1-d-1 {
        width: 59px;
        background-position: -162px -325px;
    }

    .meter-reading.i-1-d-2 {
        width: 77px;
        background-position: -162px -325px;
    }

    .meter-reading.i-1-d-3 {
        width: 95px;
        background-position: -162px -325px;
    }

    .meter-reading.i-1-d-4 {
        width: 113px;
        background-position: -162px -325px;
    }

    .meter-reading.i-2-d-0 {
        width: 59px;
        background-position: -144px -425px;
    }

    .meter-reading.i-2-d-1 {
        width: 77px;
        background-position: -144px -325px;
    }

    .meter-reading.i-2-d-2 {
        width: 95px;
        background-position: -144px -325px;
    }

    .meter-reading.i-2-d-3 {
        width: 113px;
        background-position: -144px -325px;
    }

    .meter-reading.i-2-d-4 {
        width: 131px;
        background-position: -144px -325px;
    }

    .meter-reading.i-3-d-0 {
        width: 77px;
        background-position: -126px -425px;
    }

    .meter-reading.i-3-d-1 {
        width: 95px;
        background-position: -126px -325px;
    }

    .meter-reading.i-3-d-2 {
        width: 113px;
        background-position: -126px -325px;
    }

    .meter-reading.i-3-d-3 {
        width: 131px;
        background-position: -126px -325px;
    }

    .meter-reading.i-3-d-4 {
        width: 149px;
        background-position: -126px -325px;
    }

    .meter-reading.i-4-d-0 {
        width: 95px;
        background-position: -108px -400px;
    }

    .meter-reading.i-4-d-1 {
        width: 113px;
        background-position: -108px -300px;
    }

    .meter-reading.i-4-d-2 {
        width: 131px;
        background-position: -108px -300px;
    }

    .meter-reading.i-4-d-3 {
        width: 149px;
        background-position: -108px -300px;
    }

    .meter-reading.i-4-d-4 {
        width: 167px;
        background-position: -108px -300px;
    }

    .meter-reading.i-5-d-0 {
        width: 113px;
        background-position: -90px -400px;
    }

    .meter-reading.i-5-d-1 {
        width: 131px;
        background-position: -90px -300px;
    }

    .meter-reading.i-5-d-2 {
        width: 149px;
        background-position: -90px -300px;
    }

    .meter-reading.i-5-d-3 {
        width: 167px;
        background-position: -90px -300px;
    }

    .meter-reading.i-5-d-4 {
        width: 185px;
        background-position: -90px -300px;
    }

    .meter-reading.i-6-d-0 {
        width: 131px;
        background-position: -72px -400px;
    }

    .meter-reading.i-6-d-1 {
        width: 149px;
        background-position: -72px -300px;
    }

    .meter-reading.i-6-d-2 {
        width: 167px;
        background-position: -72px -300px;
    }

    .meter-reading.i-6-d-3 {
        width: 185px;
        background-position: -72px -300px;
    }

    .meter-reading.i-6-d-4 {
        width: 203px;
        background-position: -72px -300px;
    }

    .meter-reading.i-7-d-0 {
        width: 149px;
        background-position: -54px -375px;
    }

    .meter-reading.i-7-d-1 {
        width: 167px;
        background-position: -54px -275px;
    }

    .meter-reading.i-7-d-2 {
        width: 185px;
        background-position: -54px -275px;
    }

    .meter-reading.i-7-d-3 {
        width: 203px;
        background-position: -54px -275px;
    }

    .meter-reading.i-7-d-4 {
        width: 221px;
        background-position: -54px -275px;
    }

    .meter-reading.i-8-d-0 {
        width: 167px;
        background-position: -36px -375px;
    }

    .meter-reading.i-8-d-1 {
        width: 185px;
        background-position: -36px -275px;
    }

    .meter-reading.i-8-d-2 {
        width: 203px;
        background-position: -36px -275px;
    }

    .meter-reading.i-8-d-3 {
        width: 221px;
        background-position: -36px -275px;
    }

    .meter-reading.i-8-d-4 {
        width: 239px;
        background-position: -36px -275px;
    }

    .meter-reading.i-9-d-0 {
        width: 185px;
        background-position: -18px -375px;
    }

    .meter-reading.i-9-d-1 {
        width: 203px;
        background-position: -18px -275px;
    }

    .meter-reading.i-9-d-2 {
        width: 221px;
        background-position: -18px -275px;
    }

    .meter-reading.i-9-d-3 {
        width: 239px;
        background-position: -18px -275px;
    }

    .meter-reading.i-9-d-4 {
        width: 257px;
        background-position: -18px -275px;
    }

    .meter-reading.i-10-d-0 {
        width: 203px;
        background-position: 0px -350px;
    }

    .meter-reading.i-10-d-1 {
        width: 221px;
        background-position: 0px -250px;
    }

    .meter-reading.i-10-d-2 {
        width: 239px;
        background-position: 0px -250px;
    }

    .meter-reading.i-10-d-3 {
        width: 257px;
        background-position: 0px -250px;
    }

    .meter-reading.i-10-d-4 {
        width: 275px;
        background-position: 0px -250px;
    }

.rte fieldset {
    margin: 0 0 30px;
    padding: 15px 15px;
    border-width: 4px 0 2px;
    border-style: solid;
    border-color: #eee;
    background: #fafafa;
}

.rte h2 + fieldset {
    margin-top: -15px;
    border-top-width: 0;
}

.rte .helptext-container {
    clear: both;
}

    .rte .helptext-container br.clr {
        display: none;
    }

    .rte .helptext-container .lnkCloseHelptext + br {
        display: none;
    }

    .rte .helptext-container .dvHelptext {
        padding-bottom: 0;
    }

    .rte .helptext-container a {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        color: #cc0000;
    }

.dvFormblock .btn-next {
    margin-left: 20px;
}

.dvFormblock .more-info-link {
    margin-top: 8px;
}

.hint-box {
    float: left;
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -43px;
    margin-top: 2px;
    background: url(../images/content/hint-box.png) 0 0 no-repeat;
    cursor: help;
}

    .hint-box .description-text {
        display: none;
        position: absolute;
        left: -20px;
        bottom: 26px;
        width: 276px;
        padding: 8px 12px;
        background-color: #fffff0;
        font-size: 12px;
        line-height: 1.3333334;
    }

        .hint-box .description-text:after {
            position: absolute;
            left: 0;
            bottom: -10px;
            background: url(../images/content/hint-box.png) -28px 0 no-repeat;
            display: block;
            width: 300px;
            height: 10px;
            content: " ";
        }

    .hint-box.expanded .description-text {
        display: block;
    }

.progress {
    padding: 38px 0 0 60px;
}

    .progress ol {
        counter-reset: li;
        margin-left: 0;
        padding-left: 0;
        background: url(../images/content/bg-progress.png) 55px 18px no-repeat;
    }

        .progress ol.items-2 {
            background-image: url(../images/content/bg-progress-2.png);
        }

        .progress ol.items-3 {
            background-image: url(../images/content/bg-progress-3.png);
        }

        .progress ol.items-4 {
            background-image: url(../images/content/bg-progress-4.png);
        }

        .progress ol.items-5 {
            background-image: url(../images/content/bg-progress-5.png);
        }

        .progress ol > li {
            float: left;
            position: relative;
            width: 90px;
            margin: 0;
            padding: 50px 10px 0;
            list-style: none;
            text-align: center;
            color: #999999;
            font-size: 11px;
            line-height: 1.25;
            font-weight: bold;
        }

            .progress ol > li:before {
                content: counter(li);
                counter-increment: li;
                position: absolute;
                top: 0;
                left: 35px;
                display: block;
                width: 40px;
                height: 40px;
                text-align: center;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
                font-weight: normal !important;
                color: #fff;
                font-size: 32px;
                line-height: 1.2;
                background: #999999;
            }

            .progress ol > li.current {
                color: #333333;
            }

                .progress ol > li.current:before {
                    background-color: #cc0000;
                }

            .progress ol > li.done {
                color: #cc0000;
            }

                .progress ol > li.done:before {
                    background-color: #cc0000;
                }

.products {
    margin-top: 20px;
}

    .products li {
        position: relative;
        float: left;
        width: 240px;
        min-height: 270px;
        border: 1px solid #eee;
        border-top: none;
        border-left: none;
    }

        .products li div {
            position: absolute;
            left: 20px;
            top: 20px;
            z-index: 0;
        }

        .products li div, .products li img, .products li .discount {
            transition: width .15s ease-in-out, height .15s ease-in-out, left .15s ease-in-out, top .15s ease-in-out, box-shadow .3s ease-in-out, font-size .15s ease-in-out, border-radius .15s ease-in-out;
        }

    .products .first-in-row {
        width: 220px;
    }

        .products .first-in-row div {
            left: 0;
        }

    .products .last-in-row {
        width: 220px;
        border-right: none;
    }

    .products .description, .products .red-btn, .products .more-info-link, .products .available, .products .not-available {
        display: none;
    }

    .products .description {
        padding: 5px;
    }

    .products .red-btn {
        margin: 0 10px 0 5px;
    }

    .products li:hover div {
        z-index: 5;
        top: -30px;
        left: -60px;
        width: 320px;
        padding-bottom: 10px;
        border: 1px solid #eee;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.5);
    }

        .products li:hover div img {
            width: 320px;
            height: 320px;
            margin-top: 65px;
            border-left: none;
            border-right: none;
        }

        .products li:hover div h3 {
            position: absolute;
            top: 5px;
            left: 5px;
            color: #333333;
            font-size: 18px;
            font-weight: normal;
        }

            .products li:hover div h3 + p {
                position: absolute;
                top: 32px;
                left: 5px;
            }

        .products li:hover div .description, .products li:hover div .red-btn, .products li:hover div .more-info-link, .products li:hover div .available, .products li:hover div .not-available {
            display: inline-block;
        }

        .products li:hover div .more-info-link {
            margin-top: 2px;
            vertical-align: top;
        }

    .products li:hover .discount {
        left: -30px;
        top: 40px;
        font-size: 14px;
        line-height: 14px;
        width: 71px;
        height: 53px;
        padding-top: 28px;
        z-index: 9;
        background-position: 0 0;
    }

    .products img {
        width: 198px;
        height: 198px;
        border: 1px solid #eee;
        background-color: #fafafa;
    }

    .products.small {
        margin-left: -20px;
    }

        .products.small li {
            width: 150px;
            min-height: 0px;
            padding: 0 0 20px 20px;
            border: none;
        }

        .products.small img {
            width: 148px;
            height: 148px;
        }

    .products h3, .products p {
        font-size: 12px;
        margin: 0;
        line-height: 14px;
    }

        .products h3 a {
            margin-top: 5px;
            color: #cc0000;
            text-decoration: none;
        }

    .products .price {
        font-weight: bold;
    }

        .products .price del {
            color: #888;
        }

.discount, .discount-small, .discount-large {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 12px;
    padding: 15px 5px 0;
    border: 1px solid #cc0000;
    background: #cc0000;
    border-radius: 200px;
    transition: all .15s ease-in-out;
}

.no-borderradius .discount, .no-borderradius .discount-small, .no-borderradius .discount-large {
    background: url(../images/shop/discount.png) 100% 0 no-repeat;
    border: none;
}

.discount-small {
    top: 10px;
}

.discount-large {
    left: auto;
    right: 0;
    top: 15px;
    font-size: 14px;
    line-height: 14px;
    width: 71px;
    height: 53px;
    padding-top: 28px;
    z-index: 9;
    background-position: 0 0 !important;
}

.available, .not-available {
    padding-left: 18px;
    margin-left: 10px;
    background: url(../images/shop/availability.png) 0 100% no-repeat;
}

.not-available {
    background-position: -13px 0;
}

img.docked {
    border: 1px solid #eee;
}

.product-header {
    position: relative;
}

    .product-header .thumbs {
        width: 360px;
        padding: 0;
        float: left;
    }

        .product-header .thumbs img {
            width: 75px;
            height: 75px;
            border: 1px solid #eee;
        }

        .product-header .thumbs li {
            padding-bottom: 10px;
            cursor: pointer;
        }

    .product-header .main-image {
        position: relative;
        float: left;
        padding-right: 10px;
    }

        .product-header .main-image img {
            width: 248px;
            height: 248px;
        }

        .product-header .main-image:before {
            position: absolute;
            z-index: 9999;
            bottom: 10px;
            left: 0;
            width: 28px;
            height: 28px;
            content: '';
            background: url(../images/shop/loupe.png) 0 0 no-repeat;
        }

    .product-header .meta {
        position: absolute;
        left: 360px;
        bottom: 14px;
    }

    .product-header .red-btn-big, .product-header .price, .product-header .availability {
        vertical-align: top;
    }

    .product-header .title {
        padding-top: 86px;
        font-weight: bold;
    }

    .product-header .price {
        display: inline-block;
        margin-left: 30px;
        font-size: 18px;
        color: #cc0000;
    }

        .product-header .price del {
            color: #888;
        }

    .product-header .price-information {
        display: block;
        color: #333333;
        font-size: 12px;
    }

    .product-header .availability {
        margin-left: 30px;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
    }

        .product-header .availability span {
            display: block;
            margin-left: 0;
            line-height: 14px;
            font-weight: normal;
        }

    .product-header .cloud-zoom-big {
        position: absolute;
        margin-left: 110px;
        border: 1px solid #eee;
    }

dl.toggle-able dt,
dl.toggle-able dd {
    margin: 0;
    padding: 0;
    color: #666666;
}

dl.toggle-able dt {
    min-height: 20px;
    padding-top: 5px;
    padding-right: 20px;
    font-weight: bold;
    background: url(../images/shop/toggle-arrows.png) 670px -2px no-repeat;
    border-top: 2px solid #eee;
    cursor: pointer;
}

    dl.toggle-able dt.open {
        background-position: 100% -30px;
    }

    dl.toggle-able dt:first-child {
        border-top: none;
    }

dl.toggle-able dd {
    display: none;
    margin: 20px 0;
}

.overlay, .overlay-login {
    position: fixed;
    top: 50%;
    left: 45%;
    width: 680px;
    margin-left: -225px;
    padding-bottom: 0px;
    z-index: 20000;
    border: 7px solid rgba(50, 50, 50, 0.6);
    border-radius: 10px;
    background: #fff;
}

    .overlay .head, .overlay-login .head {
        padding: 10px 10px;
        background: #cc0000;
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        font-family: 'FrutigerNextLTW1G-Bold';
    }

        .overlay .head:after, .overlay-login .head:after {
            position: absolute;
            font-size: 16px;
            top: 5px;
            right: 10px;
            padding-left: 10px;
            line-height: 29px;
            content: "x";
            border-left: 1px solid #eee;
            height: 35px;
        }

    .overlay .box, .overlay-login .box {
        float: left;
        width: 60px;
        height: 43px;
        margin: 20px 20px 40px 20px;
        line-height: 38px;
        background: url(../images/shop/overlay-box.png) 0 0 repeat-x;
        color: #cc0000;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 3px;
    }

    .overlay h1, .overlay-login h1 {
        margin: 20px 0 0 0;
        font-size: 14px;
        font-weight: bold !important;
        font-family: Arial, sans-serif;
        line-height: 1.4;
    }

    .overlay p, .overlay-login p {
        margin: 0 0 20px;
    }

    .overlay .red-btn, .overlay-login .red-btn {
        margin-right: 30px;
    }

    .overlay .more-info-link, .overlay-login .more-info-link {
        vertical-align: top;
        margin-top: 3px;
    }

.overlay-back {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19999;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}

.overlay-login {
    top: 30%;
}

.cart {
    width: 100%;
    margin-bottom: 20px;
}

    .cart thead {
        border-bottom: 4px solid #eee;
    }

    .cart th {
        font-weight: normal;
        color: #333333;
    }

    .cart tfoot {
        border-top: 4px solid #eee;
        border-bottom: 2px solid #eee;
        background: #fafafa;
    }

    .cart .no-line {
        border: 0 !important;
    }

    .cart .amount {
        width: 90px;
    }

    .cart .product-title {
        display: inline-block;
        font-size: 14px;
        line-height: 19px;
        vertical-align: middle;
        font-family: "FrutigerNextLTW1G-Bold",Arial,sans-serif;
        font-weight: normal !important;
        color: #C00;
        text-decoration: none;
    }

        .cart .product-title:hover {
            text-decoration: underline;
        }

    .cart .image {
        width: 100px;
    }

    .cart .details {
        width: 215px;
    }

    .cart td {
        padding: 10px 0;
        vertical-align: top;
    }

        .cart td p {
            padding-right: 10px;
        }

        .cart td .additional-products {
            font-size: 13px;
        }

            .cart td .additional-products small {
                line-height: 10px;
                display: block;
            }

        .cart td.product-image.annual-True {
            width: 100px;
        }

            .cart td.product-image.annual-True img {
                max-width: 90px;
            }

        .cart td.product-price-once, .cart td.product-price-annual {
            padding: 13px 0;
        }

    .cart tr {
        border-top: 2px solid #eee;
    }

        .cart tr:first-child {
            border: none;
        }

    .cart img {
        float: left;
        border: 1px solid #eee;
        margin-right: 10px;
    }

    .cart h2 {
        color: #cc0000;
        font-size: 14px;
        font-weight: bold !important;
        border-bottom: none;
        margin-bottom: 0px;
    }

    .cart p {
        margin: 0;
    }

        .cart p span {
            margin-left: 0;
        }

    .cart dt {
        float: left;
        clear: both;
    }

    .cart dd {
        float: right;
        margin-right: 20px;
    }

    .cart input {
        width: 20px !important;
        height: 19px;
        padding: 1px 0 !important;
        vertical-align: top;
        margin-left: -10px;
        border-radius: 2px;
    }

    .cart .red-btn.no-arrow {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

    .cart .price,
    .cart .grand-total {
        font-weight: bold;
    }

.cart-actions a {
    padding-left: 20px;
}

.print-confirmation {
    display: none;
}

@media print {
    .print-confirmation {
        display: block;
    }

        .print-confirmation h1,
        .print-confirmation .text {
            display: none;
        }

        .print-confirmation .rte {
            padding-top: 0;
        }
}

.trustBadgeShop {
    position: absolute;
    left: 1100px;
}

.custom-overlay-bg {
    z-index: 6000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(54, 25, 25, 0.5);
}

.custom-overlay {
    display: none;
    position: absolute;
    left: 345px;
    top: 50%;
    width: 750px;
    margin-top: -215px;
    background: #fff;
    border: solid 5px #ccc;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
}

    .custom-overlay.active {
        display: block;
    }

    .custom-overlay .overlay-frame {
        position: relative;
        width: 750px;
        border-color: rgba(0, 0, 0, 0.2);
    }

        .custom-overlay .overlay-frame .dvFormblock {
            position: relative;
            margin: 20px;
        }

            .custom-overlay .overlay-frame .dvFormblock fieldset {
                padding: 15px 15px;
                overflow: hidden !important;
            }

                .custom-overlay .overlay-frame .dvFormblock fieldset textarea {
                    max-width: 250px;
                }

        .custom-overlay .overlay-frame h3 {
            position: relative;
            margin: 0;
            padding: 0 0 0 22px;
            line-height: 35px;
            background: #cc0000;
            color: #fff;
        }

        .custom-overlay .overlay-frame input[type="submit"] {
            background: url(../images/content/red-button/btn-span.png) 0 0 no-repeat;
            font-size: 14px;
            vertical-align: middle;
            border: 0;
            padding: 0 12px;
            width: 140px;
            height: 24px;
            float: right;
            margin: 0 20px 22px 0;
        }

    .custom-overlay .close {
        position: absolute;
        right: 0;
        top: 0;
        displax: inline-block;
        width: 37px;
        height: 35px;
        background: url(../images/maps/btn-close-overlay.png) 0 0 no-repeat;
    }

.overlay-ChangePassword {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 500px;
    margin-left: -300px;
    padding-bottom: 20px;
    z-index: 20000;
    border: 7px solid rgba(50, 50, 50, 0.6);
    border-radius: 10px;
    background: #fff;
}

    .overlay-ChangePassword .head {
        padding: 5px 10px;
        background: #cc0000;
        font-weight: bold;
        color: #fff;
    }

        .overlay-ChangePassword .head:after {
            position: absolute;
            font-size: 16px;
            top: 0;
            right: 10px;
            padding-left: 10px;
            line-height: 29px;
            content: "x";
            border-left: 1px solid #eee;
        }

    .overlay-ChangePassword .box {
        float: left;
        width: 60px;
        height: 43px;
        margin: 20px 20px 40px 20px;
        line-height: 38px;
        background: url(../images/shop/overlay-box.png) 0 0 repeat-x;
        color: #cc0000;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #eee;
        border-radius: 3px;
    }

    .overlay-ChangePassword h1 {
        margin: 20px;
        font-size: 14px;
        font-weight: bold !important;
        font-family: Arial, sans-serif;
        line-height: 1.4;
    }

    .overlay-ChangePassword p {
        margin: 0 0 20px;
    }

    .overlay-ChangePassword .red-btn {
        margin-right: 30px;
    }

    .overlay-ChangePassword .more-info-link {
        vertical-align: top;
        margin-top: 3px;
    }

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and ../images/jquery-ui */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        /* support: IE7 */
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    /* For IE8 - See #6727 */
    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                float: left;
                padding: .5em 1em;
                text-decoration: none;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a,
            .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(../images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(../images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(../images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #dadada url(../images/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(../images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url(../images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
            /* For IE8 - See #6059 */
        }

/* Icons
----------------------------------*/
/* states and ../images/jquery-ui */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(../images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.steps {
    border: 1px solid transparent;
    width: 100%;
    position: relative;
    height: 30px;
}

.tick {
    color: gray;
    border: 1px solid transparent;
    position: absolute;
    width: 1.2em;
    margin-left: -.6em;
    text-align: center;
    left: 0;
}

.range-sliders__item .hint-box {
    float: none;
    margin-bottom: -3px;
    margin-left: 8px;
}

.rte .gallery__filter {
    text-align: right;
}

    .rte .gallery__filter strong {
        margin-right: 6px;
    }

    .rte .gallery__filter select {
        min-width: 150px;
    }

.rte .gallery-page {
    margin-top: 60px;
    padding-top: 10px;
    margin-left: -10px;
    border-top: 1px solid #eee;
}

    .rte .gallery-page li {
        background: none;
        padding: 0;
        float: left;
        margin: 10px 0 0 10px;
    }

.rte .pagination + .gallery-page {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.rte .gallery-page__thumb {
    display: block;
    width: 126px;
    height: 126px;
    text-align: center;
    overflow: hidden;
    font: 0/0 a;
    /* remove the gap between inline(-block) elements */
    border: 1px solid #eee;
}

    .rte .gallery-page__thumb:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .rte .gallery-page__thumb img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        border: none;
        padding: 0;
        image-rendering: optimizeSpeed;
        /* Legal fallback */
        image-rendering: -moz-pixelated;
        /* Firefox */
        image-rendering: -o-pixelated;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /* Safari */
        image-rendering: optimize-contrast;
        /* CSS3 Proposed */
        image-rendering: pixelated;
        /* CSS4 Proposed */
        -ms-interpolation-mode: bicubic;
        /* IE8+ */
    }

.chat {
    position: fixed;
    z-index: 30000;
    top: 222px;
    right: 0;
    overflow: hidden;
}

.chat--hidden {
    visibility: hidden;
}

.chat .hidden {
    display: none !important;
}

.chat-window {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
}

.chat-window--opened {
    visibility: hidden;
    width: 35px;
    height: 123px;
    right: -265px;
    overflow: hidden;
}

.chat--opened .chat-window--opened {
    width: 300px;
    height: auto;
    visibility: visible;
    right: 0;
    transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -ms-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    -webkit-transition: right 0.3s ease-out;
}

.chat-window--closed {
    position: absolute;
    right: 0;
    width: 35px;
}

.chat--opened .chat-window--closed {
    visibility: hidden;
}

.chat-header {
    background: #cc0000;
    zoom: 1;
}

    .chat-header:before, .chat-header:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .chat-header:after {
        clear: both;
    }

.chat-header__icon {
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.chat--opened .chat-header__icon {
    width: 47px;
}

    .chat--opened .chat-header__icon span {
        margin-top: 3px;
        margin-left: 2px;
    }

.chat-header__icon span {
    display: block;
    margin-top: 2px;
    margin-left: -2px;
    width: 37px;
    height: 28px;
    background: url("../images/chat/header-icon.png") 0 0 no-repeat;
}

.chat-header__icon--blink span {
    background-position: -37px 0;
    -webkit-animation: blink 0.3s step-start 0s 2;
    -moz-animation: blink 0.3s step-start 0s 2;
    animation: blink 0.3s step-start 0s 2;
}

@keyframes blink {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -37px 0;
    }

    100% {
        background-position: 0 0;
    }
}

@-webkit-keyframes blink {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -37px 0;
    }

    100% {
        background-position: 0 0;
    }
}

.chat-header__title {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #fff;
}

.chat--opened .chat-header__title {
    line-height: 35px;
    border-top: none;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.chat-header__buttons {
    float: right;
    zoom: 1;
}

    .chat-header__buttons:before, .chat-header__buttons:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .chat-header__buttons:after {
        clear: both;
    }

    .chat-header__buttons:before {
        float: left;
        width: 2px;
        height: 35px !important;
        background: url("../images/chat/header-spacer.png") 50% 50% no-repeat;
    }

.chat-header__button {
    display: inline-block;
    float: left;
    width: 31px;
    height: 34px;
    background: url("../images/chat/header-buttons.png") 0 0 no-repeat;
}

.chat-header__button--close {
    background-position: -31px 0;
}

.chat-body {
    min-height: 200px;
    max-height: 425px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat--active .chat-body {
    overflow-y: scroll;
}

.chat-registration {
    padding: 25px 30px;
}

.chat--active .chat-registration {
    display: none;
}

.chat-registration__header {
    margin-bottom: 10px;
}

.chat-registration__field {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 14px !important;
}

    .chat-registration__field label {
        display: block;
        margin-bottom: 5px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
    }

    .chat-registration__field input, .chat-registration__field select {
        display: block;
        width: 100% !important;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }

    .chat-registration__field .input-wrapper {
        position: relative;
    }

    .chat-registration__field .errMessage {
        text-indent: 0;
        display: none;
        margin-top: 2px;
    }

    .chat-registration__field .required {
        position: absolute;
        width: 9px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
        left: -18px;
        background: url("../images/chat/required.png") 0 0 no-repeat;
    }

    .chat-registration__field.raise-error .errMessage {
        display: block;
    }

.chat-registration__field--captcha {
    margin-top: 15px;
}

    .chat-registration__field--captcha label {
        margin-bottom: 5px;
        font-weight: normal;
        font-size: 12px !important;
        line-height: 12px !important;
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

    .chat-registration__field--captcha .errMessage {
        margin-top: -15px;
    }

.chat-registration__submitBtn {
    margin-top: 5px;
}

.chat-captcha {
    -moz-transform: scale(0.77);
    /* Firefox */
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.77);
    /* Opera */
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.77);
    /* Safari And Chrome */
    -webkit-transform-origin: 0 0;
    transform: scale(0.77);
    /* Standard Property */
    transform-origin: 0 0;
    /* Standard Property */
    min-height: 60px;
}

.lt-ie9 .chat-captcha {
    zoom: 0.77;
}

.chat-messages {
    display: none;
    padding: 10px;
    zoom: 1;
}

    .chat-messages:before, .chat-messages:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .chat-messages:after {
        clear: both;
    }

.chat--active .chat-messages {
    display: block;
}

.chat-message {
    float: right;
    margin-bottom: 10px;
}

.chat-message--evn .chat-message__text {
    width: 214px;
    background: #eeeeee;
    border: 1px solid #e1e1e1;
}

.chat-message--evn .chat-message__image {
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url("../images/chat/evn-logo.png") 0 0 no-repeat;
}

.chat-message--user .chat-message__text {
    width: 253px;
    background: #e6f4f9;
    border: 1px solid #d5edf6;
}

.chat-message--system .chat-message__text {
    width: 253px;
    text-align: center;
}

.chat-message--temp {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
    filter: alpha(opacity=60) !important;
    opacity: 0.6 !important;
}

.chat-message__time {
    font-size: 10px;
    line-height: 10px;
    color: #cccccc;
    text-align: center;
    margin-bottom: 4px;
}

.chat-message__body {
    zoom: 1;
}

    .chat-message__body:before, .chat-message__body:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .chat-message__body:after {
        clear: both;
    }

    .chat-message__body > div {
        float: left;
    }

.chat-message__image {
    margin-right: 4px;
}

.chat-message__text {
    padding: 4px;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.chat-footer {
    position: relative;
    display: none;
    padding: 4px 3px 3px 3px;
}

.chat--active .chat-footer {
    display: block;
}

.chat-footer__spacer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: url("../images/chat/footer-dotted-line.png") 0 0 repeat-x;
}

.chat-footer__input {
    display: block;
    position: relative;
    padding: 5px 27px 5px 9px;
    border: 1px solid #999999;
    font-size: 14px !important;
    line-height: 14px !important;
    max-height: 100px;
}

    .chat-footer__input input, .chat-footer__input textarea {
        display: block;
        width: 100%;
        color: #333;
        border: none;
        max-height: 100px;
        overflow-y: auto !important;
    }

    .chat-footer__input ::-webkit-input-placeholder, .chat-footer__input :-moz-placeholder, .chat-footer__input ::-moz-placeholder, .chat-footer__input :-ms-input-placeholder {
        color: #999999;
    }

.chat-footer__smileyBtn {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px;
}

    .chat-footer__smileyBtn > a {
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/chat/footer-smiley.png") 0 0 no-repeat;
    }

    .chat-footer__smileyBtn .chat-smileys {
        position: absolute;
    }

.chat-smileys {
    display: block;
    position: absolute;
    width: 138px;
    right: -5px;
    bottom: 26px;
    padding: 5px 10px;
    border: 1px solid #a7a7a7;
    background: #fff;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}

    .chat-smileys:after, .chat-smileys:before {
        top: 100%;
        left: 90%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .chat-smileys:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 6px;
        margin-left: -6px;
    }

    .chat-smileys:before {
        border-color: rgba(167, 167, 167, 0);
        border-top-color: #a7a7a7;
        border-width: 7px;
        margin-left: -7px;
    }

    .chat-smileys ul {
        list-style-type: none;
        padding: 0;
        margin: -10px 0 0 -5px;
        zoom: 1;
    }

        .chat-smileys ul:before, .chat-smileys ul:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .chat-smileys ul:after {
            clear: both;
        }

        .chat-smileys ul li {
            float: left;
            margin: 10px 0 0 5px;
        }

.chat-smiley {
    display: inline-block;
    margin-top: 1px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: url("../images/chat/smileys/smiley-01_.png") 0 0 no-repeat;
}

.chat-smileys .chat-smiley {
    margin: 0;
    width: 30px;
    height: 30px;
    background: url("../images/chat/smileys/smiley-01.png") 0 0 no-repeat;
}

.chat-smiley--2 {
    background-image: url("../images/chat/smileys/smiley-02_.png");
}

.chat-smileys .chat-smiley--2 {
    background-image: url("../images/chat/smileys/smiley-02.png");
}

.chat-smiley--3 {
    background-image: url("../images/chat/smileys/smiley-03_.png");
}

.chat-smileys .chat-smiley--3 {
    background-image: url("../images/chat/smileys/smiley-03.png");
}

.chat-smiley--4 {
    background-image: url("../images/chat/smileys/smiley-04_.png");
}

.chat-smileys .chat-smiley--4 {
    background-image: url("../images/chat/smileys/smiley-04.png");
}

.chat-smiley--5 {
    background-image: url("../images/chat/smileys/smiley-05_.png");
}

.chat-smileys .chat-smiley--5 {
    background-image: url("../images/chat/smileys/smiley-05.png");
}

.chat-smiley--6 {
    background-image: url("../images/chat/smileys/smiley-06_.png");
}

.chat-smileys .chat-smiley--6 {
    background-image: url("../images/chat/smileys/smiley-06.png");
}

.chat-smiley--7 {
    background-image: url("../images/chat/smileys/smiley-07_.png");
}

.chat-smileys .chat-smiley--7 {
    background-image: url("../images/chat/smileys/smiley-07.png");
}

.chat-smiley--8 {
    background-image: url("../images/chat/smileys/smiley-08_.png");
}

.chat-smileys .chat-smiley--8 {
    background-image: url("../images/chat/smileys/smiley-08.png");
}

.chat-smiley--9 {
    background-image: url("../images/chat/smileys/smiley-09_.png");
}

.chat-smileys .chat-smiley--9 {
    background-image: url("../images/chat/smileys/smiley-09.png");
}

.chat-smiley--10 {
    background-image: url("../images/chat/smileys/smiley-10_.png");
}

.chat-smileys .chat-smiley--10 {
    background-image: url("../images/chat/smileys/smiley-10.png");
}

.chat-smiley--11 {
    background-image: url("../images/chat/smileys/smiley-11_.png");
}

.chat-smileys .chat-smiley--11 {
    background-image: url("../images/chat/smileys/smiley-11.png");
}

.chat-smiley--12 {
    background-image: url("../images/chat/smileys/smiley-12_.png");
}

.chat-smileys .chat-smiley--12 {
    background-image: url("../images/chat/smileys/smiley-12.png");
}

.calculator {
    position: relative;
    z-index: 20001;
    margin-top: 60px;
}

.calculator--3-columns {
    background: #FFFFFF url("../images/calculators/bg-3-column.png") 0 0 repeat-y;
}

.calculator--extended {
    background: #FFFFFF url("../images/calculators/bg-2-column.png") 0 0 repeat-y;
}

.calculator__header {
    float: left;
    padding-right: 20px;
    width: 260px;
    text-align: right;
}

.calculator__progress {
    float: left;
    position: relative;
    width: 640px;
    height: auto;
    margin-bottom: 40px;
    margin-left: 20px;
}

    .calculator__progress > div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: auto;
        width: 634px;
        height: 28px;
        border: solid 1px #eee;
    }

    .calculator__progress ol {
        position: relative;
        z-index: 1;
        display: table;
        width: 100%;
    }

    .calculator__progress li {
        position: relative;
        display: table-cell;
        text-align: center;
        border-bottom: solid 1px transparent;
    }

        .calculator__progress li:after {
            content: ' ';
            position: absolute;
            top: 0;
            right: -16px;
            display: inline-block;
            height: 30px;
            width: 17px;
            background: url("../images/calculators/arrow-progress.png") no-repeat -20px 0;
        }

        .calculator__progress li:last-child:after {
            display: none;
        }

    .calculator__progress .active {
        background: #d32323;
        border-bottom: solid 1px #a50c0c;
    }

        .calculator__progress .active:before {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            height: 0;
            width: 0;
            border: solid 15px transparent;
            border-left-color: #fff;
        }

        .calculator__progress .active:after {
            background-position: 0 0 !important;
        }

        .calculator__progress .active:first-child:before {
            content: none;
        }

        .calculator__progress .active a {
            color: #ffffff;
        }

    .calculator__progress a {
        display: inline-block;
        font-size: 12px;
        line-height: 29px;
        padding-left: 30px;
        padding-right: 30px;
        color: #666666;
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

        .calculator__progress a[href] {
            font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
            font-weight: normal !important;
            text-decoration: none;
        }

        .calculator__progress a:active, .calculator__progress a:hover {
            text-decoration: none;
        }

.calculator__form {
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    width: 380px;
}

.calculator__form--extended {
    width: 640px;
    padding-right: 0;
}

.calculator__form label {
    clear: both;
    font-size: 14px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

    .calculator__form label span {
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

.calculator__form input[type="radio"] + label {
    margin-left: 5px;
}

.calculator__form .label--left {
    float: left;
    display: inline-block;
    width: 150px;
}

.calculator__form .calculator__form-page .label--left {
    width: 150px;
}

.calculator__form .fields--right {
    display: inline-block;
    width: 190px;
}

    .calculator__form .fields--right input[type=text],
    .calculator__form .fields--right select {
        width: 100px;
    }

.calculator__form .fields--right-wide-select select {
    width: 100%;
}

.calculator__form--extended .label--left {
    width: 190px !important;
}

.calculator__form--extended .fields--right {
    width: 400px;
}

    .calculator__form--extended .fields--right input[type=text],
    .calculator__form--extended .fields--right select {
        width: 160px;
    }

.calculator__form .rb-group {
    display: block;
    margin-top: -10px;
}

    .calculator__form .rb-group li {
        display: inline-block;
        width: 195px;
        margin-top: 10px;
    }

    .calculator__form .rb-group label {
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

.calculator__form .rb-with-images li {
    position: relative;
}

.calculator__form .rb-with-images span {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 80px;
}

.calculator__form .rb-with-images input {
    position: absolute;
    top: 20px;
    left: 100px;
    z-index: 0;
}

.calculator__form .rb-with-images label {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 150px;
}

    .calculator__form .rb-with-images label:before {
        content: "";
        display: block;
        width: 90px;
        height: 57px;
    }

.calculator__form .rb-building-type label:before {
    background: url("../images/calculators/type-of-building.png") no-repeat;
}

.calculator__form .rb-building-type .detatched label:before {
    background-position: 0 0;
}

.calculator__form .rb-building-type .corner label:before {
    background-position: -100px 0;
}

.calculator__form .rb-building-type .terraced label:before {
    background-position: -200px 0;
}

.calculator__form .rb-build-type label:before {
    background: url("../images/calculators/type-of-build.png") no-repeat;
}

.calculator__form .rb-build-type .heavy label:before {
    background-position: 0 0;
}

.calculator__form .rb-build-type .light label:before {
    background-position: -100px 0;
}

.calculator__form .rb-building-form label:before {
    background: url("../images/calculators/form-of-building.png") no-repeat;
}

.calculator__form .rb-building-form .form-rectangle label:before {
    background-position: 0 0;
}

.calculator__form .rb-building-form .form-l label:before {
    background-position: -100px 0;
}

.calculator__form .rb-building-form .form-t label:before {
    background-position: -200px 0;
}

.calculator__form .rb-format-of-roof label:before {
    background: url("../images/calculators/format-of-roof.png") no-repeat;
}

.calculator__form .rb-format-of-roof .gable label:before {
    background-position: 0 0;
}

.calculator__form .rb-format-of-roof .hip label:before {
    background-position: -100px 0;
}

.calculator__form .rb-format-of-roof .flat label:before {
    background-position: -200px 0;
}

.calculator__form .rb-format-of-roof .pitched label:before {
    background-position: -300px 0;
}

.calculator__form .rb-cellar li,
.calculator__form .rb-attic-heated li {
    width: 400px;
}

.calculator__form .rb-cellar label,
.calculator__form .rb-attic-heated label {
    display: inline-block;
    padding-left: 10px;
}

.calculator__form input[type=text], .calculator__form input[type=password] {
    padding: 3px 4px;
    width: 371px;
    border-top: 1px solid #cfcfcf;
    border-right: 0 solid #e9e9e9;
    border-bottom: 0 solid #e9e9e9;
    border-left: 1px solid #cfcfcf;
    background: #FFFFFF;
    -webkit-box-shadow: inset 0 0 3px #ABABAB;
    -moz-box-shadow: inset 0 0 3px #ABABAB;
    box-shadow: inset 0 0 3px #ABABAB;
}

.calculator__form input.consumption-per-year {
    width: 78px;
    text-align: right;
}

.calculator__form input.slider-value-field {
    width: 25px;
    text-align: right;
}

.calculator__form-page {
    padding: 20px 10px;
    margin: 0 0 20px 0;
    border-top: solid 4px #ededed;
    border-bottom: solid 2px #ededed;
    background: #f9f9f9;
}

.calculator__orientation-switch input,
.calculator__orientation-switch label {
    vertical-align: middle;
}

.calculator__orientation-switch label {
    display: inline-block;
    padding-right: 15px;
    padding-left: 3px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator .not-active {
    pointer-events: none;
    cursor: default;
}

.calculator .roof-slider {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    width: 303px;
}

.calculator .roof-slider__slider {
    margin: 8px 40px 10px 33px;
    width: 230px;
}

.calculator .roof-slider .ui-slider-handle {
    display: block;
    margin-top: -2px;
    width: 18px;
    height: 18px;
    border: solid 1px #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #d42626;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.calculator .roof-slider__button {
    position: absolute;
    top: 0;
    z-index: 10;
    display: block;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #d42626;
    -webkit-box-shadow: 1px 1px 0 #a50c0c;
    -moz-box-shadow: 1px 1px 0 #a50c0c;
    box-shadow: 1px 1px 0 #a50c0c;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator .roof-slider__button--down {
    left: 0;
}

.calculator .roof-slider__button--up {
    right: 5px;
}

.calculator .slider-value-field,
.calculator .slider-unit-field {
    position: relative;
    top: -10px;
}

.calculator .slider-value-field--suggested,
.calculator .slider-unit-field--suggested {
    top: 0;
}

.calculator__aside {
    float: left;
    padding-left: 20px;
    width: 220px;
}

    .calculator__aside .red-btn-big {
        display: block;
    }

        .calculator__aside .red-btn-big span {
            display: block;
        }

.calculator__title {
    padding-bottom: 10px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__icon {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.calculator__intro {
    display: block;
    clear: right;
    padding-top: 15px;
}

.calculator__result-title {
    display: block;
    padding: 6px 32px 7px 14px;
    background: #cc0000;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 19px;
    line-height: 22px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__result {
    border: solid #eee;
    border-width: 0 4px 4px;
}

.calculator__result-label {
    margin: 0;
    padding: 20px;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.1;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__result-value {
    padding-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-weight: normal;
    font-size: 26px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__unit-switch {
    padding: 15px 10px;
    text-align: center;
}

    .calculator__unit-switch input,
    .calculator__unit-switch label {
        vertical-align: middle;
    }

    .calculator__unit-switch label {
        display: inline-block;
        padding-right: 15px;
        padding-left: 5px;
        font-size: 12px;
    }

.calculator__period-switch {
    padding: 0 15px;
}

.calculator .period-switch-slider {
    margin-top: 5px;
    margin-bottom: 10px;
}

    .calculator .period-switch-slider .ui-slider-handle {
        width: 14px;
        height: 20px;
        border: none;
        background: url("../images/calculators/slider-handle.png") 0 0 no-repeat;
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    }

.calculator .ui-slider {
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #cfcfcf #e9e9e9 #e9e9e9 #cfcfcf;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fafafa;
    -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.15);
}

.calculator .ui-slider-range {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.calculator .period-switch-range {
    margin-right: -3px;
    margin-left: -3px;
}

    .calculator .period-switch-range span {
        display: inline-block;
        width: 16px;
        text-align: center;
    }

        .calculator .period-switch-range span:first-child {
            width: 8px;
        }

        .calculator .period-switch-range span:nth-child(2) {
            margin-left: 19px;
            width: 10px;
        }

        .calculator .period-switch-range span:nth-child(3) {
            margin-left: 18px;
        }

        .calculator .period-switch-range span + span {
            margin-left: 16px;
        }

.calculator__disclaimer {
    clear: both;
    padding-top: 30px;
    background: #FFFFFF;
}

.calculator__disclaimer-inner {
    padding-top: 15px;
    border-top: solid 1px #eee;
    color: #999999;
}

.calculator__disclaimer-title {
    float: left;
    padding-right: 20px;
    width: 260px;
    border-bottom: none;
    font-size: 12px;
}

.calculator__disclaimer-text {
    float: left;
    padding-left: 3px;
    width: 650px;
    font-size: 12px;
}

.calculator .hint-box {
    float: none;
    margin-top: 0;
    margin-left: 0;
}

.calculator__form-group {
    clear: both;
    margin-bottom: 20px;
}

    .calculator__form-group.disabled {
        position: relative;
    }

        .calculator__form-group.disabled:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2030;
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
        }

.calculator__form-group--dimensions .sketch {
    display: inline-block;
    width: 280px;
    vertical-align: top;
}

.calculator__form-group--dimensions .dimensions {
    display: inline-block;
    width: 115px;
    padding-top: 20px;
    vertical-align: top;
}

    .calculator__form-group--dimensions .dimensions input[type] {
        width: 40px;
    }

    .calculator__form-group--dimensions .dimensions span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .calculator__form-group--dimensions .dimensions label {
        display: inline-block;
        width: 30px;
        text-align: center;
        font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
        font-weight: normal !important;
    }

.calculator__summary h3 {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 14px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__summary dl {
    margin: 0;
}

.calculator__summary dt,
.calculator__summary dd {
    display: inline-block;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}

.calculator__summary dt {
    clear: both;
    float: left;
    width: 180px;
    padding-right: 20px;
    font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator--sanierservice .calculator__summary dt {
    width: 150px;
}

.calculator__summary dt.subitem {
    font-family: 'FrutigerNextLTW1G-Regular', Arial, sans-serif;
    font-weight: normal !important;
}

.calculator__summary dd {
    float: left;
    width: 150px;
    color: #999999;
}

.calculator__powerconsumption {
    display: block;
    width: 190px;
    margin: 10px 0;
    padding: 15px 10px 0;
    border: solid 5px #eee;
}

    .calculator__powerconsumption span {
        font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 19px;
    }

    .calculator__powerconsumption strong {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
        font-size: 45px;
        line-height: 1.3;
    }

    .calculator__powerconsumption b {
        font-size: 20px;
        font-weight: normal;
    }

.calculator .errMessage {
    display: none;
}

.calculator .raise-error .errMessage {
    display: inline-block;
    text-indent: 0;
}

    .calculator .raise-error .errMessage span.arrow-error {
        left: -15px;
    }

.calculator__service-error.raise-error .errMessage {
    margin-bottom: 20px;
}

    .calculator__service-error.raise-error .errMessage span.arrow-error {
        top: 3px !important;
    }

.calculator__error {
    display: block;
    position: relative;
    font-size: 12px;
    color: #f00;
    margin: 5px 0;
    margin-left: 15px;
}

    .calculator__error:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 3px;
        width: 10px;
        height: 9px;
        background: url(../images/content/arrow-error.png) 0 0 no-repeat;
    }

.info-box {
    position: relative;
    display: block;
    zoom: 1;
}

    .info-box:before, .info-box:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .info-box:after {
        clear: both;
    }

    .info-box .description-text {
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding: 8px 12px;
        border: solid 1px #cfcfcf;
        background-color: #FFFFF0;
        font-size: 12px;
        line-height: 1.3333334;
    }

        .info-box .description-text:after {
            position: absolute;
            bottom: -10px;
            left: 8px;
            display: block;
            width: 20px;
            height: 11px;
            background: url("../images/calculators/infobox-nose.png") 0 0 no-repeat;
            content: " ";
        }

.codexworld_rating_widget {
    margin: 5px 0 20px;
    padding: 0;
    zoom: 1;
}

    .codexworld_rating_widget:before, .codexworld_rating_widget:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .codexworld_rating_widget:after {
        clear: both;
    }

    .codexworld_rating_widget li {
        float: left;
        margin: 0 0 0 2px;
        padding: 0;
        width: 14px;
        height: 30px;
        list-style: none;
        line-height: 0;
        cursor: pointer;
    }

        .codexworld_rating_widget li span {
            display: none;
        }

.popover__navi {
    width: 220px;
}

.popover__navi-title {
    display: block;
    padding: 6px 32px 7px 14px;
    background: #cc0000;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 19px;
    line-height: 22px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

    .popover__navi-title span {
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
    }

.popover__navi-content {
    border: solid #eee;
    border-width: 0 4px 4px;
}

.popover__navi-label {
    margin: 0;
    padding: 20px;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.1;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.popover__navi-links {
    padding: 15px 10px;
    border-top: solid 1px #eee;
    background: #fafafa;
}

.popover__navi-link {
    color: #333333;
    font-size: 14px;
    font-family: 'FrutigerNextLTW1G-Light', Arial, sans-serif;
    font-weight: normal !important;
}

.popover__cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: url("../images/calculators/bg-popover.png") 0 0 repeat;
    list-style-position: outside;
}

.popover__content {
    position: absolute;
    top: 50%;
    left: 119px;
    padding: 0 0 20px 20px;
    width: 980px;
    border: solid 6px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
}

    .popover__content > h1 {
        margin-left: -20px;
        padding: 9px 36px 7px 12px;
        background: #cc0000;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 19px;
        font-family: 'FrutigerNextLTW1G-Bold', Arial, sans-serif;
        font-weight: normal !important;
    }

.popover__content--smarthome {
    margin-top: -322px;
}

.popover__content--photovoltaic {
    margin-top: -361px;
}

.popover__btn {
    display: inline-block;
    padding: 0;
    border: none;
    background: #cc0000;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.popover__btn--close {
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px #b20000;
}

    .popover__btn--close span {
        display: inline-block;
        border-left: solid 1px #db4c4c;
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }

.energyclass {
    position: relative;
    margin: 10px 0 10px 10px;
}

.energyclass__level {
    position: relative;
    height: 20px;
    margin-bottom: 5px;
}

    .energyclass__level span {
        position: relative;
        display: inline-block;
        padding-left: 7px;
        color: #ffffff;
    }

        .energyclass__level span:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            border: solid 10px #fff;
            border-left-color: transparent;
        }

.energyclass__level--app span {
    width: 68px;
    background: #019ee3;
}

.energyclass__level--ap span {
    width: 83px;
    background: #009e6d;
}

.energyclass__level--a span {
    width: 98px;
    background: #93c21c;
}

.energyclass__level--b span {
    width: 113px;
    background: #bbcd23;
}

.energyclass__level--c span {
    width: 128px;
    background: #dfdc03;
}

.energyclass__level--d span {
    width: 143px;
    background: #fcea0a;
}

.energyclass__level--e span {
    width: 158px;
    background: #ffb031;
}

.energyclass__level--f span {
    width: 173px;
    background: #ff6400;
}

.energyclass__level--g span {
    width: 188px;
    background: #e2010f;
}

.energyclass__indicator {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 41px;
    height: 20px;
    margin-left: -3px;
    padding: 2px 0 4px 11px;
    background: url("../images/calculators/energy-level-indicator.png") no-repeat 0 0;
    color: #fff;
}

.energyclass__indicator--level-app {
    top: -2px;
}

.energyclass__indicator--level-ap {
    top: 23px;
}

.energyclass__indicator--level-a {
    top: 48px;
}

.energyclass__indicator--level-b {
    top: 73px;
}

.energyclass__indicator--level-c {
    top: 98px;
}

.energyclass__indicator--level-d {
    top: 123px;
}

.energyclass__indicator--level-e {
    top: 148px;
}

.energyclass__indicator--level-f {
    top: 173px;
}

.energyclass__indicator--level-g {
    top: 198px;
}

.buttons-bar--summary {
    clear: both;
}

    .buttons-bar--summary .btn-next {
        margin-left: 20px;
    }

    .buttons-bar--summary .more-info-link {
        margin-top: 8px;
    }

/*


current d01413
*/
.helpIconDl {
    position: absolute;
    left: 430px;
    vertical-align: top;
    display: inline;
    top: 0px;
}

.dlSubheader1 {
    color: red;
    font-weight: bold;
}

.cblDl1 input {
    margin-right: 5px;
    vertical-align: middle;
}

.cblDl2 input {
    margin-right: 5px;
    vertical-align: middle;
}

.cblDl2 td {
    height: 50px;
}

.cbDl1 input {
    vertical-align: middle;
}

.rdblDl1 input {
    margin-right: 5px;
}

.rdblDl1 td {
    padding-right: 20px;
}

.rdblDl1 table {
    float: left;
}

.cblDl3 label {
    top: -3px;
    display: block;
    margin-left: 20px;
    position: relative;
}

.cblDl3 input {
    float: left;
}

.portalElementTitle {
    font-size: 20px;
    margin-top: 15px;
    position: relative;
}

.portalElementText {
    color: black;
    margin-top: 5px;
}

.cmsLM a:focus, .cmsLM a:hover {
    text-decoration: underline;
}

.k-tooltip {
    padding: 8px;
    border-radius: 8px;
}

#aspnetForm > header > div.header-top > div > div > nav > ul > li:nth-child(5) > a,
/*#aspnetForm > header > div.header-top > div > div > nav > ul > li.CMSListMenuHighlightedLI > a,*/
#aspnetForm > header > div.header-top > div > div > nav > ul > li:nth-child(4) > a,
/*#aspnetForm > header > div.header-top > div > div > nav > ul > li.CMSListMenuHighlightedLI > a*/ {
    font-size: 14px;
}

.SubmitBtnRegCss {
    display: none !important;
}

.SendBtnCss {
    width: 84px;
    height: 35px;
}

.SubmitRegistrationBtn {
    width: 140px;
    height: 35px;
    border-radius: 1px;
    background: url("/App_Themes/EVN_TSEE_SITE/images/Buttons/3_Regisratsia.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 138px;
    border: none;
    font-size: 0px;
}

.SubmitLoginBtn {
    width: 50px;
    height: 25px;
    border-radius: 1px;
    background: url("/App_Themes/EVN_TSEE_SITE/images/Buttons/2_Vhod.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 50px;
    border: none;
    font-size: 0px;
}

.invalidField {
    background-color: #FCF2F2 !important;
}

#WzBoDyI, #WzTtDiV, #WzBoDy {
    background: #FFFFF0 !important;
}

.password-strength-text {
    background: #FAFAFA !important;
}

.ControlClassCSS {
    width: 390px;
}

* {
    outline: none !important;
}

.AsideBoxes.Back {
    position: relative;
    bottom: 896px;
    left: 1130px;
    display: inline-block;
}

.AsideBoxes.Front {
    position: relative;
    bottom: 413px;
    left: 1010px;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .AsideBoxes.Front {
        position: relative;
        bottom: 391px;
        left: 1010px;
        display: inline-block;
    }
}

strong.title {
    display: inline-block !important;
}

.CpatchaLine{
    width:100%;
}


.validationDiv input[type="text"] {
    width: 200px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}