.topPage {
    display:none !important;
}
.leftcontent h2 {
    margin: 10px 0 40px 0;   
}
.leftcontent ul {
    margin: 0;
    padding: 0;
}
.tabs-menu {  
    clear: both;
    width:100%;
    height: 90px;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0) url("../images/infocenter-secondlevel-ul-bg.png") repeat-x scroll left 0;  
}
.tabs-menu li {
    list-style: outside none none;
    float: left;
    height: 90px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

/* zu Beginn sichtbar */
#tab-1 {
        display:block;
}
.tab {
    background-color: #fff;
    border: 0;
    margin-bottom: 20px;
    width: auto;
}
.tab-content {
    display: none;
    padding: 20px 0;
    width: 100%;
}
.tabs-menu li a {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 90px;
    margin: 0;
    padding: 0;
    text-indent: -10000px;
    width: 90px;
    text-decoration: none;
}
.tabs-menu li.ursachen-kugel-01 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache1.png");
}
.tabs-menu li.ursachen-kugel-02 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache2.png");
}
.tabs-menu li.ursachen-kugel-03 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache3.png");
}
.tabs-menu li.ursachen-kugel-04 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache4.png");
}
.tabs-menu li.ursachen-kugel-05 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache5.png");
}
.tabs-menu li.ursachen-kugel-06 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache6.png");
}
.tabs-menu li.ursachen-kugel-07 a {
    background-image: url("../images/infocenter-trockenesauge-kugel-ursache7.png");
}
.tabs-menu li a:hover {
    background-position: center -90px !important;
}
.tabs-menu li.current a, .tabs-menu li.current a:hover  {
    background-position: center -180px !important;
}
@media (max-width: 1000px) {
    #tabs-menu-scroll {
        display:none;
    }
    .tab-content {
        display:block;
    }
}



