/*Aenderungen von Tobias Nussbaum - Begin*/
.rsContainer {
    text-align: left;
}

.stageContainer a {
    text-decoration: none;
    color: #000;
}

.stageContainer a:hover,
.stageContainer a:focus,
.stageContainer a:active {
    /* text-decoration: underline;*/
}

.stageContainer a.mehr-button {
    text-decoration: none;
    color: #ffffff;
}

.stageContainer h3 {
    font-family: wf-DINWeb-CondBold, arial, helvetica, sans-serif;
}

.stageContainer .negative h1 *,
.stageContainer .negative h2 *,
.stageContainer .negative h3 *,
.stageContainer .negative h4 *,
.stageContainer .negative h5 *,
.stageContainer .negative h6 * {
    color: white;
}

.stageContainer h3 {
    font-size: 1.6em;
    line-height: 27px;
}

.stageContainer blockquote p {
    line-height: 1.3;
}

/*Aenderungen von Tobias Nussbaum - End*/

.buehne {
    position: relative;

}

.buehne-inner {

    position: relative;
    width: 600px;
    height: 600px;

}

h2.stageArticleHeader,
h2.article .stageArticleHeader {
    background: url(../Images/h2buehne.png) no-repeat center top;
    color: #fff;
    padding: 0;
    height: 60px;
    margin: 0 0 -19px 0 !important;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-bottom: none;
    font-family: wf-DINWeb-CondBold, arial, helvetica, sans-serif;
    font-size: 26px;

}

h2.stageArticleHeader span,
h2.article .stageArticleHeader span {
    background: url(../Images/h2buehne.png) no-repeat center top;
    color: #fff;
    padding: 5px 10px 0 10px;
    height: 35px;
    margin: 0 0 0 0;
    position: relative;
    z-index: 1;
    display: block;
    border: 1px solid #254a84;
    border-bottom: none;
    -webkit-box-shadow: 0px -3px 3px 0px #777777;
    box-shadow: 0px -3px 3px 0px #777777;
}