/* css for the mobile menu */
.mobileaccordeonck {
    background: #0b2572;
    color: #fff;
    font-size: 15px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    left: 0;
    top: 0;
}

.mobileaccordeonck .topbar {
    height: 45px;
    border-bottom: 1px solid #175186;
}

.mobileaccordeonck .mobileaccordeoncktitle {
    font-size: 20px;
    padding: 10px 0 0 20px;
    display: block;
    float: left;
}

.mobileaccordeonck .mobileaccordeonckclose {
    display: block;
    float:right;
    margin: 5px 10px;
    background: url(close-weiss.gif) center center no-repeat;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.mobileaccordeonck div.accordeonck {
    cursor: pointer;
    min-height: 35px;
    line-height: 35px;
    padding-left: 0px;
    padding: 0 0 3px 0;
	position: relative;
}

.mobileaccordeonck div.accordeonck:hover,
.mobileaccordeonck div.accordeonck:focus {
}

.mobileaccordeonck div.accordeonck > a {
    color: #fff !important;
    font-family: Arial;
    display: block;
    padding: 0 0 0 45px;
    text-decoration: none;
    text-align: left;
}

.mobileaccordeonck div span.descck {
    padding-left: 10px;
    font-size: 12px;
}

.mobileaccordeonck div.current {
    background: none;
    border: none;
}

.mobileaccordeonck div.current > a:after {
   content: " ";
    display: block;
    float: left;
    height: 35px;
    width: 32px;
    margin-right: 10px;
   background: url(arrow-right-weiss.png) center center no-repeat;
  color:#596e9f;
}

.mobileaccordeonck div.level1.accordeonck > a {
    /* background: url(arrow.jpg) left center no-repeat; */
    background: #10223E;
    border-radius: 5px;
    margin:2px 10px;
    padding-left: 45px;
}

.mobileaccordeonck div.level2.accordeonck > a {
    /* background: url(arrow2.jpg) left center no-repeat; */
    background: #293b70;
    border-radius: 5px;
    margin:2px 10px 2px 20px;
    padding-left: 45px;
}

.mobileaccordeonck div.level3.accordeonck > a {
    background: url(arrow_left.png) 45px center no-repeat;
    padding-left: 65px;
}

.mobileaccordeonck div.level4.accordeonck > a {
    /* background: url(arrow3.png) 20px center no-repeat; */
    padding-left: 85px;
}

.mobileaccordeonck div.level5.accordeonck > a {
    /* background: url(arrow3.png) 20px center no-repeat; */
    padding-left: 95px;
}

.mobilebarmenuck {
    display: none;
    position: absolute;
    z-index: 100; 
    top: 0;
    left: 0;
    background: #0b2572;
    width: 100%;
    height: 45px;
}

.mobilebuttonmenuck {
    position: relative;
    z-index: 100; 
    height: 28px;
    width: 40px;
    background: url(icon_launch.png) left center no-repeat;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.mobilebarmenutitleck {
    padding-left: 20px;
    line-height: 35px;
    color: #eee;
    font-size: 16px;
}

/* for accordeon */
.mobileaccordeoncktogglericon {
	background: url('plus-weiss.gif') center center no-repeat;
    position: absolute;
	right: 0;
	top: 0;
    height: 35px;
    margin-right: 10px;
    width: 35px;
}

.open .mobileaccordeoncktogglericon {
	background-image: url('minus-weiss.gif')
}

