html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 1000px) {


    .nivo-caption {
        display: none !important;
    }

    .nivo-prevNav {
        display: none;

    }
    .nivo-nextNav {
        display: none;
    }
}



@font-face {
    font-family: 'ReplicaBold';
    src: url('../fonts/lineto-replica-bold.eot');
    src: url('../fonts/lineto-replica-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lineto-replica-bold.woff') format('woff'),
    url('../fonts/lineto-replica-bold.ttf') format('truetype'),
    url('../fonts/lineto-replica-bold.svg#ReplicaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}
.header {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 15px 0;
}
.wrapper.tops{
    padding:20px 0 0 0;
    z-index: 5;
}
/*COOKIE PANEL ALL STYLE*/
.cookie-panel,
.cookie-panel.collapsed{
    height: 30px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8;
    background: #f3f7f8;
    display: block;
}
.cookie-panel .container{
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.cookie-panel.collapsed{
    display: none;
}
.cookie-panel-text{
    position: relative;
    float: left;
    width: auto;
}
.cookie-panel-close{
    position: relative;
    float: right;
    width: auto;
}
.cookie-panel-text,
.cookie-panel-text a{
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
    line-height: 30px;
}
.cookie-panel-close{
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
}
.cookie-panel-text a{
    text-decoration: underline;
}
.cookie-panel-close > span{
    font-family: arial, helvetica, sans-serif;
    border: none;
    margin-right: 5px;
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    body{
        max-width: 1100px;
        overflow-x: hidden;
    }
    .cookie-panel .container{
        width: 100%;
    }
    .cookie-panel-text{
        line-height: 10px;
    }
    .cookie-panel-text,
    .cookie-panel-text a{
        font-size: 11px;
        line-height: 14px;
    }
    .cookie-panel-close > span{
        font-size: 12px;
    }
    .cookie-panel-close{
        position: relative;
        font-size: 12px;
        margin-top: -7px;
    }
}
@media (max-width: 495px) {
    .cookie-panel-text,
    .cookie-panel-text a{
        font-size: 9px;
    }
    .cookie-panel-close > span{
        font-size: 10px;
    }
    .cookie-panel-close{
        margin-top: -8px;
    }
}
@media (max-width: 425px) {
    .cookie-panel-text,
    .cookie-panel-text a{
        font-size: 8px;
    }
    .cookie-panel-close > span{
        font-size: 9px;
    }
    .cookie-panel-close{
        margin-top: -9px;
    }
}

/*COOKIE PANEL ALL STYLE AND*/

.tel {
    font-family: ReplicaBold;
    font-size: 17px;
    padding-top: 20px;
    color: #706f6e;
    padding-left: 17px;
    position: relative;
	float: none;
}
.tel span {
    color: #8d8a85;
    font-family: arial;
    font-size: 15px;

    margin-left: 5px;
    margin-right: 10px;
}
.tel img {
    margin-top: 2px;
    margin-left: -15px;
    margin-top: 2px;
    position: absolute;
}
.header_left_top {
    padding-left: 359px;
}
.search {
    position: relative;
    margin-top: 20px;

}


.search input[type="search"] {
    float: left;
    height: 17px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    color: #8d8a85;
    width: 93px;
    background: #fff;
}

.search input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/search.png") repeat scroll 0 0 #F5F5F5;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px medium medium 1px;
    display: block;
    height: 13px;
    padding: 7px;
    width: 19px;
    border-top: none;
    border-left: none;
    border-bottom:none;
    position: absolute;
    right: 0;
    margin-top: 4px;
    font-family: 'ReplicaBold';
    cursor: pointer;
    color: #CCCCCC;
}

.header_left {
    float: left;
    margin-top: -37px;
}
.heder_right {
    float: right;
    margin-top: -34px;
    padding-right: 15px;
}
.logo {
    margin-top: 27px;
}

.logo a.small {
    display: none;
}


.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;

    max-width: none;

}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;


}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white;

    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom: 0px;
    background-image: url("../img/bg_slider.png");
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    height: 120px;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding: 10px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
    position:absolute;
    background-repeat: no-repeat;
    bottom: 32px;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {

    background-image: url("../img/left.png");
    height: 52px;
    width: 54px;
    left: 145px;
}
.nivo-nextNav {

    right: 145px;

    background-image: url("../img/right.png");
    height: 52px;
    width: 54px;
}

.nivo-controlNav {
    text-align:center;

}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {

}


.text_nivo{
    margin-top: 10px !important;
    width: 700px;
    margin: 0 auto ;

    padding-bottom: 12px;
    opacity: 1 !important;
    font-weight: 100;
    color: #f7f4f3;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;

}
.title_nivo{
    margin: 17px auto 0;
    width: 700px;
    text-align: center;
    color: #f7f4f3;
    opacity: 1 !important;
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 37px;
}
.middle_r{
    width: 194px;
    float: left;
    margin-left: 74px;
    height: 277px;
    padding-top: 40px;

}
.middle_r_first{
    width: 194px;
    float: left;
    height: 277px;
    padding-top: 40px;

}

.middle_r_last{
    width: 194px;
    margin-left: 74px;
    height: 277px;
    padding-top: 40px;
    float: right;

}
.middle {
    height: 380px;

    margin: 0 auto;
}
.middle_text {
    margin-top: 20px;
    font-family: arial;
    font-size: 15px;
    text-align: center;

}
.middle_text p{
    color: #7c7c7c;
    text-transform: uppercase;
    text-align: center;
    font-family: 'ReplicaBold';
    font-size: 23px;
    line-height: 1.6;
}
.actuelees {
    background-image: url("../img/aktuelles_bg.png");
    background-repeat: repeat-x;
    background-position: 0 2px;
}


#next {
    margin-left: 50px;
    background-image: url("../img/akt_right.png");
    height: 53px;
    float: right;

    margin-top: 82px;
    width: 53px;
    display: block;

}
#prev  {
    background-image: url("../img/ack_left.png");
    height: 53px;
    width: 53px;

    margin-top: 82px;
    float: left;
    display: block;



}
.actuelees {
    margin: 0 auto;
    position: relative;
    min-height: 237px;
}
#slideshow {
    margin: 0 86px;
}

#slideshow .float {
    width: 100%;
}


.title {
    margin: 0 auto;
    text-align: center;
    color: #5a5958;
    margin-top: 30px;
    font-size: 23px;
    font-family: 'ReplicaBold';
    text-transform: uppercase;
}
.actuelees .title{ padding-bottom: 20px; }
.aktuelles_intro_text {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #5a5958;
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
}
.aktuelles_button {
    width: 100px;
    position: relative;
    position: absolute;
    top: 155px;
    left: 367px;
    height: 30px;
    font-family: 'ReplicaBold';
    background-color: #435fbc;
    color: #FFF;
    text-decoration: none;

}

