/*<![CDATA[*/
body {
        margin: 0;
}
#zentrierhilfe {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
}
#inhalt {
        text-align: center;
        border: 1px solid red;
        margin-left: -200px;
        position: absolute;
        top: -75px;
        left: 50%;
        width: 400px;
        height: 200px;
}
#inhalt p {
        padding: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: blue;
}
.text24b {
        color: blue;
        font-size: 24px;
        font-weight: bold;
}
.text24r {
        color: red;
        font-size: 24px;
        font-weight: bold;
}
/*]]>*/