*
{
    font: 100% Arial, Helvetica, sans-serif;
}

b
{
 font-weight: bold;
}

em
{
font-style: italic;
}

.tipp
{
    width: 100%;
    background-color: blue;
    color: whitesmoke;
    text-align: right;
    padding-bottom: 2pt;
    margin-top: 2pt;

}

.tipp-inhalt
{

    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;

    background-color: rgb(220, 220, 255);
    color: black;
    text-align: left;
    display: none;

}

.lsg
{
    width: 100%;
    background-color: red;
    color: whitesmoke;
    text-align: right;
    padding-bottom: 2pt;
    margin-top: 2pt;

}

.lsg-inhalt
{

    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;

    background-color: rgb(255, 220, 220);
    color: black;
    text-align: left;
    display: none;

}