.middle_slide a{
    text-decoration: none;
    width: 100px;
}
.aktuelles_button p {
    font-family: 'ReplicaBold';
    text-transform: uppercase;
    padding-left: 22px;
    padding-top: 7px;
}
.upper {
    margin: 0 auto;
    max-width: 1000px;
}
#middle_1 p {
    color: #74716b;
}
#middle_1  {
    color: #74716b;
}

#middle_2 {
    color: #e1b633;

}
#middle_3 {
    color: #435fbc;

}
#middle_4 {
    color: #b6c764;

}


#middle_2 p {
    color: #e1b633;

}
#middle_3 p{
    color: #435fbc;

}
#middle_4 p{
    color: #b6c764;

}

.popup_block {
    height: 100px;
    width: 1000px;
    background-color: #222222;
}
.cont {
    margin: 50px auto 0;
    position: relative;
}

#menu{width: 1000px;
    margin: 0 auto;}
#menu li{ }
#menu li ul{display:none; position:absolute; bottom:100%; width: 100%;}
#menu li:hover ul{display:block; width: 100%}

.second li {

    background-color: #333;
    left: 0;


}
.second_1 {

    background-color: #7d7d7d;
    height: 50px;
    left: 0;



}
.second_2 {


    background-image: url("../img/bg_menu_2.png");
    left: 0;
    height: 50px;



}
.second_3 {

    height: 50px;
    background-color: #333;
    background-image: url("../img/menu_bg_3.png");
    left: 0;

}
.second_4 {
    height: 50px;
    background-color: #adbf59;


    left: 0;

}
.podlozka {
    width: 1000px;
    height: 100px;
    background-color: #435fbc;
    display: none;
}

#menu li ul li {

    float: left;
    list-style: circle outside !important;

}
.align1 {
    width: 1000px;
    margin: 0 auto;
    background-image: url("../img../img_menu.png");
    background-repeat: no-repeat;
    height: 70px;
    background-position: 74px 45px;

}

.align2 {
    width: 1000px;
    margin: 0 auto;
    background-image: url("../img/ing_menu_2.png");
    background-repeat: no-repeat;
    height: 70px;
    background-position: 357px 48px;
}

.align3 {
    width: 1000px;
    margin: 0 auto;
    background-image: url("../img/ing_menu_3.png");
    background-repeat: no-repeat;
    height: 70px;
    background-position: 618px 48px;
}


.align4 {
    width: 1000px;
    margin: 0 auto;
    background-image: url("../img/ing_menu_4.png");
    background-repeat: no-repeat;
    height: 70px;
    background-position: 887px 48px;
}

#menu li ul li {
    color: #64615C;
    display: block;
    font-size: 14px;
    list-style: disc outside none;
    padding-left: 31px;
    margin-top: 17px;
    list-style: circle outside !important;

}
#menu li ul li:first-child {
    padding-left: 0px;
    background-image: none;
}

#menu li ul li a{
    color: #64615c;
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;

}
.align1 li a{
    color: #fff !important;

}
.align3 li a{
    color: #fff !important;
}
.align4 li a{
    color: #fff !important;
}

.align1 li{
    color: #fff !important;
    background-image: url("../img/list_menu_fff.png");
    background-repeat: no-repeat;
    background-position: 14px 5px;

}
.align1 ul {
    position: absolute;
}


.align2 li{
    color: #fff !important;
    background-image: url("../img/list_menu_yellow.png");
    background-repeat: no-repeat;
    background-position: 14px 5px;

}
.align3 li{
    color: #fff !important;
    background-image: url("../img/list_menu_fff.png");
    background-repeat: no-repeat;
    background-position: 14px 5px;

}
.align4 li{
    color: #fff !important;
    background-image: url("../img/list_menu_fff.png");
    background-repeat: no-repeat;
    background-position: 14px 5px;

}
#menu li ul li a:hover {
    text-decoration: underline;
}
.align_centr {
    width: 1000px;
    margin: 0 auto;
}
.middle_2 {
    width: 100%;
    background-image: url("../img/middle_2_bg.png");
    background-position: 0 -1px;
    min-width: 305px;
    overflow: hidden;
    padding-bottom: 55px;
    border-top: 1px solid #E4E3E2;
    border-bottom: 1px solid #E4E3E2;
    text-align: center;
}
.middle_2_1_block {
    display: inline-block;
    width: 305px;
    height: 365px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.26);
    -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.26);
    box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.26);
    background-color: #fff;
    margin-top: 50px;
    margin-right: 26px;
    vertical-align: top;
}

.middle_2 .middle_2_1_block:last-child {
    margin-right: 0;
}




.middle_slider_img {

}
.middle_skider_text {
    width: 265px;
    color: #5a5958;
    margin: 20px auto 0;
    line-height: 2;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}
.middle_skider_text h1 {
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 19px;

    color: #5a5958;
    margin-bottom: 6px;
    font-size: 20px;
}


.middle_skider_text h2 {
    color: #5A5958;
    font-family: arial,helvetica,sans-serif;
    font-size: 26px;
    margin-top: -7px;
    text-transform: uppercase;

}

.footer {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
.footer_left {
    position: relative;
    width: 50%;
    float: left;
}
.footer_right {
    position: relative;
    float: left;
    width: 50%;
}
.footer_right > div{ margin: 0 10px; }
.footer_menu {
    width: 550px;
    height: 80px;
    float: left;
	max-width: 100%;
}
.foter_copy {
    width: 550px;
    height: 75px;
    float: left;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #a19f9a;

}
.foter_copy a {
    color: #758ace;
}
.foter_copy p {
    padding-top: 20px;
}
.foter_copy span {
    margin-left: 50px;
}
.middle_skider_text h2 img {
    position: absolute;
    margin-left: -32px;
    margin-top: 11px;
}
.footer_menu p{
    padding-top: 40px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;

    color: #a19f9a;


}
.footer_logo_1 {
    display: inline-block;
    padding-top: 40px;
    padding-left: 15px;
    vertical-align: top;
}
.footer_logo_2{
    display: inline-block;
    padding-top: 30px;
    vertical-align: top;
}
.footer_logo_3{
    display: inline-block;
    padding-top: 30px;
    vertical-align: top;
}
.footer_logo_4{
    display: inline-block;
   /* position: absolute;
    right: -25px;
    top: 5px;*/
    vertical-align: top;
}
@media (max-width: 1000px) {
    .footer_logo_4{
        position: relative;
        display: inline-block;
        padding-top: 0px;
        vertical-align: top;
    }
}


#slider {

    width: auto;

}
.test_menu {
    height: 700px;
    width: 1000px;
    margin: 0 auto;
}

