body#welcomePageTextBody {
    padding: 0;
    margin: 20px 0;
    background: none;
}

/*BEGINN: HINWEISE*/
span.wichtiger_hinweis {
    color:red;
}

div.wichtiger_hinweis{
    background-color:#b6d057;
    background-image: url("../../img/gui/meldungen/wichtiger_hinweis.png");
    background-position: 10px 13px;
    background-repeat: no-repeat;
    font: 14px 'OpenSansSemiBold';
    color:#444444;
    padding: 13px 15px 15px 40px;
    border: 1px solid #AAAAAA;
    margin-bottom:22px;
}

div.wichtiger_hinweis_ueberschrift{
    font: 15px 'OpenSansBold';
    padding-bottom:10px;
    text-transform: uppercase;
    color: white;
    min-height: 24px; /* falls man nur das Icon moechte und keinen Ueberschriftstext */
}

div.wichtiger_hinweis_inhalt {
    padding-top: 2px;
}

div.technischer_fehler{
    background-color:#b6d057;
    font: 14px 'OpenSansSemiBold';
    color:#444444;
    padding: 15px 15px 15px 15px;
    border: 1px solid #AAAAAA;
    margin-bottom:22px;
}
div.technischer_fehler_ueberschrift{
    background-image:url(../../img/gui/meldungen/technischer_fehler.png);
    background-repeat: no-repeat;
    font: 15px 'OpenSansBold';
    padding-left: 30px;
    padding-bottom:10px;
    text-transform: uppercase;
    color: white;
}

div.aktionsaufforderung{
    background-color:#b6d057;
    font: 14px 'OpenSansSemiBold';
    color:#444444;
    background-image:url(../../img/gui/meldungen/aktionsaufforderung.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 40px;
    border: 1px solid #AAAAAA;
    margin-bottom:22px;
}

div.erfolgsnachricht{
    background-color:#b6d057;
    font: 14px 'OpenSansSemiBold';
    color:#444444;
    background-image:url(../../img/gui/meldungen/erfolgsnachricht.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 40px;
    border: 1px solid #AAAAAA;
    margin-bottom:22px;
}
div.erfolgsnachricht_ueberschrift {
    font: 15px 'OpenSansBold';
    padding-bottom:10px;
    text-transform: uppercase;
    color: white;
    min-height: 24px; /* falls man nur das Icon moechte und keinen Ueberschriftstext */
}
div.erfolgsnachricht_inhalt {
    padding-top: 2px;
}


div.hinweis_im_kontext{
    background-color:#b6d057;
    font: 14px 'OpenSansSemiBold';
    color:#444444;
    padding: 15px;
    border: 1px solid #AAAAAA;
    margin-bottom:22px;
}

/* Abstand falls au�erhalb eines box_containers */
div.inhaltbox div.wichtiger_hinweis{
    margin-bottom:5px;
}
div.inhaltbox div.technischer_fehler{
    margin-bottom:0px;
}
div.inhaltbox div.aktionsaufforderung{
    margin-bottom:0px;
}
div.inhaltbox div.erfolgsnachricht{
    margin-bottom:0px;
}
div.inhaltbox div.hinweis_im_kontext{
    margin-bottom:0px;
}

/* Auflistung innerhalb des Hinweises */
div.wichtiger_hinweis .auflistung li {
    color: #444444;
    font: 14px 'OpenSansSemiBold';
    height: 25px;
}

div.wichtiger_hinweis .auflistung li span {
    padding-top: 4px;
}

div.wichtiger_hinweis .auflistung.bullets li {
    background-position: 3px 12px;
    padding-left: 12px;
}
/*ENDE: HINWEISE*/
