.overview-sheets {
    float: left;
    clear: both;
    margin-top: 20px;
    width: 100%;
}

.overview-sheets h2 {
    float: left;
    width: 100%;
    margin-top: 0;
}

h2 {
    font-size: 16px;
    margin: 10px 0;
    float: left;
    clear: both;
    width: 100%;
}

.activeSubSite {
    display: block;
}

.deactivatedSubSite {
    display: none;
    /*visibility: hidden;*/
    /*height: 0;*/
}

.sheet-display {
    float: right;
    clear: both;
    /* width: 170px; */
    margin-bottom: 10px;
}

.sheet-title {
    float: left;
    margin-right: 10px;
    line-height: 20px;
}

.overview-sheets ul {
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
    clear: both;
    float: left;
    width: 100%;
}

.overview-sheets ul {
    clear: both;
}

.overview-sheets .sheet-title, .overview-sheets .sheet-title span {
    font-size: 13px;
}

.overview-sheets .sheet-title, .overview-sheets .sheet-title span {
    font-size: 13px;
}

.overview-sheets .active-sheet {
    color: #c32112;
    font-style: italic;
}

.btn.next {
    margin-left: 1rem;
}

.btn {
    background: #333333;
    float: right;
    padding: 0 10px;
}

.btn span {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
}

.overview-sheets ul a span {
    margin: 5px;
    padding-left: 20px;
    float: left;
    background: url(../../images/16x16/news_pfeil.png) no-repeat -2px -2px;
}

.overview-sheets ul a.active {
    float: left;
    width: 100%;
    clear: both;
    background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#acaead));
    background: -moz-linear-gradient(top, #cecece, #acaead);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cecece, endColorstr=#acaead);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cecece, endColorstr=#acaead)";
    background-image: -o-linear-gradient(#cecece, #acaead);
}

.overview-sheets ul a {
    float: left;
    width: 100%;
    clear: both;
    background: -webkit-gradient(linear, left top, left bottom, from(#c3ceec), to(#90a5f4));
    background: -moz-linear-gradient(top, #c3ceec, #90a5f4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c3ceec, endColorstr=#90a5f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c3ceec, endColorstr=#90a5f4)";
    background-image: -o-linear-gradient(#c3ceec, #90a5f4);
}