.top_menu_spalsh {
    float: left;
    margin-top: 30px;
    position: absolute;
    width: 1000px;
}
.top_menu_spalsh > ul a {
    padding-left: 25px;
    text-transform: uppercase;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    background-image: url("../img/list_menu_fff.png");
    background-repeat: no-repeat;
    background-position: 9px 6px;
}
.top_menu_spalsh > ul a:hover {
    text-decoration: underline;

}
.top_menu_spalsh > ul a:first-child {
    background-image: none;
}
.second_2 a {
    color: #7a7a7a !important;
}
html body div.cont div.middle ul#menu li.first ul.second_2 div.align2 div.top_menu_spalsh ul a {
    background-image: url("../img/list_menu_yellow.png");

}
.footer_menu ul {
    margin-top: 45px;
}
.footer_menu ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #6d6b66;
    margin-left: 25px;
    line-height: 1.7;
}
.footer_menu ul li:first-child {
    margin-left: 0px;
}
.footer_menu ul li a {
    color: #6d6b66;
    border-bottom: 1px solid #e4e3e2;
    text-decoration: none;
}
.footer_menu ul li a:hover {
    color: #435fbc;

    border-bottom: 1px solid #435fbc;
    text-decoration: none;
}
.test {
    width: 1000px;
    height: 700px;
    margin: 0 auto;

}
.header_left_bottom {

}

#search_input {
    width: 115px;
    border-left: none;
    border-bottom: 1px solid #CCCCCC;

    border-top: none;
}
#search_img {
    left: 102px;
    position: absolute;
    top: 3px;
}
.tes {
    height: 600px;
    margin: 0 auto;
    width: 1000px;
    background-color: #556655;
}

.float > p {

    text-align: center;
    width: 825px;

}
.act_rts {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #5A5958;
}

.mehr_t {
    background-color: #435FBC;
    color: #FFFFFF;
    font-family: 'ReplicaBold';
    height: 33px;
    line-height: 1.3;
    margin: 20px auto;
    text-decoration: none;
    width: 100px;
}


.mehr_t a {
    color: #FFFFFF;
    margin-left: 23px;
    margin-top: 6px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
}

.summ {
    color: #5A5958;
    font-family: arial;
    line-height: 1.4;
    text-align: center;
}

.rrr {
    display: block !important;
    height: 35px;
    position: absolute;
    right: 0;
    background-image: url("../img/menu-3.png");
    top: 0;
    background-position: 0 13px;
    width: 20px;
    z-index: 2000;
    background-repeat: no-repeat;
}
.jqueryslidemenu ul li ul li ul {


}
.rrr2 {

    height: 20px;
    left: -23px;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    background-image: url("../img/menu-4.png");
    width: 19px;
}
.float a {
    text-decoration: none;
}
html body div.cont div.middle ul#menu li.first ul.second_2 div.align2 div.top_menu_spalsh ul a:first-child {
    background-image: none;
}
.menu_min {
    display: none;
}
.top_menu {
    display: none;
    margin: 60px 0 0 20px;
    position: relative;
}
@media only screen and (max-width: 1000px) {
    #slideshow{
        width: auto;

    }

    .upper {
        margin: 0 auto;
        width: auto;
    }
    .middle_2 {

        margin-top: 0px;

    }

    .header{
        width: 100%;

    }

    .actuelees {


        background-repeat: repeat;
    }

    .mehr_t {

        margin: 18px auto;
    }
    .align_centr {
        margin: 0 auto;
        width: 345px;
    }

    .footer {
        clear: both;
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .footer_left {
        width: auto;
        text-align: center;
    }

    .footer_right {
        width: auto;
        text-align: center;
        padding: 0 20px;
    }

    .footer_right > div {
        margin-left: 0
    }

    .footer_menu {
        float: none;
        width: auto;
        height: auto;
    }

    .foter_copy {
        float: none;
        width: auto;
        text-align: center;
        padding: 0 20px;
    }
    .header_left_bottom {
        display: none;
    }

    .search {
        position:absolute;
        margin: 16px 0 0 0px;
        padding: 0;
        width: auto;
    }
    .header_left {
        float: left;
    }
    .footer_left {
        float: none;
    }
    .footer_right
    {
        float: none;
        margin: 0 auto;
    }

    .foter_copy span {
        white-space: nowrap;
    }

    .cont {
        height: auto;
        margin-top: 0px;
    }
    .middle  {
        display: none;
    }
    .menu_min {
        padding-top: 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }


    .menu_1_1,  .menu_1_2,  .menu_1_3,  .menu_1_4 {
        display: inline-block;
        padding: 0 16px 10px;

    }
    .menu_1_link {

        font-family: 'ReplicaBold';
        text-transform: uppercase;
        text-align: center;
        margin: 10px auto 0;
        text-decoration: none;
    }
    .menu_1_1 a {
        text-decoration: none;
        color: #74716B;
    }
    .menu_1_2 a {
        text-decoration: none;
        color: #E1B633;
    }
    .menu_1_3 a {
        text-decoration: none;
        color: #435FBC;
    }
    .menu_1_4 a {
        text-decoration: none;
        color: #B6C764;
    }

    #first_men > a {
        margin-left:0px;
    }
    #next {
        margin-right: 15px;
    }
    #prev {
        margin-left: 15px;
        background-repeat: no-repeat;
    }
    #menu-icon {
        color: #000;
        width: 30px;
        height: 30px;
        background-image: url("../img/menu_img_mob.png");
        padding: 8px 10px 0 42px;
        cursor: pointer;
        display: block;
        top: 60px;
        left: 20px;
    }
    #menu-icon:hover {
        background-color: #f8f8f8;
    }
    #menu-icon.active {
        background-color: #bbb;
    }
    #nav {
        position: absolute;
        top: 55px;
        left: 0;
        width: 300px;
        z-index: 10000;
        padding: 0;
        margin: 0;
        background: #f8f8f8;
        border: solid 1px #999;
        display: none;
        padding: 15px 0;
    }
    #nav li a{
        font-family: arial,sans-serif !important;
        font-weight: bold;
        font-size: 18px;
        color: #666;
        text-decoration: none;
        padding:0px 0 0 15px;
        line-height: 30px;
    }

    #nav li > ul {
        position: relative;
        width: 100%;
        padding:0;
        margin:0;
    }
    #nav li > ul > li {
        position: relative;
        padding:0;
        margin:5px 0 0 15px;
    }
    #nav li > ul > li a{
        font-family: arial,sans-serif !important;
        font-weight: bold;
        font-size: 17px;
        color: #888;
        text-decoration: none;
        line-height: 20px;
        font-weight: normal;
    }
    #nav li > ul > li a:hover{
        color: #444;
    }
    #nav li > ul > li > ul {
        position: relative;
        width: 100%;
        padding:0;
        margin:0;
    }
    #nav li > ul > li > ul >li {
        position: relative;
        padding:0;
    }
    #nav li > ul > li > ul >li a{
        font-family: arial,sans-serif !important;
        font-weight: bold;
        font-size: 15px;
        color: #888;
        text-decoration: none;
        line-height: 20px;
        font-weight: normal;
    }
    #nav li > ul > li > ul >li a:hover{
        color: #444;
    }
    /*
    #nav a,
    #nav li ul a {

        color: #666;
        border: none;
    }
    #nav a:hover,
    #nav li ul li a:hover {
        background: none;
        color: #000;
    }
    #nav > li > ul {
        position: relative;
        width: 300px;
        display: block;
        border: none;
        background: inherit;
        margin-bottom: 7px;
    }
    #nav li > ul > li {
        float: left;
        font-family: arial;
        text-transform: capitalize;
        font-size: 17px;
        margin: 5px 0;
        display: block !important;
    }
    #nav li > ul > li > ul > li{
        font-family: arial;
        text-transform: capitalize;
        font-size: 14px;
        margin: 5px 0;
        display: block !important;
    }

*/


    .top_menu ul li {
        background-image: none;
    }
    .menu_min2 {
        position: relative;
        float: left;
        text-decoration: none;
        font-family: arial,sans-serif !important;

    }
    .menu_min2:hover {
        text-decoration: underline;
    }
    .menu_min2a {
        position: relative;
        padding-bottom: 10px  !important;
        text-decoration: none;
        float: left;
        padding-top: 10px  !important;
        font-family: arial,sans-serif !important;
        color: #000 !important;
    }
    .top_menu {
        display: block;
    }
    .bg_img > a {
        font-weight: 900 !important;
        padding-top: 5px;
    }

    .rrr {
        background-image: none;
    }
    .top_menu ul li {
        padding-left: 25px;
    }

    .bg_img {
        margin-left: -24px !important;
    }

    .bg_img {
        font-family: arial, sans-serif !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        text-transform: capitalize !important;
    }
    .middle_2_1_block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .middle_2 .middle_2_1_block:last-child {
        margin-left: auto;
        margin-right: auto;
    }
    .footer_menu ul {
        padding: 0 20px;
    }
    .footer_menu ul li {
        margin-left: 0;
        padding: 0 17px;
    }
    #slideshow .float .padding {
        padding: 0 20px;
    }
}
@media screen and (max-width: 670px) {
    #prev {
        display: none;
    }
    #next {
        display: none;
    }

    #slideshow {
        margin: 0;
    }

}


@media only screen and (max-width: 640px) {
    .logo a {
        display: none;
    }

    .logo a.small {
        display: block;
    }

    .heder_right {
        margin-top: -6px;
    }
}

@media only screen and (max-width: 610px) {
    .menu_top {
        padding: 0 50px;
    }

    .menu_1_1, .menu_1_2, .menu_1_3, .menu_1_4 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .foter_copy span {
        display: block;
        text-align: center;
        margin: 0;
    }
}

@media only screen and (max-width: 460px) {
    .menu_top {
        padding: 0;
    }
}

@media only screen and (max-width: 360px) {
    .menu_top {
        padding: 0 5px;
    }
}

.align3 > .top_menu_spalsh > ul  {
    text-align: right;
}
.align4 > .top_menu_spalsh > ul  {
    text-align: right;
}


.align3 > .top_menu_spalsh > ul a:last-child {
    background-image: none;
}

.align3 > .top_menu_spalsh > ul a:last-child {
    background-image: none;
}
.align4 > .top_menu_spalsh > ul a:last-child {
    background-image: url("../img/list_menu_fff.png") !important;
}

.align3 > .top_menu_spalsh > ul a:last-child {
    background-image: url("../img/list_menu_fff.png") !important;
}

strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
address {
    font-style: italic;
}
.popup-box {
    position: absolute;
    border-radius: 5px;
    width: 523px !important;
    display: none;
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
.popup-box .close {
    color: #434343;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-left: 400px;
    margin-top: -26px;
    padding: 20px;
    position: absolute;
}
.popup-box .close:hover {
    color: #E1B633;
    width: 523px !important;
}

.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
.popup-box .bottom {

    border-top: 1px solid #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#blackout {

    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    left: 0;
    display: none;
}
.ace_1 {
    float: left;
    margin-left: -51px;
}
.ace_2 {
    float: left;
    margin-left: 71px;
}
.link_a {
    color: #FFFFFF;
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
    margin-left: 45px;
    margin-top: -53px;
    position: absolute;
}
.middle_skider_text  a {
    color: #5a5958;
    text-decoration: none !important;
}

@media only screen and (max-width: 390px) {

    .header_left_top {
        padding-left: 0px;
    }
    .search {
        margin: 27px 94px 0;
        padding: 0;
        position: absolute;
        width: auto;
    }

    .header_left_top {
        padding-left: 133px;
    }

    .tel {
        color: #706f6e;
        font-family: ReplicaBold;
        font-size: 17px;
        padding-bottom: 15px;
        padding-left: 17px;
        padding-top: 20px;
        position: relative;
    }
}


/* Do not kill this styles!!! */

.content-block, .content-block td, .box_content {
	font: 14px/20px Arial,Tahoma;
}

.pic-pointer {cursor: pointer !important;}

img.alpha {
	behavior: url(/_lib/png.htc);
}


/* Do not kill this styles!!! */

/*DUMMY TABLES*/


.top, .topLeft, .topRight {

	border-top:none !important;
	height:42px;
	padding-top: 4px;
}

.topRight {
	background:#FFFFFF url(/images/index/dummy_topright.gif) top right no-repeat;
}

.topLeft p, .top p, .topRight p{
	color: #000000 !important;
}

.bottomLight, .bottomRightLight, .rightLight, .centerLight{
	background:#f6f6f5;
	height:24px;
}

.bottomDark, .bottomRightDark, .rightDark, .centerDark{
	background:#e5eff4;
	height:24px;
}

.left, .bottomLeft{
	/*background: #FFFFFF !important;*/
	height:24px;
}


.left p, .bottomLeft p{
	color:#3f8ab7 !important;
}

.left p strong, .bottomLeft p strong {
	font-weight: normal !important;
}

.oneColorLight, .oneColorDark, .twoColorRows, .twoColorCols{
	border-collapse: collapse;
	border:1px solid #d2d2d2;
}

.oneColorLight td, .oneColorDark td, .twoColorRows td, .twoColorCols td{
	border:1px solid #c5c5c5;
	padding: 0px 0px 0px 0px !important;
}

.oneColorLight td, .oneColorLight td p, .oneColorDark td, .oneColorDark td p, .twoColorRows td, .twoColorRows td p, .twoColorCols td, .twoColorCols td p{
	margin:0px;
	padding:2px;
	font-size:11px/18px;
	color: #808183;
}

.topLeftHeader, .topHeader, .topRightHeader{
	background:#FF9600;
	height:4px !important;
	padding: 0px 0px 0px 0px !important;
	border:none !important;
}

table.oneColorLight, .scontent table {
    font-size: 13px;
    border-collapse: collapse;
    border-color: #fafcfd;
    border: 1px solid #fafcfd;
    background: #f0f3f6;
    text-align: center;
    border:1px solid white;
}
table.oneColorLight tr:first-child td, table.oneColorLight tr:first-child th, .scontent table tr:first-child td {
    color: #05a7e1;
    background: #cdf0ff;
    padding: 8px 22px !important;
}
table.oneColorLight tr:first-child td p, table.oneColorLight tr:first-child th p, .scontent table tr:first-child td p {color: #05a7e1;}
table.oneColorLight tr td {
    padding: 8px 22px !important;
    color: #004d78;
    border:1px solid white;
}
table.oneColorLight tr td p, .scontent table tr td p {color: #004d78;}
/*DUMMY TABLES*/


/************************* WYSIWYG MAIN BLOCK EDIT STYLES *********************/
.edit_title, .edit_summary, .edit_author, .edit_datum, .edit_link_down {
	width:100%;
	border: 1px dashed #FFCC99;
	cursor: hand;
}

.edit_title {
    font-size: 31px;
    text-transform: uppercase;
	background:transparent;
    color: #5A5958;

    margin-bottom: 6px;
}

.edit_summary {
	color:	#3f8ab7;
	font-weight: bold;
	background:transparent;
	margin-bottom: 15px;
}

.edit_author {
	background:transparent;
	margin-top: 15px;
	text-align:right;
}

.edit_datum {
	background:transparent;
	margin-top: 15px;
	text-align:right;
}

.edit_link_down {
	background: transparent;
	margin-top: 15px;
}

.edit_link_down .user-download, .edit_link_down .user-links {
	margin-top: 0px;
}

.edit_infobox_title {
	width: 100%;
	font: 17px "Times New Roman", Times, serif;
	font-weight: bold;
	color: #697177;
	background: transparent;
	cursor:hand;
	border:1px dashed #FFCC99;
}

.edit_infobox_content {
 	border: 1px dashed #ffcc99;
	cursor:pointer;
}

.edit_infobox_content_wysiwyg {
	font: normal 11px/16px Arial;
	color: #676767;
}

.edit_picturebox {
}

.edit_picturebox .block_infobox_bottom {
	margin-bottom: 0px;
}


/**************************** FRONT MAIN BLOCK STYLES *************************/
.title {
	padding-bottom: 20px;
}

.summary {
	margin: 0px 0px 10px 0px;
	color:	#3f8ab7;
	font-weight: bold;
}

.content-block, .content-block p, .content-block a {

}

.content-block p {
	padding: 0px;
	margin: 0px;
}

.content-block a, .box_content a {
	color: #00742b;
	text-decoration: none underline;
}

.content-block a:hover, .box_content a:hover {
	text-decoration: none;
}

.content-block a:visited, .box_content a:visited {
	color: #64a9d2;
}


.content-block ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.content-block ul li {
	padding-left: 11px;
	background: url(/images/index/ulbullet.gif) 6px 0px no-repeat;
}

.content-block ol {
	margin: 0;
	padding-left: 23px;
	padding-left: expression('28px');
}

.content-block ol li {
}

.content-block h1, .content-block h2, .content-block h3{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.content-block h2 {
	font-size: 13px;
}

.content-block h3 {
	font-size: 12px;
}


.user-links {
	padding:0;
	margin: 10px 0px 0px 0px;
}

.user-links a, .font_link {
	color: #3f8ab7;
	text-decoration: none;
	padding-left: 15px;
	background: url(/images/index/abullet.gif) 6px 9px no-repeat;
}

.user-links a:hover {
	text-decoration: underline;
}

.user-links a:visited {
	background: url(/images/index/avbullet.gif) 6px 9px no-repeat;
	color: #64a9d2;
}

.user-download {
	padding:0;
	margin: 10px 0px 0px 0px;
}

.user-download a, .font_download {
	color: #3f8ab7;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	background: url(/images/index/dbullet.gif) 0px 3px no-repeat;
}

.user-download a:hover {
	text-decoration: underline;
}

.user-download a:visited {
	color: #64a9d2;
}

.user-datum-author {
	text-align: right;
	margin-top: 10px;
}

.user-author, .user-datum {
	color:	#000000;
}

.box{
  padding-bottom: 25px;
}

.box_top {
	background: url(/images/index/box_top.gif) left top no-repeat;
}

.box_bottom {
	height: 100%;
	background: url(/images/index/box_bottom.gif) left bottom no-repeat;
}

.box_middle {
	background: url(/images/index/box_middle.gif) left top repeat-y;
	margin-bottom: 12px;
	margin-left: 21px;
	width: 214px;
}

.box_padding {
	padding: 12px 33px 35px 21px;
}

.box_title {
	background: #cfeee6;
	padding: 5px 11px;
	color: #008542;
	font-size: 12px;
}

.box_content {
	font-size: 12px;
	line-height: 16px;
	color: #676767;
	padding-top: 15px;
}

.box_content td {
	color: #656e73 !important;
}

.box_content input {
	background: transparent;
}

.box_content .description{
	padding-top: 15px;
}

.box_pic_padding {
	text-align: center;
}

.box_content .more{
  padding-top: 10px;
}

.box_content .more a{
  color: #1c8342;
  font-size: 12px;
  text-decoration: underline;
  padding-right: 15px;
  background: url("/images/splash/tabs_news_link.png") no-repeat 100% 50%;
}

/* SITEMAP STYLES */
.box2_top {
	background: url(/images/index/box2_top.gif) left top no-repeat;
}

.box2_bottom {
	height: 100%;
	background: url(/images/index/box2_bottom.gif) left bottom no-repeat;
}

.box2_middle {
	background: url(/images/index/box2_middle.gif) left top repeat-y;
	margin-bottom: 12px;
	width: 224px;
}

.box2_padding {
	padding: 12px 3px 35px 10px;
}

.box2_title {
	padding-left: 9px;
}
.cfix > a {
    width: 254px;
    border-bottom: 1px solid #e5e4e3;
}
.cfix > a:last-child {
    border: none;
}

.sitemap_table {
border-collapse:collapse;
width:100%;
margin:0px 0px 0px 0px;
}
.sitemap_table .box2_title {
    padding: 0;
    background-color: #F6F6F6;
    background-image: url("../img/sm_sss.png");

    background-repeat: no-repeat;
    background-position: 250px 14px;;
    float: left;
    border: 1px solid #e5e4e3;
}
.sitemap_table .box2_content {
    margin-bottom: 30px;
    border-left:  1px solid #e5e4e3;
    border-right:  1px solid #e5e4e3;
    border-top:  1px solid #e5e4e3;
    width: 296px;
    float: left;
    margin-top: 10px;

    background-color: #fff;
}
.sitemap_table .box2_title a {
    padding: 0 22px;
    font-size: 19px;
    font-weight: 300;

    text-decoration: none;
    height: 40px;
    float: left;
    color: #435fbc;
    line-height: 2.3;
    width: 250px;
    height: 40px;

    display: block;
}

.sitemap_table td{
margin:0px;
padding:0px;
vertical-align:top;

border: 0 !important;
}
.cfix a {

    background-repeat: no-repeat;
    background-position: 7px 16px;
}

.sitemap_table td .box2_content>ul>li{
zoom:1;
line-height: 1;

}
.sitemap_table .box2_content {
    margin-bottom: 30px;
    border-left: 1px solid #e5e4e3;
    border-right: 1px solid #e5e4e3;
    border-top: 1px solid #e5e4e3;
    width: 296px;
    float: left;
    margin-top: 10px;
    background-color: #fff;
}
.sitemap_table td .box2_content>ul>li a {
    padding: 8px 22px 8px 22px;
    font-size: 13px;
    color: #002b54;
    height: auto;
	line-height: 18px;
    text-transform: uppercase;
	width: 100%;
	display: block;
}
.sitemap_table td .box2_content>ul>li>ul>li {
    line-height: 1;

}
.sitemap_table td .box2_content>ul>li>ul>li>a {
    padding-left: 40px;
    width: 233px;
    background-position: 25px 17px;
    text-transform: none;
}
.sitemap_table td .box2_content>ul>li>ul>li>ul>li {
    line-height: 1;
    background: #f3f9fc;

}
.sitemap_table td .box2_content>ul>li>ul>li>ul>li>a {
    padding-left: 60px;
    text-transform: none;
}
.sitemap_table td h2{
padding:0px 0px 0px 14px;
}

.sitemap_table td ul li img.icon{
cursor:pointer;
margin: 8px 5px 0px 22px;
float: left;
}

.sitemap_table td ul li img.dot{
width:3px;
height:8px;
margin:0px 7px 0px 4px;
}

.sitemap_table ul {

	margin: 0px;
	
    padding: 0px;
}


.sitemap_header {
	display: block;
	width: 190px;
	height: 21px;
	margin-left: 2px;
}

.sitemap_table td ul li a{
	font: 11px Arial;
	color: #676767;
	text-decoration: none;
}

.sitemap_table td ul li a:hover {
	text-decoration: underline;
}


/* VOTING STYLES */
.voting_results_table {
	width: 150px;
}
.voting_results_percents_table td {
	border: 1px solid #656e73;
}

.voting_results_percents_table img {
	background: #656e73;
}

.voting_email_input {
	border: 1px solid #656e73;
	font: 11px Arial;
	color: #676767;
}

.content_ins .bordered-headline{
  background: #f3f9fc url(../img/bg_line_top.png) repeat-x left top;
  color: #278bd1;
}

.content_ins .bordered-headline > p, .content_ins .bordered-headline > span{
  display: block;
  padding: 5px 15px;
  background: url(../img/bg_line_bottom.png) repeat-x left bottom;
}

.content_ins .bordered-headline strong{
  color: #278bd1;
}

table.contacts td{
  background: none;
  border: 0 none;
  width: 33%;
  font-size: 12px;
  color: #414b51;
}

table.contacts td strong{
  color: #002b54;
}

table.contacts td a{
  color: #278bd1;
}

sup, sub{
  line-height: 1;
  font-size: 80%;
}

sup{
  vertical-align: top;
}

sub{
  vertical-align: bottom;
}

table.dummy_tarife {
    font-size: 13px;
    border-collapse: collapse;
    border-color: #fafcfd;
    border: 1px solid #fafcfd;
    background: #f0f3f6;
    text-align: center;
}
table.dummy_tarife tr th {
    color: #05a7e1;
    background: #cdf0ff;
    padding: 8px 22px;
}
table.dummy_tarife tr td {
     padding: 8px 22px;
}
.dosis_light {
    font-family: "Dosis Light";
}

.download {
    background: url("../img/ico/download.png") no-repeat left top;
    padding: 0px 0px 0px 25px;
}

.Ansprechpartner {
    font-size: 20px;
    margin-bottom: 10px;
    color: #5A5958;
    width: 261px;
    text-align: center;
    color: #5A5958;
    text-align: center;
    font-family: arial, sans-serif;
    text-transform: uppercase;
}
.name {
    font-size: 17px;
    width: 261px;
    color: #5A5958;
    text-align: center;
    font-family: arial, sans-serif;
}
.position {
    margin-top: -5px;
    width: 261px;
    font-weight: bold;
    color: #5A5958;
    text-align: center;
}
.tel_ol {
    background-image: url("../img/tel_test.png");
    height: 106px;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    width: 261px;
    line-height: 11;
    color: #5a5958;
}
.fax {
    background-image: url("../img/fax_test.png");
    height: 106px;
    width: 261px;
    text-align: center;
    font-size: 16px;
    line-height: 11;
    color: #5a5958;
}
.mail {
    height: 106px;
    text-align: center;
    line-height: 12;
    margin-bottom: 10px;
    color: #435fbc;
    width: 261px;
    background-image: url("../img/mail_test.png");
}
.mail a {
    color: #435fbc;
    text-decoration: underline;
    font-size: 14px;
    text-transform: lowercase;
}
.middle_skider_text{
    color: #5A5958;
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    line-height: 2;
    margin: 20px auto 0;
    text-align: center;
    width: 265px;
}

.px_in {
    color: #5A5958;
    font-family: arial,helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.cke_editable p{
    color: #5A5958;
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;

}

.cke_editable h1 {
    font-size: 31px;
    margin-top: 20px;
    color: #5A5958;
    font-family: arial, sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;

}
.cke_editable h2{
    font-size: 21px;
    margin-top: 20px;
    font-weight: 300;
    font-family: arial, sans-serif;
    margin-bottom: 20px;
    color: #5A5958;
    text-transform: uppercase;
}
.cke_editable h3{
    color: #435fbc;
    font-size: 18px;
    list-style: disc outside;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    font-weight: 300;
    margin-top: 50px;
    background-image: url("../img/h3.png");
    background-repeat: no-repeat;
    background-position: 0 13px;
    padding-left: 15px;
    margin-bottom: 20px;
}


.content_ins .acc_title {
    border: 1px dashed #5A5958;
    padding: 10px;
    font-size: 31px;
    color: #5A5958 !important;
    font-family: arial, sans-serif;
}
.content_ins .acc_title a {
    color: #5A5958 !important;
    text-decoration: none;
}
.content_ins .title_text_acc {
    border: 1px dashed #5A5958;
    padding: 10px;
    margin-top: 10px;
    color: #5A5958;
    font-family: arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.Downloads_title {
    width: 660px;
    background-image: url("../img/dv_img.png");
    background-repeat: no-repeat;
    background-position: 600px 9px;
    height: 50px;
    border: 1px solid #E4E3E2;
    margin-top: 20px;
    background-color: #F5F5F5;
}

.Downloads_title a {


    color: #435FBC;
    font-family: arial,sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 2.7;
    height: 51px;
    margin-left: 10px;

    text-decoration: none;
    width: 650px;
}


.image > img {
    height: auto;
    float: left;
    width: 260px;
}

.left_cont thead {
    background-color: #435FBC;
    color: #FFFFFF;


}


.left_cont  th {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.left_cont  td:nth-child(2n) {
    
   
}


.cke_editable td:nth-child(2n) {
    background: #f5f5f5;
    color: #5a5958;
}
/*.left_cont img {
    float: left;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-top: 30px;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26);
}
*/




.cke_editable thead {
    background-color: #435FBC;
    color: #FFFFFF;


}


.cke_editable th {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}



.cke_editable  td {
    background-color: #FFFFFF;
    border: 1px solid #E4E3E2;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #435fbc;
}




.cke_editable  .left_cont td:nth-child(2n) {
    background: #f5f5f5;
    color: #5a5958;
}
.cke_editable  img {
    float: left;
    margin-bottom: 30px;
    margin-right: 40px;
    margin-top: 30px;

}


.left_cont h1 {
    clear: both;}

.right_cont img {
    width: 261px;
}
.c_s_article_el {
    padding-bottom: 50px;
}

.article_list b {
    background-color: #fff;
    width: 590px !important;
    padding: 15px;
    border-bottom: 1px solid #E4E3E2;
}

.contakt_test {
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26);
    float: left;
    margin-right: 23px;
    margin-top: 30px;
    width: 307px;
}

.title_test {
    background-color: #FFFFFF;
    color: #506AC0;
    border-bottom: 1px solid #E4E3E2;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.top_test_top {
    background-color: #F5F5F5;
    padding: 15px 15px 0;
    text-align: center;
}
.bottom_test_top{
    font-weight: bold;
    background-color: #F5F5F5;
    border-bottom: 1px solid #E4E3E2;
    padding: 0 15px 15px;
    text-align: center;
}
.top_test {
    background-color: #F5F5F5;
    padding: 15px 15px 0;
    text-align: center;
    font-weight: bold;
}
.bottom_test {

    background-color: #F5F5F5;
    padding: 0 15px 15px;
    border-bottom: 1px solid #E4E3E2;
    text-align: center;
}
#mail_test {
    text-decoration: underline;
    color: #435fbc;
    border-bottom: none;
}

.test_inform {
    background-color: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26);
    position: relative;
    width: 650px;

}

.Downloads_title {    width: 650px!important;
}
.info_test_title {
    background-color: #fff;
    border-bottom: 1px solid #e5e4e3;
    font-size: 14px;
    font-weight: bold;
    color: #435fbc;
    padding-bottom: 20px;
    padding-top: 15px;
    text-indent: 20px;
}
.info_test_html p {
    color: #5a5958;
    padding-left: 20px;

}


.info_test_html {
    background-color: #f5f5f5;
    padding-bottom: 20px;

}
.test_meh {
    background-color: #435fbc;
    width: 100px;
    height: 33px;
    margin-top: 20px;
    margin-left: 20px;

}


.test_inform a {
    color: #FFFFFF;
    line-height: 2.2;

    text-decoration: none;
    text-indent: 25px;
    text-transform: uppercase;
}

address {
    font-style: italic;
}
.left_cont a {
    color: #435FBC;
    text-decoration: none;
}
.left_cont a:hover {
    color: #435FBC;
    text-decoration: underline;
}
.sitemap_table td {
    text-align: left !important;
    background-image: url("../img/middle_2_bg.png") !important;
}



.cke_editable > .acc {
    border: 1px dashed;
}


.cke_editable > .acc > h2 {
    border: 1px dashed;
    margin: 10px;
}
.cke_editable .togglebox1 {
    border: 1px dashed;
    margin: 10px;

}



.download_center_wrapper .item{ padding: 15px; background: #f5f5f5; border: 1px solid #e4e3e2; margin-bottom: 40px; }
.download_center_wrapper .item a{ text-decoration: none; }
.download_center_wrapper .item .name{ color: #435fbc; font-size: 19px; text-align: left; margin-bottom: 15px; line-height: 1.2; text-transform: uppercase; width: unset; position: relative; padding-right: 25px; }
.download_center_wrapper .item .name .download{ position: absolute; display: block; right: 10px; top: 5px; width: 18px; height: 18px;  background: url("../images/download.png") 50% 50% no-repeat; background-size: cover; padding: 0; }
.download_center_wrapper .item .description{ margin-bottom: 5px; color: #222; font-size: 16px; line-height: 1.4; }
.download_center_wrapper .item .info{ color: #ccc; font-size: 13px; }
.dc_right{ padding: 15px; background: #fff; border: 1px solid #e4e3e2; margin-bottom: 40px; }
.dc_title{ font-size: 20px; margin-bottom: 25px; text-transform: uppercase; text-align: left; }
.dc_group{ margin-bottom: 20px; }
.dc_group .name{ width: unset; margin-bottom: 5px; text-align: left; font-weight: 600; font-size: 15px; }
.dc_description{ text-align: left; margin-bottom: 15px; }

.dc_pagination{ display: flex; flex-flow: row wrap; }
.dc_pagination a,.dc_pagination span{ display: flex; padding: 0 7px; height: 30px; align-items: center; background: #f5f5f5; border: 1px solid #e4e3e2; margin-right: 5px; }
.dc_pagination a:last-child,.dc_pagination span:last-child{ margin-right: 0; }

.single_document{ padding: 15px; background: #f5f5f5; border: 1px solid #e4e3e2; margin-bottom: 40px; }
.single_document a{ text-decoration: none; }
.single_document .name{ color: #435fbc; font-size: 19px; text-align: left; margin-bottom: 15px; line-height: 1.2; text-transform: uppercase; width: unset; position: relative; padding-right: 25px; }
.single_document .name .download{ position: absolute; display: block; right: 10px; top: 5px; width: 18px; height: 18px;  background: url("../images/download.png") 50% 50% no-repeat; background-size: cover; padding: 0; }
.single_document .description{ margin-bottom: 5px; color: #222; font-size: 16px; line-height: 1.4; }
.single_document .info{ color: #ccc; font-size: 13px; }

@media (max-width:1000px){
	.px_in.dc_page{ display: flex; flex-direction: column-reverse; }
	.px_in.dc_page .right_cont{ width: 100%; padding: 0 50px 0 20px; }
}

.search_results h1{ font-weight: bold; font-size: 26px; margin-top: 20px; margin-bottom: 40px; text-transform: uppercase; color: #5a5958; }
.search_results .items_wrapper .item{ margin-bottom: 40px; padding: 25px 10px 30px 30px; box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26); background: #f7f7f7; }
.search_results .items_wrapper .item .title{ font-size: 1.1em; margin-bottom: 10px; margin-top: 0; text-transform: uppercase; color: #5a5958; text-align: left; padding: 0; }
.search_results .items_wrapper .item .title a{ color: inherit; text-decoration: none; }
.search_results .items_wrapper .item .text{ padding: 0; margin-bottom: 10px; }
.search_results .items_wrapper .item .more_button a{ color: #435fbc; text-decoration: underline; }

.left_cont.sitemap_col{ padding: 0; }
.sitemap_table .box2_title a {
    padding: 0 22px;
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
    height: 40px;
    float: left;
    color: #435fbc;
    line-height: 2.3;
    width: 296px;
    height: 40px;
    display: block;
}

.right_sidebar_menu{ background: unset !important; }
.right_sidebar_menu.et_pb_menu .et_pb_menu__menu,.right_sidebar_menu.et_pb_menu .et_pb_menu__menu nav,.right_sidebar_menu.et_pb_menu .et_pb_menu__menu nav ul{ width: 100%; }
.right_sidebar_menu ul{ list-style: none; flex-direction: column; margin: 0 !important; padding: 0 !important; }
.right_sidebar_menu ul li:not(.current-page-ancestor):not(.current-menu-item) ul.sub-menu{ display: none; }
.right_sidebar_menu ul li{ list-style: inherit; margin: 0 0 10px 0 !important; padding: 0 !important; }
.right_sidebar_menu ul li a::before{ display: none; }
.right_sidebar_menu ul li a{ min-height: 46px; width: 100%; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; font-size: 15px; color: rgb(90, 89, 88); background-color: #fff; box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.26); text-align: right; padding: 10px 15px; text-transform: uppercase; font-weight: 500; line-height: 1.7em!important; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; }
.right_sidebar_menu ul li a:hover{ color: #fff !important; background-color: #7d7d7d; opacity: 1 !important; }
.right_sidebar_menu ul li a:hover,.right_sidebar_menu ul li.current-page-ancestor > a,.right_sidebar_menu ul li.current-menu-item > a{ color: #fff !important; background-color: #7d7d7d; }
.right_sidebar_menu.yellow ul li a:hover,.right_sidebar_menu.yellow ul li.current-page-ancestor > a,.right_sidebar_menu.yellow ul li.current-menu-item > a{ color: rgba(90,89,88) !important; background-color: #f4d94a; }
.right_sidebar_menu.lilac ul li a:hover,.right_sidebar_menu.lilac ul li.current-page-ancestor > a,.right_sidebar_menu.lilac ul li.current-menu-item > a{ color: rgba(90,89,88) !important; background-color: #7c90d3; }
.right_sidebar_menu.green ul li a:hover,.right_sidebar_menu.green ul li.current-page-ancestor > a,.right_sidebar_menu.green ul li.current-menu-item > a{ color: rgba(90,89,88) !important; background-color: #b6c764; }
.right_sidebar_menu.purple ul li a:hover,.right_sidebar_menu.purple ul li.current-page-ancestor > a,.right_sidebar_menu.purple ul li.current-menu-item > a{ color: #fff !important; background-color: #435FBC; }
.right_sidebar_menu ul ul.sub-menu li a{ background-color: #f3f3f3; }
.right_sidebar_menu ul ul.sub-menu li a:hover{ color: #5a5958 !important; background-color: #d5d5d5 !important; }
.right_sidebar_menu .et-menu .menu-item-has-children>a:first-child{ padding: 10px 15px; }
.right_sidebar_menu .et-menu .menu-item-has-children>a:first-child:after{ display: none; }
.right_sidebar_menu .et-menu .menu-item-has-children>a:first-child:after{ display: none; }
.right_sidebar_menu nav ul.et-menu .menu-item-has-children ul{ position: static; opacity: 1; visibility: visible; background: unset !important; box-shadow: unset !important; border: 0 !important; margin-top: 10px !important; }
.right_sidebar_menu .et-menu li.menu-item-has-children{ flex-direction: column; }
.right_sidebar_menu .et-menu .menu-item-has-children ul li{ width: 100% !important; }

@media (max-width: 980px){
	.right_sidebar_menu.et_pb_menu .et_pb_menu__menu{ display: flex; }
	.right_sidebar_menu.et_pb_menu .et_mobile_nav_menu{ display: none; }
}